mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-07 23:52:29 +00:00
5e-shaped
This commit is contained in:
+2452
-1
File diff suppressed because one or more lines are too long
@@ -118,7 +118,7 @@ $light-yellow: #f2f5d3;
|
||||
}
|
||||
}
|
||||
|
||||
*, .sheet-rolltemplate-5eReshaped * {
|
||||
*, .sheet-rolltemplate-5e-shaped * {
|
||||
box-sizing: border-box;
|
||||
line-height: 100%;
|
||||
}
|
||||
@@ -255,7 +255,7 @@ $padMar: (
|
||||
}
|
||||
|
||||
@if ($side == l) or ($side == r) and ($size == xxl) {
|
||||
.sheet-rolltemplate-5eReshaped .sheet-pad-#{$side}-#{$size} {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-pad-#{$side}-#{$size} {
|
||||
padding-#{$sideValue}: #{$sizeValue}px !important;
|
||||
}
|
||||
}
|
||||
@@ -278,7 +278,7 @@ $padMar: (
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-5eReshaped .sheet-smaller-letter-spacing {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-smaller-letter-spacing {
|
||||
letter-spacing: -.04em !important;
|
||||
}
|
||||
|
||||
@@ -314,7 +314,7 @@ $padMar: (
|
||||
}
|
||||
|
||||
.sheet-tooltip-position-wrapper,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-position-wrapper {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-position-wrapper {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
@@ -322,12 +322,12 @@ $padMar: (
|
||||
}
|
||||
|
||||
.sheet-tooltip,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sheet-tooltip-toggle-text,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-toggle-text {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-toggle-text {
|
||||
border-radius: 50%;
|
||||
font-size: 77%;
|
||||
height: 10px;
|
||||
@@ -339,7 +339,7 @@ $padMar: (
|
||||
}
|
||||
|
||||
[class*="sheet-tooltip-content"],
|
||||
.sheet-rolltemplate-5eReshaped [class*="sheet-tooltip-content"] {
|
||||
.sheet-rolltemplate-5e-shaped [class*="sheet-tooltip-content"] {
|
||||
z-index: 99;
|
||||
position: absolute;
|
||||
color: $white;
|
||||
@@ -363,40 +363,40 @@ $padMar: (
|
||||
}
|
||||
|
||||
.sheet-tooltip-small,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-small {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-small {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.sheet-tooltip-content-left,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-content-left {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-content-left {
|
||||
right: 100%;
|
||||
margin-right: 12px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
||||
.sheet-tooltip-content-right,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-content-right {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-content-right {
|
||||
left: 100%;
|
||||
margin-left: 12px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.sheet-tooltip-content-left::after,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-content-left::after {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-content-left::after {
|
||||
right: -8px;
|
||||
border-left: 8px solid $black;
|
||||
}
|
||||
|
||||
.sheet-tooltip-content-right::after,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip-content-right::after {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip-content-right::after {
|
||||
left: -8px;
|
||||
border-right: 8px solid $black;
|
||||
}
|
||||
|
||||
.sheet-tooltip:hover [class*="sheet-tooltip-content"],
|
||||
.sheet-tooltip:focus [class*="sheet-tooltip-content"],
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip:hover [class*="sheet-tooltip-content"],
|
||||
.sheet-rolltemplate-5eReshaped .sheet-tooltip:focus [class*="sheet-tooltip-content"] {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip:hover [class*="sheet-tooltip-content"],
|
||||
.sheet-rolltemplate-5e-shaped .sheet-tooltip:focus [class*="sheet-tooltip-content"] {
|
||||
visibility: visible;
|
||||
z-index: 999;
|
||||
}
|
||||
@@ -543,7 +543,7 @@ $padMar: (
|
||||
}
|
||||
|
||||
.sheet-relative,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-relative {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -947,7 +947,7 @@ $padMar: (
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-5eReshaped {
|
||||
.sheet-rolltemplate-5e-shaped {
|
||||
.withoutavatars & {
|
||||
margin-left: -4px;
|
||||
}
|
||||
@@ -1679,7 +1679,7 @@ span {
|
||||
}
|
||||
|
||||
.sheet-small-label,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-small-label {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-small-label {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
@@ -1703,40 +1703,40 @@ span {
|
||||
}
|
||||
|
||||
[class*="sheet-pictos"],
|
||||
.sheet-rolltemplate-5eReshaped [class*="sheet-pictos"] {
|
||||
.sheet-rolltemplate-5e-shaped [class*="sheet-pictos"] {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.sheet-pictos,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-pictos {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-pictos {
|
||||
font-family: "Pictos";
|
||||
}
|
||||
|
||||
.sheet-pictos-custom,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-pictos-custom {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-pictos-custom {
|
||||
font-family: "Pictos Custom";
|
||||
}
|
||||
|
||||
.sheet-pictos-three,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-pictos-three {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-pictos-three {
|
||||
font-family: "Pictos Three";
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-5eReshaped .sheet-concentration-icon {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-concentration-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-5eReshaped .sheet-ritual-icon {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-ritual-icon {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.sheet-border-right,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-border-right {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-border-right {
|
||||
border-right: 1px solid $black;
|
||||
}
|
||||
|
||||
.sheet-border-left,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-border-left {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-border-left {
|
||||
border-left: 1px solid $black;
|
||||
}
|
||||
|
||||
@@ -1757,7 +1757,7 @@ span.sheet-spacer {
|
||||
}
|
||||
|
||||
.sheet-center,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-center {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -1842,7 +1842,7 @@ textarea {
|
||||
}
|
||||
|
||||
.sheet-important-text,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-important-text {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-important-text {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
@@ -1852,7 +1852,7 @@ textarea {
|
||||
}
|
||||
|
||||
.sheet-shaped-row,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-shaped-row {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-shaped-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
&.sheet-center {
|
||||
@@ -1867,17 +1867,17 @@ textarea {
|
||||
}
|
||||
|
||||
.sheet-col-1-3,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-col-1-3 {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-col-1-3 {
|
||||
width: 33.33333%;
|
||||
}
|
||||
|
||||
.sheet-col-2-3,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-col-2-3 {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-col-2-3 {
|
||||
width: 66.66667%;
|
||||
}
|
||||
|
||||
.sheet-col-1-6,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-col-1-6 {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-col-1-6 {
|
||||
width: 16.66667%;
|
||||
}
|
||||
|
||||
@@ -1895,7 +1895,7 @@ textarea {
|
||||
$width-name: 0 + '' + $i;
|
||||
}
|
||||
.sheet-col-#{$width-name},
|
||||
.sheet-rolltemplate-5eReshaped .sheet-col-#{$width-name} {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-col-#{$width-name} {
|
||||
width: round(percentage($i/100));
|
||||
}
|
||||
}
|
||||
@@ -1906,8 +1906,8 @@ textarea {
|
||||
|
||||
.sheet-gm-info-block,
|
||||
.sheet-gm-info-inline-block,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-gm-info-block,
|
||||
.sheet-rolltemplate-5eReshaped .sheet-gm-info-inline-block {
|
||||
.sheet-rolltemplate-5e-shaped .sheet-gm-info-block,
|
||||
.sheet-rolltemplate-5e-shaped .sheet-gm-info-inline-block {
|
||||
background-color: $light-yellow !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
</div>
|
||||
<div class="col center">
|
||||
<button type="roll" name="roll_repeating_{{type}}actions_action"
|
||||
value="@{output_option} &{template:5eReshaped} {{action=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=@{repeating_{{type}}actions_name}}} {{type=@{repeating_{{type}}actions_type}}} @{repeating_{{type}}actions_toggle_emote} @{repeating_{{type}}actions_toggle_attack} @{repeating_{{type}}actions_toggle_crit} @{repeating_{{type}}actions_toggle_details} @{repeating_{{type}}actions_toggle_reach} @{repeating_{{type}}actions_toggle_range} @{repeating_{{type}}actions_toggle_target} @{repeating_{{type}}actions_toggle_damage} @{repeating_{{type}}actions_toggle_second_damage} @{repeating_{{type}}actions_toggle_save} @{repeating_{{type}}actions_toggle_save_damage} @{repeating_{{type}}actions_toggle_effects} @{repeating_{{type}}actions_toggle_recharge} @{hide_gm_info}">
|
||||
value="@{output_option} &{template:5e-shaped} {{action=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=@{repeating_{{type}}actions_name}}} {{type=@{repeating_{{type}}actions_type}}} @{repeating_{{type}}actions_toggle_emote} @{repeating_{{type}}actions_toggle_attack} @{repeating_{{type}}actions_toggle_crit} @{repeating_{{type}}actions_toggle_details} @{repeating_{{type}}actions_toggle_reach} @{repeating_{{type}}actions_toggle_range} @{repeating_{{type}}actions_toggle_target} @{repeating_{{type}}actions_toggle_damage} @{repeating_{{type}}actions_toggle_second_damage} @{repeating_{{type}}actions_toggle_save} @{repeating_{{type}}actions_toggle_save_damage} @{repeating_{{type}}actions_toggle_effects} @{repeating_{{type}}actions_toggle_recharge} @{hide_gm_info}">
|
||||
<span>{{name}}</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_strength_check_mod" value="@{strength_mod} + @{strength_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_strength_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Strength}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{strength_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{strength_check_mod}]]}} @{tie_on_strength_check}">
|
||||
<button type="roll" name="roll_strength_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Strength}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{strength_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{strength_check_mod}]]}} @{tie_on_strength_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.strength.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_strength_mod" readonly>
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_dexterity_check_mod" value="@{dexterity_mod} + @{dexterity_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_dexterity_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Dexterity}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{dexterity_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{dexterity_check_mod}]]}} @{tie_on_dexterity_check}">
|
||||
<button type="roll" name="roll_dexterity_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Dexterity}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{dexterity_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{dexterity_check_mod}]]}} @{tie_on_dexterity_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.dexterity.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_dexterity_mod" readonly>
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_constitution_check_mod" value="@{constitution_mod} + @{constitution_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_constitution_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Constitution}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{constitution_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{constitution_check_mod}]]}} @{tie_on_constitution_check}">
|
||||
<button type="roll" name="roll_constitution_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Constitution}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{constitution_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{constitution_check_mod}]]}} @{tie_on_constitution_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.constitution.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_constitution_mod" readonly>
|
||||
@@ -39,7 +39,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_intelligence_check_mod" value="@{intelligence_mod} + @{intelligence_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_intelligence_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Intelligence}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{intelligence_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{intelligence_check_mod}]]}} @{tie_on_intelligence_check}">
|
||||
<button type="roll" name="roll_intelligence_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Intelligence}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{intelligence_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{intelligence_check_mod}]]}} @{tie_on_intelligence_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.intelligence.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_intelligence_mod" readonly>
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_wisdom_check_mod" value="@{wisdom_mod} + @{wisdom_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_wisdom_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Wisdom}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{wisdom_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{wisdom_check_mod}]]}} @{tie_on_wisdom_check}">
|
||||
<button type="roll" name="roll_wisdom_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Wisdom}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{wisdom_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{wisdom_check_mod}]]}} @{tie_on_wisdom_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.wisdom.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_wisdom_mod" readonly>
|
||||
@@ -65,7 +65,7 @@
|
||||
<div class="ability-score-wrapper wrap-box center">
|
||||
<input type="hidden" name="attr_charisma_check_mod" value="@{charisma_mod} + @{charisma_bonus} + @{jack_of_all_trades} + (@{global_check_bonus})">
|
||||
|
||||
<button type="roll" name="roll_charisma_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Charisma}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{charisma_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{charisma_check_mod}]]}} @{tie_on_charisma_check}">
|
||||
<button type="roll" name="roll_charisma_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Charisma}} {{subheader=Ability check}} {{roll=[[d20@{d20_mod} + @{charisma_check_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{charisma_check_mod}]]}} @{tie_on_charisma_check}">
|
||||
<div>
|
||||
<span class="ability-name">{{'ABILITIES.charisma.NAME' | translate}}</span>
|
||||
<input class="ability-modifier no-spin" type="number" name="attr_charisma_mod" readonly>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="shaped-row center">
|
||||
<div class="col-33 center">
|
||||
<button type="roll" name="roll_ac" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=AC}} {{roll=[[@{ac}]]}}">
|
||||
<button type="roll" name="roll_ac" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=AC}} {{roll=[[@{ac}]]}}">
|
||||
<div class="shield">
|
||||
<div class="pc">
|
||||
<input type="number" name="attr_ac" class="no-spin" readonly>
|
||||
@@ -20,7 +20,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-34 center">
|
||||
<button type="roll" name="roll_initiative" value="@{initiative_output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Initiative}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{initiative_to_tracker} + [[@{initiative_tie_breaker}]]]]}} @{tie_on_initiative}">
|
||||
<button type="roll" name="roll_initiative" value="@{initiative_output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Initiative}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{initiative_to_tracker} + [[@{initiative_tie_breaker}]]]]}} @{tie_on_initiative}">
|
||||
<div class="wrap-box initiative">
|
||||
<input class="center no-spin initiative-total" type="number" name="attr_initiative_overall" value="(@{dexterity_mod} + @{initiative} + @{jack_of_all_trades}) + (@{global_check_bonus})" disabled>
|
||||
<div class="wrap-box-title">{{'INITIATIVE' | translate}}</div>
|
||||
@@ -30,7 +30,7 @@
|
||||
<div class="col-33 center pad-l-md">
|
||||
<div class="wrap-box center speed">
|
||||
<input type="number" name="attr_speed" class="center no-spin" step="1">
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Speed}} {{roll=@{speed}}}">
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Speed}} {{roll=@{speed}}}">
|
||||
<div class="wrap-box-title">{{'SPEED' | translate}}</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<fieldset class="repeating_attack">
|
||||
<div class="attack relative mar-b-sm">
|
||||
<button type="roll" name="roll_attack"
|
||||
value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=@{name}}} {{action=1}} @{tie_on_attack} {{emote=@{emote}}} {{reach=@{reach}}} {{range=@{range}}} {{ammo=@{ammo}}} {{attack=[[d20cs>@{crit_range}@{d20_mod} + @{to_hit} + (@{global_attack_bonus}) + (@{global_attack_bonus})]]}} {{attackadv=[[d20cs>@{crit_range}@{d20_mod} + @{to_hit} + (@{global_attack_bonus}) + (@{global_attack_bonus})]]}} {{saving_throw_condition=@{saving_throw_condition}}} {{saving_throw_dc=@{saving_throw_dc}}} {{saving_throw_vs_attribute=@{saving_throw_vs_attribute}}} {{effect=@{effect}}} {{targetAC=@{attacks_vs_target_ac}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{damage} + @{damage_attribute} + @{damage_bonus} + (@{global_damage_bonus})]]}} {{damage_type=@{damage_type}}} {{second_damage=[[0d0 + @{second_damage} + @{second_damage_attribute} + @{second_damage_bonus}]]}} {{second_damage_type=@{second_damage_type}}} {{crit_damage=[[0d0 + @{damage} + @{damage_crit}]]}} {{second_crit_damage=[[0d0 + @{second_damage} + @{second_damage_crit}]]}} @{freeform}">
|
||||
value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=@{name}}} {{action=1}} @{tie_on_attack} {{emote=@{emote}}} {{reach=@{reach}}} {{range=@{range}}} {{ammo=@{ammo}}} {{attack=[[d20cs>@{crit_range}@{d20_mod} + @{to_hit} + (@{global_attack_bonus}) + (@{global_attack_bonus})]]}} {{attackadv=[[d20cs>@{crit_range}@{d20_mod} + @{to_hit} + (@{global_attack_bonus}) + (@{global_attack_bonus})]]}} {{saving_throw_condition=@{saving_throw_condition}}} {{saving_throw_dc=@{saving_throw_dc}}} {{saving_throw_vs_attribute=@{saving_throw_vs_attribute}}} {{effect=@{effect}}} {{targetAC=@{attacks_vs_target_ac}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{damage} + @{damage_attribute} + @{damage_bonus} + (@{global_damage_bonus})]]}} {{damage_type=@{damage_type}}} {{second_damage=[[0d0 + @{second_damage} + @{second_damage_attribute} + @{second_damage_bonus}]]}} {{second_damage_type=@{second_damage_type}}} {{crit_damage=[[0d0 + @{damage} + @{damage_crit}]]}} {{second_crit_damage=[[0d0 + @{second_damage} + @{second_damage_crit}]]}} @{freeform}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-35 center pad-r-sm">
|
||||
<input type="text" name="attr_name" class="center" readonly>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<hr class="absolute death-save-hr">
|
||||
</div>
|
||||
</div>
|
||||
<button type="roll" name="roll_death_saving_throw" value="@{death_save_output_option} &{template:5eReshaped} {{deathsave=1}} {{character_name=@{character_name}}} @{show_character_name} @{show_character_name} {{emote=dices with death!}} {{title=Death Save}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + (@{global_saving_bonus})]]}} {{rolladv=[[d20@{d20_mod} + (@{global_saving_bonus})]]}} @{tie_on_death_saving_throw}">
|
||||
<button type="roll" name="roll_death_saving_throw" value="@{death_save_output_option} &{template:5e-shaped} {{deathsave=1}} {{character_name=@{character_name}}} @{show_character_name} @{show_character_name} {{emote=dices with death!}} {{title=Death Save}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + (@{global_saving_bonus})]]}} {{rolladv=[[d20@{d20_mod} + (@{global_saving_bonus})]]}} @{tie_on_death_saving_throw}">
|
||||
<div class="wrap-box-title center">{{'DEATH_SAVES' | translate}}</div>
|
||||
</button>
|
||||
</div>
|
||||
@@ -4,7 +4,7 @@
|
||||
<input class="no-spin bold" type="number" name="attr_exhaustion_level" min="0" max="6">
|
||||
</div>
|
||||
<div class="col-85 pad-l-sm">
|
||||
<button type="roll" name="roll_exhaustion" class="wrapper-button" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Exhaustion Level}} {{roll=@{exhaustion_level}}}">
|
||||
<button type="roll" name="roll_exhaustion" class="wrapper-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Exhaustion Level}} {{roll=@{exhaustion_level}}}">
|
||||
<div class="wrap-box-title">
|
||||
{{'EXHAUSTION_LEVEL' | translate}}
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<input type="number" name="attr_hd_d4_max" class="no-spin">
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d4" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d4)}} {{roll=[[d4 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d4" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d4)}} {{roll=[[d4 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d4
|
||||
</button>
|
||||
</div>
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d6" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d6)}} {{roll=[[d6 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d6" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d6)}} {{roll=[[d6 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d6
|
||||
</button>
|
||||
</div>
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d8" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d8)}} {{roll=[[d8 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d8" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d8)}} {{roll=[[d8 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d8
|
||||
</button>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d10" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d10)}} {{roll=[[d10 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d10" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d10)}} {{roll=[[d10 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d10
|
||||
</button>
|
||||
</div>
|
||||
@@ -91,7 +91,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d12" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d12}} {{roll=[[d12 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d12" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d12}} {{roll=[[d12 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d12
|
||||
</button>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
<input type="number" name="attr_hd_d20_max" class="no-spin">
|
||||
</div>
|
||||
<div class="col-30 center">
|
||||
<button type="roll" name="roll_Use_HD_d20" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d20)}} {{roll=[[d20 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
<button type="roll" name="roll_Use_HD_d20" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d20)}} {{roll=[[d20 + @{constitution_mod}]]}} @{tie_on_hit_dice}">
|
||||
d20
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<input class="no-spin heart-hp-max" type="number" name="attr_HP_max" min="1" step="1">
|
||||
</div>
|
||||
</div>
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Points}} {{roll=@{HP} / @{HP|max}}}">
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Points}} {{roll=@{HP} / @{HP|max}}}">
|
||||
<div class="shaped-row center">
|
||||
<div class="wrap-box-title col-60">{{'HIT_POINTS' | translate}}</div>
|
||||
</div>
|
||||
@@ -24,7 +24,7 @@
|
||||
<input class="no-spin heart-hp-temp" type="number" name="attr_temp_HP" min="0" step="1">
|
||||
</div>
|
||||
</div>
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Temporary Hit Points}} {{roll=@{temp_HP}}}">
|
||||
<button type="roll" name="roll_speed" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Temporary Hit Points}} {{roll=@{temp_HP}}}">
|
||||
|
||||
<div class="shaped-row center">
|
||||
<div class="wrap-box-title col-60">{{'HIT_POINTS_TEMP' | translate}}</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="proficiency-bonus wrap-box relative mar-t-sm mar-b-md">
|
||||
<button type="roll" name="roll_pb" class="wrapper-button" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Proficiency Bonus}} {{roll=@{pb}}}">
|
||||
<button type="roll" name="roll_pb" class="wrapper-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Proficiency Bonus}} {{roll=@{pb}}}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-15">
|
||||
<input class="no-spin bold" type="number" name="attr_PB" readonly>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<input type="checkbox" name="attr_strength_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_strength_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Strength}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{strength_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{strength_save_mod}]]}} @{tie_on_strength_saving_throw}">
|
||||
<button type="roll" name="roll_strength_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Strength}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{strength_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{strength_save_mod}]]}} @{tie_on_strength_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_strength_save_mod" value="@{strength_mod} + @{strength_save_prof} + @{strength_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
@@ -21,7 +21,7 @@
|
||||
<input type="checkbox" name="attr_dexterity_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_dexterity_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Dexterity}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{dexterity_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{dexterity_save_mod}]]}} @{tie_on_dexterity_saving_throw}">
|
||||
<button type="roll" name="roll_dexterity_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Dexterity}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{dexterity_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{dexterity_save_mod}]]}} @{tie_on_dexterity_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_dexterity_save_mod" value="@{dexterity_mod} + @{dexterity_save_prof} + @{dexterity_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
@@ -38,7 +38,7 @@
|
||||
<input type="checkbox" name="attr_constitution_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_constitution_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Constitution}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{constitution_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{constitution_save_mod}]]}} @{tie_on_constitution_saving_throw}">
|
||||
<button type="roll" name="roll_constitution_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Constitution}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{constitution_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{constitution_save_mod}]]}} @{tie_on_constitution_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_constitution_save_mod" value="@{constitution_mod} + @{constitution_save_prof} + @{constitution_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
@@ -55,7 +55,7 @@
|
||||
<input type="checkbox" name="attr_intelligence_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_intelligence_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Intelligence}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{intelligence_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{intelligence_save_mod}]]}} @{tie_on_intelligence_saving_throw}">
|
||||
<button type="roll" name="roll_intelligence_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Intelligence}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{intelligence_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{intelligence_save_mod}]]}} @{tie_on_intelligence_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_intelligence_save_mod" value="@{intelligence_mod} + @{intelligence_save_prof} + @{intelligence_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
@@ -72,7 +72,7 @@
|
||||
<input type="checkbox" name="attr_wisdom_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_wisdom_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Wisdom}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{wisdom_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{wisdom_save_mod}]]}} @{tie_on_wisdom_saving_throw}">
|
||||
<button type="roll" name="roll_wisdom_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Wisdom}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{wisdom_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{wisdom_save_mod}]]}} @{tie_on_wisdom_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_wisdom_save_mod" value="@{wisdom_mod} + @{wisdom_save_prof} + @{wisdom_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
@@ -89,7 +89,7 @@
|
||||
<input type="checkbox" name="attr_charisma_save_prof" value="@{PB}">
|
||||
</div>
|
||||
<div class="col-90 pad-l-sm">
|
||||
<button type="roll" name="roll_charisma_save" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Charisma}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{charisma_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{charisma_save_mod}]]}} @{tie_on_charisma_saving_throw}">
|
||||
<button type="roll" name="roll_charisma_save" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=Charisma}} {{subheader=Saving Throw}} {{roll=[[d20@{d20_mod} + @{charisma_save_mod}]]}} {{rolladv=[[d20@{d20_mod} + @{charisma_save_mod}]]}} @{tie_on_charisma_saving_throw}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin save-total" type="number" name="attr_charisma_save_mod" value="@{charisma_mod} + @{charisma_save_prof} + @{charisma_save_bonus} + (@{global_saving_bonus})" disabled>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<input type="hidden" name="attr_check_query_macro" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{subheader=Ability Check}} ?{Ability Check{{checkQuery}}}">
|
||||
<input type="hidden" name="attr_check_query_macro" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{subheader=Ability Check}} ?{Ability Check{{checkQuery}}}">
|
||||
@@ -1 +1 @@
|
||||
<input type="hidden" name="attr_save_query_macro" value="@{output_option} &{template:5eReshaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{subheader=Saving Throw}} ?{Saving Throw{{saveQuery}}}">
|
||||
<input type="hidden" name="attr_save_query_macro" value="@{output_option} &{template:5e-shaped} {{save=1}} {{character_name=@{character_name}}} @{show_character_name} {{subheader=Saving Throw}} ?{Saving Throw{{saveQuery}}}">
|
||||
@@ -1 +1 @@
|
||||
<input type="hidden" name="attr_melee_query_macro" value="@{output_option} &{template:5eReshaped} {{character_name=@{character_name}}} @{show_character_name} ?{Weapon{{meleeQuery}}} {{action=1}} @{tie_on_attack}">
|
||||
<input type="hidden" name="attr_melee_query_macro" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} ?{Weapon{{meleeQuery}}} {{action=1}} @{tie_on_attack}">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<rolltemplate class="sheet-rolltemplate-5eReshaped">
|
||||
<rolltemplate class="sheet-rolltemplate-5e-shaped">
|
||||
<div class="rt-card">
|
||||
<div class="rt-header relative{{#action}} action{{/action}}{{#spell}} spell{{/spell}}{{#ability}} ability{{/ability}}{{#save}} save{{/save}}{{#deathsave}} deathsave{{/deathsave}}">
|
||||
<div class="rt-title pad-l-xxl pad-r-xxl">{{title}}</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="col-88">
|
||||
<div class="shaped-row">
|
||||
<div class="col-20">
|
||||
<button type="roll" name="roll_Custom_Skill_{{num}}" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=@{custom_skill_{{num}}_name}}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{custom_skill_{{num}}}]]}} {{rolladv=[[d20@{d20_mod} + @{custom_skill_{{num}}}]]}} @{tie_on_custom_skill_{{num}}}">
|
||||
<button type="roll" name="roll_Custom_Skill_{{num}}" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=@{custom_skill_{{num}}_name}}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{custom_skill_{{num}}}]]}} {{rolladv=[[d20@{d20_mod} + @{custom_skill_{{num}}}]]}} @{tie_on_custom_skill_{{num}}}">
|
||||
<input class="no-spin skill-total" type="number" name="attr_custom_skill_{{num}}" value="@{custom_skill_{{num}}_prof_exp}[proficiency] + @{custom_skill_{{num}}_attribute}[attribute] + @{custom_skill_{{num}}_bonus}[bonus] + (@{global_check_bonus})[global]" disabled>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-88">
|
||||
<button type="roll" name="roll_{{name}}_check" value="@{output_option} &{template:5eReshaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title={{nameTranslatedEn}} ({{attributeShort}})}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{{{name}}}]]}} {{rolladv=[[d20@{d20_mod} + @{{{name}}}]]}} @{tie_on_{{name}}}">
|
||||
<button type="roll" name="roll_{{name}}_check" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title={{nameTranslatedEn}} ({{attributeShort}})}} {{subheader=Ability Check}} {{roll=[[d20@{d20_mod} + @{{{name}}}]]}} {{rolladv=[[d20@{d20_mod} + @{{{name}}}]]}} @{tie_on_{{name}}}">
|
||||
<div class="shaped-row vert-center">
|
||||
<div class="col-20">
|
||||
<input class="no-spin skill-total" type="number" name="attr_{{name}}" value="@{{{name}}_prof_exp}[proficiency] + @{{{attribute}}_mod}[attribute] + @{{{name}}_bonus}[bonus] + (@{global_check_bonus})[global]" disabled>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="shaped-row">
|
||||
<div class="col center">
|
||||
<button type="roll" name="roll_SpellCast"
|
||||
value="@{output_option} &{template:5eReshaped} {{spell=1}} {{character_name=@{character_name}}} @{show_character_name} {{spellfriendlylevel=@{level_readable}}} {{title=@{name}}} @{concentration} @{ritual} {{school=@{school}}} {{casting_time=@{casting_time}}} {{duration=@{duration}}} {{target=@{target}}} {{range=@{range}}} @{components_verbal} @{components_somatic} @{components_material} {{description=@{description}}} {{spellhigherlevel=@{higher_slot_effect}}} {{emote=@{emote}}} {{attack=[[d20cs>@{spell_attack_crit_range}@{d20_mod} + @{spell_to_hit} + (@{global_spell_attack_bonus})]]}} {{attackadv=[[d20cs>@{spell_attack_crit_range}@{d20_mod} + @{spell_to_hit} + (@{global_spell_attack_bonus})]]}} {{targetAC=@{attacks_vs_target_ac}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{spell_attack_dmg}[dmg] + @{spell_attack_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_attack_higher_level_dmg_dice})@{spell_attack_higher_level_dmg_die}[higher lvl]]]}} {{damage_type=@{spell_attack_dmg_type}}} {{second_damage=[[0d0 + @{spell_attack_second_dmg}[dmg] + @{spell_attack_second_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_attack_second_higher_level_dmg_dice})@{spell_attack_second_higher_level_dmg_die}[higher lvl]]]}} {{second_damage_type=@{spell_attack_second_dmg_type}}} {{crit_damage=[[0d0 + @{spell_attack_dmg} + ((@{higher_level_query} - @{base_level}) * @{spell_attack_higher_level_dmg_dice})@{spell_attack_higher_level_dmg_die}[higher lvl]]]}} {{second_crit_damage=[[0d0 + @{spell_attack_second_dmg} + ((@{higher_level_query} - @{base_level}) * @{spell_attack_second_higher_level_dmg_dice})@{spell_attack_second_higher_level_dmg_die}[higher lvl]]]}} {{save=1}} {{save_dc=[[@{spell_save_dc_total}]]}} {{save_stat=@{savestat}}} {{save_condition=@{save_condition}}} {{save_failure=@{savefailure}}} {{save_success=@{savesuccess}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{spell_save_dmg}[dmg] + @{spell_save_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_save_higher_level_dmg_dice})@{spell_save_higher_level_dmg_die}[higher lvl] ]]}} {{damage_type=@{spell_save_dmg_type}}} {{save_second_damage=[[0d0 + @{spell_save_second_dmg}[dmg] + @{spell_save_second_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_save_second_higher_level_dmg_dice})@{spell_save_second_higher_level_dmg_die}[higher lvl] ]]}} {{save_second_damage_type=@{spell_save_second_dmg_type}}} {{spellhealing=[[0d0 + @{heal_amount}[amount] + @{heal_attribute_bonus}[stat bonus] + @{healbonus}[bonus] + (@{global_spell_heal_bonus})[global spell heal bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_heal_higher_level_amount}) + ((@{higher_level_query} - @{base_level}) * @{spell_heal_higher_level_dmg_dice})@{spell_heal_higher_level_dmg_die}[higher lvl] ]]}} {{effects=@{effect}}} {{spell_cast_as_level=?{Spell Level}}} @{tie_on_spell}">
|
||||
value="@{output_option} &{template:5e-shaped} {{spell=1}} {{character_name=@{character_name}}} @{show_character_name} {{spellfriendlylevel=@{level_readable}}} {{title=@{name}}} @{concentration} @{ritual} {{school=@{school}}} {{casting_time=@{casting_time}}} {{duration=@{duration}}} {{target=@{target}}} {{range=@{range}}} @{components_verbal} @{components_somatic} @{components_material} {{description=@{description}}} {{spellhigherlevel=@{higher_slot_effect}}} {{emote=@{emote}}} {{attack=[[d20cs>@{spell_attack_crit_range}@{d20_mod} + @{spell_to_hit} + (@{global_spell_attack_bonus})]]}} {{attackadv=[[d20cs>@{spell_attack_crit_range}@{d20_mod} + @{spell_to_hit} + (@{global_spell_attack_bonus})]]}} {{targetAC=@{attacks_vs_target_ac}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{spell_attack_dmg}[dmg] + @{spell_attack_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_attack_higher_level_dmg_dice})@{spell_attack_higher_level_dmg_die}[higher lvl]]]}} {{damage_type=@{spell_attack_dmg_type}}} {{second_damage=[[0d0 + @{spell_attack_second_dmg}[dmg] + @{spell_attack_second_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_attack_second_higher_level_dmg_dice})@{spell_attack_second_higher_level_dmg_die}[higher lvl]]]}} {{second_damage_type=@{spell_attack_second_dmg_type}}} {{crit_damage=[[0d0 + @{spell_attack_dmg} + ((@{higher_level_query} - @{base_level}) * @{spell_attack_higher_level_dmg_dice})@{spell_attack_higher_level_dmg_die}[higher lvl]]]}} {{second_crit_damage=[[0d0 + @{spell_attack_second_dmg} + ((@{higher_level_query} - @{base_level}) * @{spell_attack_second_higher_level_dmg_dice})@{spell_attack_second_higher_level_dmg_die}[higher lvl]]]}} {{save=1}} {{save_dc=[[@{spell_save_dc_total}]]}} {{save_stat=@{savestat}}} {{save_condition=@{save_condition}}} {{save_failure=@{savefailure}}} {{save_success=@{savesuccess}}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[0d0 + @{spell_save_dmg}[dmg] + @{spell_save_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_save_higher_level_dmg_dice})@{spell_save_higher_level_dmg_die}[higher lvl] ]]}} {{damage_type=@{spell_save_dmg_type}}} {{save_second_damage=[[0d0 + @{spell_save_second_dmg}[dmg] + @{spell_save_second_dmg_total}[bonus dmg] + (@{global_spell_damage_bonus})[global spell dmg bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_save_second_higher_level_dmg_dice})@{spell_save_second_higher_level_dmg_die}[higher lvl] ]]}} {{save_second_damage_type=@{spell_save_second_dmg_type}}} {{spellhealing=[[0d0 + @{heal_amount}[amount] + @{heal_attribute_bonus}[stat bonus] + @{healbonus}[bonus] + (@{global_spell_heal_bonus})[global spell heal bonus] + ((@{higher_level_query} - @{base_level}) * @{spell_heal_higher_level_amount}) + ((@{higher_level_query} - @{base_level}) * @{spell_heal_higher_level_dmg_dice})@{spell_heal_higher_level_dmg_die}[higher lvl] ]]}} {{effects=@{effect}}} {{spell_cast_as_level=?{Spell Level}}} @{tie_on_spell}">
|
||||
<span>Cast</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user