From a94102e136792db2debcc67404514f1e298e58f4 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 25 Oct 2025 00:29:56 +0800 Subject: [PATCH] :necktie: Change lottery rewards --- DysonNetwork.Pass/Lotteries/LotteryService.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DysonNetwork.Pass/Lotteries/LotteryService.cs b/DysonNetwork.Pass/Lotteries/LotteryService.cs index f053410..c0c1cd8 100644 --- a/DysonNetwork.Pass/Lotteries/LotteryService.cs +++ b/DysonNetwork.Pass/Lotteries/LotteryService.cs @@ -148,10 +148,10 @@ public class LotteryService( { 0 => 0, 1 => 10, - 2 => 20, - 3 => 50, - 4 => 100, - 5 => 1000, + 2 => 100, + 3 => 500, + 4 => 1000, + 5 => 10000, _ => 0 }; if (region2Match) reward *= 10;