From 68d4b2ccdffe0809fad0fbda94b2a5465f7d9d84 Mon Sep 17 00:00:00 2001 From: Miraak Date: Fri, 21 Feb 2025 13:22:39 +0100 Subject: [PATCH] Patch Notes History Update + Daily Challenge Rewards adjustments --- .../Classes/Factory/TimedChallengeFactory.php | 12 +++---- .../resources/views/web/patch-notes.blade.php | 36 +++++++++++++++++-- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/dist/app/Classes/Factory/TimedChallengeFactory.php b/dist/app/Classes/Factory/TimedChallengeFactory.php index 3b01e61..a2d5c76 100644 --- a/dist/app/Classes/Factory/TimedChallengeFactory.php +++ b/dist/app/Classes/Factory/TimedChallengeFactory.php @@ -62,16 +62,16 @@ abstract class TimedChallengeFactory const DAILY_REWARDS = [ 'CurrencyA' => [ - 'min' => 350, - 'max' => 500, + 'min' => 500, + 'max' => 1000, ], 'CurrencyB' => [ - 'min' => 100, - 'max' => 150, + 'min' => 250, + 'max' => 500, ], 'CurrencyC' => [ - 'min' => 250, - 'max' => 350, + 'min' => 500, + 'max' => 750, ], ]; diff --git a/dist/resources/views/web/patch-notes.blade.php b/dist/resources/views/web/patch-notes.blade.php index 9e95fb9..4b9d70e 100644 --- a/dist/resources/views/web/patch-notes.blade.php +++ b/dist/resources/views/web/patch-notes.blade.php @@ -4,7 +4,7 @@ Patch Notes History - Last Updated: 12/28/2024 + Last Updated: 02/21/2025 @@ -12,7 +12,39 @@ Below is a complete archive of every patch since the mod's release. Click the links to view the full patch notes. - + + + + Release Date: February 21, 2025 + + This patch adjust the balance of the Jasper 67V Auto Shotgun and improves Inked's support orientated Perks. + + + + View Full Patch Notes + + + + + + + + Release Date: December 29, 2024 + + As we wrap up 2024, we’re excited to bring you the last patch of the year, + featuring some key balance changes. We’ve increased the blood charges for Survival and Harvest Your Exit in 1v4 to ensure a more strategic challenge for Scavengers. + Additionally, we've made adjustments to weapons like the Wyvern's Breath ST22 Sniper Rifle and Mowzer 320 Auto Sniper to enhance consistency and smoothen gameplay + + + + View Full Patch Notes + + + + + Release Date: December 22, 2024