From 6336fde72b7b2d31c61bf9e3373d1f082c268096 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 14 Dec 2024 15:33:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor(server):=20=E8=B0=83=E6=95=B4=E8=A3=85?= =?UTF-8?q?=E5=A4=87=E6=8E=89=E8=90=BD=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 droptable.config 文件中,调整了多个掉落表的装备掉落率 - 对于 id 为 2100033 和 2100034 的掉落表,将武器和衣服的掉落率从 5% 调整为 50% -移除了多余的注释,使代码更加清晰 --- server/s1/LogicServer/data/config/drop/droptable.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/s1/LogicServer/data/config/drop/droptable.config b/server/s1/LogicServer/data/config/drop/droptable.config index eea85b0..ba6ffb7 100644 --- a/server/s1/LogicServer/data/config/drop/droptable.config +++ b/server/s1/LogicServer/data/config/drop/droptable.config @@ -5869,16 +5869,16 @@ DropTableConfig = { id = 2100033, type = 1, table = {{rate=100,type=0,id=397,count=1}, - {rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, --武器 - {rate=5,type=0,id=63,count=1},{rate=5,type=0,id=65,count=1},{rate=5,type=0,id=67,count=1}}, --衣服 + {rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, + {rate=5,type=0,id=63,count=1},{rate=5,type=0,id=65,count=1},{rate=5,type=0,id=67,count=1}}, weeklimit = {}, }, [2100034] = { id = 2100034, type = 1, table = {{rate=100,type=0,id=398,count=1}, - {rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, --武器 - {rate=50,type=0,id=63,count=1},{rate=50,type=0,id=65,count=1},{rate=50,type=0,id=67,count=1}}, --衣服 + {rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, + {rate=50,type=0,id=63,count=1},{rate=50,type=0,id=65,count=1},{rate=50,type=0,id=67,count=1}}, weeklimit = {}, }, [2100035] = {