about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-06-08 01:16:37 +0200
committeraszlig <aszlig@nix.build>2020-06-08 01:17:08 +0200
commitef6f2c0eb0f4dfc19c932a3c442883807e52817f (patch)
tree9aafd6589f9ed98e16c2c5420b7883d229f6718c /pkgs/games
parent00fad97c45638d26b60df1bea7eb21ed53b8e775 (diff)
games/crosscode: Update to version 1.2
New upstream features:

  * A new "New Game Plus" mode, which allows to replay the game with
    various modifications
  * Three more cups are now available in the Arena of Rhombus Square
    along with new items in the Arena Shop

Upstream fixes:

  * Add missing Chinese translation for New Game Plus menu
  * Slightly adapt point requirements for new Arena Cups
  * "Get on my Level" NG+ option will now set enemy level based on your
    average stats, making for a much more balanced experience
  * 4x Enemy Damage didn't work. Now it does
  * Potentially fix crash in statistics menu (hopefully)
  * Fix damage number display with enemy damage x1.5 scaling
  * Self inflicted damage with Sergey-Hax won't immediately kill you
  * Regen items work outside of combat when "Classic Heals" is enabled
  * EXP scaling slightly modified to scale after level scaling
  * Fixed music playback issues in the arena
  * Fixed softlock when skipping intro and solving a still unsolved
    puzzle later in the cargo-hold
  * Shredder detection will ignore wave duplicates because otherwise you
    can easily break/softlock things
  * Fixed a few more crash issues in the arena
  * Element Load is now active again when you skipped the intro in NG+
  * Boosters work properly now together with "Get on my Level"
  * Several smaller dialog fixes, especially when "Get on my level" is
    activated
  * Apollo's level won't be scaled despite "Get on my level" because
    he's a honorable Spheromancer that doesn't cheat!
  * Fix broken Healing at Landmarks
  * Fix crashes related to attacking Kamikater in ways you really
    shouldn't attack it
  * Fix some more arena music issues
  * Make sure all descriptions of HP Regen specify healing every 60
    seconds

Full upstream announcement:

https://www.radicalfishgames.com/?p=6864

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/crosscode.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/crosscode.nix b/pkgs/games/gog/crosscode.nix
index f33cdb45..d798cae0 100644
--- a/pkgs/games/gog/crosscode.nix
+++ b/pkgs/games/gog/crosscode.nix
@@ -2,12 +2,12 @@
 
 buildGame rec {
   name = "crosscode-${version}";
-  version = "1.1.0";
+  version = "1.2.0";
 
   src = fetchGog {
     productId = 1252295864;
     downloadName = "en3installer0";
-    sha256 = "1rqf1vlg151hxy5f9nwldmb4l3853dmvcf7fiakab8vzsmjmldlm";
+    sha256 = "05ksqak5ry7bvqq582rgsqjnm4fvnv6h1xh3vf3c4mxqnvnwrinr";
   };
 
   nativeBuildInputs = [ makeWrapper ];