PET_UPGRADE_ALL

PET_UPGRADE_ACC
PET_MOUNT_LIMIT
This commit is contained in:
Ino 2025-03-21 06:07:17 +09:00
parent 953b65611d
commit 4864e62a74
5 changed files with 6 additions and 2004 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -91,6 +91,7 @@ public class PetUI_Right : uScrollViewMgr
sdata.Equip.Set_Equip(eItem.Pet, Get_SelectPetData().n_PetID);
PCInfo.Ins.Make_Pet(false, sdata, MyValue.MyPC);
Set();
sdata.Add_MissionCount(ePurpose.PET_MOUNT_LIMIT);
}
}
@ -108,6 +109,9 @@ public class PetUI_Right : uScrollViewMgr
sdata.Use_Item(matID, Tdata.Get_Price(petData.n_PetGrade, lv));
sdata.Add_PetLv(petData.n_PetID);
sdata.Add_MissionCount(ePurpose.PET_UPGRADE_ACC);
sdata.Add_MissionCount(ePurpose.PET_UPGRADE_ALL);
// 왼쪽 정보 설정
m_PetUI_Left.Set(Get_SelectPetData());
// 오른쪽 정보 설정