muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -48,26 +48,22 @@ public static class AssemblyFateDefinitionLoader
|
|||
List<FateActionTarget> list = new List<FateActionTarget>(num);
|
||||
CollectionsMarshal.SetCount(list, num);
|
||||
Span<FateActionTarget> span = CollectionsMarshal.AsSpan(list);
|
||||
int num2 = 0;
|
||||
span[num2] = new FateActionTarget
|
||||
span[0] = new FateActionTarget
|
||||
{
|
||||
DataId = 18862u,
|
||||
Action = EAction.CheerRhythmYellow
|
||||
};
|
||||
num2++;
|
||||
span[num2] = new FateActionTarget
|
||||
span[1] = new FateActionTarget
|
||||
{
|
||||
DataId = 18860u,
|
||||
Action = EAction.CheerRhythmBlue
|
||||
};
|
||||
num2++;
|
||||
span[num2] = new FateActionTarget
|
||||
span[2] = new FateActionTarget
|
||||
{
|
||||
DataId = 18861u,
|
||||
Action = EAction.CheerRhythmGreen
|
||||
};
|
||||
num2++;
|
||||
span[num2] = new FateActionTarget
|
||||
span[3] = new FateActionTarget
|
||||
{
|
||||
DataId = 18859u,
|
||||
Action = EAction.CheerRhythmRed
|
||||
|
|
@ -76,34 +72,34 @@ public static class AssemblyFateDefinitionLoader
|
|||
obj.RequiredStatusId = EStatus.FaceInTheCrowd;
|
||||
obj.TransformNpcDataId = 1055771u;
|
||||
obj.TransformNpcPosition = new Vector3(-37.369385f, 5.0000005f, -130.14423f);
|
||||
num2 = 3;
|
||||
List<DialogueChoice> list2 = new List<DialogueChoice>(num2);
|
||||
CollectionsMarshal.SetCount(list2, num2);
|
||||
num = 3;
|
||||
List<DialogueChoice> list2 = new List<DialogueChoice>(num);
|
||||
CollectionsMarshal.SetCount(list2, num);
|
||||
Span<DialogueChoice> span2 = CollectionsMarshal.AsSpan(list2);
|
||||
num = 0;
|
||||
span2[num] = new DialogueChoice
|
||||
span2[0] = new DialogueChoice
|
||||
{
|
||||
Type = EDialogChoiceType.List,
|
||||
ExcelSheet = "custom/009/FesPdy2026FateDisguise_00951",
|
||||
Prompt = new ExcelRef("TEXT_FESPDY2026FATEDISGUISE_00951_Q1_000_000"),
|
||||
Answer = new ExcelRef("TEXT_FESPDY2026FATEDISGUISE_00951_A1_000_001")
|
||||
};
|
||||
num++;
|
||||
span2[num] = new DialogueChoice
|
||||
span2[1] = new DialogueChoice
|
||||
{
|
||||
Type = EDialogChoiceType.List,
|
||||
ExcelSheet = "custom/009/FesPdy2026FateDisguise_00951",
|
||||
Prompt = new ExcelRef("TEXT_FESPDY2026FATEDISGUISE_00951_Q2_000_000"),
|
||||
Answer = new ExcelRef("TEXT_FESPDY2026FATEDISGUISE_00951_A2_100_004")
|
||||
};
|
||||
num++;
|
||||
span2[num] = new DialogueChoice
|
||||
span2[2] = new DialogueChoice
|
||||
{
|
||||
Type = EDialogChoiceType.YesNo,
|
||||
ExcelSheet = "custom/009/FesPdy2026FateDisguise_00951",
|
||||
Prompt = new ExcelRef("TEXT_FESPDY2026FATEDISGUISE_00951_CONFIRM_100_004")
|
||||
};
|
||||
obj.TransformDialogueChoices = list2;
|
||||
obj.RequiredQuestId = (ushort)5444;
|
||||
obj.StopAction = EAction.CurtainCall;
|
||||
obj.EventExpiry = new DateTime(2026, 3, 12, 14, 59, 0, DateTimeKind.Utc);
|
||||
AddDefinition(1, obj);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue