From 59331b7135fb10c24382d76fb0a3d721dddca7ee Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 六月 2025 18:27:25 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(武将锁定、解锁;)

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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQuality.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQuality.txt
index 41026b4..302bc16 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQuality.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/HeroQuality.txt
@@ -1,6 +1,6 @@
-Quality	UPCostItem	InitTalentWeight	InitStarUpper	InitAddPer	LVAddPer	BreakLVAddPer	StarAddPer
-1	181|10	[[60,1], [40,2]]	40	300	5	100	100
-2	181|20	[[50,1], [50,2]]	40	600	10	100	150
-3	181|50	[[60,2], [40,3]]	40	900	20	100	200
-4	181|100	[[60,2], [40,3], [10,4]]	40	1200	25	100	250
-5	181|200	[[100,4]]	40	1500	30	100	300
+Quality	UPCostItem	InitTalentWeight	InitStarUpper	InitAddPer	LVAddPer	BreakLVAddPer	StarAddPer	BookActAwardMoney	BookInitAddPer	BookStarAddPer	BookBreakLVAddPer
+1	181|10	[[60,1], [40,2]]	40	300	5	100	100	1|30	100	100	100
+2	181|20	[[50,1], [50,2]]	40	600	10	100	150	1|50	150	150	100
+3	181|50	[[60,2], [40,3]]	40	900	20	100	200	1|100	200	200	100
+4	181|100	[[60,2], [40,3], [10,4]]	40	1200	25	100	250	1|200	250	250	100
+5	181|200	[[100,4]]	40	1500	30	100	300	1|300	300	300	100

--
Gitblit v1.8.0