From 1b9a4e75553b985a3da5cbcea2f268208ab0c322 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 2 Sep 2018 06:00:25 +0200 Subject: games/wfto: Update to version 2.0.4 Gameplay/balance changes for units: * Archon (Titan) * Basic Attack -- Damage decreased from 400 to 350 * Exterminate -- Damage decreased from 500 to 400 * Behemoth (Titan) * Recuperation (Out of combat health regeneration) * Regeneration rate increased from 0.25% to 0.45% of maximum health per second * Relentless (In combat health regeneration) * Regeneration rate increased from 0.025% to 0.045% of maximum health per second * Eternal (Titan) * Time Vortex (Slowing Aura) * Now slows enemies by 50% down from 60% Visual Improvements: * The Evil Arcane theme now has its own worker. Evil dorfs arrive! Audio Changes: * Added Additional Unit VO: * Democorn * Sentinel & Stone Knight * Rat * Highguard * Thunderling Adjusted VO: * Chunder * Miscellaneous Improvements * Users on all platforms who were suffering from abnormally high GPU * Utilisation should no longer suffer from this issue Bug Fixes: * Crashes & Show-stoppers * A number of graphics related Linux crashes should no longer occur Levels / Campaigns: * Fix an issue on Level 13 of the War for the Overworld campaign where Arcane Templar's shields would appear without their texture Miscellaneous: * Fix some minor warnings This release also fixes the crash I encountered when adding the game in 54e484fa385b16858bad77041da19c52238ae1c9. Upstream ticket: https://brightrockgames.userecho.com/communities/1/topics/4685-x Signed-off-by: aszlig --- pkgs/games/gog/war-for-the-overworld.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/gog') diff --git a/pkgs/games/gog/war-for-the-overworld.nix b/pkgs/games/gog/war-for-the-overworld.nix index 8e46ec32..fb139fd8 100644 --- a/pkgs/games/gog/war-for-the-overworld.nix +++ b/pkgs/games/gog/war-for-the-overworld.nix @@ -4,12 +4,12 @@ buildUnity { name = "war-for-the-overworld"; fullName = "WFTOGame"; saveDir = "Subterranean Games/War For The Overworld"; - version = "2.0.3f1"; + version = "2.0.4"; src = fetchGog { productId = 1964276929; downloadName = "en3installer0"; - sha256 = "07yj9clf3hmy7z67ck9sqf3gnrazx5rzifg91jas77z774vwdg8k"; + sha256 = "0p54dhd2j7zvc78444jnjmkjv7kf6sskbphxkj5vlxmfcrmbd2xq"; }; nativeBuildInputs = [ mono monogamePatcher ]; -- cgit 1.4.1