From b97f41e01d4d07e9967fc5bfd88d0af3e475b91f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 06 八月 2026 14:42:02 +0800
Subject: [PATCH] 358 【内政】红颜系统-服务端(红颜皮肤增加对红颜天赋属性加成支持;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/BeautySkin.txt |   18 +++++++++---------
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc              |    0 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index 4c0fdf3..1fb3864 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc
index ee81383..70051ea 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/BeautySkin.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/BeautySkin.txt
index 85efc0b..f3cdcd8 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/BeautySkin.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/BeautySkin.txt
@@ -1,9 +1,9 @@
-SkinID	BeautyID	UnlockWay	UnlockValue	UnlockNeedCnt	UpNeedCnt	StarMax	AttrIDList	InitAttrValueList	AttrPerStarAddList
-100	1	1	0	0	0	0			
-200	2	1	0	0	0	0			
-300	3	1	0	0	0	0			
-400	4	1	0	0	0	0			
-500	5	1	0	0	0	0			
-600	6	1	0	0	0	0			
-700	7	1	0	0	0	0			
-800	8	1	0	0	0	0			
+SkinID	BeautyID	UnlockWay	UnlockValue	UnlockNeedCnt	UpNeedCnt	StarMax	AttrIDList	InitAttrValueList	AttrPerStarAddList	TalentAttrPerInit	TalentAttrPerStar
+100	1	1	0	0	0	0				0	0
+200	2	1	0	0	0	0				0	0
+300	3	1	0	0	0	0				0	0
+400	4	1	0	0	0	0				0	0
+500	5	1	0	0	0	0				0	0
+600	6	1	0	0	0	0				0	0
+700	7	1	0	0	0	0				0	0
+800	8	1	0	0	0	0				0	0

--
Gitblit v1.8.0