From 80d0baffd04fb51625ad130ab1d4a313e1582e12 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 26 Dec 2024 14:38:39 +0800 Subject: [PATCH] =?UTF-8?q?buff(Monster):=20=E6=8F=90=E5=8D=87=E7=A5=9E?= =?UTF-8?q?=E5=85=BD=E7=AD=89=E7=BA=A7=E5=92=8C=E6=94=BB=E5=87=BB=E6=B0=B4?= =?UTF-8?q?=E5=B9=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将神兽的 level 从 200 提升到 400 - 将神兽的 attackLevel 从 200 提升到 400 --- configs/Monster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/Monster.json b/configs/Monster.json index 442483a..06a61d9 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -3424,11 +3424,11 @@ "130": { "targetMusicId": "shenshouz-1", "exp": 0, - "attackLevel": 200, + "attackLevel": 400, "entityid": 130, "dieMusicId": "shenshouz-5", "attackMusicRate": 100, - "level": 200, + "level": 400, "entityType": 4, "scale": 70, "monsterType": 1,