Skip to content

Commit

Permalink
celestial
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Jan 19, 2018
1 parent 5de9959 commit 87de596
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions _FUversioning.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
Welcome to ^green;Frackin' Universe^reset;!


_____________________________________________________
^cyan;New in version 5.6.1^reset;

* Reworked star generation a bit, at the celestial level. You'll find a more balanced spread of star types, with rarer types now being much more difficult to find. Black and Dying stars are less likely to appear, while Red should appear far more often.

_____________________________________________________
^cyan;New in version 5.6.0^reset;

Expand Down
12 changes: 6 additions & 6 deletions celestial.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1095,13 +1095,13 @@
[-1.00, "White"],
[-0.30, "Orange"],
[-0.12, "Yellow"],
[0.00, "Blue"],
[-0.10, "bluesun1"],
[-0.05, "redsun1"],
[0.00, "Blue"],
[0.05, "binary1"],
[0.12, "Red"],
[0.05, "bluesun1"],
[0.05, "redsun1"],
[0.20, "blacksun1"],
[0.25, "dying1"],
[0.30, "binary1"],
[0.25, "dying1"],
[0.30, ""]
]
},
Expand Down Expand Up @@ -1879,7 +1879,7 @@
"op" : "add",
"path" : "/systemTypes/blacksun1",
"value" : {
"selectionWeight" : 0.1,
"selectionWeight" : 0.08,
"baseParameters" : {
"typeName" : "blacksun1",
"image" : "/celestial/system/blacksun1.png",
Expand Down

0 comments on commit 87de596

Please sign in to comment.