feat: Effect V3 & box_8

This commit is contained in:
jiwonRepair 2025-08-07 14:59:41 +09:00
parent 75be8de18f
commit f98f690472
3 changed files with 24 additions and 25 deletions

View File

@ -99,7 +99,6 @@ Public Class countForm
txbbeltbag.Text = comComCount(comDB.Beltbag)
txbDayshot2.Text = comComCount(comDB.Dayshot2)
txbelixir.Text = comComCount(comDB.Elixir)
txbbox_8_BeautyRoutine.Text = comComCount(comDB.Box_8_BeautyRoutine)
End Sub

File diff suppressed because one or more lines are too long

View File

@ -182,9 +182,9 @@
End Enum
Public comDBCount(comDB.Box_8_BeautyRoutine) As Integer ''DB 저장
Public comInCount(comDB.Box_8_BeautyRoutine) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41
Public comComCount(comDB.Box_8_BeautyRoutine) As Integer '' 로컬 저장
Public comDBCount(comDB.ElesqAquaAmp) As Integer ''DB 저장
Public comInCount(comDB.ElesqAquaAmp) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41
Public comComCount(comDB.ElesqAquaAmp) As Integer '' 로컬 저장
Public countCommand(prodInCount.Length + comInCount.Length - 1) As String
@ -482,7 +482,7 @@
countCommand(prodDB.alphaBody) = "AlphaBodyCnt"
countCommand(prodDB.alto) = "AltoCnt"
countCommand(prodDB.effect) = "EffectCnt"
countCommand(prodDB.effectv3) = "EffectV3Cnt"
countCommand(prodDB.effectv3) = "EffectV3_Cnt"
countCommand(prodInCount.Length + comDB.mask5) = "Mask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "Mask10Cnt"
@ -578,7 +578,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaCeam) = "ElesqAquaCeamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "ElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "ElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.Box_8_BeautyRoutine) = "Box_8_BeautyRoutinecnt"
Case countSaveList.autopack
@ -599,7 +599,7 @@
countCommand(prodDB.alphaBody) = "APAlphaBodyCnt"
countCommand(prodDB.alto) = "APAltoCnt"
countCommand(prodDB.effect) = "APEffectCnt"
countCommand(prodDB.effectv3) = "APEffectV3Cnt"
countCommand(prodDB.effectv3) = "APEffectV3_Cnt"
countCommand(prodInCount.Length + comDB.mask5) = "APMask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "APMask10Cnt"
@ -695,7 +695,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaCeam) = "APElesqAquaCeamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "APElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "APElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.Box_8_BeautyRoutine) = "APBox_8_BeautyRoutinecnt"
Case countSaveList.autoWeight
@ -717,7 +717,7 @@
countCommand(prodDB.alto) = "AWAltoCnt"
countCommand(prodDB.effect) = "AWEffectCnt"
countCommand(prodDB.effectv3) = "AWEffectV3Cnt"
countCommand(prodDB.effectv3) = "AWEffectV3_Cnt"
countCommand(prodInCount.Length + comDB.mask5) = "AWMask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "AWMask10Cnt"
@ -813,7 +813,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaCeam) = "AWElesqAquaCeamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "AWElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "AWElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.Box_8_BeautyRoutine) = "AWBox_8_BeautyRoutinecnt"
End Select
End Sub