diff --git a/Data/JsonBytes/Audio/AudioResourceData.json b/Data/JsonBytes/Audio/AudioResourceData.json
index 86c219b6..fb6085b1 100644
Binary files a/Data/JsonBytes/Audio/AudioResourceData.json and b/Data/JsonBytes/Audio/AudioResourceData.json differ
diff --git a/Data/JsonBytes/NPCTransform/NPCTransformSplit.json b/Data/JsonBytes/NPCTransform/NPCTransformSplit.json
index 99fc63c9..0338582a 100644
Binary files a/Data/JsonBytes/NPCTransform/NPCTransformSplit.json and b/Data/JsonBytes/NPCTransform/NPCTransformSplit.json differ
diff --git a/Data/_unsorted/Alice_CameraShotControl.json b/Data/_unsorted/Alice_CameraShotControl.json
index 4c96389e..773cbb63 100644
--- a/Data/_unsorted/Alice_CameraShotControl.json
+++ b/Data/_unsorted/Alice_CameraShotControl.json
@@ -5,10 +5,10 @@
"ConfigList": [
{
"AnimatorStateName": "Attack_Special_ChargeAttack_03_End",
- "FrameCountHigh": 110,
+ "FrameCountHigh": 130,
"FrameCountLow": 0,
"ModifierNameList": [
- "CamoneraShotControlModifier"
+ "CameraControlModifier"
]
}
]
@@ -17,25 +17,134 @@
"AbilityName": "Alice_CameraShotControl",
"AbilityStacking": "Unique",
"Modifiers": {
- "CamoneraShotControlModifier": {
+ "CameraControlModifier": {
"OnRemoved": [
{
- "$type": "ActCameraShotEndAction",
- "CameraShotKey": "Avatar_Alice_ChargeAttack_End_03_Cam_01"
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "Alice_HasObstacle"
+ ],
+ "IsAdd": false
}
],
- "OnSwitchTriggered": [
+ "OnThinkInterval": [
{
- "$type": "ActCameraShotEndAction",
- "CameraShotKey": "Avatar_Alice_ChargeAttack_End_03_Cam_01",
+ "$type": "CameraStretchEndAction",
+ "EndCameraStretchKey": "Alice_Attack_Special_ChargeAttack_03_CamStretch_02",
"Predicates": [
{
- "$type": "ByIsLocalAvatar",
- "IsLocalAvatar": false
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "CameraStretchEndAction",
+ "EndCameraStretchKey": "Alice_Attack_Special_ChargeAttack_03_CamStretch_03",
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "CameraZoomEndAction",
+ "EndCameraZoomKey": "Alice_Attack_Special_ChargeAttack_03_CamZoom_02",
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "CameraZoomEndAction",
+ "EndCameraZoomKey": "Alice_Attack_Special_ChargeAttack_03_CamZoom_03",
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "CameraOverrideTrackEndAction",
+ "OverrideKey": "Alice_Attack_Special_ChargeAttack_03_CameraOverrideTrack_02",
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "CameraOverrideTrackEndAction",
+ "OverrideKey": "Alice_Attack_Special_ChargeAttack_03_CameraOverrideTrack_03",
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
+ }
+ ]
+ },
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "Alice_HasObstacle"
+ ],
+ "IsAdd": true,
+ "Predicates": [
+ {
+ "$type": "ByObstacle",
+ "CheckShape": "FanCollision",
+ "FanAngleMax": 360,
+ "FanAngleMin": 0,
+ "FanDistanceMax": 1.45,
+ "FanDistanceMin": 0,
+ "IsFanSymmetric": false,
+ "Target": "Self"
}
]
}
- ]
+ ],
+ "ThinkInterval": 0.1
}
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Alice_ChargeAttack_Move.json b/Data/_unsorted/Alice_ChargeAttack_Move.json
index a58bc257..e1a35583 100644
--- a/Data/_unsorted/Alice_ChargeAttack_Move.json
+++ b/Data/_unsorted/Alice_ChargeAttack_Move.json
@@ -45,6 +45,14 @@
"ModifierNameList": [
"LockTargetUpdateModifier"
]
+ },
+ {
+ "AnimatorStateName": "Attack_Special_ChargeAttack_03_End",
+ "FrameCountLow": 50,
+ "MaxFrameCountHigh": true,
+ "ModifierNameList": [
+ "CameraModifier_02"
+ ]
}
]
}
@@ -83,6 +91,37 @@
}
]
},
+ "CameraModifier_02": {
+ "OnAdded": [
+ {
+ "$type": "PushMuteManullyCameraLockAction",
+ "Tag": "Player_QTE_ManullyCameraLock",
+ "Target": "Self"
+ },
+ {
+ "$type": "PushMuteCameraLockOnTargetAction",
+ "Tag": "Player_QTE_CameraLock",
+ "Target": "Self"
+ },
+ {
+ "$type": "CancelCameraLockOnAction",
+ "ExitBossLockTime": 1,
+ "Target": "Self"
+ }
+ ],
+ "OnRemoved": [
+ {
+ "$type": "PopMuteManullyCameraLockAction",
+ "Tag": "Player_QTE_ManullyCameraLock",
+ "Target": "Self"
+ },
+ {
+ "$type": "PopMuteCameraLockOnTargetAction",
+ "Tag": "Player_QTE_CameraLock",
+ "Target": "Self"
+ }
+ ]
+ },
"LockTargetUpdateModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
diff --git a/Data/_unsorted/Alice_HideWeapon.json b/Data/_unsorted/Alice_HideWeapon.json
index 61528d04..8604cc31 100644
--- a/Data/_unsorted/Alice_HideWeapon.json
+++ b/Data/_unsorted/Alice_HideWeapon.json
@@ -8,7 +8,14 @@
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
- "HideWeaponModifier",
+ "HideWeaponModifier"
+ ]
+ },
+ {
+ "AnimatorStateName": "Attack_Special_ChargeAttack_03_End",
+ "FrameCountHigh": 174,
+ "FrameCountLow": 68,
+ "ModifierNameList": [
"ChargeAttack03EndListener"
]
},
@@ -226,6 +233,43 @@
{
"$type": "ApplyModifier",
"ModifierName": "HideWeaponModifier_Remain",
+ "Predicates": [
+ {
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByAnimatorStateNormalizedTime",
+ "AnimatorStateName": "Walk_Start",
+ "FrameCountLow": 0,
+ "MaxFrameCountHigh": true
+ },
+ {
+ "$type": "ByAnimatorStateNormalizedTime",
+ "AnimatorStateName": "Evade_Front",
+ "FrameCountLow": 0,
+ "MaxFrameCountHigh": true
+ },
+ {
+ "$type": "ByAnimatorStateNormalizedTime",
+ "AnimatorStateName": "Evade_Back",
+ "FrameCountLow": 0,
+ "MaxFrameCountHigh": true
+ },
+ {
+ "$type": "ByAnimatorStateNormalizedTime",
+ "AnimatorStateName": "SwitchOut_Attack",
+ "FrameCountLow": 0,
+ "MaxFrameCountHigh": true
+ },
+ {
+ "$type": "ByAnimatorStateNormalizedTime",
+ "AnimatorStateName": "SwitchOut_Normal",
+ "FrameCountLow": 0,
+ "MaxFrameCountHigh": true
+ }
+ ]
+ }
+ ],
"Target": "Self"
}
]
diff --git a/Data/_unsorted/Alice_Strike_Monster.json b/Data/_unsorted/Alice_Strike_Monster.json
index b98d29ce..fb354b1e 100644
--- a/Data/_unsorted/Alice_Strike_Monster.json
+++ b/Data/_unsorted/Alice_Strike_Monster.json
@@ -16,6 +16,12 @@
"AS_StrikeRemainTime": {
"Value": 0
},
+ "AS_StrikeRemainTime_A": {
+ "Value": 0
+ },
+ "AS_StrikeRemainTime_B": {
+ "Value": 0
+ },
"AS_StrikeRemainTime_Max": {
"Value": 13
}
@@ -28,6 +34,96 @@
}
],
"OnBuffDamageBeingHit": [
+ {
+ "$type": "BranchOperator",
+ "Predicates": [
+ {
+ "$type": "ByBuffAttackProperty",
+ "BuffGroupList": [
+ "Disorder"
+ ]
+ },
+ {
+ "$type": "ByAddBuffSourceType",
+ "SourceType": "AnimEvent"
+ },
+ {
+ "$type": "ByHasBuffGroup",
+ "BuffGroupList": [
+ "Strike"
+ ]
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "SetAbilitySpecialByBuffRemainTimeAction",
+ "Amount": 0,
+ "BuffID": 4,
+ "ModifyFunction": "Replace",
+ "ParamName": "AS_StrikeRemainTime_A",
+ "Percentage": 1
+ },
+ {
+ "$type": "SetAbilitySpecialAction",
+ "ModifyFunction": "Replace",
+ "Param": "%AS_StrikeRemainTime_Max",
+ "ParamName": "AS_StrikeRemainTime_A",
+ "ParamType": "Float",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Equal",
+ "Param": -1,
+ "ParamName": "AS_StrikeRemainTime_A",
+ "ParamType": "Float"
+ }
+ ]
+ },
+ {
+ "$type": "SetAbilitySpecialByBuffRemainTimeAction",
+ "Amount": 0,
+ "BuffID": 1004,
+ "ModifyFunction": "Replace",
+ "ParamName": "AS_StrikeRemainTime_B",
+ "Percentage": 1
+ },
+ {
+ "$type": "SetAbilitySpecialAction",
+ "ModifyFunction": "Replace",
+ "Param": "%AS_StrikeRemainTime_Max",
+ "ParamName": "AS_StrikeRemainTime_B",
+ "ParamType": "Float",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Equal",
+ "Param": -1,
+ "ParamName": "AS_StrikeRemainTime_B",
+ "ParamType": "Float"
+ }
+ ]
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "Expression": "max(specials(AS_StrikeRemainTime_A),specials(AS_StrikeRemainTime_B))",
+ "ParamName": "AS_StrikeRemainTime",
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "Expression": "min(specials(AS_StrikeRemainTime),specials(AS_StrikeRemainTime_Max))*specials(AS_DisorderDamagePercentageBase)",
+ "ParamName": "AS_DisorderDamagePercentageFinal",
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialAction",
+ "ModifyFunction": "Replace",
+ "Param": "%AS_BuffDamageRatio_Disorder_Talent02",
+ "ParamName": "AS_BuffDamageRatio_Disorder_Final",
+ "ParamType": "Float"
+ }
+ ]
+ },
{
"$type": "ModifyAttackDataAction",
"Predicates": [
@@ -105,6 +201,22 @@
],
"UseActionEventBuddID": true
},
+ {
+ "$type": "SetAbilitySpecialAction",
+ "ModifyFunction": "Replace",
+ "Param": "%AS_StrikeRemainTime_Max",
+ "ParamName": "AS_StrikeRemainTime",
+ "ParamType": "Float",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Equal",
+ "Param": -1,
+ "ParamName": "AS_StrikeRemainTime",
+ "ParamType": "Float"
+ }
+ ]
+ },
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "min(specials(AS_StrikeRemainTime),specials(AS_StrikeRemainTime_Max))*specials(AS_DisorderDamagePercentageBase)",
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_1.json b/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
index 996f5453..44a1908c 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_1.bytes",
"SceneId": 1101,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_1.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_1.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_2.json b/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
index 2d64f2c3..188ce182 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_2.bytes",
"SceneId": 1102,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_2.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_2.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_3.json b/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
index cb5b2c64..f871818f 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_3.bytes",
"SceneId": 1103,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_3.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_3.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_4.json b/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
index 714a78c6..1032f55f 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_4.bytes",
"SceneId": 1104,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_4.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_4.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_5.json b/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
index fce41975..07c31ada 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_5.bytes",
"SceneId": 1105,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_5.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_5.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_6.json b/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
index b5b9cb17..d5905708 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_6.bytes",
"SceneId": 1106,
"ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_6.unity",
+ "SlopeEnvironmentPath": "",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_6.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Beach.json b/Data/_unsorted/Beach.json
new file mode 100644
index 00000000..385dcb19
--- /dev/null
+++ b/Data/_unsorted/Beach.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Beach.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Beach.bytes",
+ "SceneId": 1212,
+ "ScenePath": "Assets\/Scenes\/Beach\/Beach.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Beach.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Beach.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Floor_101201.json b/Data/_unsorted/Floor_101201.json
index 459ee153..da931289 100644
--- a/Data/_unsorted/Floor_101201.json
+++ b/Data/_unsorted/Floor_101201.json
@@ -3,8 +3,8 @@
"Floor": {
"$type": "ConfigFloor",
"FloorID": 101201,
- "FloorMD5": "74a0aaa6110e81f3090add1153d4cc9c",
- "FloorVersion": 1753085032,
+ "FloorMD5": "8b0e3a3195636bafcb4533716a49a99a",
+ "FloorVersion": 1753696301,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/MainCityConflictAreaConfig.json b/Data/_unsorted/MainCityConflictAreaConfig.json
index 586dda5f..56351a2c 100644
Binary files a/Data/_unsorted/MainCityConflictAreaConfig.json and b/Data/_unsorted/MainCityConflictAreaConfig.json differ
diff --git a/Data/_unsorted/Stage_BellTowerSquare.json b/Data/_unsorted/Stage_BellTowerSquare.json
index 774e0e30..644a947e 100644
--- a/Data/_unsorted/Stage_BellTowerSquare.json
+++ b/Data/_unsorted/Stage_BellTowerSquare.json
@@ -8,9 +8,11 @@
"IsStreaming": true,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BellTowerSquare.bytes",
"SceneId": 1010,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_BellTowerSquare.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_BellTowerSquare.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BellTowerSquare.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_NamelessOne_01.json b/Data/_unsorted/Stage_NamelessOne_01.json
new file mode 100644
index 00000000..8e745e83
--- /dev/null
+++ b/Data/_unsorted/Stage_NamelessOne_01.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_NamelessOne_01.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_NamelessOne_01.bytes",
+ "SceneId": 1213,
+ "ScenePath": "Assets\/Scenes\/Stage_Event\/Stage_NamelessOne_01.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_NamelessOne_01.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_NamelessOne_01.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Port_SideScroller_1_1.json b/Data/_unsorted/Stage_Port_SideScroller_1_1.json
new file mode 100644
index 00000000..681710ef
--- /dev/null
+++ b/Data/_unsorted/Stage_Port_SideScroller_1_1.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Port_SideScroller_1_1.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Port_SideScroller_1_1.bytes",
+ "SceneId": 1210,
+ "ScenePath": "Assets\/Scenes\/Stage_Port\/Stage_Port_SideScroller_1_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Port_SideScroller_1_1.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Port_SideScroller_1_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_1.json b/Data/_unsorted/Stage_Suburbs_1_1.json
index 4e308f4c..8b38a0ae 100644
--- a/Data/_unsorted/Stage_Suburbs_1_1.json
+++ b/Data/_unsorted/Stage_Suburbs_1_1.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -25,6 +26,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -41,6 +43,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -57,6 +60,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -73,6 +77,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -89,6 +94,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -105,6 +111,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -120,9 +127,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_1.bytes",
"SceneId": 1001,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_1.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_1.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_2.json b/Data/_unsorted/Stage_Suburbs_1_2.json
index 41a88d66..5dae04e1 100644
--- a/Data/_unsorted/Stage_Suburbs_1_2.json
+++ b/Data/_unsorted/Stage_Suburbs_1_2.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -25,6 +26,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -41,6 +43,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -57,6 +60,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -73,6 +77,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -89,6 +94,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -105,6 +111,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -121,6 +128,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -137,6 +145,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -152,9 +161,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_2.bytes",
"SceneId": 1002,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_2.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_2.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_2.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_3.json b/Data/_unsorted/Stage_Suburbs_1_3.json
index 5e9db381..b809828e 100644
--- a/Data/_unsorted/Stage_Suburbs_1_3.json
+++ b/Data/_unsorted/Stage_Suburbs_1_3.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -25,6 +26,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -40,9 +42,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_3.bytes",
"SceneId": 1003,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_3.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_3.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_3.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_4.json b/Data/_unsorted/Stage_Suburbs_1_4.json
new file mode 100644
index 00000000..4d4de7dd
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_1_4.json
@@ -0,0 +1,234 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_4.prefab",
+ "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_4.prefab",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": true,
+ "NavMeshLinks": [
+ {
+ "$type": "SceneNavMeshLinkData",
+ "Cost": 0,
+ "NameKey": "",
+ "NavMeshAreaType": "ObstacleArea",
+ "endPos": {
+ "x": -54.95731,
+ "y": 44.4855,
+ "z": 11.4917
+ },
+ "startPos": {
+ "x": -47.57104,
+ "y": 41.41883,
+ "z": 11.37125
+ },
+ "tag": 0
+ },
+ {
+ "$type": "SceneNavMeshLinkData",
+ "Cost": 0,
+ "NameKey": "",
+ "NavMeshAreaType": "ObstacleArea",
+ "endPos": {
+ "x": -30.54139,
+ "y": 16.01883,
+ "z": -8.528297
+ },
+ "startPos": {
+ "x": -46.28522,
+ "y": 38.58492,
+ "z": -8.590364
+ },
+ "tag": 0
+ },
+ {
+ "$type": "SceneNavMeshLinkData",
+ "Cost": 0,
+ "NameKey": "",
+ "NavMeshAreaType": "ObstacleArea",
+ "endPos": {
+ "x": 38.04994,
+ "y": 22.21883,
+ "z": 0.3112326
+ },
+ "startPos": {
+ "x": 38.2146,
+ "y": 19.01883,
+ "z": 11.6077
+ },
+ "tag": 0
+ },
+ {
+ "$type": "SceneNavMeshLinkData",
+ "Cost": 0,
+ "NameKey": "",
+ "NavMeshAreaType": "ObstacleArea",
+ "endPos": {
+ "x": 30.97808,
+ "y": 31.57624,
+ "z": -8.244121
+ },
+ "startPos": {
+ "x": 21.67016,
+ "y": 16.07056,
+ "z": -8.57701
+ },
+ "tag": 0
+ },
+ {
+ "$type": "SceneNavMeshLinkData",
+ "Cost": 0,
+ "NameKey": "",
+ "NavMeshAreaType": "ObstacleArea",
+ "endPos": {
+ "x": 15.31594,
+ "y": 25.51883,
+ "z": -34.31948
+ },
+ "startPos": {
+ "x": 23.43746,
+ "y": 25.51883,
+ "z": -34.45484
+ },
+ "tag": 0
+ }
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_4.bytes",
+ "SceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 47.90833,
+ "originPos": {
+ "x": -50.13389,
+ "y": 15.995,
+ "z": 118.8556
+ },
+ "xzPoints": [
+ {
+ "x": -83.36442,
+ "y": -161.7692
+ },
+ {
+ "x": 15.44048,
+ "y": -168.8722
+ },
+ {
+ "x": 21.10198,
+ "y": 19.66447
+ },
+ {
+ "x": -61.91035,
+ "y": 26.80571
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 13.69528,
+ "originPos": {
+ "x": 9.240468,
+ "y": 15.88279,
+ "z": -1.934532
+ },
+ "xzPoints": [
+ {
+ "x": -51.01041,
+ "y": -40.60701
+ },
+ {
+ "x": 41.09458,
+ "y": -35.72607
+ },
+ {
+ "x": 39.10619,
+ "y": 25.89226
+ },
+ {
+ "x": -57.34162,
+ "y": 26.17964
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area3",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 24.32661,
+ "originPos": {
+ "x": 2.113933,
+ "y": 31.32,
+ "z": 34.19423
+ },
+ "xzPoints": [
+ {
+ "x": -11.42861,
+ "y": -53.02422
+ },
+ {
+ "x": 140.5309,
+ "y": -65.70544
+ },
+ {
+ "x": 129.1149,
+ "y": 76.68475
+ },
+ {
+ "x": -18.79959,
+ "y": 80.98155
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "SceneId": 1011,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_4.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_4.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_4.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_5.json b/Data/_unsorted/Stage_Suburbs_1_5.json
new file mode 100644
index 00000000..40cbdc21
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_1_5.json
@@ -0,0 +1,294 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_5.prefab",
+ "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_5.prefab",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": true,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_5.bytes",
+ "SceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_A",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 15,
+ "originPos": {
+ "x": 42.02065,
+ "y": 80.07147,
+ "z": -29.45682
+ },
+ "xzPoints": [
+ {
+ "x": -150,
+ "y": -46
+ },
+ {
+ "x": 65,
+ "y": -46
+ },
+ {
+ "x": 65,
+ "y": 46
+ },
+ {
+ "x": -150,
+ "y": 46
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_B",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 11,
+ "originPos": {
+ "x": 57.64651,
+ "y": 67.97811,
+ "z": -23.73643
+ },
+ "xzPoints": [
+ {
+ "x": -40,
+ "y": -40
+ },
+ {
+ "x": 40,
+ "y": -40
+ },
+ {
+ "x": 40,
+ "y": 40
+ },
+ {
+ "x": -40,
+ "y": 40
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_C",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 51.19402,
+ "y": 59.56974,
+ "z": -21.92589
+ },
+ "xzPoints": [
+ {
+ "x": -40,
+ "y": -40
+ },
+ {
+ "x": 40,
+ "y": -40
+ },
+ {
+ "x": 40,
+ "y": 40
+ },
+ {
+ "x": -40,
+ "y": 40
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_D",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 16,
+ "originPos": {
+ "x": 25.99828,
+ "y": 68.99778,
+ "z": 84.95499
+ },
+ "xzPoints": [
+ {
+ "x": -48.23,
+ "y": -30.62472
+ },
+ {
+ "x": -26.11076,
+ "y": -47.4927
+ },
+ {
+ "x": 49.40455,
+ "y": -70.1125
+ },
+ {
+ "x": 70,
+ "y": -70
+ },
+ {
+ "x": 70,
+ "y": 70
+ },
+ {
+ "x": -69.9705,
+ "y": 69.56533
+ },
+ {
+ "x": -72.38708,
+ "y": 18.48008
+ },
+ {
+ "x": -69.13705,
+ "y": 4.70459
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_E",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10.5,
+ "originPos": {
+ "x": 42.80083,
+ "y": 59.86549,
+ "z": 77.04428
+ },
+ "xzPoints": [
+ {
+ "x": -70,
+ "y": -60
+ },
+ {
+ "x": 70,
+ "y": -60
+ },
+ {
+ "x": 70,
+ "y": 60
+ },
+ {
+ "x": -70,
+ "y": 60
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_F",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -61.50245,
+ "y": 63.8969,
+ "z": 33.16951
+ },
+ "xzPoints": [
+ {
+ "x": -25,
+ "y": -70
+ },
+ {
+ "x": 25,
+ "y": -70
+ },
+ {
+ "x": 25,
+ "y": 70
+ },
+ {
+ "x": -25,
+ "y": 70
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "SceneId": 1012,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_5.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_5.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_5.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_2_2.json b/Data/_unsorted/Stage_Suburbs_2_2.json
new file mode 100644
index 00000000..68b75f47
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_2_2.json
@@ -0,0 +1,63 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_2_2.prefab",
+ "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_2_2.prefab",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_2_2.bytes",
+ "SceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_A",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 53.28139,
+ "y": 12.25024,
+ "z": 17.01206
+ },
+ "xzPoints": [
+ {
+ "x": -76.15011,
+ "y": -50.73424
+ },
+ {
+ "x": 67.33733,
+ "y": -49.73495
+ },
+ {
+ "x": 71.1569,
+ "y": 75.97897
+ },
+ {
+ "x": -80.70306,
+ "y": 74.53732
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "SceneId": 1005,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_2_2.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_2_2.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_2_2.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_3_1.json b/Data/_unsorted/Stage_Suburbs_3_1.json
index 1893a8c2..4656f480 100644
--- a/Data/_unsorted/Stage_Suburbs_3_1.json
+++ b/Data/_unsorted/Stage_Suburbs_3_1.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -25,6 +26,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -41,6 +43,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -56,9 +59,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_1.bytes",
"SceneId": 1007,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_3_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_3_1.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_3_1.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_3_2.json b/Data/_unsorted/Stage_Suburbs_3_2.json
index 8c0f9848..d8eaafc4 100644
--- a/Data/_unsorted/Stage_Suburbs_3_2.json
+++ b/Data/_unsorted/Stage_Suburbs_3_2.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -25,6 +26,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -41,6 +43,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -57,6 +60,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -73,6 +77,7 @@
},
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -88,9 +93,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_2.bytes",
"SceneId": 1008,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_3_2.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_3_2.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_3_2.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_3_3.json b/Data/_unsorted/Stage_Suburbs_3_3.json
index 1e12cf69..919a60e7 100644
--- a/Data/_unsorted/Stage_Suburbs_3_3.json
+++ b/Data/_unsorted/Stage_Suburbs_3_3.json
@@ -9,6 +9,7 @@
"NavMeshLinks": [
{
"$type": "SceneNavMeshLinkData",
+ "Cost": 0,
"NameKey": "",
"NavMeshAreaType": "ObstacleArea",
"endPos": {
@@ -24,9 +25,11 @@
"tag": 0
}
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_3.bytes",
"SceneId": 1009,
"ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_3_3.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_3_3.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_3_3.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_SideScroller_1_1.json b/Data/_unsorted/Stage_Suburbs_SideScroller_1_1.json
new file mode 100644
index 00000000..4bdf7523
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_1.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_1.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_1.bytes",
+ "SceneId": 1206,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_SideScroller_1_1.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_SideScroller_1_2.json b/Data/_unsorted/Stage_Suburbs_SideScroller_1_2.json
new file mode 100644
index 00000000..9281ca2f
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_2.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_2.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_2.bytes",
+ "SceneId": 1207,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_2.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_SideScroller_1_2.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_2.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_SideScroller_1_3.json b/Data/_unsorted/Stage_Suburbs_SideScroller_1_3.json
new file mode 100644
index 00000000..fd7e1788
--- /dev/null
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_3.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_3.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_3.bytes",
+ "SceneId": 1208,
+ "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_3.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_SideScroller_1_3.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_3.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerBattle_1.json b/Data/_unsorted/Stage_SummerBattle_1.json
new file mode 100644
index 00000000..e0ea6efc
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerBattle_1.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_SummerBattle_1.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerBattle_1.bytes",
+ "SceneId": 1205,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerBattle_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_SummerBattle_1.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerBattle_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerBeach_SideScroller_1_1.json b/Data/_unsorted/Stage_SummerBeach_SideScroller_1_1.json
new file mode 100644
index 00000000..2555822a
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerBeach_SideScroller_1_1.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_SummerBeach_SideScroller_1_1.prefab",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerBeach_SideScroller_1_1.bytes",
+ "SceneId": 1209,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerBeach_SideScroller_1_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_SummerBeach_SideScroller_1_1.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerBeach_SideScroller_1_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_1.json b/Data/_unsorted/Stage_SummerSurfing_1.json
new file mode 100644
index 00000000..88b6cd65
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerSurfing_1.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_1.bytes",
+ "SceneId": 1201,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_1.unity",
+ "SlopeEnvironmentPath": "",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_2.json b/Data/_unsorted/Stage_SummerSurfing_2.json
new file mode 100644
index 00000000..be1f1dbb
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerSurfing_2.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_2.bytes",
+ "SceneId": 1202,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_2.unity",
+ "SlopeEnvironmentPath": "",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_2.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_3.json b/Data/_unsorted/Stage_SummerSurfing_3.json
new file mode 100644
index 00000000..4b92a830
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerSurfing_3.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_3.bytes",
+ "SceneId": 1203,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_3.unity",
+ "SlopeEnvironmentPath": "",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_3.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_4.json b/Data/_unsorted/Stage_SummerSurfing_4.json
new file mode 100644
index 00000000..17a2f890
--- /dev/null
+++ b/Data/_unsorted/Stage_SummerSurfing_4.json
@@ -0,0 +1,18 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "",
+ "BakedSceneProp": "",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_4.bytes",
+ "SceneId": 1204,
+ "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_4.unity",
+ "SlopeEnvironmentPath": "",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_4.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Whitfield_1_1.json b/Data/_unsorted/Stage_Whitfield_1_1.json
new file mode 100644
index 00000000..e898202b
--- /dev/null
+++ b/Data/_unsorted/Stage_Whitfield_1_1.json
@@ -0,0 +1,83 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Scene": {
+ "$type": "ConfigScene",
+ "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Whitfield_1_1.prefab",
+ "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Whitfield_1_1.prefab",
+ "IsIgnoreIkReady": true,
+ "IsStreaming": false,
+ "NavMeshLinks": [
+ ],
+ "ObstacleAreaOverrideCost": 0,
+ "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Whitfield_1_1.bytes",
+ "SceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "SceneNameId": "Area_A",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 40.95779,
+ "originPos": {
+ "x": 3.306849,
+ "y": -1,
+ "z": -26.39697
+ },
+ "xzPoints": [
+ {
+ "x": -53.64359,
+ "y": -78.59639
+ },
+ {
+ "x": 70.48273,
+ "y": -78.77507
+ },
+ {
+ "x": 57.35062,
+ "y": 27.03432
+ },
+ {
+ "x": 55.01672,
+ "y": 136.249
+ },
+ {
+ "x": -62.25462,
+ "y": 105.5012
+ },
+ {
+ "x": -82.65126,
+ "y": 84.09981
+ },
+ {
+ "x": -65.49915,
+ "y": 42.00127
+ },
+ {
+ "x": -94.21181,
+ "y": 35.06711
+ },
+ {
+ "x": -79.40902,
+ "y": -55.75684
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "SceneId": 6101,
+ "ScenePath": "Assets\/Scenes\/Stage_Whitfield\/Stage_Whitfield_1_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Whitfield_1_1.prefab",
+ "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Whitfield_1_1.unity"
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Zero_Abyss_4_1.json b/Data/_unsorted/Stage_Zero_Abyss_4_1.json
index 2bcfd31c..bc7b9452 100644
--- a/Data/_unsorted/Stage_Zero_Abyss_4_1.json
+++ b/Data/_unsorted/Stage_Zero_Abyss_4_1.json
@@ -8,9 +8,11 @@
"IsStreaming": false,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Zero_Abyss_4_1.bytes",
"SceneId": 5045,
"ScenePath": "Assets\/Scenes\/Stage_Zero\/Stage_Zero_Abyss_4_1.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Zero_Abyss_4_1.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Zero_Abyss_4_1.unity"
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Whitfield.json b/Data/_unsorted/Whitfield.json
index 8629ceb1..20d773e5 100644
--- a/Data/_unsorted/Whitfield.json
+++ b/Data/_unsorted/Whitfield.json
@@ -8,9 +8,11 @@
"IsStreaming": true,
"NavMeshLinks": [
],
+ "ObstacleAreaOverrideCost": 0,
"SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Whitfield.bytes",
"SceneId": 6001,
"ScenePath": "Assets\/Scenes\/Whitfield\/Whitfield.unity",
+ "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Whitfield.prefab",
"StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Whitfield.unity"
}
}
\ No newline at end of file
diff --git a/FileCfg/AvatarSkillTemplateTb.json b/FileCfg/AvatarSkillTemplateTb.json
index aa98d35a..bf66c2f4 100644
--- a/FileCfg/AvatarSkillTemplateTb.json
+++ b/FileCfg/AvatarSkillTemplateTb.json
@@ -24564,28 +24564,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 0,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 6060,
- "EDADCAFNHIP": 560,
- "JJBIGFJJMDP": 4360,
- "CFLIOAAHOJO": 200,
- "KHKGECNMBLP": 15850,
+ "AJCBDPJPIKF": 5510,
+ "EDADCAFNHIP": 510,
+ "JJBIGFJJMDP": 3970,
+ "CFLIOAAHOJO": 190,
+ "KHKGECNMBLP": 14410,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 3272,
+ "BNCNOMDMOMC": 2976,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 84975,
+ "HLFHGHNLBMK": 77275,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 107922
+ 98177
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 4401,
+ "CBCIOGOFIJG": 4003,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24595,28 +24595,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 0,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 8250,
- "EDADCAFNHIP": 750,
- "JJBIGFJJMDP": 6590,
- "CFLIOAAHOJO": 300,
- "KHKGECNMBLP": 23930,
+ "AJCBDPJPIKF": 8800,
+ "EDADCAFNHIP": 800,
+ "JJBIGFJJMDP": 6980,
+ "CFLIOAAHOJO": 320,
+ "KHKGECNMBLP": 25380,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 4915,
+ "BNCNOMDMOMC": 5213,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 128150,
+ "HLFHGHNLBMK": 135850,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 147101
+ 156912
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 6648,
+ "CBCIOGOFIJG": 7048,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24626,28 +24626,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 0,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 5870,
- "EDADCAFNHIP": 540,
- "JJBIGFJJMDP": 5400,
- "CFLIOAAHOJO": 250,
- "KHKGECNMBLP": 19620,
+ "AJCBDPJPIKF": 6610,
+ "EDADCAFNHIP": 610,
+ "JJBIGFJJMDP": 5990,
+ "CFLIOAAHOJO": 280,
+ "KHKGECNMBLP": 21790,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 4001,
+ "BNCNOMDMOMC": 4445,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 105050,
+ "HLFHGHNLBMK": 116600,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 104652
+ 117733
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 5450,
+ "CBCIOGOFIJG": 6051,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24657,28 +24657,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 0,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 12840,
- "EDADCAFNHIP": 1170,
- "JJBIGFJJMDP": 11880,
- "CFLIOAAHOJO": 540,
- "KHKGECNMBLP": 43200,
+ "AJCBDPJPIKF": 11190,
+ "EDADCAFNHIP": 1020,
+ "JJBIGFJJMDP": 10510,
+ "CFLIOAAHOJO": 480,
+ "KHKGECNMBLP": 38200,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 8808,
+ "BNCNOMDMOMC": 7781,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 231000,
+ "HLFHGHNLBMK": 204325,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 228925
+ 199492
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 12000,
+ "CBCIOGOFIJG": 10609,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24690,26 +24690,26 @@
"MIEDJOBGEFK": 0,
"AJCBDPJPIKF": 13030,
"EDADCAFNHIP": 1190,
- "JJBIGFJJMDP": 13210,
- "CFLIOAAHOJO": 610,
- "KHKGECNMBLP": 48020,
+ "JJBIGFJJMDP": 13170,
+ "CFLIOAAHOJO": 600,
+ "KHKGECNMBLP": 47870,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 9749,
+ "BNCNOMDMOMC": 9720,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 256850,
+ "HLFHGHNLBMK": 256025,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
232261
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 13337,
+ "CBCIOGOFIJG": 13295,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24719,28 +24719,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 0,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 21640,
- "EDADCAFNHIP": 1970,
- "JJBIGFJJMDP": 20960,
+ "AJCBDPJPIKF": 21830,
+ "EDADCAFNHIP": 1990,
+ "JJBIGFJJMDP": 21090,
"CFLIOAAHOJO": 960,
- "KHKGECNMBLP": 76220,
+ "KHKGECNMBLP": 76670,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 15507,
+ "BNCNOMDMOMC": 15600,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 0,
- "HLFHGHNLBMK": 407550,
+ "HLFHGHNLBMK": 410025,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 385968
+ 389238
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 21170,
+ "CBCIOGOFIJG": 21296,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
@@ -24936,28 +24936,28 @@
"DDFGCLKJPJC": 1401,
"IJPONJAJJKN": 2,
"MIEDJOBGEFK": 0,
- "AJCBDPJPIKF": 7340,
- "EDADCAFNHIP": 670,
- "JJBIGFJJMDP": 3310,
+ "AJCBDPJPIKF": 7530,
+ "EDADCAFNHIP": 690,
+ "JJBIGFJJMDP": 3390,
"CFLIOAAHOJO": 160,
- "KHKGECNMBLP": 12010,
+ "KHKGECNMBLP": 12310,
"NMAHHCHKBCE": 0,
"JHEPLAAGHCG": 0,
"IDJLJBDPADA": 0,
"FPDGEBOEOFA": "",
"BFFGFACAKFC": 0,
"ONFBALMEGME": 0,
- "BNCNOMDMOMC": 2334,
+ "BNCNOMDMOMC": 2392,
"KDPGKIHCIDD": 0,
"FPDACPINAMF": 3,
- "HLFHGHNLBMK": 64350,
+ "HLFHGHNLBMK": 66000,
"KLDPCDOGJAK": 0,
"GMGAOJDIIKJ": 0,
"ENOFJAJADHJ": [
- 56269
+ 57675
],
"BOBMCPDGMPK": 0,
- "CBCIOGOFIJG": 3336,
+ "CBCIOGOFIJG": 3419,
"OIGEBGNFAPK": 0,
"OMHKLLFKBGB": 0,
"GBHFBOMDBGH": 0
diff --git a/FileCfg/MainCityGraphConfigTemplateTb.json b/FileCfg/MainCityGraphConfigTemplateTb.json
index 84f2600d..bb0a4c1e 100644
--- a/FileCfg/MainCityGraphConfigTemplateTb.json
+++ b/FileCfg/MainCityGraphConfigTemplateTb.json
@@ -9731,7 +9731,7 @@
{
"EEFDGPPKLCB": 514010001,
"GICHBMGNBPC": "Assets/NapResources/Data/MainCityNodeGraph/DateIdleMoveToBubble.json",
- "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_101_63_01;range,3;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137101;needFix,false;conditionDuration,0;npcMoveToPos,DatePos_101_63_01",
+ "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_101_57_02;range,3;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137101;needFix,false;conditionDuration,0;npcMoveToPos,DatePos_101_57_02",
"NILNLINKHLB": [],
"ONLPNFIOHNF": [],
"ACIDHGEJEGL": "",
@@ -9771,7 +9771,7 @@
{
"EEFDGPPKLCB": 514010005,
"GICHBMGNBPC": "Assets/NapResources/Data/MainCityNodeGraph/DateIdleMoveToBubble.json",
- "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_106_17,2;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137105;needFix,false;conditionDuration,0;npcMoveToPos,DatePos_106_17",
+ "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_106_17;range,2;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137105;needFix,false;conditionDuration,0;npcMoveToPos,DatePos_106_17",
"NILNLINKHLB": [],
"ONLPNFIOHNF": [],
"ACIDHGEJEGL": "",
@@ -9791,7 +9791,7 @@
{
"EEFDGPPKLCB": 514010007,
"GICHBMGNBPC": "Assets/NapResources/Data/MainCityNodeGraph/DateIdleMoveToBubble.json",
- "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_5_Subway;range,3;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137107;needFix,false;conditionDuration,0;DatePos_5_Subway",
+ "EEOAIOIAPFJ": "npcTag,31401;centerPos,DatePos_5_Subway;range,3;repeatCount,1;WaitPartnerSeconds,5;bubbleId,6137107;needFix,false;conditionDuration,0;npcMoveToPos,DatePos_5_Subway",
"NILNLINKHLB": [],
"ONLPNFIOHNF": [],
"ACIDHGEJEGL": "",
diff --git a/TextMap/TextMapOverwriteTemplateTb.json b/TextMap/TextMapOverwriteTemplateTb.json
index 0dd6bceb..6eaa306d 100644
--- a/TextMap/TextMapOverwriteTemplateTb.json
+++ b/TextMap/TextMapOverwriteTemplateTb.json
@@ -175,6 +175,7 @@
"Activity_Chat_EndlessSummer_600013533_01": "这里隐约能够听到某种很细微的、机器运作的声音,不知道是不是我的错觉。能打开相机确认一下吗?",
"Activity_Chat_EndlessSummer_600013820_02": "是阿帝,它就在这儿!但它好像失去意识了…我先检查一下它的状态!",
"Activity_Chat_EndlessSummer_600013827_05": "绳匠,有些日子没见了。我给六课的成员集体申请了休假,难得晴朗的夏夜,这里很适合好好地卸下工作上的疲劳。",
+ "Activity_Chat_EndlessSummer_600013829_Name_01": "珂蕾妲",
"Activity_Chat_Summer_35260009_10": "发消息叫来了爱丽丝,表示已经帮她找到了自信重塑训练的老师。",
"Activity_Chat_Summer_35260015_06": "可不是么,我刚刷完,最近的报道都是讲她的。",
"Activity_Chat_Summer_35260015_07": "娱记小瓜:新艾利都贵族继承人爆发激烈冲突。",
@@ -543,6 +544,7 @@
"PartnerTalk_BubbleStory_PartnerAlice_6137110_01": "茶奶店最近推出了什么新品吗?我看看…我们一起喝一杯吗?",
"PartnerTalk_BubbleStory_PartnerAlice_6137110_02": "阿诺德先生平时不太让我喝高糖食品…但我还是会忍不住想喝…",
"PartnerTalk_BubbleStory_PartnerAlice_6137110_03": "那可是茶奶诶!没有哪个女在校生能拒绝茶奶的!",
+ "PartnerTalk_Chat_PartnerAlice_330370501_27": "嗯呢呢!({M#哲先生}{F#铃小姐}!主人!你们看!这里的沙子好软!刚刚的摇摇车晃起来也好厉害!艾丝弥小姐,很开心!)",
"PartnerTalk_Chat_PartnerAlice_330370802_01": "和爱丽丝偷偷翻越了铁丝网,沿着海滨的小径一路行进,最终登上了灯塔,一切顺利地令人不免有些紧张…\n深夜的灯塔稍微有点冷,很是安静,海浪声阵阵涌入耳中…",
"PartnerTalk_Chat_PartnerAlice_330371002_49_1": "呼…有些意犹未尽呢。",
"PartnerTalk_Chat_PartnerYuzuha_330410501_23": "不过柚叶和真斗的偏科方向不一样,如果遇到久攻不下的难题就由我们两个根据具体情况,分别对你们进行辅导。",
diff --git a/TextMap/TextMap_CHTOverwriteTemplateTb.json b/TextMap/TextMap_CHTOverwriteTemplateTb.json
index 5c45cb91..7c5135b6 100644
Binary files a/TextMap/TextMap_CHTOverwriteTemplateTb.json and b/TextMap/TextMap_CHTOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_DEOverwriteTemplateTb.json b/TextMap/TextMap_DEOverwriteTemplateTb.json
index b6bfde07..27547f59 100644
Binary files a/TextMap/TextMap_DEOverwriteTemplateTb.json and b/TextMap/TextMap_DEOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_ENOverwriteTemplateTb.json b/TextMap/TextMap_ENOverwriteTemplateTb.json
index 19bd5759..e00e9e8a 100644
--- a/TextMap/TextMap_ENOverwriteTemplateTb.json
+++ b/TextMap/TextMap_ENOverwriteTemplateTb.json
@@ -437,6 +437,8 @@
"Activity_Chat_ActivityJufufu_705729001_03": "But I'm sure Shifu forgot the time and didn't do morning classes... as expected.",
"Activity_Chat_ActivityJufufu_705729001_04": "No, inside the temple...",
"Activity_Chat_ActivityJufufu_705729002_01": "Ether is formless and traceless, flowing like clouds. Therefore, mastering techniques is like taming the flowing clouds, and the key to such a feat is...",
+ "Activity_Chat_ActivityScanner_34460001_07": "En-nah, nah-nah... en-en... (I heard they take disobedient Bangboo away for experiments, and secretly replace the familiar faces around you... just like in that movie Wise told me about...)",
+ "Activity_Chat_ActivityScanner_34460001_17": "En-nah... En-nah, En-nah-nah... (Though that voice didn't speak any language, I could instinctively feel it was calling out to the Bangboo, trying to gather us somewhere...)",
"Activity_Chat_ActivityScanner_34460002_02": "En-nah, nah. En-nah-nah. (Strictly speaking, the evidence in the Lemnian Hollow isn't exactly reliable! Are there really aliens from space? We don't know yet!)",
"Activity_Chat_ActivityScanner_34460002_03": "En-nah... en-nah-nah... (That won't do... if there aren't any aliens here, I'll have to look somewhere else... I must find them no matter what...)",
"Activity_Chat_ActivityScanner_34460002_04": "En? Nah-nah? (JoJo, why are you so obsessed with aliens?)",
@@ -444,7 +446,7 @@
"Activity_Chat_ActivityScanner_34460002_07": "Hide-and-seek...",
"Activity_Chat_ActivityScanner_34460002_08": "En. En, nah-nah. (Hmm. After the countdown, I searched for her for a long time, but couldn't find her.)",
"Activity_Chat_ActivityScanner_34460002_09": "En-nah... nah... (Time passed, so much time... until I suddenly found myself being called a Bangboo Wanderer by everyone...)",
- "Activity_Chat_ActivityScanner_34460002_10": "En-nah. En-nah... (I was driven out by the Bangboos in the Hollow. They said I didn't belong there. Until... no, wait, I can't quite remember... the waves... I was washed up on this beach...)",
+ "Activity_Chat_ActivityScanner_34460002_10": "En-nah. En-nah... (I was driven out by the Bangboo in the Hollow. They said I didn't belong there. Until... no, wait, I can't quite remember... the waves... I was washed up on this beach...)",
"Activity_Chat_ActivityScanner_34460002_11": "En-nah.. (I must find her... I need to find those aliens and make them give Master back...)",
"Activity_Chat_ActivityScanner_34460002_12": "Was JoJo abandoned by its master during a game of hide-and-seek?\nLet's ask it what really happened back then.",
"Activity_Chat_ActivityScanner_34460002_14": "Do you remember anything else?",
@@ -472,7 +474,7 @@
"Activity_Chat_ActivityScanner_34460002_39": "...Aliens don't exist",
"Activity_Chat_ActivityScanner_34460002_40": "En-nah... en-en... (Then... how is my Master doing? It's all JoJo's fault for losing her...)",
"Activity_Chat_ActivityScanner_34460002_41": "Your phone suddenly buzzed in your pocket. You took it out to find a message from Fairy.",
- "Activity_Chat_ActivityScanner_34460002_43": "Master, JoJo is a special Bangboo model. Data shows that this batch of Bangboos were urgently recalled due to abnormal reactions in core components, resulting in poor performance.",
+ "Activity_Chat_ActivityScanner_34460002_43": "Master, JoJo is a special Bangboo model. Data shows that this batch of Bangboo were urgently recalled due to abnormal reactions in core components, resulting in poor performance.",
"Activity_Chat_ActivityScanner_34460002_44": "If this information is accurate, JoJo should have been scrapped at the corresponding factory, and shouldn't be here in one piece.",
"Activity_Chat_ActivityScanner_34460002_45": "You mean...",
"Activity_Chat_ActivityScanner_34460002_47": "Master, based on my calculations, I've come to a highly probable assumption: JoJo's master might have abandoned it in the Hollow to avoid having to send it to the factory for disposal.",
@@ -1824,11 +1826,10 @@
"Activity_Chat_jigsaw3.0_600053001_19": "For example, do you know what flavor of shark cup milkshake tastes best with a sandwich? Do you know what is the right hour to go to the beach for the most beautiful sunset?",
"Activity_Chat_jigsaw3.0_600053001_20": "You can find all the answers in my guidebook!",
"Activity_Chat_jigsaw3.0_600053001_21": "What do you say? Wanna give it a shot? You might just be the first one to snag this guide!",
- "Activity_Chat_jigsaw3.0_600053001_22": "I'll give it a shot",
- "Activity_Chat_jigsaw3.0_600053001_23": "Maybe next time",
+ "Activity_Chat_jigsaw3.0_600053001_23": "Maybe next time.",
"Activity_Chat_jigsaw3.0_600053001_24": "(And here I thought the reward would be free access to attractions...)",
- "Activity_Chat_jigsaw3.0_600053002_02": "Gonna take a look now",
- "Activity_Chat_jigsaw3.0_600053002_03": "Later",
+ "Activity_Chat_jigsaw3.0_600053002_02": "Gonna take a look now.",
+ "Activity_Chat_jigsaw3.0_600053002_03": "Later.",
"Activity_Chat_jigsaw3.0_600053006_01": "I knew I'd find you here! My guidebook is pretty awesome, isn't it?",
"Activity_Chat_jigsaw3.0_600053006_02": "Speaking of which, I really need to thank you for helping wrap up the tourism promotion event so perfectly.",
"Activity_Chat_jigsaw3.0_600053006_03": "For some reason, ever since you started taking on the Photo Restoration challenge, more and more citizens have been joining in... Could this be what they call the bandwagon effect?",
@@ -2046,7 +2047,7 @@
"AliceBuffDesc_TheGun_EnvBuff_02": "· When Alice is about to be attacked, triggering a Basic Attack or Dash Attack will trigger Blade Intercept, blocking the incoming attack's DMG and granting Invulnerable status.",
"AliceBuffDesc_TheGun_EnvBuff_03": "· When Alice is about to be attacked, triggering a Basic Attack or Dash Attack will trigger Blade Intercept, blocking the incoming attack's DMG and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/Elites with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.",
"AliceBuffDesc_TheGun_EnvBuff_04": "· When Alice is about to be attacked, triggering a Basic Attack or Dash Attack will trigger Blade Intercept, blocking the incoming attack's DMG and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/Elites with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.",
- "AliceBuffDesc_TheGun_EnvBuff_05": "· When Alice is about to be attacked, activating a Basic Attack or Dash Attack triggers Blade Intercept, blocking the DMG from the attack and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/elite enemies with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.\n· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.\n· Each time Yuzuha performs Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state lasting 30 seconds. This effect can trigger once every 30 seconds. During this state, any Attribute Anomaly effect triggered by Yuzuha will CRIT, but she will not gain Candy Fever again after.",
+ "AliceBuffDesc_TheGun_EnvBuff_05": "· When Alice is about to be attacked, activating a Basic Attack or Dash Attack triggers Blade Intercept, blocking the DMG from the attack and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/elite enemies with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.\n· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.\n· Each time Yuzuha performs Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state lasting 30s. This effect can trigger once every 30s. During this state, any Attribute Anomaly effect triggered by Yuzuha will CRIT, but she will not gain Candy Fever again after.",
"Alice_MathSkill_Desc": "When another character in your squad is an Anomaly or Support character:\nWhen any squad member triggers Disorder, Alice gains 30 Blade Etiquette.\nIf Alice's Anomaly Mastery exceeds 140, each additional point grants her 1.6 Anomaly Proficiency.\nUpon entering the battlefield, Alice gains 300 Blade Etiquette. This effect can trigger once every 180s in Investigation Zone mode.",
"Alice_SkillList_10_Content": "",
"Alice_SkillList_10_Title": "Ultimate: Starfall Finale",
@@ -2075,7 +2076,7 @@
"Alice_SkillList_9_Content": "",
"Alice_SkillList_9_Title": "Chain Attack: Starfall Intermission",
"Alice_SkillName": "\"Money Might\"",
- "Alice_SkillText": "After receiving the promotion request, Alice stepped onto the street with a serious look. Moments later, a flood of customers poured into the shop, cheerfully asking to sign up for annual passes!\nOnly later did we find out — Alice had covered the cost for everyone... Alice, you need to chill!",
+ "Alice_SkillText": "After receiving the promotion request, Alice stepped onto the street with a serious look. Moments later, a flood of customers poured into the shop, cheerfully asking to sign up for annual passes!\nOnly later did we find out — Alice had covered the cost for everyone... Alice, you need to chill!",
"Alice_Skill_AssaultAid_Title": "Assist Follow-Up: Cross Riposte",
"Alice_Skill_BeHitAid_Desc": "When the active character is launched, press to activate:\nSlash and kick enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill.",
"Alice_Skill_BeHitAid_Title": "Quick Assist: Intertwined Stab",
@@ -2294,7 +2295,7 @@
"BranchRelic_13501332_briefdes": "When a heavy attack from Assist Follow-Up hits an enemy, the whole squad's CRIT Rate and CRIT DMG increase.",
"BranchRelic_13501332_des": "When a heavy attack from Assist Follow-Up hits an enemy, the whole squad's CRIT Rate increases by 10%, and their CRIT DMG increases by 24% for 30s. Repeated triggers reset the duration.",
"BranchRelic_13501332_name": "[Yuzuha] Tanukis Abound",
- "BuffDesc_SideScroller2_HeatBuff_1": "When Alice triggers Blade Intercept, deal massive Physical Anomaly Buildup. The next Assault's DMG increases by 40%.",
+ "BuffDesc_SideScroller2_HeatBuff_1": "When Alice triggers Blade Intercept, she deals massive Physical Anomaly Buildup. The next Assault's DMG increases by 40%.",
"BuffDesc_SideScroller2_HeatBuff_2": "When Alice hits enemies with a Dash Attack or Dodge Counter, it triggers the Blade Intercept effect. This effect can trigger once every 5s. When Blade Intercept is triggered, Alice's Anomaly Proficiency increases by 150 for 15s.",
"BuffDesc_SideScroller2_HeatBuff_3": "When Alice triggers Blade Intercept, she recovers a large amount of Blade Etiquette, and her next Basic Attack: Starshine Waltz deals 80% more DMG.",
"BuffDesc_SideScroller2_Yuzuha_HeatBuff_1": "When Yuzuha activates Umbrella Smash, her ATK increases by 15% and Anomaly Buildup Rate by 50% for 30s. Repeated triggers reset the duration.",
@@ -3960,6 +3961,7 @@
"PartnerTalk_BubbleStory_PartnerAlice_6137110_02": "Mr. Arnold usually doesn't let me have sugary drinks... but I still can't help craving them...",
"PartnerTalk_BubbleStory_PartnerAlice_6137110_03": "It's teamilk! No student can resist teamilk!",
"PartnerTalk_BubbleStory_PartnerJuFufu_6139101_01": "Godfinger... Will a godly paw do as well?",
+ "PartnerTalk_BubbleStory_PartnerJuFufu_6139103_02": "Of all the movies, kung fu movies are my favorites!",
"PartnerTalk_Bubble_PartnerYuzuha_340410107_01": "Really...?",
"PartnerTalk_Chat_PartnerAlice_330370101_01": "Should've thrown it away right then... Ugh... Alice, why can't you just make up your mind!",
"PartnerTalk_Chat_PartnerAlice_330370101_02": "What's up, Alice?",
@@ -4143,7 +4145,7 @@
"PartnerTalk_Chat_PartnerAlice_330370501_24": "En-neh... (Miss Alice... no, I still prefer calling you Master...)",
"PartnerTalk_Chat_PartnerAlice_330370501_25": "En-nuhnoo! (Master, I'd rather play with the kiddy ride and sand than do flower arranging!)",
"PartnerTalk_Chat_PartnerAlice_330370501_26": "Miss Esme finally speaks up about what she wants to do. So you bring her to the small clearing in Lumina Square, she immediately rushes to the kiddy ride and sandbox, having the time of her life...",
- "PartnerTalk_Chat_PartnerAlice_330370501_27": "Ahn-nuhna! (Mr. Wise! Master! Look! The sand here is so soft! And that kiddy ride was super wobbly! Miss Esme is so happy!)",
+ "PartnerTalk_Chat_PartnerAlice_330370501_27": "Ahn-nuhna! ({M#Mr. Wise}{F#Miss Belle}! Master! Look! The sand here is so soft! And that kiddy ride was super wobbly! Miss Esme is so happy!)",
"PartnerTalk_Chat_PartnerAlice_330370501_28": "Phew... Thank goodness, looks like it finally let go of the burden.",
"PartnerTalk_Chat_PartnerAlice_330370501_29": "You two are quite similar.",
"PartnerTalk_Chat_PartnerAlice_330370501_30": "Wh—What do you mean?! I don't like riding kiddy rides or playing in the sandbox!",
@@ -4291,7 +4293,7 @@
"PartnerTalk_Chat_PartnerAlice_330370801_07": "No way. Therese really likes you.",
"PartnerTalk_Chat_PartnerAlice_330370801_08": "Just think about it... if everyone gets a free pass, what's the point of being the bad student anymore?",
"PartnerTalk_Chat_PartnerAlice_330370801_09": "Anyway, let's sneak over there... we have to be super stealthy about this!",
- "PartnerTalk_Chat_PartnerAlice_330370802_01": "With Alice, you snuck through the wire fence and made your way along the coastal path until you reached the lighthouse. Everything went so smoothly and it was almost nerve-wracking...\nThe lighthouse was a bit chilly at night and eerily quiet, with waves crashing in the distance...",
+ "PartnerTalk_Chat_PartnerAlice_330370802_01": "With Alice, you jumped over the wire fence and made your way along the coastal path until you reached the lighthouse. Everything went so smoothly and it was almost nerve-wracking...\nThe lighthouse was a bit chilly at night and eerily quiet, with waves crashing in the distance...",
"PartnerTalk_Chat_PartnerAlice_330370802_02": "Whoa, we made it to the lighthouse without anyone spotting us!",
"PartnerTalk_Chat_PartnerAlice_330370802_03": "How do you feel now?",
"PartnerTalk_Chat_PartnerAlice_330370802_04": "It's such a strange feeling... The beach, sea breeze, and ocean surface are exactly the same as before, with nothing changed, yet it feels like I'm on some deserted island... What about you?",
@@ -4310,7 +4312,7 @@
"PartnerTalk_Chat_PartnerAlice_330370802_17": "If I hadn't mustered up the courage to try, I would've never seen some of these amazing sights. I guess that's the biggest takeaway from our little bad student adventure!",
"PartnerTalk_Chat_PartnerAlice_330370802_18": "Summing up activities",
"PartnerTalk_Chat_PartnerAlice_330370802_19": "...that's what good students do.",
- "PartnerTalk_Chat_PartnerAlice_330370802_20": "Pfft... hahaha! You're right. Without me even knowing, I always analyze the process of everything - that's way too by-the-book to be something a bad student would do!",
+ "PartnerTalk_Chat_PartnerAlice_330370802_20": "Pfft... hahaha! You're right. Without me even knowing, I always analyze the process of everything - that's way too by-the-book to be something a bad student would do!",
"PartnerTalk_Chat_PartnerAlice_330370802_21": "In that case... let's do something more bad-student-like that won't make it into the report.",
"PartnerTalk_Chat_PartnerAlice_330370802_22": "Wise, the sea breeze is a bit chilly at this hour... C-Come closer to me...",
"PartnerTalk_Chat_PartnerAlice_330370802_23": "You moved even closer to Alice. You never knew a rabbit Thiren's heartbeat could be so intense... Just from your shoulders touching, you could feel it crystal clear.",
@@ -4396,7 +4398,7 @@
"PartnerTalk_Chat_PartnerAlice_330371002_13": "Alice, that's not how you haggle.",
"PartnerTalk_Chat_PartnerAlice_330371002_14": "You're giving away an easy advantage.",
"PartnerTalk_Chat_PartnerAlice_330371002_15": "...Oh, really? Let me think... Ahem, the offer before was way too high! I'd say one thousand should be about right.",
- "PartnerTalk_Chat_PartnerAlice_330371002_16": "...Miss, are you kidding me? Selling this guitar for just a grand? I might as well keep it for myself! At this price, I'm barely breaking even - can't even buy a bowl of ramen with that!",
+ "PartnerTalk_Chat_PartnerAlice_330371002_16": "...Miss, are you kidding me? Selling this guitar for just a grand? I might as well keep it for myself! At this price, I'm barely breaking even - can't even buy a bowl of noodles with that!",
"PartnerTalk_Chat_PartnerAlice_330371002_17": "Look, you should probably check out something else! The way you're trying to haggle so hard shows you're not really into this guitar anyway.",
"PartnerTalk_Chat_PartnerAlice_330371002_18": "Hmm... So what's the deal with that fan? How much is it? The look is so unique...",
"PartnerTalk_Chat_PartnerAlice_330371002_19": "Huh? Why are you interested in that? This fan's nothing special, just a cheap one I brought from home 'cause it gets too stuffy at my stall. Doesn't every Waifei Peninsula resident have one of these at home?",
@@ -4656,6 +4658,7 @@
"PartnerTalk_GalGame_PartnerAlice_10043602_037": "But if I left, I probably wouldn't be able to take Big Guin with me... I'd have to hand it off to a friend. Maybe it realized that and got scared. So it started going out on its own, trying to earn some extra Dennies for me.",
"PartnerTalk_GalGame_PartnerAlice_10043602_038": "There aren't many jobs a Bangboo can do. It must've realized it could never earn enough for rent... and that's when it started asking people on the street for help.",
"PartnerTalk_GalGame_PartnerAlice_10043602_054": "Honestly, I think Big Guin did all this because it was just scared of losing its owner... Although the way it handled things wasn't right, its heart was in the right place. With a little help, I'm sure it'll do better.",
+ "PartnerTalk_GalGame_PartnerAlice_10043602_063": "A job? What do you mean? Miss Alice... you're still a student, aren't you?",
"PartnerTalk_GalGame_PartnerAlice_10043603_035": "So that's why you're so drawn to Cygnus... It's kind of a sad story, but I think there's something else to it too.",
"PartnerTalk_GalGame_PartnerAlice_10043603_053": "I'm just kidding. I've actually heard that story too. The one Cygnus cared about most was Ph—",
"PartnerTalk_GalGame_PartnerAlice_10043603_054": "Just kidding. I've actually heard that story too. The one Cygnus cared about most was Ph—",
@@ -4697,6 +4700,7 @@
"Partner_Name_1401": "Alice Thymefield",
"Partner_ProfileDesc_1401": "Alice Thymefield, a new member of Spook Shack, is a young lady from the prestigious Thymefield family of New Eridu.\n\nAlice has studied fencing and Ether science since childhood, showing exceptional talent in both fields. She currently attends Celestia School for Girls, a subsidiary of High Ambitions Academy, where she's a model student excelling in both academics and conduct. It is predicted that she will one day inherit the family business and become a next-generation Ether scholar of New Eridu.\n\nShe places extreme importance on order and patterns, showing an almost obsessive pursuit of symmetry in particular. This even affects her aesthetic judgment, making symmetry the primary criterion in determining whether something is beautiful or ugly.\n\nFurthermore, she's easily frightened, with practically zero resistance to ghost stories and supernatural tales. Despite this, she seems to show considerable interest in encountering such phenomena. Suggestion: Master can use ghost stories as a topic of conversation with her. No matter how much she initially refuses, it is likely that she will eventually come closer to investigate.",
"Partner_ProfileDesc_1401_1": "According to my investigations, Alice has been obsessed with symmetry ever since she was young, but after experiencing the loss of her symmetrical hairpin and her father's subsequent death, she subconsciously attributed the tragedy to the loss of a symmetrical object, which intensified her obsession with symmetry.\n\nAs a prestigious family known for their Ether science research, the Thymefield family is currently facing a decline. With Alice's parents passing away early and her grandfather falling ill, and after giving away the family's patents to save a friend, she's determined to start anew and revive the family through her own strength.\n\nDespite her timid nature, once she sets her mind on accomplishing something, she'll pursue it with unwavering determination. Moreover, she values her companions deeply and would never ignore their difficulties... Therefore, Master, I strongly recommend improving relations with Alice and informing her about our current financial struggles with paying the electricity bills.",
+ "Partner_ProfileDesc_1411": "Ukinami Yuzuha, a resident of Waifei Peninsula's Failume Heights, currently attends a low-tuition company affiliated school in the city. Aside from being part of the Inter-Knot subforum Spook Shack, she's not affiliated with any other groups — though in New Eridu, such forums aren't typically seen as formal organizations, and are, instead, more like hobby clubs.\nYuzuha is the adopted daughter of Li Baorong, owner of the Mystic Wares Porcelume store. Word around Failume Heights is that Baorong lost his wife and two daughters when the old capital fell. In the years that followed, he took in five children. Yuzuha is the second oldest, with an older brother, a younger brother, and two younger sisters. The family lived on the second floor above the store, and with just two bedrooms, Yuzuha shared one with her sisters, while the boys stayed with Baorong. Now that her older brother has moved out and she mostly stays in the school dorm, the apartment feels a bit less crowded. But on weekends and holidays, Yuzuha usually returns from school to help her father at the store.\nEven as a child, Yuzuha showed a surprising level of maturity. Her eloquence and cheerful nature have made her a favorite among neighbors — and a hit with the kids around Waifei Peninsula and Sailume Bay.\nOn the Spook Shack forum, Yuzuha goes by the username \"Yuzupepper.\" In addition to her real-life friends Manato and Alice, she is also close with two other users known as \"Night Emissary\" and \"Strawberry Parfait\" on the forums.",
"Partner_ProfileDesc_1411_1": "According to Yuzuha, she's been wandering the Faunus Quarter for as long as she can remember, living as part of a small gang of street kids. She didn't have a name back then. Due to malnutrition, she had night blindness and always carried a candlestick after dark, so the others nicknamed her \"Little Candle.\"\nYuzuha was part of an experimental project called \"Project New Leaf.\" Since she never had a proper name, one of the lower-level researchers assigned to care for the children gave her the name \"Yuzuha.\" However, this name was never known to Ferox or the other higher-ups — they only ever referred to her as ES-07. Despite the name coming from the lab, Yuzuha has always felt the name carried a spark of life — and that spark was part of her luck.\nBoth of Yuzuha's younger sisters were adopted as infants, and when Baorong named them, he continued his tradition of using names inspired by plants.",
"Partner_Stature_1401": "163 (Ears Included)",
"PasserBy_BubbleStory_Whitfield_40130083_01": "Welcome to the Summer's Key Sports Experience Store! Sign up to try Blazing Waves and get a free energy-boosting dessert set!",
@@ -5394,8 +5398,8 @@
"QuestDesc_600340303": "This Bangboo always looks so spaced out... Is it really going to the sea?\nMaybe you should see it off.",
"QuestDesc_600340304": "You see A-Qiang standing by his fish stall again in the distance. Let's check it out.\nMaybe he's got some fresh catch in today?",
"QuestDesc_7074401": "Eous is chatting with two little Bangboo. Go see what they're chatting about.",
- "QuestDesc_7074402": "Go to the Community Shipping Depot in Lemnian Hollow to track down the suspicious targets.",
- "QuestDesc_7074403": "Go to Fantasy Resort to find Eous and its Bangboo friends, and analyze the clues collected to uncover the true identity of the suspicious targets.",
+ "QuestDesc_7074402": "Head to the Community Shipping Depot in the Lemnian Hollow to find the suspicious target we need to investigate.",
+ "QuestDesc_7074403": "Head to Fantasy Resort to find Eous and its Bangboo friends to reveal the true identity of the suspicious subject based on collected clues.",
"QuestDesc_7074501": "Eous and their Bangboo friends seem to be still discussing the alien situation. Let's go check out what they're talking about.",
"QuestDesc_7074502": "Head to the Rough Machining Center in the Lemnian Hollow to find the suspicious target we need to investigate.",
"QuestDesc_7074503": "Head to Fantasy Resort to find Eous and its Bangboo friends to reveal the true identity of the suspicious subject based on collected clues.",
@@ -5489,6 +5493,7 @@
"QuestName_1228112381": "Use Basic Attack: Umbrella Smash once",
"QuestName_1228112382": "Complete Exorcising Spirit Tanuki: Assault Mission II",
"QuestName_122811239": "Exorcising Spirit Fox: Assault Challenge",
+ "QuestName_126300062": "Obtain 1,600 points",
"QuestName_126300101": "Obtain 5,000 points",
"QuestName_126300102": "Obtain 12,000 points",
"QuestName_126300103": "Obtain 16,000 points",
@@ -5736,7 +5741,7 @@
"QuestTarget_600030503": "Find Miss Esme at the resort",
"QuestTarget_600030504": "Continue the Ghost Ship Adventure",
"QuestTarget_600030505": "Continue the Ghost Ship Adventure",
- "QuestTarget_600050101": "Go to the beach to have a chat with Leigh",
+ "QuestTarget_600050101": "Go to the beach to have a chat with Lisa",
"QuestTarget_600050201": "Continue with Photo Restoration",
"QuestTarget_600050301": "Go chat with Lisa on the beach",
"QuestTarget_600270101": "Head to Sixth Street to learn about the new intel on the Battle Trials",
@@ -5747,9 +5752,10 @@
"QuestTarget_600340302": "See the \"Sea Wizard\" off",
"QuestTarget_600340303": "Continue to see the \"Sea Wizard\" off",
"QuestTarget_600340304": "Check out the fish stall again",
- "QuestTarget_70744": "Go to Community Shipping Depot and use Perception Technique to check targets below",
+ "QuestTarget_70744": "Head to the Community Shipping Depot and use the Perception Technique to check the targets below.",
"QuestTarget_7074401": "See what Eous is up to",
- "QuestTarget_7074402": "Use Perception Technique to investigate suspicious targets",
+ "QuestTarget_7074402": "Use the Perception Technique to investigate suspicious targets",
+ "QuestTarget_7074403": "Return to the resort and have Eous analyze the clues",
"QuestTarget_70745": "Head to the Rough Machining Center and use the Perception Technique to check the targets below.",
"QuestTarget_7074502": "Use the Perception Technique to investigate suspicious targets",
"QuestTarget_7074504": "Investigate \"alien artworks\"",
@@ -6330,11 +6336,11 @@
"Weapon_TalentDes_81414115": "When the equipper's EX Special Attack or Ultimate deals Physical DMG, their Anomaly Mastery increases by 48 for 40s. When the equipper's Aftershock hits an enemy, all squad members' Anomaly Proficiency increases by 96 for 40s. Only one instance of this effect can exist in the same squad.",
"Weapon_TalentTitle_14140": "Gift of Stardust",
"Weapon_TalentTitle_14141": "Exquisitely Ingenious",
- "YuzuhaBuffDesc_TheGun_EnvBuff_01": "· After Yuzuha's Dodge Counter, or Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.",
+ "YuzuhaBuffDesc_TheGun_EnvBuff_01": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.",
"YuzuhaBuffDesc_TheGun_EnvBuff_02": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.",
- "YuzuhaBuffDesc_TheGun_EnvBuff_03": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, press the Basic Attack button to perform an Umbrella Smash attack on enemies. This attack can trigger a Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, she'll consume 1 Sugar Point to increase the Anomaly Buildup Rate of the current Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max attacks.\n· Each time Yuzuha performs an Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters the Frenzy state lasting 30 seconds. This effect can trigger once every 30 seconds. During this state, Yuzuha's Attribute Anomaly effects will always CRIT, will CRIT, but she will not gain Candy Fever again after.",
- "YuzuhaBuffDesc_TheGun_EnvBuff_04": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, press the Basic Attack button to perform an Umbrella Smash attack on enemies. This attack can trigger a Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, she'll consume 1 Sugar Point to increase the Anomaly Buildup Rate of the current Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max attacks.\n· Each time Yuzuha performs an Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state for 30 seconds. This effect can trigger once every 30 seconds. During this state, Yuzuha's Attribute Anomaly effects will always CRIT, will CRIT, but she will not gain Candy Fever again after.",
- "YuzuhaBuffDesc_TheGun_EnvBuff_05": "· When Alice is about to be attacked, activating a Basic Attack or Dash Attack triggers Blade Intercept, blocking the DMG from the attack and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/elite enemies with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.\n· After Yuzuha's Dodge Counter, 5th hit of her Basic Attack, or Assist Follow-Up, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.\n· Each time Yuzuha performs Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state lasting 30 seconds. This effect can trigger once every 30 seconds. During this state, any Attribute Anomaly effect triggered by Yuzuha will CRIT, but she will not gain Candy Fever again after.",
+ "YuzuhaBuffDesc_TheGun_EnvBuff_03": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, press the Basic Attack button to perform an Umbrella Smash attack on enemies. This attack can trigger a Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, she'll consume 1 Sugar Point to increase the Anomaly Buildup Rate of the current Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max attacks.\n· Each time Yuzuha performs an Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters the Frenzy state lasting 30s. This effect can trigger once every 30s. During this state, Yuzuha's Attribute Anomaly effects will always CRIT, will CRIT, but she will not gain Candy Fever again after.",
+ "YuzuhaBuffDesc_TheGun_EnvBuff_04": "· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, press the Basic Attack button to perform an Umbrella Smash attack on enemies. This attack can trigger a Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, she'll consume 1 Sugar Point to increase the Anomaly Buildup Rate of the current Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max attacks.\n· Each time Yuzuha performs an Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state for 30s. This effect can trigger once every 30s. During this state, Yuzuha's Attribute Anomaly effects will always CRIT, will CRIT, but she will not gain Candy Fever again after.",
+ "YuzuhaBuffDesc_TheGun_EnvBuff_05": "· When Alice is about to be attacked, activating a Basic Attack or Dash Attack triggers Blade Intercept, blocking the DMG from the attack and granting Invulnerable status.\n· Each time Alice triggers Blade Intercept, she gains 1 stack. Stacks reset after 12 seconds without using Blade Intercept. At 3 stacks, Alice enters a Frenzy state for 30s. During Frenzy, Alice's Anomaly Buildup Rate increases. Attacks that hit normal enemies/elite enemies with less than 50%/30% HP will execute them. Triggering Blade Intercept while in Frenzy resets the state's duration.\n· After Yuzuha's Dodge Counter, Assist Follow-Up, or 5th hit of her Basic Attack, pressing the Basic Attack button will perform an Umbrella Smash on enemies. This attack can trigger Basic Attack: Sugarburst Sparkles - Max. If Yuzuha has Sugar Points, 1 point will be automatically consumed to increase the Anomaly Buildup Rate of this Umbrella Smash and Basic Attack: Sugarburst Sparkles - Max.\n· Each time Yuzuha performs Umbrella Smash, she gains a stack of Candy Fever, increasing her Anomaly Proficiency and ATK. When Yuzuha has 3 stacks of Candy Fever, she enters a Frenzy state lasting 30s. This effect can trigger once every 30s. During this state, any Attribute Anomaly effect triggered by Yuzuha will CRIT, but she will not gain Candy Fever again after.",
"Yuzuha_MathSkill_Desc": "When another character in your squad is an Anomaly character or shares the same Faction:\nIf Yuzuha's Anomaly Mastery exceeds 100, every point over increases the Anomaly Buildup Rate of characters with Tanuki Wish by 0.2%, up to a maximum of 20%, and all Attribute Anomaly DMG and Disorder DMG by 0.2%, up to a maximum of 20%. When Yuzuha's Anomaly Mastery is at 200, she grants the full buff effect.",
"Yuzuha_SkillList_10_Content": " (When Triggering Quick Assist)",
"Yuzuha_SkillList_10_Title": "Quick Assist: Dessert Time",
diff --git a/TextMap/TextMap_ESOverwriteTemplateTb.json b/TextMap/TextMap_ESOverwriteTemplateTb.json
index 24dab292..18362c09 100644
Binary files a/TextMap/TextMap_ESOverwriteTemplateTb.json and b/TextMap/TextMap_ESOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_FROverwriteTemplateTb.json b/TextMap/TextMap_FROverwriteTemplateTb.json
index 2a1999d8..bb682ef1 100644
Binary files a/TextMap/TextMap_FROverwriteTemplateTb.json and b/TextMap/TextMap_FROverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_IDOverwriteTemplateTb.json b/TextMap/TextMap_IDOverwriteTemplateTb.json
index e2e81aff..0e9c7eed 100644
Binary files a/TextMap/TextMap_IDOverwriteTemplateTb.json and b/TextMap/TextMap_IDOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_JAOverwriteTemplateTb.json b/TextMap/TextMap_JAOverwriteTemplateTb.json
index da6b92bc..704a2d11 100644
Binary files a/TextMap/TextMap_JAOverwriteTemplateTb.json and b/TextMap/TextMap_JAOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_KOOverwriteTemplateTb.json b/TextMap/TextMap_KOOverwriteTemplateTb.json
index a38dfc73..910364ec 100644
Binary files a/TextMap/TextMap_KOOverwriteTemplateTb.json and b/TextMap/TextMap_KOOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_Login_CHTTemplateTb.json b/TextMap/TextMap_Login_CHTTemplateTb.json
index 33f65bd7..def87b0f 100644
--- a/TextMap/TextMap_Login_CHTTemplateTb.json
+++ b/TextMap/TextMap_Login_CHTTemplateTb.json
@@ -245,7 +245,7 @@
"Setting_Button_19": "等級獎勵",
"Setting_Button_20": "獎勵預覽",
"Setting_Button_21": "領取獎勵",
- "Setting_Button_22": "",
+ "Setting_Button_22": "確認陣容",
"Setting_Button_23": "查看獎勵",
"Setting_Button_24": "切換清單",
"Setting_Button_R3_01": "查看詳情",
diff --git a/TextMap/TextMap_Login_FRTemplateTb.json b/TextMap/TextMap_Login_FRTemplateTb.json
index 7d88aab1..01a8bda4 100644
--- a/TextMap/TextMap_Login_FRTemplateTb.json
+++ b/TextMap/TextMap_Login_FRTemplateTb.json
@@ -245,7 +245,7 @@
"Setting_Button_19": "Récompenses de niveau",
"Setting_Button_20": "Aperçu des récompenses",
"Setting_Button_21": "Récupérer",
- "Setting_Button_22": "",
+ "Setting_Button_22": "Confirmer la formation",
"Setting_Button_23": "Voir les récompenses",
"Setting_Button_24": "Liste d'échange",
"Setting_Button_R3_01": "Voir les détails",
diff --git a/TextMap/TextMap_PTOverwriteTemplateTb.json b/TextMap/TextMap_PTOverwriteTemplateTb.json
index ba87f11c..bae7fe9d 100644
--- a/TextMap/TextMap_PTOverwriteTemplateTb.json
+++ b/TextMap/TextMap_PTOverwriteTemplateTb.json
@@ -4170,7 +4170,7 @@
"PartnerTalk_Chat_PartnerAlice_330370501_24": "En-neh. (Alice— não, ainda prefiro chamar você de mestra...)",
"PartnerTalk_Chat_PartnerAlice_330370501_25": "Ehn-na ehn nanu! (Mestra, eu prefiro brincar no cavalinho e na areia a fazer arranjos florais!)",
"PartnerTalk_Chat_PartnerAlice_330370501_26": "Senhorita Esme finalmente expressa o que realmente quer fazer. Você a leva até o espaço aberto da Praça Lumina e ela corre para brincar no balanço e na areia, aproveitando muito o momento.",
- "PartnerTalk_Chat_PartnerAlice_330370501_27": "Ehn-na ehn ah-neh! (Wise! Mestre! Olhem! A areia é tão macia! E o cavalinho balançou muito! Estou tão feliz!)",
+ "PartnerTalk_Chat_PartnerAlice_330370501_27": "Ehn-na ehn ah-neh! ({M#Senhor Wise}{F#Senhorita Belle}! Mestre! Olhem! A areia é tão macia! E o cavalinho balançou muito! Estou tão feliz!)",
"PartnerTalk_Chat_PartnerAlice_330370501_28": "Ufa... Que bom, parece que finalmente ela se liberou.",
"PartnerTalk_Chat_PartnerAlice_330370501_29": "Vocês duas são bem parecidas.",
"PartnerTalk_Chat_PartnerAlice_330370501_30": "C-Como assim? Eu não gosto de brinquedos, nem de caixas de areia!",
@@ -4572,7 +4572,7 @@
"PartnerTalk_Chat_PartnerAlice_330371303_Name_01": "Telefone Público",
"PartnerTalk_Chat_PartnerAlice_330371303_Name_02": "Uma voz fina e suave",
"PartnerTalk_Chat_PartnerAlice_330371303_Name_03": "Seed",
- "PartnerTalk_Chat_PartnerAlice_330371304_01": "A próxima história de terror que vamos conferir já foi avistada várias vezes no Planalto de Failume. É uma história de nível S, e fala de uma \"Dama de Branco\", que vaga perto da sala de ecos. çççç",
+ "PartnerTalk_Chat_PartnerAlice_330371304_01": "A próxima história de terror que vamos conferir já foi avistada várias vezes no Planalto de Failume. É uma história de nível S, e fala de uma \"Dama de Branco\", que vaga perto da sala de ecos.",
"PartnerTalk_Chat_PartnerAlice_330371304_02": "Deixa eu ver minhas anotações. Aqui diz que coisas estranhas acontecem quando alguém chega perto dela, mas não fala exatamente o que.",
"PartnerTalk_Chat_PartnerAlice_330371304_03": "...",
"PartnerTalk_Chat_PartnerAlice_330371304_04": "Fala, Wise. Essa senhora que fica ali de roupa branca... Será que ela é a \"Dama de Branco\"?",
diff --git a/TextMap/TextMap_RUOverwriteTemplateTb.json b/TextMap/TextMap_RUOverwriteTemplateTb.json
index 2a783ff1..6656108f 100644
Binary files a/TextMap/TextMap_RUOverwriteTemplateTb.json and b/TextMap/TextMap_RUOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_THOverwriteTemplateTb.json b/TextMap/TextMap_THOverwriteTemplateTb.json
index c3d8d849..7015aba4 100644
Binary files a/TextMap/TextMap_THOverwriteTemplateTb.json and b/TextMap/TextMap_THOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_VIOverwriteTemplateTb.json b/TextMap/TextMap_VIOverwriteTemplateTb.json
index e147b690..66e1dac3 100644
Binary files a/TextMap/TextMap_VIOverwriteTemplateTb.json and b/TextMap/TextMap_VIOverwriteTemplateTb.json differ