Files
roll20-character-sheets/Cepheus_Deluxe/CepheusDeluxe.html
T
2024-06-03 13:15:14 -04:00

1808 lines
115 KiB
HTML

<div>
<input type="radio" class="sheet-attr sheet-sheetoptions sheet-mainPage" name="attr_tab" value="Sheet" checked="checked" style="position: absolute; top: 77px; left: 1020px; width: 50px;" />
<span class="sheet-attr" style="position: absolute; top: 75px; left: 1100px;">Sheet</span>
<input type="radio" class="sheet-attr sheet-sheetoptions sheet-options" name="attr_tab" value="settings" style="position: absolute; top: 77px; left: 1094px; width: 13px;" />
<span style="font-family: pictos; position: absolute; top: 75px; left: 1173px;" class="sheet-attr">y</span>
<input type="radio" class="sheet-attr sheet-sheetoptions sheet-gameoptions sheet-characterSheet" name="attr_settings" value="Sheet" checked="checked" />
<span class="sheet-attr">Character Sheet</span>
<input type="radio" class="sheet-attr sheet-sheetoptions sheet-gameoptions sheet-shipSheet" name="attr_settings" value="Sheet2" />
<span class="sheet-attr">Spaceship Sheet</span>
<div class="sheet-character">
<div class="sheet-characterLeftSide">
<div class="sheet-characterHeading sheet-boxshadow">
<div class="sheet-characterName">
<label>NAME</label>
<input type="text" name="attr_character_name" style="width: 100%;">
</div>
<div class="sheet-characterHomeworld">
<label>HOMEWORLD/TL</label>
<input type="text" name="attr_homeworld" style="width: 100%; margin-left: -2px;">
</div>
<div class="sheet-characterAge">
<label>AGE</label>
<input type="text" name="attr_age" style="width: 100%; margin-left: -2px;">
</div>
</div>
<div class="sheet-charCond">
<div class="sheet-characteristics">
<div class="sheet-characteristicsHeader">
<label style="font-size: x-large;">CHARACTERISTICS</label>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft">
<label style="font-size: smaller; margin-bottom: -10px; text-align:center;">SCORE</label>
</div>
<div class="sheet-attributeScoreMid">
<label></label>
</div>
<div class="sheet-attributeScoreRight">
<label style="font-size: smaller; margin-bottom: -10px; text-align:center;">DM</label>
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_Str_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_str" style="padding-left:30px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Strength}} {{result=[[ 2d6+ @{Str_DM} + @{isFatigued} + ?{Modifier|0}]]}}">STR</button>
<label class="sheet-attributeLabelXSmall">STRENGTH</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_Str_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{Str_Score}-8)/3))" disabled="true">
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_Dex_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_dex" style="padding-left:30px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Dexterity}} {{result=[[ 2d6+ @{Dex_DM} + @{isFatigued} + ?{Modifier|0} ]]}}">DEX</button>
<label class="sheet-attributeLabelXSmall">DEXTERITY</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_Dex_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{Dex_Score}-8)/3))" disabled="true">
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_End_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_end" style="padding-left:30px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Endurance}} {{result=[[ 2d6+ @{End_DM} + @{isFatigued} + ?{Modifier|0} ]]}}">END</button>
<label class="sheet-attributeLabelXSmall">ENDURANCE</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_End_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{End_Score}-8)/3))" disabled="true">
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_Int_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_int" style="padding-left:35px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Intelligence}} {{result=[[ 2d6+ @{Int_DM} + @{isFatigued} + ?{Modifier|0} ]]}}">INT</button>
<label class="sheet-attributeLabelXSmall">INTELLIGENCE</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_Int_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{Int_Score}-8)/3))" disabled="true">
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_Edu_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_edu" style="padding-left:30px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Education}} {{result=[[ 2d6+ @{Edu_DM} + @{isFatigued} + ?{Modifier|0}]]}}">EDU</button>
<label class="sheet-attributeLabelXSmall">EDUCATION</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_Edu_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{Edu_Score}-8)/3))" disabled="true">
</div>
</div>
<div class="sheet-attributes">
<div class="sheet-attributeScoreLeft sheet-leftRoundBox">
<input type="number" name="attr_Soc_Score" style="width: 100%; margin-top:-20px;text-align:center;">
</div>
<div class="sheet-attributeScoreMid sheet-middleBox">
<button type="roll" name="roll_soc" style="padding-left:30px;" class="sheet-characteristics sheet-attributeLabelLarge"
value="&{template:SkillRoll} {{name=Social Standing}} {{result=[[ 2d6+ @{Soc_DM} + @{isFatigued} + ?{Modifier|0} ]]}}">SOC</button>
<label class="sheet-attributeLabelXSmall">SOCIAL STANDING</label>
</div>
<div class="sheet-attributeScoreRight sheet-rightCircleBox">
<input type="number" name="attr_Soc_DM" style="width: 80%; margin-left: 6px; margin-top:-19px;text-align:center;" value="(ceil((@{Soc_Score}-8)/3))" disabled="true">
</div>
</div>
</div>
<div class="sheet-damageTrackAndConditions">
<div style="margin-top:-29px;">
<label class="sheet-labelInBorder">DAMAGE TRACK AND CONDITIONS</label>
</div>
<div style="width:130px; display:inline-block;">
<div>
<div style="display: inline-block;">
<label style="font-size: smaller; margin-bottom: -10px; text-align:center;">MAX</label>
</div>
<div style="display: inline-block;">
<label style="font-size: smaller; margin-bottom: -10px; text-align:center;">CURRENT</label>
</div>
</div>
<div style="margin-bottom:-10px;">
<div class="sheet-rightCircleBox" style="display: inline-block; width:33%;height:25px;">
<input type="text" name="attr_Max_Stamina" style="width: 80%; margin-left: 4px; margin-top:-14px;" value=@{End_Score}+@{skill1_rank} disabled>
</div>
<div class="sheet-rightRoundBox" style="display: inline-block; width:60%; padding-top:12px; height:13px; line-height:5px;margin-left:-5px;">
<input type="text" name="attr_Current_Stamina" style="width: 92%; margin-left: 4px; margin-top:-11px; height:23px;">
</div>
</div>
<div>
<div style="display: inline-block;">
</div>
<div style="display: inline-block;">
<label style="font-size: smaller; margin-bottom: -10px; padding-left: 31px; text-align:center;">STAMINA</label>
</div>
</div>
<div style="margin-bottom:-10px;">
<div class="sheet-rightCircleBox" style="display: inline-block; width:33%;height:25px;">
<input type="text" name="attr_Max_LifeBlood" style="width: 80%; margin-left: 4px; margin-top:-14px;" value=(@{End_Score}+@{skill1_rank})*2 disabled>
</div>
<div class="sheet-rightRoundBox" style="display: inline-block; width:60%; padding-top:12px; height:13px; line-height:5px;margin-left:-5px;">
<input type="text" name="attr_Current_LifeBlood" style="width: 92%; margin-left: 4px; margin-top:-11px; height:23px;">
</div>
</div>
<div>
<div style="display: inline-block;">
</div>
<div style="display: inline-block;">
<label style="font-size: smaller; margin-bottom: -10px; text-align:center; padding-left:26px;">LIFEBLOOD</label>
</div>
</div>
</div>
<div class="sheet-rightCircleBox" style="width:260px; height:105px; display:inline-block;">
<div style="width:250px;">
<div style="display: inline-block; padding-left:10px;">
<input type="checkbox" name="attr_fatigueCheck">
</div>
<div style="display: inline-block; padding-left:10px;">
<label class="sheet-attributeLabelSmall">FATIGUED</label>
</div>
<div style="display: inline-block; padding-left:10px;">
<label style="font-size: 5px; text-align:center; margin-bottom:-12px;">DM -2 ALL THROWS</label>
<label style="font-size: 5px; text-align:center;">8 HOURS REST REMOVES</label>
</div>
</div>
<div style="width:250px;margin-top:11px;">
<div style="display: inline-block; padding-left:10px;">
<input type="checkbox" name="attr_condition2Check" style="margin-top:-16px;">
</div>
<div style="display: inline-block; padding-left:6px;width:33%;">
<input type="text" name="attr_condition2" style="width: 100%; margin-left: 6px; margin-top:-19px; font-size:x-small">
</div>
<div style="display: inline-block; padding-left:10px;">
<input type="text" name="attr_condition2_extras" style="width: 100%; margin-left: 6px; margin-top:-19px; font-size:5px">
</div>
</div>
<div style="width:250px;margin-top:17px;">
<div style="display: inline-block; padding-left:10px;">
<input type="checkbox" name="attr_condition3Check" style="margin-top:-16px;">
</div>
<div style="display: inline-block; padding-left:6px;width:33%;">
<input type="text" name="attr_condition3" style="width: 100%; margin-left: 6px; margin-top:-19px; font-size:x-small">
</div>
<div style="display: inline-block; padding-left:10px;">
<input type="text" name="attr_condition3_extras" style="width: 100%; margin-left: 6px; margin-top:-19px; font-size:5px">
</div>
</div>
</div>
</div>
<div class="sheet-personalArmor">
<label class="sheet-labelInBorder" style="margin-top: -24px; width: 173px !important; margin-bottom:0px;">PERSONAL ARMOR</label>
<div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
AP
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
TL
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
ENC
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
SKILL REQUIREMENT(S)
</div>
</div>
<div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor1_name" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor1_ap" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor1_tl" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor1_enc" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor1_skill" style="width: 100%;">
</div>
</div>
<div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor2_name" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor2_ap" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor2_tl" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor2_enc" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor2_skill" style="width: 100%;">
</div>
</div>
<div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor3_name" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor3_ap" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor3_tl" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 30px;">
<input type="text" name="attr_personalArmor3_enc" style="width: 100%;">
</div>
<div style="font-size: 9px; text-align:center; display: inline-block; width: 146px;">
<input type="text" name="attr_personalArmor3_skill" style="width: 100%;">
</div>
</div>
</div>
</div>
</div>
<div class="sheet-characterRightSide">
<div class="sheet-language">
<label style="margin-top: -18px; margin-left: 23px; width: 173px !important;">LANGUAGE</label>
<div>
<input type="text" name="attr_Language1" style=" margin-top:-14px;width:148px;margin-left:1px;">
</div>
<div>
<input type="text" name="attr_Language2" style="width:148px;margin-left:1px;margin-bottom: 1px;">
</div>
<div>
<input type="text" name="attr_Language3" style="width:148px;margin-left:1px;margin-bottom: 1px;">
</div>
<div>
<input type="text" name="attr_Language4" style="width:148px;margin-left:1px;margin-bottom: 1px;">
</div>
<div>
<input type="text" name="attr_Language5" style="width:148px;margin-left:1px;">
</div>
</div>
<div class="sheet-heroPoints">
<label style="margin-top: -18px; margin-left: 14px; width: 173px !important;">HERO POINTS</label>
<div style="margin-bottom:-15px;padding-left:3px;">
<div class="sheet-rightCircleBox" style="display: inline-block; width:26%;height:24px;">
<input type="text" name="attr_HeroPoints" style="width: 80%; margin-left: 4px; margin-top:-14px;">
</div>
<div class="sheet-rightRoundBox" style="display: inline-block; width:60%; padding-top:12px; height:13px; line-height:5px;margin-left:-5px;">
<input type="text" name="attr_HeroPoints_spent" style="width: 92%; margin-left: 4px; margin-top:-11px; height:23px;">
</div>
</div>
<div>
<div style="display: inline-block;">
</div>
<div style="display: inline-block;">
<label style="font-size: 5px; margin-bottom: -10px; padding-left: 31px; text-align:center;">SPENT</label>
</div>
</div>
<div>
<div style="display: inline-block;">
<label style="text-align:center; margin-left: -10px; width: 173px !important;">EXPERIENCE POINTS</label>
</div>
</div>
<div>
<div style="display: inline-block;">
<div class="sheet-sidewaysWord">
<label style="font-size: xx-small;">UNSPENT</label>
</div>
<div>
<input type="text" name="attr_UnspentXP" style="height: 50px; width: 50px; margin-left: 19px; margin-top: -9px; ">
</div>
</div>
<div style="display: inline-block; position:absolute;">
<div>
<label style="font-size: 7px; text-align:center">TOTAL EARNED</label>
</div>
<div>
<input type="text" name="attr_TotalXP" style="height: 25px; width: 70px; margin-top: -19px; ">
</div>
</div>
</div>
</div>
<div class="sheet-livingExpensesBox">
<div style="margin-top:-15px;">
<label style="display:inline-block; font-size: small; width:135px;">LIVING EXPENSES</label>
<label style="display:inline-block; font-size: 5px; text-align:center; width: 21px;">MONTHLY</label>
<input type="text" name="attr_monthlyExpense" style="display:inline-block; height: 18px; width: 40px; font-size: 6px;">
<label style="display:inline-block; font-size: 5px; width:19px;">YEARLY</label>
<input type="text" name="attr_yearlyExpense" style="display:inline-block; height: 18px; width: 40px; font-size: 6px;">
</div>
<div style="display: inline-block;">
<label style="display:inline-block; font-size: small; width:135px;">CREDITS</label>
</div>
<div style="display: inline-block; margin-left: -74px;margin-top: -15px;">
<div>
<label style="font-size: 7px; text-align:center">AT HAND</label>
</div>
<div>
<input type="text" name="attr_atHand" style="height: 25px; width: 70px; margin-top: -19px; ">
</div>
</div>
<div style="display: inline-block; margin-left: 7px;margin-top: -15px;">
<div>
<label style="font-size: 7px; text-align:center">BANKED</label>
</div>
<div>
<input type="text" name="attr_banked" style="height: 25px; width: 70px; margin-top: -19px; ">
</div>
</div>
<div style="display: inline-block; margin-left: 7px;margin-top: -15px;">
<div>
<label style="font-size: 7px; text-align:center">PENSION</label>
</div>
<div>
<input type="text" name="attr_pension" style="height: 25px; width: 70px; margin-top: -19px; ">
</div>
</div>
</div>
<div class="sheet-careersBox">
<label style="font-size: small; width:135px; margin-top:-13px; margin-bottom:-13px;">CAREERS</label>
<div>
<div style="text-align: center;width: 200px;font-size: x-small;display:inline-block;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
TERMS
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
RANK
</div>
</div>
<div>
<div style="text-align: center;width: 200px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers1_name" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers1_terms" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers1_rank" style="width: 100%;">
</div>
</div>
<div>
<div style="text-align: center;width: 200px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers2_name" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers2_terms" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers2_rank" style="width: 100%;">
</div>
</div>
<div>
<div style="text-align: center;width: 200px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers3_name" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers3_terms" style="width: 100%;">
</div>
<div style="text-align: center;width: 50px;font-size: x-small;display:inline-block;">
<input type="text" name="attr_careers3_rank" style="width: 100%;">
</div>
</div>
</div>
</div>
<div>
<div class="sheet-traitsHeader">
<label style="font-size: x-large;">TRAITS</label>
</div>
<div class="sheet-traitsBox">
<textarea name="attr_traits" rows="10" columns="100" style="margin-top:-15px; width:99%;" class="sheet-textarea"></textarea>
</div>
</div>
<div>
<div class="sheet-meleeHeader">
<label style="font-size: small;">MELEE ATTACKS</label>
</div>
<div style="position: absolute; top: 700px; left: 75px;">
<div style="width:429px;">
<div style="width:30px; display:inline-block;">
</div>
<div style="width:135px; display:inline-block;">
WEAPON
</div>
<div style="width:50px; text-align:center; display:inline-block;">
TL
</div>
<div style="width:75px; text-align:center; display:inline-block;">
DAMAGE
</div>
<div style="width:120px; text-align:center; display:inline-block;">
ASPECTS
</div>
</div>
<div style="width:429px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{weapon1_name}}} {{result=[[2d6+[[@{Str_DM}]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{weapon1_damage}]]}}"
name="roll_weapon1Roll"></button>
</div>
<div style="width:135px; display:inline-block;">
<input type="text" name="attr_weapon1_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon1_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon1_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:120px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon1_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:429px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{weapon2_name}}} {{result=[[2d6+[[@{Str_DM}]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{weapon2_damage}]]}}"
name="roll_weapon2Roll"></button>
</div>
<div style="width:135px; display:inline-block;">
<input type="text" name="attr_weapon2_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon2_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon2_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:120px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon2_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:429px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{weapon3_name}}} {{result=[[2d6+[[@{Str_DM}]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{weapon3_damage}]]}}"
name="roll_weapon3Roll"></button>
</div>
<div style="width:135px; display:inline-block;">
<input type="text" name="attr_weapon3_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon3_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon3_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:120px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon3_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:429px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{weapon4_name}}} {{result=[[2d6+[[@{Str_DM}]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{weapon4_damage}]]}}"
name="roll_weapon4Roll"></button>
</div>
<div style="width:135px; display:inline-block;">
<input type="text" name="attr_weapon4_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon4_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon4_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:120px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon4_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:429px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{weapon5_name}}} {{result=[[2d6+[[@{Str_DM}]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{weapon5_damage}]]}}"
name="roll_weapon5Roll"></button>
</div>
<div style="width:135px; display:inline-block;">
<input type="text" name="attr_weapon5_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon5_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon5_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:120px; text-align:center; display:inline-block;">
<input type="text" name="attr_weapon5_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
</div>
<div class="sheet-rangedHeader">
<label style="font-size: small;">RANGED ATTACKS</label>
</div>
<div style="position: absolute; top: 700px; left: 568px;">
<div style="width:553px;">
<div style="width:30px; display:inline-block;">
</div>
<div style="width:130px; display:inline-block;">
WEAPON
</div>
<div style="width:50px; text-align:center; display:inline-block;">
TL
</div>
<div style="width:75px; text-align:center; display:inline-block;">
RANGE
</div>
<div style="width:75px; text-align:center; display:inline-block;">
DAMAGE
</div>
<div style="width:50px; text-align:center; display:inline-block;">
MAG
</div>
<div style="width:115px; text-align:center; display:inline-block;">
ASPECTS
</div>
</div>
<div style="width:553px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{rangedweapon1_name}}} {{result=[[2d6+[[@{Dex_DM}]]+?{Ranged Type|Gun Combat, @{skill5_rank}|Heavy Weapons, @{skill7_rank}|}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{rangedweapon1_damage}]]}}"
name="roll_rangedweapon1Roll"></button>
</div>
<div style="width:130px; display:inline-block;">
<input type="text" name="attr_rangedweapon1_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon1_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon1_range" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon1_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon1_mag" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:115px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon1_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:553px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{rangedweapon2_name}}} {{result=[[2d6+[[@{Dex_DM}]]+?{Ranged Type|Gun Combat, @{skill5_rank}|Heavy Weapons, @{skill7_rank}|}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{rangedweapon2_damage}]]}}"
name="roll_rangedweapon2Roll"></button>
</div>
<div style="width:130px; display:inline-block;">
<input type="text" name="attr_rangedweapon2_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon2_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon2_range" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon2_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon2_mag" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:115px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon2_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:553px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{rangedweapon3_name}}} {{result=[[2d6+[[@{Dex_DM}]]+?{Ranged Type|Gun Combat, @{skill5_rank}|Heavy Weapons, @{skill7_rank}|}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{rangedweapon3_damage}]]}}"
name="roll_rangedweapon3Roll"></button>
</div>
<div style="width:130px; display:inline-block;">
<input type="text" name="attr_rangedweapon3_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon3_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon3_range" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon3_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon3_mag" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:115px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon3_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:553px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{rangedweapon4_name}}} {{result=[[2d6+[[@{Dex_DM}]]+?{Ranged Type|Gun Combat, @{skill5_rank}|Heavy Weapons, @{skill7_rank}|}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{rangedweapon4_damage}]]}}"
name="roll_rangedweapon4Roll"></button>
</div>
<div style="width:130px; display:inline-block;">
<input type="text" name="attr_rangedweapon4_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon4_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon4_range" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon4_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon4_mag" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:115px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon4_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="width:553px; padding-bottom:5px;">
<div style="width:30px; display:inline-block;">
<button type="roll"
value="&{template:attackRoll} {{name=@{character_name}}} {{weaponname=@{rangedweapon5_name}}} {{result=[[2d6+[[@{Dex_DM}]]+?{Ranged Type|Gun Combat, @{skill5_rank}|Heavy Weapons, @{skill7_rank}|}+?{Untrained|No,0|Yes,-3|}+@{isFatigued}+?{Modifier|0}]]}} {{damageResult=[[@{rangedweapon5_damage}]]}}"
name="roll_rangedweapon5Roll"></button>
</div>
<div style="width:130px; display:inline-block;">
<input type="text" name="attr_rangedweapon5_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon5_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon5_range" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:75px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon5_damage" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:50px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon5_mag" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width:115px; text-align:center; display:inline-block;">
<input type="text" name="attr_rangedweapon5_aspect" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
</div>
</div>
<div class="sheet-characterLeftSide">
<div class="sheet-notableSkillsBox">
<label class="sheet-labelInBorder" style="margin-top: -24px; width: 173px !important; left:127px; position:absolute;">NOTABLE SKILLS</label>
<div style="padding-bottom:5px;">
<div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
RANK
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
SKILL
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block; ">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
RANK
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
SKILL
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill1_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill1_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill1"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill1_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill1_name" style="width: 100%; font-size:x-small; text-align:center;" value="Athletics" disabled>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block; ">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill2_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill2_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill2" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill2_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill2_name" style="width: 82%; font-size:x-small; text-align:center;" value="Tactics" disabled> <button type="roll" name="roll_Init" style="width:16px;" title="Initiative"
value="&{template:SkillRoll} {{name=@{character_name} Initiative}} {{result=[[2d6 + @{skill2_rank} + @{Int_DM} + ?{Untrained|No,0|Yes,-3|}&{tracker}]]}}"></button>
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block; ">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill3_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill3_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill3"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill3_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill3_name" style="width: 100%; font-size:x-small; text-align:center;" value="Athletics" disabled>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill4_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill4_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill4" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill4_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill4_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill5_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill5_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill5"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill5_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill5_name" style="width: 100%; font-size:x-small; text-align:center;" value="Gun Combat" disabled>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px; " type="roll"
value="&{template:SkillRoll} {{name=@{skill6_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill6_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill6" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill6_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill6_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill7_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill7_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill7"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill7_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill7_name" style="width: 100%; font-size:x-small; text-align:center;" value="Heavy Weapons" disabled>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill8_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill8_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill8" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill8_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill8_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill9_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill9_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill9"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill9_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill9_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill10_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill10_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill10" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill10_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill10_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill11_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill11_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill11"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill11_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill11_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill12_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill12_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill12" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill12_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill12_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill13_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill13_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill13"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill13_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill13_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill14_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill14_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill14" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill14_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill14_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill15_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill15_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill15"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill15_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill15_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill16_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill16_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill16" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill16_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill16_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill17_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill17_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill17"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill17_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill17_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill18_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill18_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill18" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill18_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill18_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill19_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill19_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill19"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill19_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill19_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill20_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill20_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill20" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill20_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill20_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill21_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill21_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill21"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill21_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill21_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill22_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill22_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill22" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill22_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill22_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill23_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill23_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill23"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill23_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill23_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill24_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill24_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill24" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill24_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill24_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill25_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill25_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill25"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill25_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill25_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill26_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill26_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill26" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill26_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill26_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill27_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill27_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill27"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill27_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill27_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill28_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill28_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill28" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill28_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill28_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill29_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill29_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill29"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill29_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill29_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill30_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill30_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill30" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill30_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill30_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill31_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill31_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill31"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill31_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill31_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill32_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill32_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill32" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill32_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill32_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill33_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill33_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill33"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill33_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill33_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill34_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill34_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill34" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill34_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill34_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill35_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill35_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill35"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill35_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill35_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill36_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill26_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill36" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill36_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill36_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill37_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill37_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill37"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill37_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill37_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill38_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill38_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill38" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill38_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill38_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill39_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill39_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill39"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill39_rank" style="width: 38px; font-size:x-small;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill39_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;">
<button style="width:16px;" type="roll"
value="&{template:SkillRoll} {{name=@{skill40_name}}} {{result=[[ 2d6+ [[?{Characteristic|Strength, @{Str_DM}|Dexterity, @{Dex_DM}|Endurance, @{End_DM}|Intelligence, @{Int_DM}|Education, @{Edu_DM}|Social Standing, @{Soc_DM}|} ]]+@{skill40_rank}+?{Untrained|No,0|Yes,-3|} + @{isFatigued} + ?{Modifier|0} ]]}}"
name="roll_skill40" style="float:right"></button>
</div>
<div style="font-size: 9px; text-align:center; width: 30px; display:inline-block;padding-right:5px;">
<input type="number" name="attr_skill40_rank" style="width: 38px; font-size:x-small; text-align:center;" value="0">
</div>
<div style="font-size: 9px; text-align:center; width: 195px; display:inline-block;">
<input type="text" name="attr_skill40_name" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
</div>
</div>
</div>
<div class="sheet-characterLeftSide">
<div class="sheet-carriedGearBox">
<label class="sheet-labelInBorder" style="margin-top: -24px; width: 173px !important; left:100px; position:absolute;">CARRIED GEAR</label>
<textarea name="attr_carriedGear" rows="10" columns="100" style="margin-top:-7px; width:97%; margin-left: 1px; height: 553px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
<div class="sheet-ship">
<div class="sheet-shipTopZone">
<div class="sheet-shipHeading sheet-boxshadow">
<div class="sheet-shipName">
<label>SHIP NAME</label>
<input type="text" name="attr_character_name" style="width: 100%;">
</div>
<div class="sheet-shipPort">
<label>PORT OF REGISTRY</label>
<input type="text" name="attr_portOfRegistry" style="width: 100%; margin-left: -2px;">
</div>
<div class="sheet-shipHullTon">
<label>HULL TONNAGE</label>
<input type="text" name="attr_hullTonnage" style="width: 100%; margin-left: -2px;">
</div>
<div class="sheet-shipHullConf">
<label>HULL CONFIGURATION</label>
<input type="text" name="attr_hullConfiguration" style="width: 100%; margin-left: -2px;">
</div>
</div>
</div>
<div style="width:1100px;">
<div class="sheet-shipArmor">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label>SHIP ARMOR</label>
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">LIGHT</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_lightShipArmor" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">HEAVY</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_heavyShipArmor" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TECH LEVEL</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_techLevelShipArmor" style="width: 73px;">
</div>
</div>
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">ARMOR TYPE</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_shipArmorType" style="width: 73px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TL</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_shipArmorTL" style="width: 73px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TONNAGE</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_shipArmorTonnage" style="width: 73px;">
</div>
</div>
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">STEALTH</label>
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">YES</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_armorStealthYes" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">NO</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_armorStealthNo" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">[DM-4 TO DETECT OR LOCK ONTO SHIP]</label>
</div>
</div>
</div>
<div class="sheet-shipArmor" style="position: absolute; margin-left: 5px;">
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<label>DRIVES</label>
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px; margin-left:120px;">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TECH LEVEL</label>
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<input type="checkbox" name="attr_techLevel" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">JUMP RATING</label>
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<input type="checkbox" name="attr_jumpRating" style="width: 100%; ">
</div>
<div class="" style="margin-bottom: -10px;">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall" style="text-align: left !important;">PERFORMANCE RATES</label>
</div>
<div class="sheet-inlineBlock" style="margin-left:35px;">
<input type="checkbox" name="attr_drivesPowerPlant" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">POWER PLANT</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_drivesManeuverDrive" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">MANEUVER DRIVE</label>
</div>
<div class="sheet-inlineBlock">
<input type="checkbox" name="attr_drivesJumpPlant" style="width: 100%; ">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">JUMP DRIVE</label>
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">FUEL CAPACITY</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_drivesFuelCapacity" style="width: 300px;">
</div>
</div>
<div class="sheet-shipBridge" style="position: absolute; margin-left: 440px;">
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<label>BRIDGE / COCKPIT</label>
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<label class="sheet-attributeLabelXSmall">CONTROLS / SIZE</label>
</div>
<div class="sheet-inlineBlock" style="margin-bottom: -10px;">
<textarea name="attr_controls_size" rows="10" columns="100" style="margin-top:-1px; width:95%;height:52px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
<div style="width:1100px;">
<div class="sheet-shipArmor" style="height:135px;">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label>ELECTRONICS</label>
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">RATING</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_rating" style="width: 205px;">
</div>
</div>
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TECH LEVEL</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_tech_level" style="width: 30px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">TONNAGE</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_Tonnage" style="width: 55px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">MAX JUMP</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_maxjump" style="width: 75px;">
</div>
</div>
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">SENSOR DM</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_sensorDM" style="width: 50px;">
</div>
</div>
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">ADVANCED</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_electronics_advanced" style="width: 73px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">(+1 JUMP RATING +15% COST)</label>
</div>
</div>
</div>
<div class="sheet-rotateHeader" style="margin-left:15px;">
<label style="font-size: large;">SHIELDS</label>
</div>
<div class="sheet-shipShields" style="margin-left:-75px; position:absolute; margin-top:15px;">
<div>
<div style="padding-bottom:5px; width:600px;">
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;">
TL
</div>
<div style="font-size: 9px; text-align:center; width:150px; display:inline-block;">
TYPE
</div>
<div style="font-size: 9px; text-align:center; width:330px; display:inline-block;">
EFFECT
</div>
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;">
TONS
</div>
</div>
<div style="padding-bottom:5px; width:600px;">
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield1_tl" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield1_type" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:337px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield1_effect" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield1_tons" style="width: 100%;height:24px;">
</div>
</div>
<div style="padding-bottom:5px; width:600px;">
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield2_tl" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield2_type" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:337px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield2_effect" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield2_tons" style="width: 100%;height:24px;">
</div>
</div>
<div style="padding-bottom:5px; width:600px;">
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield3_tl" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield3_type" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:337px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield3_effect" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield3_tons" style="width: 100%;height:24px;">
</div>
</div>
</div>
<div style="padding-bottom:5px; width:600px;">
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield4_tl" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield4_type" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:337px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield4_effect" style="width: 100%;height:24px;">
</div>
<div style="font-size: 9px; text-align:center; width:50px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_shield4_tons" style="width: 100%;height:24px;">
</div>
</div>
</div>
</div>
<div style="width:1100px;">
<div class="sheet-rotateHeader" style="margin-left:5px; margin-top:182px; position:absolute">
<label style="font-size: large;">ARMAMENT</label>
</div>
<div style="padding-left:50px; padding-top:10px;">
<div style="width: 1051px; display:inline-block;">
<!--header-->
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;">
WEAPON
</div>
<div style="width: 50px; text-align:center; display:inline-block;">
TL
</div>
<div style="width: 75px; text-align:center; display:inline-block;">
TONS
</div>
<div style="width: 100px; text-align:center; display:inline-block;">
TYPE
</div>
<div style="width: 100px; text-align:center; display:inline-block;">
HITS
</div>
<div style="width: 530px; text-align:center; display:inline-block;">
NOTES
</div>
</div>
<!--header-->
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament1_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament2_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament3_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament4_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament5_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
<div style="padding-bottom:5px;">
<div style="width: 150px; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_name" style="width: 100%; font-size:x-small;">
</div>
<div style="width: 50px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_tl" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 75px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_tons" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_type" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 100px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_hits" style="width: 100%; font-size:x-small; text-align:center;">
</div>
<div style="width: 530px; text-align:center; display:inline-block;" class="sheet-attributeLabelXXSmall">
<input type="text" name="attr_Armament6_notes" style="width: 100%; font-size:x-small; text-align:center;">
</div>
</div>
</div>
</div>
</div>
<div style="width:1100px;">
<div class="sheet-shipArmor" style="height:135px; width:1078px;">
<div class="sheet-inlineBlock">
<div class="">
<label>OTHER COMPONENTS</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_other_components" rows="10" columns="100" style="margin-top:-5px; width:1068px;height:102px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
<div style="width:1100px;">
<div style="float: left; width:450px;">
<div class="sheet-shipArmor" style="height:135px;">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<div class="">
<label>ACCOMODATIONS</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_accomodations" rows="10" columns="100" style="margin-top:-5px; width:415px;height:102px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
<div class="sheet-shipArmor" style="height:135px; margin-top:5px;">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<div class="">
<label>CREW COMPLIMENT</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_crew_compliment" rows="10" columns="100" style="margin-top:-5px; width:415px;height:102px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
<div class="sheet-shipArmor" style="height:200px; margin-top:5px;">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<div class="">
<label>CARRIED VEHICLES</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_carried_vehicles" rows="10" columns="100" style="margin-top:-5px; width:415px;height:167px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
<div class="sheet-shipArmor" style="height:250px; margin-top:5px;">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<div class="">
<label>SHIP QUIRKS / NOTES</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_shipQuirks" rows="10" columns="100" style="margin-top:-5px; width:415px;height:217px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
</div>
<div style="float: right; width:650px;">
<div class="sheet-shipArmor" style="height:588px; width: 629px">
<div class="sheet-inlineBlock">
<div class="sheet-inlineBlock">
<div class="sheet-labelInBorder">
<label>CARGO MANIFEST</label>
</div>
<div class="sheet-inlineBlock">
<textarea name="attr_cargo" rows="10" columns="100" style="margin-top:-5px; width:619px;height:555px;" class="sheet-textarea"></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="">
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">FINAL COST:</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_final_cost" style="width: 185px;">
</div>
<div class="sheet-inlineBlock">
<label class="sheet-inlineBlock sheet-attributeLabelXSmall">MORTGAGE / PAYMENT:</label>
</div>
<div class="sheet-inlineBlock">
<input type="text" name="attr_Mortgage_payment" style="width: 185px;">
</div>
</div>
</div>
<div style="position:absolute; top: 1500px; left:600px;" class="sheet-character">
<label style="width: 400px !important; left:42px; font-size: XX-LARGE; position:absolute;">CEPHEUS</label>
<label style="width: 400px !important; top: 33px; left:53px; font-size: XX-LARGE; position:absolute;">DELUXE</label>
<label style="width: 173px !important; top: 62px; left:62px; position:absolute; font-size:x-small">CHARACTER</label>
<label style="width: 173px !important; top: 62px; left:139px; position:absolute; font-size:x-small; padding-bottom:50px;">RECORD</label>
<label style="width: 173px !important; left:278px; position:absolute;">PLAYER</label>
<input type="text" name="attr_player_name" style="width: 164px; position:absolute; left: 355px; top: -8px;">
</div>
<div style="position:absolute; top: 1500px; left:600px;" class="sheet-ship">
<label style="width: 400px !important; left:42px; font-size: XX-LARGE; position:absolute;">CEPHEUS</label>
<label style="width: 400px !important; top: 33px; left:53px; font-size: XX-LARGE; position:absolute;">DELUXE</label>
<label style="width: 173px !important; top: 62px; left:90px; position:absolute; font-size:x-small">SHIP</label>
<label style="width: 173px !important; top: 62px; left:123px; position:absolute; font-size:x-small; padding-bottom:50px;">RECORD</label>
<label style="width: 173px !important; left:278px; position:absolute;">PLAYER</label>
<input type="text" name="attr_player_name" style="width: 164px; position:absolute; left: 355px; top: -8px;">
</div>
<input type="hidden" name="attr_isFatigued" value="0">
<script type="text/worker">
on("change:fatigueCheck", function(){
getAttrs(["fatigueCheck"], function(values) {
let checked = values.fatigueCheck;
let fat = 0;
console.log("here")
if(checked === "on"){
fat = -2;
}
setAttrs({
"isFatigued":fat
});
});
});
</script>
<rolltemplate class="sheet-rolltemplate-SkillRoll">
<div class="sheet-table">
<div class="sheet-templateHeader">
{{name}} roll
</div>
<div class="sheet-result sheet-td">
Result: {{result}}
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-attackRoll">
<div class="sheet-table">
<div class="sheet-templateHeader">
{{name}} attacks with {{weaponname}}
</div>
<div class="sheet-result sheet-td">
To Hit: {{result}}
</div>
<div class="sheet-result sheet-td">
Damage: {{damageResult}}
</div>
</rolltemplate>