update for version 3.1.5x

This commit is contained in:
amizing25
2025-03-04 09:48:38 +07:00
parent 44b9bf8580
commit 96ec724693
14 changed files with 62064 additions and 3094 deletions

View File

@@ -35,7 +35,7 @@
{
AvatarType = AvatarType.AvatarFormalType,
Hp = 10000,
Sp = new AmountInfo { CurAmount = 10000,MaxAmount = 10000},
SpBar = new SpBarInfo { CurSp = 10000,MaxSp = 10000},
Satiety = 100,
Id = id,
Slot = (uint)response.Lineup.AvatarLists.Count
@@ -70,7 +70,7 @@
response.LineupLists[0].AvatarLists.Add(new LineupAvatar
{
AvatarType = AvatarType.AvatarFormalType,
Sp = new AmountInfo { CurAmount = 10000, MaxAmount = 10000 },
SpBar = new SpBarInfo { CurSp = 10000, MaxSp = 10000 },
Hp = 10000,
Satiety = 100,
Id = id,
@@ -114,7 +114,7 @@
var request = data as ReplaceLineupCsReq;
Avatar1 = 0; Avatar2 = 0; Avatar3 = 0; Avatar4 = 0;
foreach (LineupSlotData slotData in request.LineupSlotLists)
foreach (LineupSlotData slotData in request.Slots)
{
if (slotData.Slot == 0) Avatar1 = slotData.Id;
if (slotData.Slot == 1) Avatar2 = slotData.Id;
@@ -165,7 +165,7 @@
response.Lineup.AvatarLists.Add(new LineupAvatar
{
AvatarType = AvatarType.AvatarFormalType,
Sp = new AmountInfo { CurAmount = 10000, MaxAmount = 10000 },
SpBar = new SpBarInfo { CurSp = 10000, MaxSp = 10000 },
Hp = 10000,
Satiety = 100,
Id = id,