From 6aeee7efd261fc1f553a4f3a748402f6dbb3cd79 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 27 二月 2026 16:07:54 +0800
Subject: [PATCH] 501 【武将】武将时装-服务端(武将时装激活、升级、穿戴、属性;武将战斗预览;)
---
PySysDB/PySysDBPY.h | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index e73cfd8..f3129c5 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -208,14 +208,18 @@
list AttrValueList; // 属性值列表
};
-//皮肤表
-struct HeroSkin
+//皮肤时装属性表
+struct HeroSkinAttr
{
DWORD _SkinID; //皮肤NPCID
+ DWORD NeedItemID; //所需道具
+ BYTE StarMax; //最高星级
list WearAttrIDList; // 穿戴属性ID列表
list WearAttrValueList; // 穿戴属性值列表
- list AllBatAttrIDList; // 全体上阵属性ID列表
- list AllBatAttrValueList; // 全体上阵属性值列表
+ list WearAttrPerStarAddList; //穿戴每星加成值列表
+ list RoleAttrIDList; // 主公属性ID列表
+ list RoleAttrValueList; // 主公属性初始值列表
+ list RoleAttrPerStarAddList; //主公每星加成值列表
};
//武将品质表
--
Gitblit v1.8.0