Fading Suns 2nd Edition Revised - sheet release 1.2.0 (#6186)

* typo in initiative roll query (+2 Def => -2 Def)

* Fixed error on Critical Success rerolls or Critical Failure confirms of custom Lore and Creative skills

* reviewed sheet:opened logic

* CSS cleanup

* ## 1.2.0
- Renamed sheet to `Fading Suns 2nd Edition Revised` from `Fading Suns v2.75`
- Added ability to select the characteristic for the roll of a skill on the fly (as opposed to having to select a characteristic beforehand)
- Cosmetic fixes

* Fixed minor CSS issued

* up-to-date preview images

* fixed Firefox layout issue

* - removal of vscode snippet file requested by Roll20 team member
- css cleanup
- removal of now unnecessary image

* - translations files updates (except zu which is super cryptic)

* auto-expand table notes vertically

* skill layout fix

* fixed issue in Firefox

* added compatibility for Firefox.

* better fix for Firefox
This commit is contained in:
admiralnlson
2020-04-27 08:08:21 -04:00
committed by GitHub
parent 0de56c8167
commit e8f7bcc626
33 changed files with 3949 additions and 2495 deletions
@@ -7,12 +7,16 @@ html,
box-sizing: border-box;
}
.textchatcontainer .inlinerollresult {
padding: 0;
}
input {
width: auto;
height: initial;
padding: 3px;
margin: 0;
background: rgba(255, 255, 255, 0.5);
}
input [type=text] {
@@ -40,7 +44,7 @@ label {
height: initial;
color: initial;
position: relative;
font-weight: bold; /* yes, I know! */
font-weight: bold;
}
select {
width: initial;
@@ -87,14 +91,14 @@ h1 {
padding: .25em 0 .125em 0;
margin-bottom: .15em;
}
h2,h3 {
h2 {
line-height: 1.4em;
height: 1.4em;
margin-top: .33em;
font-size: 1.3rem;
color: initial;
}
h4,h5,h6 {
h3,h4,h5,h6 {
line-height: 1em;
font-size: 1.3rem;
color: initial;
@@ -113,11 +117,6 @@ h4,h5,h6 {
.sheet-fs-clickheader {
display:inline;
}
/* turn off spinners for disabled number fields in chrome */
input[type="number"]:disabled {
-webkit-appearance: none;
-moz-appearance: textfield
}
/* turn off spinners for all number field in firefox */
input[type="number"] {
-moz-appearance: textfield !important;
@@ -165,13 +164,6 @@ input[type="number"] {
width: auto;
}
/* min width must come before narrow-numbers */
.sheet-calc,
input.sheet-calc,
input:disabled {
min-width: 2.85em;
}
.sheet-fs-h2-section {
position: relative;
clear: both;
@@ -188,15 +180,7 @@ also need 1 more level in selector or base css will override border */
margin: 0.2rem 0 0.4rem 0;
border-radius: 0;
}
.sheet-error {
color: Red;
font-size: 1.4rem;
background-color: White;
margin-left: .25em;
}
.repitem:not(.repitembroken) .sheet-error {
display: none;
}
.sheet-fs-secondary-table-name {
display: table-caption;
text-align: center;
@@ -204,7 +188,6 @@ also need 1 more level in selector or base css will override border */
color: White;
background-color: #4a6486;
width: 100%;
padding-top:.25em;
}
.sheet-fs-nontable-name.sheet-fs-secondary-table-name,
.sheet-table-name.sheet-fs-secondary-table-name {
@@ -214,32 +197,14 @@ also need 1 more level in selector or base css will override border */
.sheet-fs-small-label2 > select.sheet-select-small {
height: 2em;
}
/* color for disabled/sheet-calc */
.sheet-calc,
input.sheet-calc,
input:disabled {
background-color: #4A6486;
background-color: rgba(74, 100, 134, 0.28);
border-width: 0;
color: #222;
padding-left: 0.4rem;
}
input.sheet-calc {
border-bottom-color: transparent;
border-bottom-width: 0;
}
/* CHROME: hide spinner area at right when readonly or when not hovering over a number */
/* CHROME: hide spinner area at right when not hovering over a number */
input[readonly]::-webkit-inner-spin-button,
input.sheet-calc::-webkit-inner-spin-button,
input.disabled::-webkit-inner-spin-button,
input[type="number"]:not(:hover)::-webkit-inner-spin-button {
-webkit-appearance: none;
margin-right: 0;
}
/* the label underneath button*/
.sheet-fs-small-label2 > .sheet-csstextbutton + span + span,
.sheet-fs-small-label2 > .sheet-cssbutton + span + span {
@@ -280,30 +245,21 @@ h2 label {
padding-left:.5em;
}
.sheet-ack-button:not(:checked) + .sheet-fs-showsect::before,
.sheet-fs-showarrow:checked + .sheet-fs-showsect::before {
content: '▼';
}
.sheet-fs-showarrow.sheet-ack-button:checked + .sheet-fs-showsect::before {
font-family: "Pictos" !important;
content: '2';
}
.sheet-fs-showsect,
.sheet-fs-clickheader {
position: relative;
}
.sheet-fs-showsect,
h3.sheet-fs-clickheader,
h2.sheet-fs-clickheader {
display: inline-block;
margin-left: -.25em;
}
.sheet-fs-showarrow.sheet-fs-h2arrow,
.sheet-fs-showarrow.sheet-h3arrow,
.sheet-fs-showarrow.sheet-conditions-show,
.sheet-fs-showarrow.sheet-buffs-show {
.sheet-fs-showarrow.sheet-fs-h2arrow {
width: 1.5em;
margin-right: -1.5em;
}
@@ -438,8 +394,7 @@ div.repcontrol {
}
.sheet-fs-small-label2 > input:not(.sheet-cssbutton),
.sheet-fs-small-label2 > select,
.sheet-fs-small-label2 > .sheet-calc {
.sheet-fs-small-label2 > select {
display: block;
padding: .25em 0rem .25em 0rem; /* 0rem on left and right to fix truncated inputs */
height: 1.825em;
@@ -469,7 +424,6 @@ div.repcontrol {
width: 100%;
text-align: justify;
border-collapse: collapse;
/*display:inline-block;*/
}
.sheet-section-header .sheet-fs-small-label2 {
@@ -493,8 +447,6 @@ div.repcontrol {
display: block;
}
/************************************ TOGGLES **************************************/
/* edit view h2 and h3 arrows*/
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-h2-section,
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section,
@@ -502,102 +454,10 @@ div.repcontrol {
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-fs-h2-section,
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-h3-section + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-h3-section + .sheet-h3-section,
.sheet-h3arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-h3-section + .sheet-h3-section + .sheet-h3-section {
.sheet-fs-h2arrow:not(:checked) + .sheet-fs-showsect + .sheet-fs-nontable-name + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section {
display: none;
}
/******************************************************************************************************************
****************************************************************************************************************
****************************************************************************************************************/
/* draw border have to put + here just to override specificity of arrow toggles above. don't want to use important here or all display below will have to use important. */
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section + .sheet-fs-h2-section + .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section + .sheet-h3-section ,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section + .sheet-h3-section + .sheet-h3-section {
max-width: calc(100% - .25em);
/* display: inline-block; */
display: block;
margin: .125em;
clear: none;
float: left;
height: auto;
}
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-section > .sheet-fs-h2-section .sheet-h3-section:not(.sheet-fs-wide-readonly).sheet-section-oldslas {
width: calc(100% - .25em);
display: block;
margin: .125em;
clear: none;
float: left;
height: auto;
}
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section:not(.sheet-noborder-readonly) + .sheet-fs-h2-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-h2arrow:not(:checked) ~ .sheet-fs-h2-section:not(.sheet-noborder-readonly) + .sheet-fs-h2-section:not(.sheet-noborder-readonly) + .sheet-fs-h2-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section:not(.sheet-noborder-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section:not(.sheet-noborder-readonly) + .sheet-h3-section:not(.sheet-noborder-readonly) ,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-h3arrow:not(:checked) ~ .sheet-h3-section:not(.sheet-noborder-readonly) + .sheet-h3-section:not(.sheet-noborder-readonly) + .sheet-h3-section:not(.sheet-noborder-readonly) {
border: 0.1rem solid black;
border-radius: 0.5rem;
}
/* readonly mode toggles */
.sheet-readonly-show:checked ~ .sheet-main .sheet-show-readonly.sheet-inverse-readonly,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-hide-readonly,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-cheat:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-showarrow.sheet-fs-h2arrow:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-showarrow.sheet-h3arrow:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-clickheader.sheet-fs-showsect:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-table-name:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-nontable-name:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-fs-secondary-table-name:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-divider:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-divider-lg:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-desc-show:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-desc-showlabel:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-macro-text-show:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-macro-text-showlabel:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-id-show:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-id-showlabel:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-macro-text:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-repeating-id:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-armor-attributes:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-armor-attributes-showlabel:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-weapon-attributes:not(.sheet-show-readonly),
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-repeating-fields .sheet-weapon-attributes-showlabel:not(.sheet-show-readonly) {
display: none !important;
}
.sheet-hide-unused-section-readonly:checked + .sheet-fs-showarrow.sheet-fs-h2arrow + .sheet-fs-showsect + .sheet-fs-h2-section,
.sheet-hide-unused-section-readonly:checked + .sheet-fs-showarrow.sheet-h3arrow + .sheet-fs-showsect + .sheet-h3-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-tab99:checked ~ .sheet-section h1{
display: none;
}
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-section .sheet-col .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-tab99:checked ~ .sheet-section .sheet-col .sheet-fs-h2-section,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-tab99:checked ~ .sheet-section > .sheet-fs-h2-section.sheet-fs-wide-readonly,
.sheet-readonly-show:not(:checked) ~ .sheet-main .sheet-tab99:checked ~ .sheet-section .sheet-h3-section.sheet-fs-wide-readonly{
margin: 0.2rem;
width: calc(100% - 4px);
float: left;
}
.sheet-fs-h2-section.sheet-fs-core-details {
width: calc(100% - 4px);
height:auto;
@@ -645,84 +505,79 @@ div.repcontrol {
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-container,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-container,
.sheet-rolltemplate-fs-ApiError .sheet-fs-container,
.sheet-rolltemplate-fs-InitRoll .sheet-fs-container,
.sheet-rolltemplate-fs-d6Roll .sheet-fs-container {
border: 1px solid;
padding: 2px;
width: 90%;
background:url(http://i.imgur.com/BLb0XMU.jpg) top left repeat;
background: #fff;
}
.sheet-rolltemplate-fs-ApiError .sheet-fs-container {
border-color: red;
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-container .sheet-fs-charactername,
.sheet-rolltemplate-fs-InitRoll .sheet-fs-container .sheet-fs-charactername,
.sheet-rolltemplate-fs-d6Roll .sheet-fs-container .sheet-fs-charactername {
font-weight: bold;
font-size: 0.9em;
line-height: 1em;
border-bottom: 1px solid black;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-container h1,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-container h1,
.sheet-rolltemplate-fs-ApiError .sheet-fs-container h1,
.sheet-rolltemplate-fs-InitRoll .sheet-fs-container h1,
.sheet-rolltemplate-fs-d6Roll .sheet-fs-container h1 {
color: rgb(64, 45, 126);
color: #4a6486;
font-size: 1.1em;
font-variant: small-caps;
line-height: 20px;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-arrow-right,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-arrow-right,
.sheet-rolltemplate-fs-ApiError .sheet-fs-arrow-right,
.sheet-rolltemplate-fs-InitRoll .sheet-fs-arrow-right,
.sheet-rolltemplate-fs-d6Roll .sheet-fs-arrow-right {
border-bottom: 2px solid transparent;
border-left: 200px solid rgb(64, 45, 126);
border-left: 200px solid #4a6486;
border-top: 2px solid transparent;
}
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .inlinerollresult,
.sheet-rolltemplate-fs-InitRoll .inlinerollresult {
.sheet-rolltemplate-fs-InitRoll .inlinerollresult,
.sheet-rolltemplate-fs-d6Roll .inlinerollresult {
background-color: transparent;
border: none;
font-weight: normal;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-critsuccess,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-critsuccess {
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-fs-InitRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-fs-d6Roll .inlinerollresult.fullcrit,
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-fs-InitRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-fs-d6Roll .inlinerollresult.importantroll,
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-fs-InitRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.fullfail {
border: none;
}
.sheet-rolltemplate-fs-InitRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-critsuccess {
color: #3FB315;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-success,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-success {
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-success {
color: #205b0b;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-failure,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-failure {
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-failure {
color: #5b0b0b;
}
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-critfailure,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .sheet-fs-critfailure {
.sheet-rolltemplate-fs-InitRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-fs-GoalRoll .sheet-fs-critfailure {
color: #B31515;
}
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.fullcrit,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .inlinerollresult.fullcrit {
border: none;
}
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.importantroll,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .inlinerollresult.importantroll {
border: none;
}
.sheet-rolltemplate-fs-GoalRoll .inlinerollresult.fullfail,
.sheet-rolltemplate-fs-GoalRoll-fromAPI .inlinerollresult.fullfail {
border: none;
}
.sheet-fs-w100 {
width: 100%;
}
@@ -775,27 +630,10 @@ div.repcontrol {
align-self: stretch;
}
.sheet-fs-description {
align-self: stretch;
}
.sheet-fs-col fieldset {
width:100%;
}
.sheet-fs-col .repcontainer {
width:100%;
}
.charsheet .repcontainer .repitem,.charsheet .sheet-repeating-sect .repitem {
border: 0;
border-radius: 0.3rem;
overflow: hidden;
display: block;
width: 100%;
}
.sheet-fs-space-evenly {
width: 100%;
display: inline-flex;
@@ -803,66 +641,11 @@ div.repcontrol {
justify-content: space-evenly;
}
.sheet-fs-repeating-section {
width: 100%;
display: inline-flex;
flex-wrap: wrap;
justify-content: space-evenly;
border: 1px dotted #ccc;
padding: 0.3em;
border-radius: 0.3em;
}
.sheet-fs-small-label2 > input {
text-align: center;
overflow: visible;
border: 0 0 0 0;
}
.sheet-fs-rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: left;
}
.sheet-fs-rating > span {
display: inline-block;
position: relative;
font-size: 150%;
width: 13px;
}
.sheet-fs-rating-null {
color: transparent;
}
.sheet-fs-rating > *:not(.sheet-fs-rating-null):hover:before,
.sheet-fs-rating > *:hover ~ span:not(.sheet-fs-rating-null):before,
.sheet-fs-rating:not(:hover) > input:checked ~ span:not(.sheet-fs-rating-null):before {
content: '■';
position: absolute;
left: 0;
color: #4a6486;
}
.sheet-fs-rating > input {
margin: 0;
padding: 0;
margin-left:-13px;
width:13px;
height:27.85px;
position:relative;
z-index:2;
opacity:0;
vertical-align:top;
}
.sheet-fs-rating > input.sheet-fs-rating-widebox,
.sheet-fs-rating > input.sheet-fs-rating-widebox + span {
min-width: 16px;
}
.sheet-fs-grid-1x2-equal {
display: grid;
grid-template-columns: 1fr 1fr;
@@ -870,7 +653,6 @@ div.repcontrol {
align-items: start;
align-content: center;
grid-gap: 5px;
/*justify-content: flex-start;*/
}
.sheet-fs-grid-1x3 {
display: grid;
@@ -878,7 +660,6 @@ div.repcontrol {
grid-template-columns: max-content max-content max-content;
align-items: center;
align-content: center;
/*justify-content: flex-start;*/
}
.sheet-fs-grid-1x6 {
display: grid;
@@ -886,7 +667,6 @@ div.repcontrol {
grid-template-columns: max-content max-content max-content max-content max-content max-content;
align-items: center;
align-content: center;
/*justify-content: flex-start;*/
}
.sheet-fs-grid-3x3 {
display: grid;
@@ -894,7 +674,6 @@ div.repcontrol {
grid-template-columns: max-content max-content max-content;
align-items: center;
align-content: center;
/*justify-content: flex-start;*/
}
.sheet-fs-grid-3x4 {
display: grid;
@@ -902,7 +681,6 @@ div.repcontrol {
grid-template-columns: max-content max-content max-content max-content;
align-items: center;
align-content: center;
/*justify-content: flex-start;*/
}
.sheet-fs-grid-characteristics {
@@ -966,10 +744,8 @@ input[type="number"] {
align-self: stretch;
}
.sheet-fs-skill {
width:100%;
/*min-width:200px;*/
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
@@ -1006,7 +782,7 @@ input.sheet-fs-beneficeaffliction {
font-weight: bold;
}
.sheet-fs-characteristic input,
.sheet-fs-characteristic-label,
.sheet-fs-skill-label {
margin-left: 3px;
}
@@ -1031,31 +807,16 @@ h2.sheet-fs-clickheader {
display: contents;
}
.repcontainer {
width: 100%;
}
.sheet-fs-table input {
min-width: 10px;
width: auto;
}
.sheet-fs-table .repcontrol { grid-column: 1 / -1 }
.sheet-fs-table .sheet-fs-notes {
grid-column: 1 / -1;
width:100%;
padding-top: 5px;
max-height: 5px;
}
.sheet-fs-table .sheet-fs-notes:focus,
.sheet-fs-table .sheet-fs-notes:active,
.sheet-fs-table input:active ~ .sheet-fs-notes,
.sheet-fs-table input:focus ~ .sheet-fs-notes {
min-height: 4em;
max-height: initial;
resize: vertical;
overflow:auto;
align-self: stretch;
/*display: inline-block;*/
}
.sheet-fs-weapons .sheet-fs-table { grid-template-columns: 30px 1.5fr 80px 120px 50px 28px 40px 60px 60px 40px 50px 40px 30px; }
.sheet-fs-weapons .sheet-fs-table .sheet-fs-table-head:nth-child(6) {
grid-column: span 2;
@@ -1213,41 +974,6 @@ button[type="roll"].sheet-fs-hidden {
display: none;
}
/*
button[type="roll"].sheet-fs-d20:before {
content: ' ';
}
button[type="roll"].sheet-fs-d20:hover {
background-position: 0;
}
button[type="roll"].sheet-fs-d20 + span.sheet-fs-d20 {
display: none;
}
button[type="roll"].sheet-fs-d20:hover + span.sheet-fs-d20 {
font-weight: bold;
display: initial;
}
button[type="roll"].sheet-fs-d20:hover,
button[type="roll"].sheet-fs-d20:hover + .sheet-fs-d20 {
filter: sepia(100%) saturate(100%);
}
button[type="roll"].sheet-fs-d20 {
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ambition_Avarice/images/d20.png);
background-size: 26px 26px;
background-repeat: no-repeat;
width: 26px;
height: 26px;
border-style: none;
background-color: transparent;
padding-right: 20px;
}*/
/* Configure the button styling. This example makes it look like a radio. */
div.sheet-fs-dots {
display: flex;
flex-direction: row;
@@ -1274,6 +1000,12 @@ button.sheet-fs-dot:hover,
button.sheet-fs-dot > span:hover {
filter: sepia(100%) saturate(100%);
}
button[type=roll] {
background: #fff;
}
button[type=roll]:hover:before {
color: #888800;
}
button.sheet-fs-dot > span {
width: 8px;
@@ -1307,39 +1039,138 @@ input.sheet-fs-dot[value="20"] ~ button.sheet-fs-gt-20 > span.sheet-fs-checked {
display: none;
}
/* UNUSED YET
.sheet-fs-tooltip {
.sheet-fs-skill > div.sheet-fs-skill-normal {
width: calc(100% - 30px);
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-start;
align-items: center;
justify-content: flex-start;
align-self: stretch;
position: relative;
display: inline-block;
overflow: visible;
}
.sheet-fs-tooltip .sheet-fs-tooltiptext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice {
display: none;
}
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice,
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover {
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
z-index: 5;
top: 1px;
left: 26px;
background-color: #ffffff;
border-radius: 5px;
border: 1px solid rgb(15, 9, 9);
padding: 2px;
width: max-content;
display: grid;
grid-auto-flow: row;
grid-template-rows: max-content;
}
.sheet-fs- .sheet-fs-tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice > input,
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover > input {
height: 25px;
}
.sheet-fs-tooltip:hover .sheet-fs-tooltiptext {
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice > div,
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover > div {
display: grid;
grid-auto-flow: column;
grid-template-rows: repeat(9, max-content);
}
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice > div > div:nth-child(3),
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover > div > div:nth-child(3),
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice > div > div:nth-child(12),
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover > div > div:nth-child(12),
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20:hover + div.sheet-fs-skill-roll-characteristic-choice > div > div:nth-child(21),
.sheet-fs-skill > div.sheet-fs-skill-normal > button.sheet-fs-d20 + div.sheet-fs-skill-roll-characteristic-choice:hover > div > div:nth-child(21) {
padding-top: 2px;
border-top: 1px solid black;
margin-top: 2px;
}
div.sheet-fs-skill-roll-characteristic-choice > div > div > label {
margin-left: 3px;
}
.sheet-fs-notes {
grid-column: 1 / -1;
margin-left: 15px;
width:calc(100%-15px);
max-height: 0px;
position: relative;
}
.sheet-fs-notes:focus,
.sheet-fs-notes:focus-within,
.sheet-fs-notes:active,
.sheet-fs-table input:active ~ .sheet-fs-notes,
.sheet-fs-table input:focus ~ .sheet-fs-notes,
.sheet-fs-table input:focus-within ~ .sheet-fs-notes {
min-height: 4em;
max-height: initial;
resize: vertical;
overflow:auto;
align-self: stretch;
}
.sheet-fs-auto-expand-textarea {
cursor: text;
word-wrap: break-word;
}
.sheet-fs-notes > .sheet-fs-auto-expand-textarea {
visibility: collapse;
}
/* hack for Firefox due to focus events on invisible elements not been registered it seems. */
/* We need to keep it visible for >0ms for the click to be registered. */
.sheet-fs-notes > .sheet-fs-auto-expand-textarea {
transition: visibility 0s linear 1ms;
}
.sheet-fs-notes:focus > .sheet-fs-auto-expand-textarea,
.sheet-fs-notes:focus-within > .sheet-fs-auto-expand-textarea,
.sheet-fs-notes:active > .sheet-fs-auto-expand-textarea,
.sheet-fs-table input:active ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea,
.sheet-fs-table input:focus ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea,
.sheet-fs-table input:focus-within ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea,
.sheet-fs-table select:active ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea,
.sheet-fs-table select:focus ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea,
.sheet-fs-table select:focus-within ~ .sheet-fs-notes > .sheet-fs-auto-expand-textarea {
visibility: visible;
opacity: 1;
}
*/
.sheet-fs-auto-expand-textarea span {
visibility: hidden;
white-space: pre-wrap;
display: block;
}
.sheet-fs-auto-expand-textarea textarea {
position: absolute;
z-index: 1;
top: 0;
left: 0;
margin: 0;
overflow: hidden;
height: 100%;
width: 100%;
display: block;
box-sizing: border-box;
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
font: inherit;
letter-spacing: inherit;
padding: inherit;
text-align: inherit;
text-transform: inherit;
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

@@ -1,5 +1,12 @@
# Release notes
## 1.2.0
- Renamed sheet to `Fading Suns 2nd Edition Revised` from `Fading Suns v2.75`
- Added ability to select the characteristic for the roll of a skill on the fly (as opposed to having to select a characteristic beforehand)
- Fixed error on Critical Success rerolls or Critical Failure confirms of custom Lore and Creative skills (bug introduced in 1.1.0)
- Fixed typo in Initiative stance roll query. Aggressive stances give -2 Defense, not +2 (bug introduced in 1.1.0)
- Cosmetic fixes
## 1.1.0
- Vitality, Wyrd & Energy shield:
- Current level can no longer be increased past the max value
@@ -10,6 +17,7 @@
- Added section for Body Modifications (a.k.a. Cyberware)
- Roll queries (stance selection in initiative roll & goal bonus/penalty) can now be translated from English
- Reverted to regular d20 symbol on roll buttons
- Ensured a natural 1 still is a success even when the goal is lower than 0 due to a high-enough goal penalty
- Minor cosmetic updates
## 1.0.1
@@ -21,13 +29,9 @@
# TODO list
- Update sheet preview images
- General improvements to goal rolls
- Add CSC and CFC to characteristic & skills rolls
- Ability to switch b/w public vs GM roll
- Vitality critical levels (-2 to -10) to affect goal numbers
- Ensure a 1 is always a success, even when the goal number is < 0 due to a high malus
- Increase similarity to the official character sheet
- add a section for Movement (default: 5)
@@ -35,8 +39,6 @@
- [TBC] use short names for characteristics in weapon/psi/theurgy tables to save up on space
- ability for users to report a bug found in the sheet
- Weapons & armors property checkboxes (Shock, Laser, Plasma, etc..) & replace d6rolls with proper damage/armor rolls showing shield-piercing vs normal damage, etc.
- Support for Symbiot characters
@@ -0,0 +1,8 @@
{
"html": "Fading_Suns_2nd_Edition_Revised.html",
"css": "Fading_Suns_2nd_Edition_Revised.css",
"authors": "admiralnlson",
"roll20userid": "2324543",
"preview": "Fading_Suns_2nd_Edition_Revised.preview-en.jpg",
"instructions": "This character sheet is for **Fading Suns 2nd Edition Revised, published by FASA**.\nPlease go to [the dedicated wiki page](https://wiki.roll20.net/Fading_Suns_2nd_Edition_Revised) for instructions on how to use the sheet.\nYou may also wish to check out the [project's README file](https://github.com/Roll20/roll20-character-sheets/blob/master/Fading%20Suns%202nd%20Edition%20Revised/README.md), which contains release notes and planned evolutions.\n\nIssues, Ideas & Questions can be sent to the [admiralnlson](https://app.roll20.net/users/2324543), original author and current maintainer of this character sheet."
}
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Posture",
"stance_neutral": "Neutre (défaut)",
"stance_aggressive_atk": "Attaque: +4 aux seuils de réussite de chaque attaque; +2 en Déf.",
"stance_aggressive_dmg": "Attaque: +2d de dégâts de chaque attaque; +2 en Déf.",
"stance_defensive": "Défense: -4 aux seuils de réussite; +2 en Déf.",
"stance_full_defense": "Défense totale: déplacement uniquement; +4 en Déf.",
"stance_aggressive_atk": "Attaque: +4 aux seuils de réussite de chaque attaque; -2 en Défense",
"stance_aggressive_dmg": "Attaque: +2d aux dégâts de chaque attaque; -2 en Défense",
"stance_defensive": "Défense: -4 aux seuils de réussite; +2 en Défense",
"stance_full_defense": "Défense totale: déplacement uniquement; +4 en Défense",
"body": "Corps",
"strength": "Force",
"dexterity": "Dextérité",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
@@ -28,10 +28,10 @@
"initiative": "Initiative",
"stance": "Stance",
"stance_neutral": "Neutral (default)",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; +2 to Def",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; +2 to Def",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Def",
"stance_full_defense": "Full Defense: only move actions; +4 to Def ",
"stance_aggressive_atk": "Aggressive - attack: +4 to attack goal numbers; -2 to Defense",
"stance_aggressive_dmg": "Aggressive - damage: +2d to damage; -2 to Defense",
"stance_defensive": "Defensive: -4 to all goal numbers; +2 to Defense",
"stance_full_defense": "Full Defense: only move actions; +4 to Defense",
"body": "Body",
"strength": "Strength",
"dexterity": "Dexterity",
@@ -56,7 +56,7 @@
"artifact_melee": "Artifact Melee",
"archery": "Archery",
"throwing": "Throwing",
"energy_guns": "Energy guns",
"energy_guns": "Energy Guns",
"gunnery": "Gunnery",
"artillery": "Artillery",
"fight": "Fight",
@@ -68,10 +68,10 @@
"faction_lore": "Faction Lore",
"phoenix_empire": "Phoenix Empire",
"faction_lore_phoenix_empire": "Faction Lore (Phoenix Empire)",
"faction_lore_ownalliance": "Faction Lore (my alliance)",
"faction_lore_ownalliance": "Faction Lore (own alliance)",
"jumpweb_lore": "Jumpweb Lore",
"planetary_lore": "Planetary Lore",
"planetary_lore_homeworld": "Planetary Lore (my homeworld)",
"planetary_lore_homeworld": "Planetary Lore (own homeworld)",
"control": "Control",
"aircraft": "Aircraft",
"beastcraft": "Beastcraft",
@@ -113,7 +113,7 @@
"tech_redemption": "Tech Redemption",
"think_machine": "Think Machine",
"combat_actions": "Combat actions",
"weapon_name": "Weapon",
"weapon_name": "Combat action",
"goal_bonus_malus": "Goal",
"damage": "Damage",
"strength_required": "Str. min",
@@ -132,7 +132,7 @@
"armor_properties": "Properties",
"combat_styles": "Combat styles",
"combat_style": "Combat style",
"combat_action_name": "Action",
"combat_action_name": "Stance/Action",
"psi": "Psi",
"stigmata": "Stigmata",
"urge": "Urge",
@@ -147,7 +147,7 @@
"hubris": "Hubris",
"church_sect": "Sect",
"rite_level": "Level",
"rite_name": "Ritual",
"rite_name": "Rite",
"rite_components_s": "Compos",
"rite_range": "Range",
"rite_duration": "Duration",
-73
View File
@@ -1,73 +0,0 @@
{
// Place your Fading Suns v2.75 workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"characteristic": {
"scope": "html",
"prefix": "characteristic",
"body": [
"<div class=\"fs-characteristic\">",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_csc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=$1}} {{characteristicName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critSuccessContinue=1}}\"></button>",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_cfc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=$1}} {{characteristicName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critFailureConfirm=1}}\"></button>",
" <button type=\"roll\" class=\"fs-d20\" name=\"roll_$1\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=$1}} {{characteristicName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{goal=[[@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}},19}kl1]]cf20]]}} {{csc=$1_csc}} {{cfc=$1_cfc}}\"></button>",
" <label class=\"fs-characteristic-label\"><input type=\"radio\" name=\"attr_selected_characteristic\" value=\"$1\" /><span data-i18n=\"$1\">${1/(.*)/${1:/capitalize}/}</span></label>",
" <input name=\"attr_$1\" type=\"number\" min=0 value=3 />",
"</div>"
]
},
"skill0": {
"scope": "html",
"prefix": "skill0",
"body": [
"<div class=\"fs-skill\">",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_csc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critSuccessContinue=1}}\"></button>",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_cfc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critFailureConfirm=1}}\"></button>",
" <button type=\"roll\" class=\"fs-d20\" name=\"roll_$1\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}},19}kl1]]cf20]]}} {{csc=$1_csc}} {{cfc=$1_cfc}}\"></button>",
" <label class=\"fs-skill-label\"><span data-i18n=\"$1\">${1/([^_]*)(_)*/${1:/capitalize}${2:+ }/g}</span></label>",
" <input type=\"number\" name=\"attr_$1\" min=0 value=0 />",
"</div>"
]
},
"skill3": {
"scope": "html",
"prefix": "skill3",
"body": [
"<div class=\"fs-skill\">",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_csc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critSuccessContinue=1}}\"></button>",
" <button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_cfc\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critFailureConfirm=1}}\"></button>",
" <button type=\"roll\" class=\"fs-d20\" name=\"roll_$1\" value=\"&{template:fs-GoalRoll} {{characterName=@{character_name}}} {{characteristicName=@{selected_characteristic}}} {{characteristicName-i18n=@{selected_characteristic_i18n}}} {{skillName=$1}} {{skillName-i18n=^{$1}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{goal=[[@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{selected_characteristic_value}+@{$1}+?{@{goal_bonus_penalty_rollquery_i18n}},19}kl1]]cf20]]}} {{csc=$1_csc}} {{cfc=$1_cfc}}\"></button>",
" <label class=\"fs-skill-label\"><span data-i18n=\"$1\">${1/([^_]*)(_)*/${1:/capitalize}${2:+ }/g}</span></label>",
" <input type=\"number\" name=\"attr_$1\" min=0 value=3 />",
"</div>"
]
},
"specialskillroll": {
"scope": "html",
"prefix": "specialskillroll",
"body": [
"<input type=\"hidden\" name=\"attr_$1_characteristic_value\" min=\"0\" />",
"<input type=\"hidden\" name=\"attr_$1_skill_value\" min=\"0\" />",
"<input type=\"hidden\" name=\"attr_$1_csc\" value=\"$1_csc\"/>",
"<button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_csc\" value=\"&{template:fs-GoalRoll} {{title=@{$1_name}}} {{characterName=@{character_name}}} {{characteristicName=@{$1_characteristic}}} {{characteristicName-i18n=^{@{$1_characteristic}}}} {{skillName=@{$1_skill}}} {{skillName-i18n=^{@{$1_skill}}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critSuccessContinue=1}}\"></button>",
"<input type=\"hidden\" name=\"attr_$1_cfc\" value=\"$1_cfc\"/>",
"<button type=\"roll\" class=\"fs-hidden\" name=\"roll_$1_cfc\" value=\"&{template:fs-GoalRoll} {{title=@{$1_name}}} {{characterName=@{character_name}}} {{characteristicName=@{$1_characteristic}}} {{characteristicName-i18n=^{@{$1_characteristic}}}} {{skillName=@{$1_skill}}} {{skillName-i18n=^{@{$1_skill}}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{goal=[[@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_again_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_again_rollquery_i18n}},19}kl1]]cf20]]}} {{critFailureConfirm=1}}\"></button>",
"<button type=\"roll\" class=\"fs-d20\" name=\"roll_$1_roll\" value=\"&{template:fs-GoalRoll} {{title=@{$1_name}}} {{characterName=@{character_name}}} {{characteristicName=@{$1_characteristic}}} {{characteristicName-i18n=^{@{$1_characteristic}}}} {{skillName=@{$1_skill}}} {{skillName-i18n=^{@{$1_skill}}}} {{bonus_penalty=[[?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{goal=[[@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_rollquery_i18n}}]]}} {{roll=[[1d20cs[[{@{$1_characteristic_value}+@{$1_skill_value}+?{@{goal_bonus_penalty_rollquery_i18n}},19}kl1]]cf20]]}} {{csc=@{$1_csc}}} {{cfc=@{$1_cfc}}}\"></button>"
]
}
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

-8
View File
@@ -1,8 +0,0 @@
{
"html": "Fading_Suns_v2.75.html",
"css": "Fading_Suns_v2.75.css",
"authors": "admiralnlson",
"roll20userid": "2324543",
"preview": "Fading_Suns_v2.75.preview-en.jpg",
"instructions": "This character sheet is for **Fading Suns, 2nd Edition Revised by FASA** (a.k.a. Fading Suns v2.75).\nPlease go to [the dedicated wiki page](https://wiki.roll20.net/Fading_Suns_v2.75) for instructions on how to use the sheet.\nYou may also wish to check out the [project's README file](https://github.com/Roll20/roll20-character-sheets/blob/master/Fading%20Suns%20v2.75/README.md), which contains release notes and planned evolutions.\n\nIssues, Ideas & Questions can be sent to the [admiralnlson](https://app.roll20.net/users/2324543), original author and current maintainer of this character sheet."
}