| | |
| | | case FuncPowerType.Wing:
|
| | | {
|
| | | handled = true;
|
| | | RoleParticularModel.ItemData itemData = model.GetItemData(RoleEquipType.retWing);
|
| | | RoleParticularModel.ItemData itemData = model.GetItemData(RoleEquipType.Wing);
|
| | | if (itemData!=null)
|
| | | {
|
| | | ItemConfig _tagChinItemModel = ItemConfig.Get(itemData.ItemID);
|
| | |
| | | {
|
| | | targetCompareTxt.text = string.Format(viewRoleFuncModel.compareTip, Language.Get("RoleParticularWin_7"));
|
| | | }
|
| | | ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.retWing);
|
| | | ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.Wing);
|
| | | if (itemModel != null)
|
| | | {
|
| | | ItemConfig _tagChinItemModel = ItemConfig.Get((int)itemModel.itemInfo.ItemID);
|