|  |  | 
 |  |  | Def_ItemType_DogzEquipTooth = 121   # 神兽獠牙
 | 
 |  |  | Def_ItemType_DogzEquipClaw = 122    # 神兽兽爪
 | 
 |  |  | Def_ItemType_DogzEquipScute = 123   # 神兽鳞甲
 | 
 |  |  | Def_ItemType_AddCrossRealmPKCnt = 127 #增加跨服PK次数
 | 
 |  |  | 
 | 
 |  |  | #以下定义物品类型下次删除
 | 
 |  |  | Def_Item_Type_Horse = 1000036          #坐骑
 | 
 |  |  | 
 |  |  | Def_PDict_CrossPK_TodayPKCount = "CrossPK_TodayPKCount" # 今日已PK次数
 | 
 |  |  | Def_PDict_CrossPK_TodayWinCount = "CrossPK_TodayWinCount" # 今日已胜利次数
 | 
 |  |  | Def_PDict_CrossPK_TodayBuyCount = "CrossPK_TodayBuyCount" # 今日已购买PK次数
 | 
 |  |  | Def_PDict_CrossPK_ItemAddCount = "CrossPK_ItemAddCount" # 今日道具增加PK次数
 | 
 |  |  | Def_PDict_CrossPK_DayPKCountAwardState = "CrossPK_DayPKCountAwardState" # 每日匹配次数奖励记录,二进制位存储是否已领取,按匹配次数升序排序索引代表奖励位
 | 
 |  |  | Def_PDict_CrossPK_DayWinCountAwardState = "CrossPK_DayWinCountAwardState" # 每日胜利次数奖励记录,二进制位存储是否已领取,按胜利次数升序排序索引代表奖励位
 | 
 |  |  | Def_PDict_CrossPK_DanLVAwardState = "CrossPK_DanLVAwardState" # 段位达标奖励记录,二进制位存储是否已领取,按段位代表奖励位
 |