From 350bde4188052a6883d7c7e7dc9b41348e173866 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 29 十月 2024 17:37:27 +0800
Subject: [PATCH] 10275 【越南】【英语】【砍树】【tqxbqy】仙盟珍宝阁-后端

---
 PySysDB/PySysDBG.h |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/PySysDB/PySysDBG.h b/PySysDB/PySysDBG.h
index a88d5b5..3efb7fa 100644
--- a/PySysDB/PySysDBG.h
+++ b/PySysDB/PySysDBG.h
@@ -53,6 +53,7 @@
 	DWORD		NeedMoney;	//升级需要资金
 	DWORD		WeekMissionMoneyMax;	//每周任务最大可获得仙盟资金
 	BYTE		BossFBCnt;	//BOSS副本次数
+	DWORD		ZhenbaogeWeights;	//珍宝阁总权重
 };
 
 //仙盟徽章表
@@ -65,6 +66,25 @@
 	DWORD		CustomFamilyID;	//定制仙盟ID
 };
 
+//仙盟珍宝阁砍价
+
+struct tagFamilyZhenbaogeCut
+{
+	BYTE		_CutNum;	//砍价人次
+	DWORD		CutWeight;	//砍价权重
+	float		MinRatio;	//保底比值
+	float		RandRatio;	//随机比值
+};
+
+//仙盟珍宝阁物品
+
+struct tagFamilyZhenbaogeItem
+{
+	BYTE		_ItemGroupNum;	//物品组编号
+	DWORD		ItemWeight;	//随机权重
+	list		ItemList;	//物品列表[[物品ID,个数,是否拍品], ...]
+};
+
 //仙盟试炼伤血奖励表
 
 struct tagFamilyBossHurtAward

--
Gitblit v1.8.0