Skip to content

Commit

Permalink
Merge pull request #86 from Solaris-Skunk-Werks/hotfix/Update_Re-Engi…
Browse files Browse the repository at this point in the history
…neered_Lasers

Fixes #84. Updates Small, Medium, and Large Re-Engineered Lasers to change their…
  • Loading branch information
WEKarnesky committed Oct 15, 2019
2 parents 0855755 + 1adeda1 commit f10503f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BFB/src/main/java/BFB/Common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
public class Constants {
public final static String AppName = "Battletech Force Balancer",
AppDescription = "Battletech Force Balancer",
Version = "0.7.1",
Version = "0.7.2",
AppRelease = "Stable",
Author = "George Blouin",
EMail = "george.blouin@gmail.com",
Expand Down
Binary file modified Data/Equipment/backup/equipment.dat
Binary file not shown.
Binary file modified Data/Equipment/backup/weapons.dat
Binary file not shown.
Binary file modified Data/Equipment/weapons.dat
Binary file not shown.
9 changes: 9 additions & 0 deletions Docs/0.7.2 Changes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This is a quick hotfix to address the changes that Re-Engineered Lasers received

You can download the newest version, and join our development discord through our Github page here. We welcome all who want to help make SSW even better: https://github.com/Solaris-Skunk-Werks/solarisskunkwerks#solaris-skunk-werks

**Main Features and fixes:**

* Small, Medium, Large Re-Engineered lasers changed heat to 4/6/9
* Small, Medium, Large Re-Engineered lasers changed Type to P
* Small, Medium, Large Re-Engineered lasers changed BV to 14/65/161
Binary file modified Docs/Equipment.ods
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

allprojects {
version '0.7.1'
version '0.7.2'
jar {
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
}
Expand Down
2 changes: 1 addition & 1 deletion saw/src/main/java/saw/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Constants {
// here is the versioning and program name
public final static String AppName = "SAW",
AppDescription = "Solaris Armor Werks",
Version = "0.7.1",
Version = "0.7.2",
AppRelease = "Stable",
ImageListFileName = "S7Images",
LogFileName = "Logs/SAW_Log.txt",
Expand Down
2 changes: 1 addition & 1 deletion ssw/src/main/java/ssw/constants/SSWConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SSWConstants {
// here is the versioning and program name
public final static String AppName = "SSW",
AppDescription = "Solaris Skunk Werks",
Version = "0.7.1",
Version = "0.7.2",
AppRelease = "Stable",
ImageListFileName = "Data/Solaris7/S7Images",
LogDirectoryName = "Logs",
Expand Down
2 changes: 1 addition & 1 deletion sswlib/src/main/java/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
package common;

public class Constants {
public final static String LibVersion = "0.7.1",
public final static String LibVersion = "0.7.2",
BASELOADOUT_NAME = "Base Loadout",
WEAPONSFILE = "Data/Equipment/weapons.dat",
PHYSICALSFILE = "Data/Equipment/physicals.dat",
Expand Down

0 comments on commit f10503f

Please sign in to comment.