From 57a007dd54823331855d04dcf9a1707bb668fc4c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 Dec 2024 16:46:13 +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=9A=84=E6=94=BB=E5=87=BB=E7=AD=89=E7=BA=A7=E5=92=8C?= =?UTF-8?q?=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将神兽的攻击等级从120提升至200 - 将神兽的等级从131提升至200 --- configs/Monster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/Monster.json b/configs/Monster.json index e714385..dd4f5a2 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -3424,11 +3424,11 @@ "130": { "targetMusicId": "shenshouz-1", "exp": 0, - "attackLevel": 120, + "attackLevel": 200, "entityid": 130, "dieMusicId": "shenshouz-5", "attackMusicRate": 100, - "level": 131, + "level": 200, "entityType": 4, "scale": 70, "monsterType": 1,