From b1e7343d12ce9040f91482f36f7f91faf34fbecb Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 22:52:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E4=BF=AE=E6=94=B9=20Monster=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=20aiConfigId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Monster 配置中 ID 为 477 的怪物的 aiConfigId 从 2 修改为 29。 --- configs/Monster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Monster.json b/configs/Monster.json index 713de93..c268061 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -12108,7 +12108,7 @@ "targetMusicTate": 100 }, "477": { - "aiConfigId": 2, + "aiConfigId": 29, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100,