diff --git a/Fading Suns v2.75/Fading_Suns_v2.75.css b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.css
similarity index 65%
rename from Fading Suns v2.75/Fading_Suns_v2.75.css
rename to Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.css
index 54b8fd7b2c..2b0d958801 100644
--- a/Fading Suns v2.75/Fading_Suns_v2.75.css
+++ b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.css
@@ -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;
+}
diff --git a/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.html b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.html
new file mode 100644
index 0000000000..5db838c036
--- /dev/null
+++ b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.html
@@ -0,0 +1,3569 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Body
+
+
+
+
+
+ Strength
+
+
+
+
+
+
+ Dexterity
+
+
+
+
+
+
+ Endurance
+
+
+
+
+
+ Mind
+
+
+
+
+
+ Wits
+
+
+
+
+
+
+ Perception
+
+
+
+
+
+
+ Tech
+
+
+
+
+
+ Spirit
+
+
+
+
+
+ Presence
+
+
+
+
+
+
+ Will
+
+
+
+
+
+
+ Faith
+
+
+
+
+
Wyrd
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vitality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -10
+ -8
+ -6
+ -4
+ -2
+
+
+
+
+
+ Initiative
+
+
+
+
+ Blessings & Curses
+
+
+
+
+
+
+
+
+
+
+
+
+ Analytical
+
+
+
+
+
+
Bureaucracy +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Bureaucracy
+
+
+
+
+
+
+
+
Investigation +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Investigation
+
+
+
+
+
+
+
+
Observe +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Observe
+
+
+
+
+
+
+
+
Physick +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Physick
+
+
+
+
+
+
+
+
Warfare +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Warfare
+
+
+
+
+
+ Combat
+
+
+
+
+
+
Artifact Melee +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Artifact Melee
+
+
+
+
+
+
+
+
Archery +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Archery
+
+
+
+
+
+
+
+
Throwing +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Throwing
+
+
+
+
+
+
+
+
Energy Guns +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Energy Guns
+
+
+
+
+
+
+
+
Gunnery +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Gunnery
+
+
+
+
+
+
+
+
Artillery +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Artillery
+
+
+
+
+
+
+
+
Fight +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Fight
+
+
+
+
+
+
+
+
Demolitions +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Demolitions
+
+
+
+
+
+
+
+
Melee +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Melee
+
+
+
+
+
+
+
+
Slug Guns +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Slug Guns
+
+
+
+
+
+
+
+ Control
+
+
+
+
+
+
Aircraft +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Aircraft
+
+
+
+
+
+
+
+
Beastcraft +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Beastcraft
+
+
+
+
+
+
+
+
Landcraft +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Landcraft
+
+
+
+
+
+
+
+
Spacecraft +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Spacecraft
+
+
+
+
+
+
+
+
Watercraft +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Watercraft
+
+
+
+
+
+
+
+
Ride +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Ride
+
+
+
+
+
+ Creative
+
+
+
+
+
+
Disguise +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Disguise
+
+
+
+
+
+
+
+
Gaming +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Gaming
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Strength
+
+
+
+
+
Dexterity
+
+
+
+
+
Endurance
+
+
+
+
+
Wits
+
+
+
+
+
Perception
+
+
+
+
+
Tech
+
+
+
+
+
Presence
+
+
+
+
+
Will
+
+
+
+
+
Faith
+
+
+
+
+
+
+
+
+
+
+ Lore
+
+
+
+
+
+
Beast Lore +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Beast Lore
+
+
+
+
+
+
+
+
Faction Lore (Phoenix Empire) +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Faction Lore (Phoenix Empire)
+
+
+
+
+
+
+
+
Faction Lore (own alliance) +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Faction Lore (own alliance)
+
+
+
+
+
+
+
+
Jumpweb Lore +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Jumpweb Lore
+
+
+
+
+
+
+
+
Planetary Lore (Homeworld) +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Planetary Lore (Homeworld)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Strength
+
+
+
+
+
Dexterity
+
+
+
+
+
Endurance
+
+
+
+
+
Wits
+
+
+
+
+
Perception
+
+
+
+
+
Tech
+
+
+
+
+
Presence
+
+
+
+
+
Will
+
+
+
+
+
Faith
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Malefaction
+
+
+
+
+
+
Lockpicking +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Lockpicking
+
+
+
+
+
+
+
+
Sleight Of Hand +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Sleight Of Hand
+
+
+
+
+
+
+
+
Sneak +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Sneak
+
+
+
+
+
+
+
+
Streetwise +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Streetwise
+
+
+
+
+
+
+
+
Torture +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Torture
+
+
+
+
+
+ Physical
+
+
+
+
+
+
Athletics +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Athletics
+
+
+
+
+
+
+
+
Self Control +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Self Control
+
+
+
+
+
+
+
+
Survival +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Survival
+
+
+
+
+
+
+
+
Vigor +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Vigor
+
+
+
+
+
+ Sciences
+
+
+
+
+
+
Applied Science +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Applied Science
+
+
+
+
+
+
+
+
Life Science +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Life Science
+
+
+
+
+
+
+
+
Social Science +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Social Science
+
+
+
+
+
+
+
+
Physical Science +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Physical Science
+
+
+
+
+
+
+
+
Terraforming +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Terraforming
+
+
+
+
+
+
+
+ Social
+
+
+
+
+
+
Empathy +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Empathy
+
+
+
+
+
+
+
+
Etiquette +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Etiquette
+
+
+
+
+
+
+
+
Influence +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Influence
+
+
+
+
+
+
+
+
Knavery +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Knavery
+
+
+
+
+
+
+
+
Leadership +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Leadership
+
+
+
+
+
+ Technical
+
+
+
+
+
+
Spacecraft Operations +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Spacecraft Operations
+
+
+
+
+
+
+
+
Tech Redemption +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Tech Redemption
+
+
+
+
+
+
+
+
Think Machine +
+
+
+
+
Strength
+
+
+
Dexterity
+
+
+
Endurance
+
+
+
Wits
+
+
+
Perception
+
+
+
Tech
+
+
+
Presence
+
+
+
Will
+
+
+
Faith
+
+
+
Think Machine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Weapon
+ Charac.
+ Skill
+ Goal
+ Damage
+ Min Str.
+ Range
+ Shots
+ Rate
+ Size
+ TL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armor
+ Prot.
+ Str.
+ Dex.
+ End.
+ Init.
+ TL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Type
+ TL
+ Incompatibility
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{characterName}}
+
+
+
{{roll}} - {{stance}}
+
+
+
+
+
+
{{characterName}}
+
+
+
{{roll}} {{what-i18n}}
+
+
+
+
+
+
{{characterName}}
+ {{#skillName-i18n}}
+
+ {{/skillName-i18n}}
+ {{^skillName-i18n}}
+
+ {{/skillName-i18n}}
+
+ {{#title}}{{/title}}
+
+
+
+ {{#^rollGreater() roll goal}}
+ {{#^rollGreater() roll 19}}
+ {{#critFailureConfirm}}
+
{{roll}} | {{goal}}. Non-critical failure.
+ {{/critFailureConfirm}}
+ {{^critFailureConfirm}}
+ {{#rollWasCrit() roll}}
+
{{roll}} | {{goal}}. Critical success!
+ {{/rollWasCrit() roll}}
+ {{#^rollWasCrit() roll}}
+
{{roll}} | {{goal}}. Success!
+ {{/^rollWasCrit() roll}}
+ {{#rollTotal() roll 1}}
+
0
+ {{/rollTotal() roll 1}}
+ {{#rollBetween() roll 2 3}}
+
1
+ {{/rollBetween() roll 2 3}}
+ {{#rollBetween() roll 4 5}}
+
2
+ {{/rollBetween() roll 4 5}}
+ {{#rollBetween() roll 6 7}}
+
3
+ {{/rollBetween() roll 6 7}}
+ {{#rollBetween() roll 8 9}}
+
4
+ {{/rollBetween() roll 8 9}}
+ {{#rollBetween() roll 10 11}}
+
5
+ {{/rollBetween() roll 10 11}}
+ {{#rollBetween() roll 12 13}}
+
6
+ {{/rollBetween() roll 12 13}}
+ {{#rollBetween() roll 14 15}}
+
7
+ {{/rollBetween() roll 14 15}}
+ {{#rollBetween() roll 16 17}}
+
8
+ {{/rollBetween() roll 16 17}}
+ {{#rollBetween() roll 18 19}}
+
9
+ {{/rollBetween() roll 18 19}}
+ {{#rollBetween() goal 21 22}}
+
+ 1
+ {{/rollBetween() goal 21 22}}
+ {{#rollBetween() goal 23 24}}
+
+ 2
+ {{/rollBetween() goal 23 24}}
+ {{#rollBetween() goal 25 26}}
+
+ 3
+ {{/rollBetween() goal 25 26}}
+ {{#rollBetween() goal 27 28}}
+
+ 4
+ {{/rollBetween() goal 27 28}}
+ {{#rollBetween() goal 29 30}}
+
+ 5
+ {{/rollBetween() goal 29 30}}
+ {{#rollBetween() goal 31 32}}
+
+ 6
+ {{/rollBetween() goal 31 32}}
+ {{#rollBetween() goal 33 34}}
+
+ 7
+ {{/rollBetween() goal 33 34}}
+ {{#rollBetween() goal 35 36}}
+
+ 8
+ {{/rollBetween() goal 35 36}}
+ {{#rollBetween() goal 37 38}}
+
+ 9
+ {{/rollBetween() goal 37 38}}
+ {{#rollBetween() goal 39 40}}
+
+ 10
+ {{/rollBetween() goal 39 40}}
+ {{#rollGreater() goal 40}}
+
+ (a ton of bonus)
+ {{/rollGreater() goal 40}}
+ {{#critSuccessContinue}}
+
additional VP
+ {{/critSuccessContinue}}
+ {{^critSuccessContinue}}
+
VP
+ {{/critSuccessContinue}}
+ {{#rollWasCrit() roll}}
+
[Roll again ](~{{characterName}}|{{csc}})
+ {{/rollWasCrit() roll}}
+ {{/critFailureConfirm}}
+ {{/^rollGreater() roll 19}}
+ {{/^rollGreater() roll goal}}
+
+ {{#rollGreater() roll goal}}
+ {{#rollTotal() roll 1}}
+ {{#critSuccessContinue}}
+
{{roll}} | {{goal}}. Fin.
+ {{/critSuccessContinue}}
+ {{^critSuccessContinue}}
+ {{#critFailureConfirm}}
+
{{roll}} | {{goal}}. Non-critical failure.
+ {{/critFailureConfirm}}
+ {{^critFailureConfirm}}
+
{{roll}} | {{goal}}. Success! 0 VP
+ {{/critFailureConfirm}}
+ {{/critSuccessContinue}}
+ {{/rollTotal() roll 1}}
+ {{#^rollTotal() roll 1}}
+ {{#^rollGreater() roll 19}}
+ {{#critFailureConfirm}}
+
{{roll}} | {{goal}}. Critical failure.
+ {{/critFailureConfirm}}
+ {{^critFailureConfirm}}
+ {{#critSuccessContinue}}
+
{{roll}} | {{goal}}. Fin.
+ {{/critSuccessContinue}}
+ {{^critSuccessContinue}}
+
{{roll}} | {{goal}}. Failure!
+ {{/critSuccessContinue}}
+ {{/critFailureConfirm}}
+ {{/^rollGreater() roll 19}}
+ {{/^rollTotal() roll 1}}
+ {{/rollGreater() roll goal}}
+
+ {{#rollTotal() roll 20}}
+ {{#critFailureConfirm}}
+
{{roll}} | {{goal}}. Critical failure.
+ {{/critFailureConfirm}}
+ {{^critFailureConfirm}}
+ {{#critSuccessContinue}}
+
{{roll}} | {{goal}}. Fin.
+ {{/critSuccessContinue}}
+ {{^critSuccessContinue}}
+
{{roll}} | {{goal}}. Critical failure?
+
[Roll again ](~{{characterName}}|{{cfc}})
+ {{/critSuccessContinue}}
+ {{/critFailureConfirm}}
+ {{/rollTotal() roll 20}}
+
+
+
+
+
+
+
+
+
+
diff --git a/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-en.jpg b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-en.jpg
new file mode 100644
index 0000000000..3da2bc2295
Binary files /dev/null and b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-en.jpg differ
diff --git a/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-fr.jpg b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-fr.jpg
new file mode 100644
index 0000000000..4706d107e9
Binary files /dev/null and b/Fading Suns 2nd Edition Revised/Fading_Suns_2nd_Edition_Revised.preview-fr.jpg differ
diff --git a/Fading Suns v2.75/README.md b/Fading Suns 2nd Edition Revised/README.md
similarity index 73%
rename from Fading Suns v2.75/README.md
rename to Fading Suns 2nd Edition Revised/README.md
index b2b281dcf9..cce109d399 100644
--- a/Fading Suns v2.75/README.md
+++ b/Fading Suns 2nd Edition Revised/README.md
@@ -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
diff --git a/Fading Suns 2nd Edition Revised/sheet.json b/Fading Suns 2nd Edition Revised/sheet.json
new file mode 100644
index 0000000000..cad6eea304
--- /dev/null
+++ b/Fading Suns 2nd Edition Revised/sheet.json
@@ -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."
+}
\ No newline at end of file
diff --git a/Fading Suns v2.75/translation.json b/Fading Suns 2nd Edition Revised/translation.json
similarity index 97%
rename from Fading Suns v2.75/translation.json
rename to Fading Suns 2nd Edition Revised/translation.json
index 0726e41b61..207a8f2532 100644
--- a/Fading Suns v2.75/translation.json
+++ b/Fading Suns 2nd Edition Revised/translation.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/af.json b/Fading Suns 2nd Edition Revised/translations/af.json
similarity index 93%
rename from Fading Suns v2.75/translations/af.json
rename to Fading Suns 2nd Edition Revised/translations/af.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/af.json
+++ b/Fading Suns 2nd Edition Revised/translations/af.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/cs.json b/Fading Suns 2nd Edition Revised/translations/cs.json
similarity index 93%
rename from Fading Suns v2.75/translations/cs.json
rename to Fading Suns 2nd Edition Revised/translations/cs.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/cs.json
+++ b/Fading Suns 2nd Edition Revised/translations/cs.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/da.json b/Fading Suns 2nd Edition Revised/translations/da.json
similarity index 93%
rename from Fading Suns v2.75/translations/da.json
rename to Fading Suns 2nd Edition Revised/translations/da.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/da.json
+++ b/Fading Suns 2nd Edition Revised/translations/da.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/de.json b/Fading Suns 2nd Edition Revised/translations/de.json
similarity index 93%
rename from Fading Suns v2.75/translations/de.json
rename to Fading Suns 2nd Edition Revised/translations/de.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/de.json
+++ b/Fading Suns 2nd Edition Revised/translations/de.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/el.json b/Fading Suns 2nd Edition Revised/translations/el.json
similarity index 93%
rename from Fading Suns v2.75/translations/el.json
rename to Fading Suns 2nd Edition Revised/translations/el.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/el.json
+++ b/Fading Suns 2nd Edition Revised/translations/el.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/en.json b/Fading Suns 2nd Edition Revised/translations/en.json
similarity index 97%
rename from Fading Suns v2.75/translations/en.json
rename to Fading Suns 2nd Edition Revised/translations/en.json
index 0726e41b61..207a8f2532 100644
--- a/Fading Suns v2.75/translations/en.json
+++ b/Fading Suns 2nd Edition Revised/translations/en.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/es.json b/Fading Suns 2nd Edition Revised/translations/es.json
similarity index 93%
rename from Fading Suns v2.75/translations/es.json
rename to Fading Suns 2nd Edition Revised/translations/es.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/es.json
+++ b/Fading Suns 2nd Edition Revised/translations/es.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/fr.json b/Fading Suns 2nd Edition Revised/translations/fr.json
similarity index 97%
rename from Fading Suns v2.75/translations/fr.json
rename to Fading Suns 2nd Edition Revised/translations/fr.json
index b7f8157f06..df334b33d6 100644
--- a/Fading Suns v2.75/translations/fr.json
+++ b/Fading Suns 2nd Edition Revised/translations/fr.json
@@ -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é",
diff --git a/Fading Suns v2.75/translations/he.json b/Fading Suns 2nd Edition Revised/translations/he.json
similarity index 93%
rename from Fading Suns v2.75/translations/he.json
rename to Fading Suns 2nd Edition Revised/translations/he.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/he.json
+++ b/Fading Suns 2nd Edition Revised/translations/he.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/it.json b/Fading Suns 2nd Edition Revised/translations/it.json
similarity index 93%
rename from Fading Suns v2.75/translations/it.json
rename to Fading Suns 2nd Edition Revised/translations/it.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/it.json
+++ b/Fading Suns 2nd Edition Revised/translations/it.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/ja.json b/Fading Suns 2nd Edition Revised/translations/ja.json
similarity index 93%
rename from Fading Suns v2.75/translations/ja.json
rename to Fading Suns 2nd Edition Revised/translations/ja.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/ja.json
+++ b/Fading Suns 2nd Edition Revised/translations/ja.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/ko.json b/Fading Suns 2nd Edition Revised/translations/ko.json
similarity index 93%
rename from Fading Suns v2.75/translations/ko.json
rename to Fading Suns 2nd Edition Revised/translations/ko.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/ko.json
+++ b/Fading Suns 2nd Edition Revised/translations/ko.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/nl.json b/Fading Suns 2nd Edition Revised/translations/nl.json
similarity index 93%
rename from Fading Suns v2.75/translations/nl.json
rename to Fading Suns 2nd Edition Revised/translations/nl.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/nl.json
+++ b/Fading Suns 2nd Edition Revised/translations/nl.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/pl.json b/Fading Suns 2nd Edition Revised/translations/pl.json
similarity index 93%
rename from Fading Suns v2.75/translations/pl.json
rename to Fading Suns 2nd Edition Revised/translations/pl.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/pl.json
+++ b/Fading Suns 2nd Edition Revised/translations/pl.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/pt.json b/Fading Suns 2nd Edition Revised/translations/pt.json
similarity index 93%
rename from Fading Suns v2.75/translations/pt.json
rename to Fading Suns 2nd Edition Revised/translations/pt.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/pt.json
+++ b/Fading Suns 2nd Edition Revised/translations/pt.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/ru.json b/Fading Suns 2nd Edition Revised/translations/ru.json
similarity index 93%
rename from Fading Suns v2.75/translations/ru.json
rename to Fading Suns 2nd Edition Revised/translations/ru.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/ru.json
+++ b/Fading Suns 2nd Edition Revised/translations/ru.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/sv.json b/Fading Suns 2nd Edition Revised/translations/sv.json
similarity index 93%
rename from Fading Suns v2.75/translations/sv.json
rename to Fading Suns 2nd Edition Revised/translations/sv.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/sv.json
+++ b/Fading Suns 2nd Edition Revised/translations/sv.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/tr.json b/Fading Suns 2nd Edition Revised/translations/tr.json
similarity index 93%
rename from Fading Suns v2.75/translations/tr.json
rename to Fading Suns 2nd Edition Revised/translations/tr.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/tr.json
+++ b/Fading Suns 2nd Edition Revised/translations/tr.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/zh.json b/Fading Suns 2nd Edition Revised/translations/zh.json
similarity index 93%
rename from Fading Suns v2.75/translations/zh.json
rename to Fading Suns 2nd Edition Revised/translations/zh.json
index 6e20b7aefc..207a8f2532 100644
--- a/Fading Suns v2.75/translations/zh.json
+++ b/Fading Suns 2nd Edition Revised/translations/zh.json
@@ -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",
diff --git a/Fading Suns v2.75/translations/zu.json b/Fading Suns 2nd Edition Revised/translations/zu.json
similarity index 100%
rename from Fading Suns v2.75/translations/zu.json
rename to Fading Suns 2nd Edition Revised/translations/zu.json
diff --git a/Fading Suns v2.75/.vscode/snippets.code-snippets b/Fading Suns v2.75/.vscode/snippets.code-snippets
deleted file mode 100644
index 9e2af7767c..0000000000
--- a/Fading Suns v2.75/.vscode/snippets.code-snippets
+++ /dev/null
@@ -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": [
- "",
- " ",
- " ",
- " ",
- " ${1/(.*)/${1:/capitalize}/} ",
- " ",
- "
"
- ]
- },
-
- "skill0": {
- "scope": "html",
- "prefix": "skill0",
- "body": [
- "",
- " ",
- " ",
- " ",
- " ${1/([^_]*)(_)*/${1:/capitalize}${2:+ }/g} ",
- " ",
- "
"
- ]
- },
-
- "skill3": {
- "scope": "html",
- "prefix": "skill3",
- "body": [
- "",
- " ",
- " ",
- " ",
- " ${1/([^_]*)(_)*/${1:/capitalize}${2:+ }/g} ",
- " ",
- "
"
- ]
- },
-
- "specialskillroll": {
- "scope": "html",
- "prefix": "specialskillroll",
- "body": [
- " ",
- " ",
- " ",
- " ",
- " ",
- " ",
- " "
- ]
- }
-}
\ No newline at end of file
diff --git a/Fading Suns v2.75/Fading_Suns_v2.75.html b/Fading Suns v2.75/Fading_Suns_v2.75.html
deleted file mode 100644
index b479619a82..0000000000
--- a/Fading Suns v2.75/Fading_Suns_v2.75.html
+++ /dev/null
@@ -1,1875 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Wyrd
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Vitality
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -10
- -8
- -6
- -4
- -2
-
-
-
-
-
- Initiative
-
-
-
-
- Blessings & Curses
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{roll}} - {{stance}}
-
-
-
-
-
-
-
-
{{roll}} {{what-i18n}}
-
-
-
-
-
- {{#skillName}}
-
- {{/skillName}}
- {{^skillName}}
-
- {{/skillName}}
-
- {{#title}}{{/title}}
-
-
-
- {{#^rollGreater() roll goal}}
- {{#^rollGreater() roll 19}}
- {{#critFailureConfirm}}
-
{{roll}} | {{goal}}. Non-critical failure.
- {{/critFailureConfirm}}
- {{^critFailureConfirm}}
- {{#rollWasCrit() roll}}
-
{{roll}} | {{goal}}. Critical success!
- {{/rollWasCrit() roll}}
- {{#^rollWasCrit() roll}}
-
{{roll}} | {{goal}}. Success!
- {{/^rollWasCrit() roll}}
- {{#rollTotal() roll 1}}
-
0
- {{/rollTotal() roll 1}}
- {{#rollBetween() roll 2 3}}
-
1
- {{/rollBetween() roll 2 3}}
- {{#rollBetween() roll 4 5}}
-
2
- {{/rollBetween() roll 4 5}}
- {{#rollBetween() roll 6 7}}
-
3
- {{/rollBetween() roll 6 7}}
- {{#rollBetween() roll 8 9}}
-
4
- {{/rollBetween() roll 8 9}}
- {{#rollBetween() roll 10 11}}
-
5
- {{/rollBetween() roll 10 11}}
- {{#rollBetween() roll 12 13}}
-
6
- {{/rollBetween() roll 12 13}}
- {{#rollBetween() roll 14 15}}
-
7
- {{/rollBetween() roll 14 15}}
- {{#rollBetween() roll 16 17}}
-
8
- {{/rollBetween() roll 16 17}}
- {{#rollBetween() roll 18 19}}
-
9
- {{/rollBetween() roll 18 19}}
- {{#rollBetween() goal 21 22}}
-
+ 1
- {{/rollBetween() goal 21 22}}
- {{#rollBetween() goal 23 24}}
-
+ 2
- {{/rollBetween() goal 23 24}}
- {{#rollBetween() goal 25 26}}
-
+ 3
- {{/rollBetween() goal 25 26}}
- {{#rollBetween() goal 27 28}}
-
+ 4
- {{/rollBetween() goal 27 28}}
- {{#rollBetween() goal 29 30}}
-
+ 5
- {{/rollBetween() goal 29 30}}
- {{#rollBetween() goal 31 32}}
-
+ 6
- {{/rollBetween() goal 31 32}}
- {{#rollBetween() goal 33 34}}
-
+ 7
- {{/rollBetween() goal 33 34}}
- {{#rollBetween() goal 35 36}}
-
+ 8
- {{/rollBetween() goal 35 36}}
- {{#rollBetween() goal 37 38}}
-
+ 9
- {{/rollBetween() goal 37 38}}
- {{#rollBetween() goal 39 40}}
-
+ 10
- {{/rollBetween() goal 39 40}}
- {{#rollGreater() goal 40}}
-
+ (a ton of bonus)
- {{/rollGreater() goal 40}}
- {{#critSuccessContinue}}
-
additional VP
- {{/critSuccessContinue}}
- {{^critSuccessContinue}}
-
VP
- {{/critSuccessContinue}}
- {{#rollWasCrit() roll}}
-
[Roll again ](~{{characterName}}|{{csc}})
- {{/rollWasCrit() roll}}
- {{/critFailureConfirm}}
- {{/^rollGreater() roll 19}}
- {{/^rollGreater() roll goal}}
-
- {{#rollGreater() roll goal}}
- {{#rollTotal() roll 1}}
- {{#critSuccessContinue}}
-
{{roll}} | {{goal}}. Fin.
- {{/critSuccessContinue}}
- {{^critSuccessContinue}}
- {{#critFailureConfirm}}
-
{{roll}} | {{goal}}. Non-critical failure.
- {{/critFailureConfirm}}
- {{^critFailureConfirm}}
-
{{roll}} | {{goal}}. Success! 0 VP
- {{/critFailureConfirm}}
- {{/critSuccessContinue}}
- {{/rollTotal() roll 1}}
- {{#^rollTotal() roll 1}}
- {{#^rollGreater() roll 19}}
- {{#critFailureConfirm}}
-
{{roll}} | {{goal}}. Critical failure.
- {{/critFailureConfirm}}
- {{^critFailureConfirm}}
- {{#critSuccessContinue}}
-
{{roll}} | {{goal}}. Fin.
- {{/critSuccessContinue}}
- {{^critSuccessContinue}}
-
{{roll}} | {{goal}}. Failure!
- {{/critSuccessContinue}}
- {{/critFailureConfirm}}
- {{/^rollGreater() roll 19}}
- {{/^rollTotal() roll 1}}
- {{/rollGreater() roll goal}}
-
- {{#rollTotal() roll 20}}
- {{#critFailureConfirm}}
-
{{roll}} | {{goal}}. Critical failure.
- {{/critFailureConfirm}}
- {{^critFailureConfirm}}
- {{#critSuccessContinue}}
-
{{roll}} | {{goal}}. Fin.
- {{/critSuccessContinue}}
- {{^critSuccessContinue}}
-
{{roll}} | {{goal}}. Critical failure?
-
[Roll again ](~{{characterName}}|{{cfc}})
- {{/critSuccessContinue}}
- {{/critFailureConfirm}}
- {{/rollTotal() roll 20}}
-
-
-
-
-
-
-
-
-
-
diff --git a/Fading Suns v2.75/Fading_Suns_v2.75.preview-en.jpg b/Fading Suns v2.75/Fading_Suns_v2.75.preview-en.jpg
deleted file mode 100644
index a39638507e..0000000000
Binary files a/Fading Suns v2.75/Fading_Suns_v2.75.preview-en.jpg and /dev/null differ
diff --git a/Fading Suns v2.75/Fading_Suns_v2.75.preview-fr.jpg b/Fading Suns v2.75/Fading_Suns_v2.75.preview-fr.jpg
deleted file mode 100644
index cbcb098d78..0000000000
Binary files a/Fading Suns v2.75/Fading_Suns_v2.75.preview-fr.jpg and /dev/null differ
diff --git a/Fading Suns v2.75/images/background1.jpg b/Fading Suns v2.75/images/background1.jpg
deleted file mode 100644
index 06578b7b64..0000000000
Binary files a/Fading Suns v2.75/images/background1.jpg and /dev/null differ
diff --git a/Fading Suns v2.75/sheet.json b/Fading Suns v2.75/sheet.json
deleted file mode 100644
index 21ae24ef9a..0000000000
--- a/Fading Suns v2.75/sheet.json
+++ /dev/null
@@ -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."
-}
\ No newline at end of file