Skip to content

Commit

Permalink
Merge branch 'development' for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlinator committed Feb 19, 2018
2 parents e5444cb + 77a8c5c commit eb6857c
Show file tree
Hide file tree
Showing 4 changed files with 1,963 additions and 580 deletions.
17 changes: 17 additions & 0 deletions Stars_Without_Number_Revised/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ Report any problems, suggestions, or features by [creating an issue](https://git

### Changelog

### 1.6.0

* Added new tab "Settings", for now primarily for toggling homebrew options.
* Sheet default settings for everything in the settings page.
* Luck save can now be added in settings.
* Option to play with 1st Edition skills if you prefer those.
* Also option to add your own skills in addition/instead.
* Autofilling the "Next level xp" (with options).
* Toggleable custom counters for whatever you heart desires.
* Option to remove psionics completely.
* New section for Space Magic, a Deluxe edition set of rules for importing magic into SWN.
* Fixed formatting of an NPC stat block.
* Changed the header toggles to work slightly better/faster.
* You can now enter arbitrary dice rolls for shock damage!
* Toggling to add skill to damage will now also add it to shock damage.
* Added field for shock AC

### 1.5.1

* Fixed bug where the AC and AB on NPC sheets was reset to the PC sheet value when the sheet was opened.
Expand Down
53 changes: 43 additions & 10 deletions Stars_Without_Number_Revised/Stars_Without_Number_Revised.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div.sheet-tab-content {
}
input.sheet-tab-character:checked ~ div.sheet-tab-character,
input.sheet-tab-ship:checked ~ div.sheet-tab-ship,
input.sheet-tab-npc:checked ~ div.sheet-tab-npc
input.sheet-tab-npc:checked ~ div.sheet-tab-npc, input.sheet-tab-settings:checked ~ div.sheet-tab-settings
{
display: block;
}
Expand Down Expand Up @@ -219,6 +219,10 @@ select {
display: inline;
width: 150px;
}
.charsheet .sheet-wrapper input.sheet-skills-custom-half {
display: inline;
width: 75px;
}
.charsheet .sheet-wrapper input.sheet-gear-credits {
width: 100px;
}
Expand Down Expand Up @@ -248,7 +252,8 @@ select {
.charsheet .sheet-wrapper .sheet-misc-goal-xp input {
width: 100px;
}
.sheet-weapons-wrapper input {
.sheet-weapons-wrapper input,
.sheet-weapons-wrapper select {
width: 140px;
padding: 0;
margin: 0;
Expand Down Expand Up @@ -304,7 +309,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container,
.sheet-rolltemplate-reaction .sheet-swn-template-container,
.sheet-rolltemplate-morale .sheet-swn-template-container,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container,
.sheet-rolltemplate-doom .sheet-swn-template-container,
.sheet-rolltemplate-spell .sheet-swn-template-container {
width: 100%;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
Expand All @@ -326,7 +333,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container .sheet-swn-template-title,
.sheet-rolltemplate-reaction .sheet-swn-template-container .sheet-swn-template-title,
.sheet-rolltemplate-morale .sheet-swn-template-container .sheet-swn-template-title,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title,
.sheet-rolltemplate-doom .sheet-swn-template-container .sheet-swn-template-title,
.sheet-rolltemplate-spell .sheet-swn-template-container .sheet-swn-template-title {
padding-top: 15px;
vertical-align: middle;
text-align: center;
Expand All @@ -339,7 +348,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name,
.sheet-rolltemplate-reaction .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name,
.sheet-rolltemplate-morale .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name,
.sheet-rolltemplate-doom .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name,
.sheet-rolltemplate-spell .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-name {
border-bottom-width: 3px;
border-style: solid;
border-color: #000000;
Expand All @@ -354,7 +365,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type,
.sheet-rolltemplate-reaction .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type,
.sheet-rolltemplate-morale .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type,
.sheet-rolltemplate-doom .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type,
.sheet-rolltemplate-spell .sheet-swn-template-container .sheet-swn-template-title .sheet-swn-template-type {
border-bottom-width: 3px;
border-style: solid;
border-color: #000000;
Expand All @@ -369,7 +382,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container .sheet-swn-template-result,
.sheet-rolltemplate-reaction .sheet-swn-template-container .sheet-swn-template-result,
.sheet-rolltemplate-morale .sheet-swn-template-container .sheet-swn-template-result,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-result {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-swn-template-result,
.sheet-rolltemplate-doom .sheet-swn-template-container .sheet-swn-template-result,
.sheet-rolltemplate-spell .sheet-swn-template-container .sheet-swn-template-result {
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
Expand All @@ -381,7 +396,9 @@ select {
.sheet-rolltemplate-skill .sheet-swn-template-container .sheet-fail-tabstyle,
.sheet-rolltemplate-reaction .sheet-swn-template-container .sheet-fail-tabstyle,
.sheet-rolltemplate-morale .sheet-swn-template-container .sheet-fail-tabstyle,
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-fail-tabstyle {
.sheet-rolltemplate-hitpoints .sheet-swn-template-container .sheet-fail-tabstyle,
.sheet-rolltemplate-doom .sheet-swn-template-container .sheet-fail-tabstyle,
.sheet-rolltemplate-spell .sheet-swn-template-container .sheet-fail-tabstyle {
color: #ff0000;
}
.sheet-rolltemplate-initiative .sheet-black-text,
Expand All @@ -391,10 +408,12 @@ select {
.sheet-rolltemplate-skill .sheet-black-text,
.sheet-rolltemplate-reaction .sheet-black-text,
.sheet-rolltemplate-morale .sheet-black-text,
.sheet-rolltemplate-hitpoints .sheet-black-text {
.sheet-rolltemplate-hitpoints .sheet-black-text,
.sheet-rolltemplate-doom .sheet-black-text,
.sheet-rolltemplate-spell .sheet-black-text {
color: #000000;
}
/* Visibility toggling */
/* Section visibility toggling */

.sheet-section-toggle:not(:checked) + label + .sheet-section-hide {
display: none;
Expand All @@ -409,8 +428,22 @@ select {
display:none;

}
/* Description boxes visibility toggling*/

.sheet-toggle:not(:checked) ~ .sheet-hide,
.sheet-toggle:checked ~ .sheet-show {
display: none;
}

/* Homebrew toggling */

.sheet-homebrew-toggle,
.sheet-homebrew-toggle:checked + .sheet-homebrew-show,
.sheet-homebrew-toggle:not(:checked) + .sheet-homebrew-hide{
display: none;
}

.sheet-heroic-toggle,
.sheet-heroic-toggle:not(:checked) ~ .sheet-heroic-hide{
display: none;
}
Loading

0 comments on commit eb6857c

Please sign in to comment.