From bf983cfc871f7fefc03f3fb08982d035cecdb1d2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 14 七月 2025 10:57:40 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(武将升级消耗改为由品质跟武将等级决定;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
index 85d334a..61ca7cf 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
@@ -1,7 +1,7 @@
 ChapterID	DailyBootyUpperList	BootyWeightList
-1	[[30,50000], [181,10], [182,11]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]]
-2	[[30,60000], [181,11], [182,12]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]]
-3	[[30,70000], [181,12], [182,13], [20,100]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-4	[[30,80000], [181,13], [182,14], [20,150]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-5	[[30,100000], [181,14], [182,15], [20,200]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-6	[[30,100000], [181,14], [182,15], [20,200]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
+1	[[30,50000]]	[[100, 0, 0, 0], [100, 30, 100, 200]]
+2	[[30,60000], [6,10]]	[[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1]]
+3	[[30,70000], [6,12], [5,10]]	[[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1]]
+4	[[30,80000], [6,17], [5,12], [1,100]]	[[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]]
+5	[[30,100000], [6,20], [5,15], [1,150]]	[[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]]
+6	[[30,200000], [6,25], [5,20], [1,200]]	[[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]]

--
Gitblit v1.8.0