From 8701bda613acefc1ccdcc2a1ada69cd2a21064bb Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 21 Apr 2023 18:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/fx.lua | 6 +++--- lua/app/config/monster_chapter.lua | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/app/config/fx.lua b/lua/app/config/fx.lua index 070be3c6..a5854afa 100644 --- a/lua/app/config/fx.lua +++ b/lua/app/config/fx.lua @@ -1,14 +1,14 @@ local fx = { [100000]={ - ["res"]="sfx_m10001_b01_01", + ["res"]="sfx_m10001_b01", ["bind"]="root" }, [100001]={ - ["res"]="sfx_m10001_b01_02", + ["res"]="sfx_m10001_b02", ["bind"]="root" }, [100002]={ - ["res"]="sfx_m10001_b01_03", + ["res"]="sfx_m10001_b03", ["bind"]="root" }, [100003]={ diff --git a/lua/app/config/monster_chapter.lua b/lua/app/config/monster_chapter.lua index 98b0212d..a9352d17 100644 --- a/lua/app/config/monster_chapter.lua +++ b/lua/app/config/monster_chapter.lua @@ -21,7 +21,7 @@ local monster_chapter = { 10002, 10003 }, - ["monster_exp"]=11000 + ["monster_exp"]=4000 }, [301]={ ["monster_base"]=10002, @@ -33,7 +33,7 @@ local monster_chapter = { 10002, 10003 }, - ["monster_exp"]=17000 + ["monster_exp"]=8000 }, [401]={ ["monster_base"]=10006, @@ -45,7 +45,7 @@ local monster_chapter = { 10005, 10006 }, - ["monster_exp"]=19000 + ["monster_exp"]=12000 }, [501]={ ["monster_base"]=20004,