xdh
2018-11-23 4a5b10c5ca95f49cf3700619e1033da645c9de89
PySysDB/PySysDBPY.h
@@ -328,6 +328,7 @@
   DWORD      RePotionCD;   //ѪƿCD
   DWORD      AttackEff;   //挂机效率
   DWORD      ReFightPower;   //战斗力
   DWORD      IceLodeFightPower;   //冰晶矿脉扫荡战斗力
};
//GM测试属性表
@@ -1237,6 +1238,7 @@
   DWORD      _CfgID;   //配置ID
   WORD      Multiple;   //倍数
   WORD      LVLimit;   //限制等级
   DWORD      PointLimit;   //限制额外修行点
};
//宗门试炼兑换表
@@ -1332,6 +1334,7 @@
   BYTE      IsBind;   //是否绑定
   DWORD      Weight;   //权重
   DWORD      Mark;   //排序用标识
   BYTE      Rare;   //珍稀值
};
//功能预告表
@@ -1384,4 +1387,14 @@
   BYTE      _Level;   //关卡
   list      RefreshNPC;   //刷怪配置
   dict      AttrDict;   //属性
};
//冰晶矿脉星级奖励表
struct tagIceLodeStarAward
{
   BYTE      _Index;   //奖励索引
   BYTE      Star;   //星数
   list      LVLimit;   //等级范围
   list      ItemList;   //奖励
};