From 7243dfc5270a0b46dd04db328306d19c98f632a0 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Mon, 21 Oct 2024 23:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E7=BE=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trimo_plugin_msctconverter/command_structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py b/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py index 52ee034..130d23f 100644 --- a/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py +++ b/src/nonebot_plugins/trimo_plugin_msctconverter/command_structure.py @@ -506,7 +506,7 @@ async def _( res, pnt = query_convert_points( usr_id, "structure", - random.random() % 0.4 + 0.1, + random.random() % 0.5 + 0.2, ) if not res: buffer.write(ulang.get("convert.break.not_enough_point", NOW=pnt))