| | |
| | | int lv = IudetDogzEquipPlus[0];
|
| | | if (lv > 0)
|
| | | {
|
| | | var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.equipPlace, lv);
|
| | | var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.config.EquipPlace, lv);
|
| | | int[] AttType = DogzEquipConfig.attType;
|
| | | int[] AttValue = DogzEquipConfig.attValue;
|
| | | for (int j = 0; j < AttType.Length; j++)
|
| | |
| | | var IudetDogzEquipPlus = item.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
|
| | | if (IudetDogzEquipPlus != null && IudetDogzEquipPlus[0] > 0)
|
| | | {
|
| | | var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.equipPlace, IudetDogzEquipPlus[0]);
|
| | | var DogzEquipConfig = DogzEquipPlusConfig.GetEquipplaceAndLevel(item.config.EquipPlace, IudetDogzEquipPlus[0]);
|
| | | int[] AttType = DogzEquipConfig.attType;
|
| | | int[] AttValue = DogzEquipConfig.attValue;
|
| | | for (int j = 0; j < AttType.Length; j++)
|