From ed6406cfc966ed7d683ba54255ead0f1caee50bb Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Mon, 10 Nov 2025 15:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=BC=E9=87=91=E6=9C=9F?= =?UTF-8?q?=E6=9C=9B=E6=94=B6=E7=9B=8A=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/alchemy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/alchemy.py b/games/alchemy.py index 3ae235c..b28acea 100644 --- a/games/alchemy.py +++ b/games/alchemy.py @@ -23,12 +23,12 @@ class AlchemyGame(BaseGame): self.prize_pool: List[Tuple[int, str, float, str]] = [ # (权重, 类型, 倍率, 描述) (500, "penalty", 0, "炼金失败"), - (100, "penalty", -1, "炼金爆炸"), - (100, "points", 0.1, "少量积分"), + (160, "penalty", -1, "炼金爆炸"), + (110, "points", 0.1, "少量积分"), (390, "points", 0.5, "少量积分"), (500, "points", 1, "等值积分"), (390, "points", 2, "丰厚积分"), - (200, "points", 5, "丰厚积分"), + (136, "points", 5, "丰厚积分"), (9, "points", 10, "🌟 巨额积分"), (1, "points", 100, "💎 传说积分"), ]