Skip to content

Commit

Permalink
Merge pull request #2 from RPINerd/v1_6
Browse files Browse the repository at this point in the history
V 1.6 Update
  • Loading branch information
RPINerd authored Apr 10, 2021
2 parents e96b77f + 0981df3 commit ec97d3f
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 192 deletions.
18 changes: 18 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
V 1.6

- Fixed a HUGE oversight of not having the expansions as a dependency

- More cleaning, always

- Nerfed the insanity of the hazard field in The Void

- Fixed an unintentional ware production change for terran energy cells and medical supplies

- Added missing Terran habitats from build time reduction

- Unlocked the Syn and Asgard for purchase from Terran Shipyards (Still need to be on best terms with them!)

- Corrected some build time discrepancies, some were still 60% - now everyone is 80%

- Added faction modules to build time reduction (i.e. their trade station unique modules)

V 1.5

- Terran update, yay!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- Lower station scan percentage needed for info
- Fix for illegal goods not being sellable
- Buildtime for all station modules reduced to 60% of their original speed
- Buildtime for all station modules reduced to 80% of their original speed
- Range and strength of repair laser increaced
- Visibility range of satellites bumped up mildly
- Learning All The Things (Custom Configuration)
Expand Down
4 changes: 3 additions & 1 deletion content.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<content id="Fixin' X" name="Fixin' X" description="Brings together many top rated tweaks/fixes/improvements under one banner with Linux compatibility and detailed documentation on how to tailor everything to your own desires." author="RPI" version="1.4" date="2020-06-27" save="0" enabled="true">

<content id="Fixin' X" name="Fixin' X" author="RPINerd" version="160" date="2021-04-10" save="0" description="A large conglomeration of tweaks/fixes/improvements under one banner with Linux compatibility and detailed documentation on how to tailor everything to your own desires." enabled="true">
<dependency id="ego_dlc_split" optional="false" name="Split Vendetta"/>
<dependency id="ego_dlc_terran" optional="false" name="Cradle of Humanity"/>
</content>
14 changes: 14 additions & 0 deletions libraries/region_definitions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>

<diff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<!-- Chill out the absurdly dangerous regions (now they all only drain shields)-->

<!-- The Void -->
<remove sel='/regions/region[@name="region2_cluster_27_sector_001"]/fields/damagefield/damage/@noshield' />
<remove sel='/regions/region[@name="region2_cluster_27_sector_001"]/fields/damagefield/effects/@hull' />

<!-- Tharka's Cascade -->
<remove sel='/regions/region[@name="region_cluster_32_sector_001"]/fields/damagefield[damage/@noshield]' />

</diff>
Loading

0 comments on commit ec97d3f

Please sign in to comment.