From 5979f0c5015430e62d5eabbea7dad383c603bf22 Mon Sep 17 00:00:00 2001 From: "Mr.Xia" <1424473282@qq.com> Date: Mon, 6 Apr 2026 23:37:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=B5=9B=E9=A9=AC=E6=8F=92=E4=BB=B6):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=A0=E5=86=9B=E5=A5=96=E5=8A=B1=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E4=B8=BA150?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 冠军奖励从200降低至150,以平衡游戏经济系统。 --- danding_bot/plugins/group_horse_racing/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danding_bot/plugins/group_horse_racing/config.py b/danding_bot/plugins/group_horse_racing/config.py index 578cf7b..b7439e0 100644 --- a/danding_bot/plugins/group_horse_racing/config.py +++ b/danding_bot/plugins/group_horse_racing/config.py @@ -17,7 +17,7 @@ class Config(BaseSettings): # 奖励配置 PARTICIPANT_REWARD: int = 20 - CHAMPION_REWARD: int = 200 + CHAMPION_REWARD: int = 150 MIN_BET: int = 10 MIN_ODDS: float = 1.2 RACE_DISTANCE: int = 100