Update - 1.9.0.103

EN: 1.9.0.103
CN: 1.9.0.104
JP: 1.9.0.106
KR: 1.9.0.108
This commit is contained in:
SL1900
2026-04-18 00:15:00 +09:00
parent 35fe1f046d
commit e0549005e1
1150 changed files with 941124 additions and 19847 deletions
+20 -2
View File
@@ -474,7 +474,9 @@ AllEnum.WorldMapNodeType = {
ScoreBoss = 12,
SkillInstance = 13,
Trial = 14,
JointDrill = 15
JointDrill = 15,
ActivityLevels = 16,
ActivityStory = 17
}
AllEnum.FrameColor_New = {
[0] = "0",
@@ -1529,7 +1531,8 @@ AllEnum.ActivityThemeFuncIndex = {
Story = 3,
Shop = 4,
Level = 5,
Other = 6
FateCard = 6,
TrekkerVersus = 7
}
AllEnum.CgSurfix = {Main = "_M", Image = ""}
AllEnum.Cg2DType = {Base = 1, L2D = 2}
@@ -1571,4 +1574,19 @@ AllEnum.PenguinCardSuitSprite = {
[GameEnum.PenguinBaseCardSuit.Red] = "icon_PengCard_Fire",
[GameEnum.PenguinBaseCardSuit.Green] = "icon_PengCard_Wind"
}
AllEnum.GoldenSpyHitAreaType = {Circle = 1, Rectangle = 2}
AllEnum.TrekkerVersusDuelSelfInfo = {
NameKey = "TD_SelfName",
Icon = "UI_Activity/_600002/head_172_duel"
}
AllEnum.PreselectionPanelType = {
Create = 1,
Preview = 2,
Edit = 3
}
AllEnum.GoldenSpyBuffType = {
ActiveBuff = 1,
DelayBuff = 2,
UnactiveBuff = 3
}
return AllEnum