From 149e1a4ce6b129c157eee0d8161f5b579a8c4d1d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 09 十二月 2025 10:51:09 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(突破单独配置所需武将等级,不需要满级才能突破;突破消耗物品改为支持多种物品;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQualityBreak.txt |   92 +++++++++++++++++++++++-----------------------
 1 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQualityBreak.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQualityBreak.txt
index cb78631..c11c529 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQualityBreak.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQualityBreak.txt
@@ -1,46 +1,46 @@
-Quality	BreakLV	LVMax	UPCostItem
-1	0	20	8|10
-1	1	40	8|20
-1	2	60	8|50
-1	3	80	8|100
-1	4	100	8|200
-1	5	120	8|400
-1	6	140	8|800
-1	7	160	8|1600
-1	8	200	
-2	0	20	8|20
-2	1	40	8|50
-2	2	60	8|100
-2	3	80	8|200
-2	4	100	8|400
-2	5	120	8|800
-2	6	140	8|1600
-2	7	160	8|3200
-2	8	200	
-3	0	20	8|50
-3	1	40	8|100
-3	2	60	8|200
-3	3	80	8|400
-3	4	100	8|800
-3	5	120	8|1600
-3	6	140	8|3200
-3	7	160	8|4800
-3	8	200	
-4	0	20	8|100
-4	1	40	8|200
-4	2	60	8|400
-4	3	80	8|800
-4	4	100	8|1600
-4	5	120	8|3200
-4	6	140	8|4800
-4	7	160	8|6400
-4	8	200	
-5	0	20	8|200
-5	1	40	8|400
-5	2	60	8|800
-5	3	80	8|1600
-5	4	100	8|3200
-5	5	120	8|4800
-5	6	140	8|6400
-5	7	160	8|8000
-5	8	200	
+Quality	BreakLV	LVMax	UPLVNeed	UPCostItemList
+1	0	20	10	[[8,10]]
+1	1	40	20	[[8,20]]
+1	2	60	30	[[8,50]]
+1	3	80	40	[[8,100]]
+1	4	100	50	[[8,200]]
+1	5	120	60	[[8,400]]
+1	6	140	70	[[8,800]]
+1	7	160	80	[[8,1600]]
+1	8	200		
+2	0	20	10	[[8,20]]
+2	1	40	20	[[8,50]]
+2	2	60	30	[[8,100]]
+2	3	80	40	[[8,200]]
+2	4	100	50	[[8,400]]
+2	5	120	60	[[8,800]]
+2	6	140	70	[[8,1600]]
+2	7	160	80	[[8,3200]]
+2	8	200		
+3	0	20	10	[[8,50]]
+3	1	40	20	[[8,100]]
+3	2	60	30	[[8,200]]
+3	3	80	40	[[8,400]]
+3	4	100	50	[[8,800]]
+3	5	120	60	[[8,1600]]
+3	6	140	70	[[8,3200]]
+3	7	160	80	[[8,4800]]
+3	8	200		
+4	0	20	10	[[8,100]]
+4	1	40	20	[[8,200]]
+4	2	60	30	[[8,400]]
+4	3	80	40	[[8,800]]
+4	4	100	50	[[8,1600]]
+4	5	120	60	[[8,3200]]
+4	6	140	70	[[8,4800]]
+4	7	160	80	[[8,6400]]
+4	8	200		
+5	0	20	10	[[8,200]]
+5	1	40	20	[[8,400]]
+5	2	60	30	[[8,800]]
+5	3	80	40	[[8,1600]]
+5	4	100	50	[[8,3200]]
+5	5	120	60	[[8,4800]]
+5	6	140	70	[[8,6400]]
+5	7	160	80	[[8,8000]]
+5	8	200		

--
Gitblit v1.8.0