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,