Fix (destiny knot) IV inheritance

This commit is contained in:
JappaWakka 2023-04-19 14:56:57 +02:00
parent 2dcd9a69b9
commit 46c814410c
1 changed files with 6 additions and 1 deletions

View File

@ -244,7 +244,12 @@
End If
End If
While IV1.Count + IV2.Count < (3 + CInt(DKnot) * 2)
Dim InheritIV As Integer = 3
If DKnot = True Then
InheritIV = 5
End If
While IV1.Count + IV2.Count < InheritIV
Dim newStat As String = ""
While newStat = "" Or IV1.Contains(newStat) = True Or IV2.Contains(newStat) = True
Select Case Core.Random.Next(0, 6)