|  |  |  | 
|---|
|  |  |  | import PlayerActCollectWords | 
|---|
|  |  |  | import PlayerNewFairyCeremony | 
|---|
|  |  |  | import GameLogic_CrossGrassland | 
|---|
|  |  |  | import PlayerFeastWish | 
|---|
|  |  |  | import PlayerWeekParty | 
|---|
|  |  |  | import NPCHurtManager | 
|---|
|  |  |  | import PlayerActLogin | 
|---|
|  |  |  | 
|---|
|  |  |  | for gItemExID, gItemExCount in gradeItemExList: | 
|---|
|  |  |  | dropIDList += [gItemExID] * gItemExCount | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # 7.相关活动掉落 | 
|---|
|  |  |  | feastWishDropIDList = PlayerFeastWish.GetFeastWishDropItemIDList(dropPlayer, npcData) | 
|---|
|  |  |  | if feastWishDropIDList: | 
|---|
|  |  |  | dropIDList.extend(feastWishDropIDList) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # 检查掉落互斥ID组 | 
|---|
|  |  |  | dropIDList = __RemoveMutexDropID(dropIDList, IpyGameDataPY.GetFuncCfg("MutexDrop", 1)) | 
|---|
|  |  |  |  | 
|---|