diff --git a/Data/JsonBytes/Audio/AudioResourceData.json b/Data/JsonBytes/Audio/AudioResourceData.json
index c06de4937..0506c391f 100644
Binary files a/Data/JsonBytes/Audio/AudioResourceData.json and b/Data/JsonBytes/Audio/AudioResourceData.json differ
diff --git a/Data/_unsorted/Activity_Zenkov_Erosion_Check.json b/Data/_unsorted/Activity_Zenkov_Erosion_Check.json
index e8c957b8d..3b88ef201 100644
--- a/Data/_unsorted/Activity_Zenkov_Erosion_Check.json
+++ b/Data/_unsorted/Activity_Zenkov_Erosion_Check.json
@@ -590,6 +590,11 @@
"PropertyModifyFunction": "Add",
"Target": "TeamAvatars"
},
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "Begin_Sync_HpLimitRationMDF",
+ "Target": "TeamAvatars"
+ },
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
@@ -605,24 +610,38 @@
}
]
}
- ],
- "OnThinkInterval": [
- {
- "$type": "SetAbilitySpecialByBattleMaxHpLimitRatio",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "ParamName": "AS_AccumulatedHpReduction",
- "Target": "LocalAvatar"
- },
- {
- "$type": "ModifyTeamBattleDataAction",
- "Amount": "%AS_AccumulatedHpReduction",
- "DataType": "HP_MAX_PERCENT"
- }
- ],
- "ThinkInterval": 1
+ ]
},
"Modifiers": {
+ "Begin_Sync_HpLimitRationMDF": {
+ "OnThinkInterval": [
+ {
+ "$type": "SetAbilitySpecialByBattleMaxHpLimitRatio",
+ "DoRefresh": true,
+ "ModifyFunction": "Replace",
+ "ParamName": "AS_AccumulatedHpReduction",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": true
+ }
+ ],
+ "Target": "LocalAvatar"
+ },
+ {
+ "$type": "ModifyTeamBattleDataAction",
+ "Amount": "%AS_AccumulatedHpReduction",
+ "DataType": "HP_MAX_PERCENT",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": true
+ }
+ ]
+ }
+ ],
+ "ThinkInterval": 1
+ },
"MandelBlock_Erosion_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
diff --git a/Data/_unsorted/Activity_Zenkov_Erosion_MonsterAttack.json b/Data/_unsorted/Activity_Zenkov_Erosion_MonsterAttack.json
index 21e464151..8c6a1003a 100644
--- a/Data/_unsorted/Activity_Zenkov_Erosion_MonsterAttack.json
+++ b/Data/_unsorted/Activity_Zenkov_Erosion_MonsterAttack.json
@@ -810,14 +810,24 @@
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_Enter_ErosionAttack_Event",
- "IsSendToGroup": true
+ "IsSendToGroup": false
+ },
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "Modifier_ZenkovPyrois_Check",
+ "Target": "ZenkovPyrois"
}
],
"OnRemoved": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Monster_End_ErosionAttack_Event",
- "IsSendToGroup": true
+ "IsSendToGroup": false
+ },
+ {
+ "$type": "RemoveModifier",
+ "ModifierName": "Modifier_ZenkovPyrois_Check",
+ "Target": "ZenkovPyrois"
}
]
},
@@ -1079,26 +1089,64 @@
"Target": "Caster"
},
{
- "$type": "ModifyDungeonProperty",
- "Amount": "%AS_FinalErosionDamage",
- "IsSkipRatio": false,
- "ModifyFunction": "Add",
- "Predicates": [
+ "$type": "BranchOperator",
+ "Conditions": [
{
- "$type": "ByNot",
- "Predicates": [
- {
- "$type": "ByIsInZoneTags",
- "Tags": [
- "ErosionAttackBarrier"
- ],
- "Target": "LocalAvatar"
- }
- ]
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag_D3D4"
+ ],
+ "Target": "Caster"
}
],
- "PropertyType": "Erosion",
- "Tag": "Erosion_Add_01"
+ "FailureActions": [
+ {
+ "$type": "ModifyDungeonProperty",
+ "Amount": "%AS_FinalErosionDamage",
+ "IsSkipRatio": false,
+ "ModifyFunction": "Add",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "ErosionAttackBarrier"
+ ],
+ "Target": "LocalAvatar"
+ }
+ ]
+ }
+ ],
+ "PropertyType": "Erosion",
+ "Tag": "Erosion_Add_01"
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ModifyDungeonProperty",
+ "Amount": 10000,
+ "IsSkipRatio": true,
+ "ModifyFunction": "Add",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "ErosionAttackBarrier"
+ ],
+ "Target": "LocalAvatar"
+ }
+ ]
+ }
+ ],
+ "PropertyType": "Erosion",
+ "Tag": "Erosion_Add_01"
+ }
+ ]
},
{
"$type": "SendCustomEvent",
@@ -1179,6 +1227,45 @@
"Target": "Target"
}
]
+ },
+ "Modifier_ZenkovPyrois_Check": {
+ "Duration": -1,
+ "ModifierMixins": [
+ {
+ "$type": "AttachZoneTagWithModifierMixin",
+ "ConfigList": [
+ {
+ "ModifierNameList": [
+ "ZenkovPyrois_Caster_Check_Modifier"
+ ],
+ "ZoneTag": "ZenkovPyrois"
+ }
+ ]
+ }
+ ],
+ "ModifierStacking": "Unique"
+ },
+ "ZenkovPyrois_Caster_Check_Modifier": {
+ "Duration": -1,
+ "ModifierStacking": "Unique",
+ "OnAdded": [
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "ZenkovPyrois_Caster_Modifier",
+ "Target": "Caster"
+ }
+ ]
+ },
+ "ZenkovPyrois_Caster_Modifier": {
+ "Duration": 1,
+ "ModifierStacking": "Unique",
+ "OnAdded": [
+ {
+ "$type": "SendEventToViewObjectAction",
+ "EventName": "Monster_End_ErosionAttack_Event",
+ "IsSendToGroup": false
+ }
+ ]
}
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_A_02.json b/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_A_02.json
index e195131f8..f46f32abd 100644
--- a/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_A_02.json
+++ b/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_A_02.json
@@ -40,14 +40,14 @@
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_GhostMask_01",
- "Target": "TeamAvatars",
+ "Target": "LocalAvatar",
"key": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_GhostMask_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_OverrideRimGlow_02",
- "Target": "TeamAvatars",
+ "Target": "LocalAvatar",
"key": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_OverrideRimGlow_02"
}
],
diff --git a/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_S_02.json b/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_S_02.json
index 6f4942670..d871b8536 100644
--- a/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_S_02.json
+++ b/Data/_unsorted/Activity_Zenkov_Item_RecoverHP_S_02.json
@@ -40,14 +40,14 @@
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_GhostMask_01",
- "Target": "TeamAvatars",
+ "Target": "LocalAvatar",
"key": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_GhostMask_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_OverrideRimGlow_02",
- "Target": "TeamAvatars",
+ "Target": "LocalAvatar",
"key": "Avatar_Female_Size03_Caesar_MA_Attack_GuardHit_OverrideRimGlow_02"
}
],
diff --git a/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_A_02.json b/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_A_02.json
index 0632b650a..8057878d4 100644
--- a/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_A_02.json
+++ b/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_A_02.json
@@ -42,17 +42,8 @@
"ModifierName": "Modifier_AvatarTag_ErosionAttackBarrier",
"Predicates": [
{
- "$type": "ByOr",
- "Predicates": [
- {
- "$type": "ByCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier"
- },
- {
- "$type": "ByCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier_ByBeingHit"
- }
- ]
+ "$type": "ByCustomEvent",
+ "EventKey": "Event_RemoveErosionAttackBarrier_ByBeingHit"
}
],
"Target": "Self"
@@ -71,12 +62,6 @@
"$type": "RemoveModifier",
"ModifierName": "Modifiers_ReduceErosion_A_BuffIcon",
"Target": "Self"
- },
- {
- "$type": "SendCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier",
- "IsGlobal": true,
- "Target": "TeamAvatars"
}
]
},
diff --git a/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_S_02.json b/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_S_02.json
index 5443ddf7c..f3d78a152 100644
--- a/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_S_02.json
+++ b/Data/_unsorted/Activity_Zenkov_Item_ReduceErosion_S_02.json
@@ -42,17 +42,8 @@
"ModifierName": "Modifier_AvatarTag_ErosionAttackBarrier",
"Predicates": [
{
- "$type": "ByOr",
- "Predicates": [
- {
- "$type": "ByCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier"
- },
- {
- "$type": "ByCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier_ByBeingHit"
- }
- ]
+ "$type": "ByCustomEvent",
+ "EventKey": "Event_RemoveErosionAttackBarrier_ByBeingHit"
}
],
"Target": "Self"
@@ -71,12 +62,6 @@
"$type": "RemoveModifier",
"ModifierName": "Modifiers_ReduceErosion_S_BuffIcon",
"Target": "Self"
- },
- {
- "$type": "SendCustomEvent",
- "EventKey": "Event_RemoveErosionAttackBarrier",
- "IsGlobal": true,
- "Target": "TeamAvatars"
}
]
},
diff --git a/Data/_unsorted/AvatarSkill_BlinkSkill.json b/Data/_unsorted/AvatarSkill_BlinkSkill.json
index 7c9357f1a..25e2cfb22 100644
--- a/Data/_unsorted/AvatarSkill_BlinkSkill.json
+++ b/Data/_unsorted/AvatarSkill_BlinkSkill.json
@@ -853,19 +853,6 @@
},
"AbilityStacking": "Unique",
"DefaultModifier": {
- "OnCustomEventReceived": [
- {
- "$type": "ModifyZenkovPyroisCurUseLimitAction",
- "Amount": 1,
- "Predicates": [
- {
- "$type": "ByCustomEvent",
- "EventKey": "Zenkov_BossKilled_Event",
- "Target": "Self"
- }
- ]
- }
- ],
"OnTeleportSelectionStateChanged": [
{
"$type": "ApplyModifier",
@@ -1136,37 +1123,8 @@
"LevelConditionsID": 1842
},
{
- "$type": "BranchOperator",
- "Conditions": [
- {
- "$type": "ByHasAbility",
- "AbilityNameList": [
- "ZenKov_EquipAbility_AvatarSkill_Style03"
- ],
- "Target": "Self"
- }
- ],
- "FailureActions": [
- {
- "$type": "ModifyZenkovPyroisCurUseLimitAction",
- "Amount": -1
- }
- ],
- "SuccessActions": [
- {
- "$type": "RandomOperator",
- "Odds": 0.5,
- "OnFailure": [
- ],
- "OnSuccess": [
- {
- "$type": "ModifyZenkovPyroisCurUseLimitAction",
- "Amount": -1
- }
- ],
- "Target": "Self"
- }
- ]
+ "$type": "ModifyZenkovPyroisCurUseLimitAction",
+ "Amount": -1
},
{
"$type": "SendCustomEvent",
@@ -1543,7 +1501,7 @@
"Target": "EnemyAlliedNoNeedEnterBattle"
}
],
- "OnZipLineStart": [
+ "OnZipLineStop": [
{
"$type": "ModifyZenkovPyroisCurUseLimitAction",
"Amount": "%AS_BlinkSkill_UseLimit_ZipLine"
@@ -1993,12 +1951,375 @@
"$type": "BranchOperator",
"Conditions": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ApplyLogicMoveAction",
+ "CustomKey": "AvatarSkill_ExecuteSummon_A",
+ "MovementConfig": {
+ "$type": "ConfigMovementTarget",
+ "Duration": 0.01,
+ "Gravity": 0,
+ "HitNormalRatio": 1,
+ "HitTangentialRatio": 1,
+ "MoveType": {
+ "$type": "MovementTypeInstant",
+ "NeedRayCastCheck": false,
+ "NeedRayCastGround": true
+ },
+ "ReachTargetStop": true,
+ "TargetPosRot": {
+ "CoordsOption": "ReferTarget",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsClampOffsetDistance": false,
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "Custom"
+ }
+ },
+ "TargetUpdateMode": "Always",
+ "TimesUpMoveOption": "Stop"
+ },
+ "RotationConfig": {
+ "$type": "ConfigRotationToTarget",
+ "Duration": 0.01,
+ "ReachTargetStop": true,
+ "RotateType": "Instant",
+ "TargetPosRot": {
+ "CoordsOption": "Relative",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": -99
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "ZenkovPyrois"
+ }
+ },
+ "TargetUpdateMode": "Always"
+ },
"Target": "Custom"
}
+ ]
+ },
+ {
+ "$type": "BranchOperator",
+ "Conditions": [
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_Humanoid"
+ ],
+ "Target": "Custom"
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ApplyLogicMoveAction",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "MovementConfig": {
+ "$type": "ConfigMovementTarget",
+ "Duration": 0.01,
+ "Gravity": 0,
+ "HitNormalRatio": 1,
+ "HitTangentialRatio": 1,
+ "MoveType": {
+ "$type": "MovementTypeInstant",
+ "NeedRayCastCheck": false,
+ "NeedRayCastGround": true
+ },
+ "ReachTargetStop": true,
+ "TargetPosRot": {
+ "CoordsOption": "ReferTarget",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsClampOffsetDistance": false,
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "Custom"
+ }
+ },
+ "TargetUpdateMode": "Always",
+ "TimesUpMoveOption": "Stop"
+ },
+ "RotationConfig": {
+ "$type": "ConfigRotationToTarget",
+ "Duration": 0.01,
+ "ReachTargetStop": true,
+ "RotateType": "Instant",
+ "TargetPosRot": {
+ "CoordsOption": "Relative",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": -99
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "ZenkovPyrois"
+ }
+ },
+ "TargetUpdateMode": "Always"
+ },
+ "Target": "Custom"
+ }
+ ]
+ },
+ {
+ "$type": "BranchOperator",
+ "Conditions": [
+ {
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ApplyLogicMoveAction",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "MovementConfig": {
+ "$type": "ConfigMovementTarget",
+ "Duration": 0.01,
+ "Gravity": 0,
+ "HitNormalRatio": 1,
+ "HitTangentialRatio": 1,
+ "MoveType": {
+ "$type": "MovementTypeInstant",
+ "NeedRayCastCheck": false,
+ "NeedRayCastGround": true
+ },
+ "ReachTargetStop": true,
+ "TargetPosRot": {
+ "CoordsOption": "ReferTarget",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsClampOffsetDistance": false,
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "Custom"
+ }
+ },
+ "TargetUpdateMode": "Always",
+ "TimesUpMoveOption": "Stop"
+ },
+ "RotationConfig": {
+ "$type": "ConfigRotationToTarget",
+ "Duration": 0.01,
+ "ReachTargetStop": true,
+ "RotateType": "Instant",
+ "TargetPosRot": {
+ "CoordsOption": "Relative",
+ "Offset": {
+ "AngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "IsUseRotationXZ": true,
+ "IsUseRotationY": true,
+ "PositionOffset": {
+ "x": 0,
+ "y": 0,
+ "z": -99
+ }
+ },
+ "TargetOption": {
+ "$type": "ConfigPosRotReferTarget",
+ "IsUseAttachPointPos": true,
+ "IsUseAttachPointRotation": true,
+ "OffsetReferTarget": "ZenkovPyrois"
+ }
+ },
+ "TargetUpdateMode": "Always"
+ },
+ "Target": "Custom"
+ }
+ ]
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_A",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "BranchOperator",
+ "Conditions": [
+ {
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
+ }
+ ]
+ }
],
"FailureActions": [
{
@@ -3120,7 +3441,7 @@
"Predicates": [
{
"$type": "ByCharacterSize",
- "CharacterSize": "Middle",
+ "CharacterSize": "Small",
"CompareType": "LessEqual",
"Target": "Self"
},
@@ -3185,7 +3506,7 @@
"ReachTargetStop": true,
"RotateType": "Instant",
"TargetPosRot": {
- "CoordsOption": "Relative",
+ "CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
@@ -3197,14 +3518,15 @@
"PositionOffset": {
"x": 0,
"y": 0,
- "z": -99
+ "z": 9999
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
- "OffsetReferTarget": "ZenkovPyrois"
+ "OffsetReferTarget": "Custom"
}
},
"TargetUpdateMode": "Always"
@@ -3217,6 +3539,12 @@
"Tag": "AvatarSkill_Summon_PyroisExecute_AnimatorDisable_A",
"Target": "Custom"
},
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_A",
+ "ModelSize": 2,
+ "Target": "Custom"
+ },
{
"$type": "PushRenderVisibleAction",
"ApplyAllRenderers": false,
@@ -3320,7 +3648,7 @@
"ReachTargetStop": true,
"RotateType": "Instant",
"TargetPosRot": {
- "CoordsOption": "Relative",
+ "CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
@@ -3332,14 +3660,15 @@
"PositionOffset": {
"x": 0,
"y": 0,
- "z": -99
+ "z": 9999
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
- "OffsetReferTarget": "ZenkovPyrois"
+ "OffsetReferTarget": "Custom"
}
},
"TargetUpdateMode": "Always"
@@ -3352,6 +3681,34 @@
"Tag": "AvatarSkill_Summon_PyroisExecute_AnimatorDisable_B",
"Target": "Custom"
},
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "ModelSize": 1.5,
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ }
+ ],
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "ModelSize": 1,
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Less",
+ "Target": "Self"
+ }
+ ],
+ "Target": "Custom"
+ },
{
"$type": "PushRenderVisibleAction",
"CustomKey": "AvatarSkill_ExecuteSummon_B",
@@ -3393,10 +3750,33 @@
"$type": "BranchOperator",
"Conditions": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "Target": "Self"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ]
}
],
"SuccessActions": [
@@ -3449,7 +3829,7 @@
"ReachTargetStop": true,
"RotateType": "Instant",
"TargetPosRot": {
- "CoordsOption": "Relative",
+ "CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
@@ -3461,14 +3841,15 @@
"PositionOffset": {
"x": 0,
"y": 0,
- "z": -99
+ "z": 9999
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
+ "CustomKey": "AvatarSkill_BlinkTarget_ExecuteTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
- "OffsetReferTarget": "ZenkovPyrois"
+ "OffsetReferTarget": "Custom"
}
},
"TargetUpdateMode": "Always"
@@ -3481,6 +3862,34 @@
"Tag": "AvatarSkill_Summon_PyroisExecute_AnimatorDisable_C",
"Target": "Custom"
},
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "ModelSize": 0.9,
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "Less",
+ "Target": "Self"
+ }
+ ],
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "ModelSize": 1.3,
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "Target": "Self"
+ }
+ ],
+ "Target": "Custom"
+ },
{
"$type": "PushRenderVisibleAction",
"ApplyAllRenderers": false,
@@ -3707,7 +4116,7 @@
"Predicates": [
{
"$type": "ByCharacterSize",
- "CharacterSize": "Middle",
+ "CharacterSize": "Small",
"CompareType": "LessEqual",
"Target": "Self"
},
@@ -3805,10 +4214,33 @@
"EffectPattern": "Eff_Zenkov_PyroisSkill_SlidingHook_07_WeakL",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "Target": "Self"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ]
}
],
"Target": "Self"
@@ -3962,7 +4394,7 @@
"Predicates": [
{
"$type": "ByCharacterSize",
- "CharacterSize": "Middle",
+ "CharacterSize": "Small",
"CompareType": "LessEqual",
"Target": "Self"
},
@@ -4060,10 +4492,33 @@
"EffectPattern": "Eff_Zenkov_PyroisSkill_SlidingHook_05_StrongL",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "Target": "Self"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ]
}
],
"Target": "Self"
@@ -4655,10 +5110,33 @@
},
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Middle",
- "CompareType": "LessEqual",
- "Target": "Self"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Zenkov_Humanoid"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ]
}
],
"Target": "Self"
@@ -4691,10 +5169,33 @@
},
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "Equal",
- "Target": "Self"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ]
}
],
"Target": "Self"
diff --git a/Data/_unsorted/AvatarSkill_ExecuteDamage.json b/Data/_unsorted/AvatarSkill_ExecuteDamage.json
index 18fcd69d7..f5c72c200 100644
--- a/Data/_unsorted/AvatarSkill_ExecuteDamage.json
+++ b/Data/_unsorted/AvatarSkill_ExecuteDamage.json
@@ -5,6 +5,14 @@
"Value": 1.5,
"ValueType": "Float"
},
+ "AS_ExecuteDamage_DamageDecreaseRatio_Stalker": {
+ "Value": 0.5,
+ "ValueType": "Float"
+ },
+ "AS_ExecuteDamage_DamageRatio_Default": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_ExecuteDamage_DecreaseRatio_AvataSkillEquipment": {
"Value": 0.5,
"ValueType": "Float"
@@ -37,7 +45,23 @@
"Value": 1,
"ValueType": "Float"
},
+ "ExecuteDamage_DamageRatio_IsStalker": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"ExecuteDamage_DecreaseRatio_AvataSkillEquipment": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
+ "ExecuteDamage_ExtraHPPercentage_Talent_Boss": {
+ "Value": 0,
+ "ValueType": "Float"
+ },
+ "ExecuteDamage_ExtraHPPercentage_Talent_Elite": {
+ "Value": 0,
+ "ValueType": "Float"
+ },
+ "ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss": {
"Value": 0,
"ValueType": "Float"
},
@@ -165,7 +189,108 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_ExecuteDamage_HPPercentage_StrengthType1)*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)",
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Elite",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByMonsterStrengthType",
+ "CompareType": "Equal",
+ "StrengthType": "Elite",
+ "Target": "Self"
+ }
+ ]
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Boss",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByMonsterStrengthType",
+ "CompareType": "Equal",
+ "StrengthType": "Boss",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "MainStoryBoss"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByMonsterStrengthType",
+ "CompareType": "Equal",
+ "StrengthType": "Boss",
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "MainStoryBoss"
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "(specials(AS_ExecuteDamage_HPPercentage_StrengthType1)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Elite)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Boss)+specials(ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss))*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)*specials(ExecuteDamage_DecreaseRatio_AvataSkillEquipment)*specials(ExecuteDamage_DamageRatio_IsStalker)",
"MpExecMode": "MpTotallyLocal",
"ParamName": "HpReduceAmount",
"Predicates": [
@@ -227,7 +352,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_ExecuteDamage_HPPercentage_StrengthType2)*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)",
+ "Expression": "(specials(AS_ExecuteDamage_HPPercentage_StrengthType2)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Elite)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Boss)+specials(ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss))*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)*specials(ExecuteDamage_DecreaseRatio_AvataSkillEquipment)*specials(ExecuteDamage_DamageRatio_IsStalker)",
"MpExecMode": "MpTotallyLocal",
"ParamName": "HpReduceAmount",
"Predicates": [
@@ -289,7 +414,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_ExecuteDamage_HPPercentage_StrengthType3)*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)",
+ "Expression": "(specials(AS_ExecuteDamage_HPPercentage_StrengthType3)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Elite)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Boss)+specials(ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss))*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)*specials(ExecuteDamage_DecreaseRatio_AvataSkillEquipment)*specials(ExecuteDamage_DamageRatio_IsStalker)",
"MpExecMode": "MpTotallyLocal",
"ParamName": "HpReduceAmount",
"Predicates": [
@@ -390,7 +515,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_ExecuteDamage_HPPercentage_StrengthType3_MainStoryBoss)*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)",
+ "Expression": "(specials(AS_ExecuteDamage_HPPercentage_StrengthType3_MainStoryBoss)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Elite)+specials(ExecuteDamage_ExtraHPPercentage_Talent_Boss)+specials(ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss))*property(MaxHP)*specials(ExecuteDamage_CritExtraRatio)*specials(ExecuteDamage_DecreaseRatio_AvataSkillEquipment)*specials(ExecuteDamage_DamageRatio_IsStalker)",
"MpExecMode": "MpTotallyLocal",
"ParamName": "HpReduceAmount",
"Predicates": [
@@ -486,6 +611,54 @@
}
],
"Target": "Self"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Elite",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Boss",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "0",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "ValueType": "Float"
}
],
"OnIndirectBeingHitPre": [
@@ -512,7 +685,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "0",
+ "Expression": "1",
"ParamName": "ExecuteDamage_DecreaseRatio_AvataSkillEquipment",
"Predicates": [
{
@@ -528,7 +701,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "(-1)*specials(AS_ExecuteDamage_DecreaseRatio_AvataSkillEquipment)",
+ "Expression": "1-specials(AS_ExecuteDamage_DecreaseRatio_AvataSkillEquipment)",
"ParamName": "ExecuteDamage_DecreaseRatio_AvataSkillEquipment",
"Predicates": [
{
@@ -607,7 +780,10 @@
"ValueType": "Float"
},
{
- "$type": "ModifyAttackDataAction",
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_ExecuteDamage_DamageRatio_Default)",
+ "ParamName": "ExecuteDamage_DamageRatio_IsStalker",
"Predicates": [
{
"$type": "ByAnimEventIDs",
@@ -617,9 +793,30 @@
"Target": "Self"
}
],
- "PropertyKey": "Actor_AddedDamageRatio",
- "PropertyValue": "%ExecuteDamage_DecreaseRatio_AvataSkillEquipment",
- "Target": "Self"
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_ExecuteDamage_DamageDecreaseRatio_Stalker)",
+ "ParamName": "ExecuteDamage_DamageRatio_IsStalker",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "#AvatarSkill_ExecuteDamage_Attackproperty_01"
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "ValueType": "Float"
}
],
"OnKilled": [
diff --git a/Data/_unsorted/AvatarSkill_ParryAid.json b/Data/_unsorted/AvatarSkill_ParryAid.json
index 99ff64fc2..79c7ab344 100644
--- a/Data/_unsorted/AvatarSkill_ParryAid.json
+++ b/Data/_unsorted/AvatarSkill_ParryAid.json
@@ -420,7 +420,7 @@
"Value": -0.25
},
"ParryAid_EtherBarrierPercentage_Stalker_D3D4": {
- "Value": -0.2
+ "Value": -0.15
}
},
"AbilityStacking": "Unique",
@@ -1118,15 +1118,58 @@
}
],
"OnSuccess": [
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_A",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
{
"$type": "BranchOperator",
"Conditions": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
+ }
+ ]
}
],
"FailureActions": [
diff --git a/Data/_unsorted/AvatarSkill_Pyrois.json b/Data/_unsorted/AvatarSkill_Pyrois.json
index 584cf980c..ed3e996b3 100644
--- a/Data/_unsorted/AvatarSkill_Pyrois.json
+++ b/Data/_unsorted/AvatarSkill_Pyrois.json
@@ -13,6 +13,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -94,6 +100,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -185,11 +197,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -198,7 +223,7 @@
"AnimatorStateName": "Attack_Execute_A01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
- "Frame": 100,
+ "Frame": 89,
"IsLoop": false,
"LayerIndex": 0
},
@@ -370,7 +395,7 @@
"AnimatorStateName": "Attack_Execute_A01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
- "Frame": 102,
+ "Frame": 91,
"IsLoop": false,
"LayerIndex": 0
},
@@ -396,8 +421,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_A01_06_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_A01",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 82,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -409,8 +494,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -422,8 +514,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -448,15 +547,15 @@
"Offset": {
"AngleOffset": {
"x": 0,
- "y": 45,
+ "y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
- "x": -2,
+ "x": 0,
"y": 0,
- "z": -2
+ "z": -4
}
},
"TargetOption": {
@@ -471,8 +570,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -509,8 +610,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -615,6 +723,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -706,11 +820,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -917,8 +1044,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_A02_09_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_A02",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 87,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -930,8 +1117,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -943,8 +1137,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -992,8 +1193,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -1030,8 +1233,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -1136,6 +1346,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -1227,11 +1443,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -1240,7 +1469,7 @@
"AnimatorStateName": "Attack_Execute_B01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
- "Frame": 113,
+ "Frame": 107,
"IsLoop": false,
"LayerIndex": 0
},
@@ -1410,9 +1639,9 @@
}
],
"AnimatorStateName": "Attack_Execute_B01",
- "ForceTriggerOnTransitionIn": true,
- "ForceTriggerOnTransitionOut": true,
- "Frame": 115,
+ "ForceTriggerOnTransitionIn": false,
+ "ForceTriggerOnTransitionOut": false,
+ "Frame": 109,
"IsLoop": false,
"LayerIndex": 0
},
@@ -1438,8 +1667,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_B01_01_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_B01",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 100,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -1451,8 +1740,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -1464,8 +1760,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -1474,7 +1777,7 @@
"AnimatorStateName": "Attack_Execute_B01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
- "Frame": 115,
+ "Frame": 110,
"IsLoop": false,
"LayerIndex": 0
},
@@ -1513,8 +1816,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -1551,8 +1856,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -1657,6 +1969,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -1748,11 +2066,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -1959,8 +2290,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_B02_12_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_B02",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 95,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -1972,8 +2363,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -1985,8 +2383,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -2034,8 +2439,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -2072,8 +2479,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -2190,6 +2604,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -2281,11 +2701,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -2294,7 +2727,7 @@
"AnimatorStateName": "Attack_Execute_B03",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
- "Frame": 75,
+ "Frame": 67,
"IsLoop": false,
"LayerIndex": 0
},
@@ -2466,7 +2899,7 @@
"AnimatorStateName": "Attack_Execute_B03",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
- "Frame": 77,
+ "Frame": 69,
"IsLoop": false,
"LayerIndex": 0
},
@@ -2492,8 +2925,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_B03_09_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_B03",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 60,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -2505,8 +2998,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -2518,8 +3018,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -2567,8 +3074,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -2605,8 +3114,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -2723,6 +3239,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -2814,11 +3336,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -2827,7 +3362,7 @@
"AnimatorStateName": "Attack_Execute_B04",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
- "Frame": 86,
+ "Frame": 77,
"IsLoop": false,
"LayerIndex": 0
},
@@ -2999,7 +3534,7 @@
"AnimatorStateName": "Attack_Execute_B04",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
- "Frame": 88,
+ "Frame": 79,
"IsLoop": false,
"LayerIndex": 0
},
@@ -3025,8 +3560,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_B04_12_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_B04",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 70,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -3038,8 +3633,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -3051,8 +3653,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_02_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -3100,8 +3709,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -3138,8 +3749,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -3257,6 +3875,12 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarSkill_Pyrois_Execute_HideEnemy_Modifier",
+ "Predicates": [
+ {
+ "$type": "ByIsLocalAvatar",
+ "IsLocalAvatar": false
+ }
+ ],
"Target": "TeamAvatars"
}
],
@@ -3364,11 +3988,24 @@
"ModifierName": "AvatarSkill_Pyrois_Execute_B01_DelayGlitch_Modifier",
"Predicates": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Small",
- "CompareType": "LessEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Small",
+ "CompareType": "LessEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
}
],
"Target": "Custom"
@@ -3530,8 +4167,68 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Dither_02"
+ },
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Override_02",
+ "Target": "Self",
+ "key": "Avatar_Pyrois_Attack_Execute_Common_Override_02"
+ },
+ {
+ "$type": "FireEffect",
+ "EffectPattern": "Eff_Pyrois_Attack_Execute_C01_23_End",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "AnimatorStateName": "Attack_Execute_C01",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": true,
+ "Frame": 180,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
+ {
+ "ActionList": [
+ {
+ "$type": "ModifyMaterialPropertyAction",
+ "ApplyAllRenderers": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_01",
@@ -3543,8 +4240,15 @@
"ApplyAllRenderers": true,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Tag": "Avatar_Pyrois_Attack_Execute_Common_ScreenImage_01",
@@ -3556,8 +4260,15 @@
"EffectPattern": "Eff_Pyrois_Attack_Execute_Common_01_Smoke",
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
],
"Target": "Self"
@@ -3605,8 +4316,10 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": true
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
}
]
},
@@ -3643,8 +4356,15 @@
"OverrideFadeOutTime": 0.001,
"Predicates": [
{
- "$type": "ByIsActiveControlEntity",
- "IsActiveControlEntity": false
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByEntityTemplateID",
+ "EntityType": "Avatar",
+ "Target": "LocalAvatar",
+ "TemplateID": 1551
+ }
+ ]
}
]
},
@@ -4255,6 +4975,28 @@
"Tag": "ZenkovPyrois_Invincible",
"Target": "Self"
},
+ {
+ "$type": "TriggerSoundAction",
+ "Predicates": [
+ {
+ "$type": "ByUserGender",
+ "GenderType": "Male"
+ }
+ ],
+ "Target": "Caster",
+ "soundActionKey": "SA_Char_Skill_Pyrois_Wise"
+ },
+ {
+ "$type": "TriggerSoundAction",
+ "Predicates": [
+ {
+ "$type": "ByUserGender",
+ "GenderType": "Female"
+ }
+ ],
+ "Target": "Caster",
+ "soundActionKey": "SA_Char_Skill_Pyrois_Belle"
+ },
{
"$type": "TriggerAbilityAction",
"AbilityName": "AvatarSkill_PyroisSummon_A01",
@@ -4269,6 +5011,14 @@
"$type": "TriggerAbilityAction",
"AbilityName": "AvatarSkill_PyroisSummon_C01",
"Target": "Self"
+ },
+ {
+ "$type": "ApplyGameplayTagAction",
+ "IsAdd": true,
+ "Tags": [
+ "ZipLine_Avatar"
+ ],
+ "Target": "Self"
}
],
"OnRemoved": [
@@ -4286,6 +5036,14 @@
"$type": "DeadHandlerAction",
"CustomKey": "AvatarSkill_ExecuteSummon_C",
"Target": "Custom"
+ },
+ {
+ "$type": "ApplyGameplayTagAction",
+ "IsAdd": false,
+ "Tags": [
+ "ZipLine_Avatar"
+ ],
+ "Target": "Self"
}
],
"OnZenkovPyroisEnd": [
@@ -4361,15 +5119,58 @@
"IsAdd": true,
"Target": "Custom"
},
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_A",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_B",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "ChangeEntityModelScale",
+ "CustomKey": "AvatarSkill_ExecuteSummon_C",
+ "ModelSize": 1,
+ "Target": "Custom"
+ },
{
"$type": "BranchOperator",
"Conditions": [
{
- "$type": "ByCharacterSize",
- "CharacterSize": "Large",
- "CompareType": "GreaterEqual",
- "CustomKey": "AvatarSkill_ExecuteTarget_Real",
- "Target": "Custom"
+ "$type": "ByOr",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Large",
+ "CompareType": "GreaterEqual",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByAnd",
+ "Predicates": [
+ {
+ "$type": "ByCharacterSize",
+ "CharacterSize": "Middle",
+ "CompareType": "Equal",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Target": "Custom"
+ },
+ {
+ "$type": "ByIsInZoneTags",
+ "CustomKey": "AvatarSkill_ExecuteTarget_Real",
+ "Tags": [
+ "Zenkov_NonHumanoid"
+ ],
+ "Target": "Custom"
+ }
+ ]
+ }
+ ]
}
],
"FailureActions": [
diff --git a/Data/_unsorted/AvatarSkill_Pyrois_AidAttack.json b/Data/_unsorted/AvatarSkill_Pyrois_AidAttack.json
index 95420e2a7..b23dd157c 100644
--- a/Data/_unsorted/AvatarSkill_Pyrois_AidAttack.json
+++ b/Data/_unsorted/AvatarSkill_Pyrois_AidAttack.json
@@ -78,7 +78,7 @@
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
- "BackupOffsetReferTarget": "Self",
+ "BackupOffsetReferTarget": "LocalAvatar",
"OffsetReferTarget": "Target"
}
},
@@ -123,7 +123,7 @@
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
- "BackupOffsetReferTarget": "Self",
+ "BackupOffsetReferTarget": "LocalAvatar",
"OffsetReferTarget": "Target"
}
},
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_02.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_02.json
index a04735562..ae372936a 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_02.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_02.json
@@ -15,19 +15,23 @@
"Execute_A_02_ExecuteHit_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
- "OnIndirectBeingHit": [
+ "OnIndirectBeingHitPre": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TalentTree_Execute_A_02_ExtraHPPercentage)",
- "ParamName": "Execute_A_02_ExtraDamage",
- "Target": "Self",
- "ValueType": "Float"
- },
- {
- "$type": "DecreaseHPAction",
- "Amount": "%Execute_A_02_ExtraDamage",
- "IgnoreInvincible": true,
+ "Params": [
+ {
+ "AbilityName": "AvatarSkill_ExecuteDamage",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_TalentTree_Execute_A_02_ExtraHPPercentage",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Elite",
+ "ParamType": "Float"
+ }
+ ]
+ }
+ ],
"Predicates": [
{
"$type": "ByAnimEventIDs",
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_03.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_03.json
index 8d1258505..452ab0d46 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_03.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_03.json
@@ -15,19 +15,23 @@
"Execute_A_03_ExecuteHit_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
- "OnIndirectBeingHit": [
+ "OnIndirectBeingHitPre": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TalentTree_Execute_A_03_ExtraHPPercentage)",
- "ParamName": "Execute_A_03_ExtraDamage",
- "Target": "Self",
- "ValueType": "Float"
- },
- {
- "$type": "DecreaseHPAction",
- "Amount": "%Execute_A_03_ExtraDamage",
- "IgnoreInvincible": true,
+ "Params": [
+ {
+ "AbilityName": "AvatarSkill_ExecuteDamage",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_TalentTree_Execute_A_03_ExtraHPPercentage",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_Boss",
+ "ParamType": "Float"
+ }
+ ]
+ }
+ ],
"Predicates": [
{
"$type": "ByAnimEventIDs",
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_04.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_04.json
index ec5821f62..21c5da324 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_04.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_A_04.json
@@ -15,19 +15,23 @@
"Execute_A_04_ExecuteHit_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
- "OnIndirectBeingHit": [
+ "OnIndirectBeingHitPre": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TalentTree_Execute_A_04_ExtraHPPercentage)",
- "ParamName": "Execute_A_04_ExtraDamage",
- "Target": "Self",
- "ValueType": "Float"
- },
- {
- "$type": "DecreaseHPAction",
- "Amount": "%Execute_A_04_ExtraDamage",
- "IgnoreInvincible": true,
+ "Params": [
+ {
+ "AbilityName": "AvatarSkill_ExecuteDamage",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_TalentTree_Execute_A_04_ExtraHPPercentage",
+ "ParamName": "ExecuteDamage_ExtraHPPercentage_Talent_MainStoryBoss",
+ "ParamType": "Float"
+ }
+ ]
+ }
+ ],
"Predicates": [
{
"$type": "ByAnimEventIDs",
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_01.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_01.json
index 3ed17fd28..b9c2f8e09 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_01.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_01.json
@@ -42,11 +42,11 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%Execute_B_01_ErosionReduceAmount",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"PropertyType": "Erosion",
"Tag": "AvatarSkill_TalentTree_Execute_B_01_ErosionReduce",
- "Target": "TeamAvatars"
+ "Target": "LocalAvatar"
}
]
}
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_02.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_02.json
index c671c02c0..e0845975f 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_02.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_02.json
@@ -42,11 +42,11 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%Execute_B_02_ErosionReduceAmount",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"PropertyType": "Erosion",
"Tag": "AvatarSkill_TalentTree_Execute_B_02_ErosionReduce",
- "Target": "TeamAvatars"
+ "Target": "LocalAvatar"
}
]
}
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_03.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_03.json
index 09259e765..0474e4524 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_03.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_03.json
@@ -42,11 +42,11 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%Execute_B_03_ErosionReduceAmount",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"PropertyType": "Erosion",
"Tag": "AvatarSkill_TalentTree_Execute_B_03_ErosionReduce",
- "Target": "TeamAvatars"
+ "Target": "LocalAvatar"
}
]
}
diff --git a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_04.json b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_04.json
index 3fd7e494c..e35bec1f3 100644
--- a/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_04.json
+++ b/Data/_unsorted/AvatarSkill_TalentTree_Execute_B_04.json
@@ -42,11 +42,11 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%Execute_B_04_ErosionReduceAmount",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"PropertyType": "Erosion",
"Tag": "AvatarSkill_TalentTree_Execute_B_04_ErosionReduce",
- "Target": "TeamAvatars"
+ "Target": "LocalAvatar"
}
]
}
diff --git a/Data/_unsorted/BangbooBattleMecha_AidTriggerControl.json b/Data/_unsorted/BangbooBattleMecha_AidTriggerControl.json
index 00b9f6925..cda944773 100644
--- a/Data/_unsorted/BangbooBattleMecha_AidTriggerControl.json
+++ b/Data/_unsorted/BangbooBattleMecha_AidTriggerControl.json
@@ -1575,7 +1575,7 @@
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
- "Zenkov_Humanoid"
+ "Zenkov_NonHumanoid"
],
"IsAdd": true,
"Target": "Self"
diff --git a/Data/_unsorted/BangbooKnockout_FloodRace_1_1.json b/Data/_unsorted/BangbooKnockout_FloodRace_1_1.json
index ce4679717..9647f1ae5 100644
--- a/Data/_unsorted/BangbooKnockout_FloodRace_1_1.json
+++ b/Data/_unsorted/BangbooKnockout_FloodRace_1_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooKnockout_FloodRace_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1118,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooKnockout_FloodRace_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooKnockout_FloodRace_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooKnockout_FloodRace_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooKnockout_SlideRace_1_1.json b/Data/_unsorted/BangbooKnockout_SlideRace_1_1.json
index 9880c1b93..094b3e43e 100644
--- a/Data/_unsorted/BangbooKnockout_SlideRace_1_1.json
+++ b/Data/_unsorted/BangbooKnockout_SlideRace_1_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooKnockout_SlideRace_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1115,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooKnockout_SlideRace_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooKnockout_SlideRace_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooKnockout_SlideRace_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooKnockout_SlideRace_1_2.json b/Data/_unsorted/BangbooKnockout_SlideRace_1_2.json
index 497da73e3..16f12d670 100644
--- a/Data/_unsorted/BangbooKnockout_SlideRace_1_2.json
+++ b/Data/_unsorted/BangbooKnockout_SlideRace_1_2.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooKnockout_SlideRace_1_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1116,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooKnockout_SlideRace_1_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooKnockout_SlideRace_1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooKnockout_SlideRace_1_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_Battle_1.json b/Data/_unsorted/BangbooMegaRobot_Battle_1.json
index ff03916df..3ca496f98 100644
--- a/Data/_unsorted/BangbooMegaRobot_Battle_1.json
+++ b/Data/_unsorted/BangbooMegaRobot_Battle_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_Battle_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1125,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_Battle_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_Battle_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooMegaRobot_Battle_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_Battle_3.json b/Data/_unsorted/BangbooMegaRobot_Battle_3.json
index c1c03efe6..a8631f5e3 100644
--- a/Data/_unsorted/BangbooMegaRobot_Battle_3.json
+++ b/Data/_unsorted/BangbooMegaRobot_Battle_3.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_Battle_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1127,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_Battle_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_Battle_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooMegaRobot_Battle_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_Battle_4.json b/Data/_unsorted/BangbooMegaRobot_Battle_4.json
index 8eca67ee5..42886c2ae 100644
--- a/Data/_unsorted/BangbooMegaRobot_Battle_4.json
+++ b/Data/_unsorted/BangbooMegaRobot_Battle_4.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_Battle_4.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1128,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_Battle_4.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_Battle_4.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooMegaRobot_Battle_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_Battle_5.json b/Data/_unsorted/BangbooMegaRobot_Battle_5.json
index 5cd2ac4ba..4fe7c09c0 100644
--- a/Data/_unsorted/BangbooMegaRobot_Battle_5.json
+++ b/Data/_unsorted/BangbooMegaRobot_Battle_5.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_Battle_5.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1129,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_Battle_5.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_Battle_5.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooMegaRobot_Battle_5"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_SideScrolling_1.json b/Data/_unsorted/BangbooMegaRobot_SideScrolling_1.json
index 0b7edb9a5..71adffdd7 100644
--- a/Data/_unsorted/BangbooMegaRobot_SideScrolling_1.json
+++ b/Data/_unsorted/BangbooMegaRobot_SideScrolling_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_SideScrolling_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1123,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_SideScrolling_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_SideScrolling_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooMegaRobot_SideScrolling_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooMegaRobot_WhiteBase.json b/Data/_unsorted/BangbooMegaRobot_WhiteBase.json
index 941023bec..3cf8b61a2 100644
--- a/Data/_unsorted/BangbooMegaRobot_WhiteBase.json
+++ b/Data/_unsorted/BangbooMegaRobot_WhiteBase.json
@@ -1,24 +1,616 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_BangbooMegaRobot_WhiteBase.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooMegaRobot_WhiteBase.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1122,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooMegaRobot_WhiteBase.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooMegaRobot_WhiteBase.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_1F",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 3.264803,
+ "originPos": {
+ "x": -3.5,
+ "y": -0.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -17.13614,
+ "y": -4.45466
+ },
+ {
+ "x": 11.08043,
+ "y": 0.01275921
+ },
+ {
+ "x": 11.26272,
+ "y": 2.594126
+ },
+ {
+ "x": 18.04669,
+ "y": 2.541184
+ },
+ {
+ "x": 17.48416,
+ "y": 20.36882
+ },
+ {
+ "x": -1.825675,
+ "y": 21.45899
+ },
+ {
+ "x": -3.613103,
+ "y": 19.9267
+ },
+ {
+ "x": -8.807673,
+ "y": 19.83567
+ },
+ {
+ "x": -9.425721,
+ "y": 17.74183
+ },
+ {
+ "x": -4.99646,
+ "y": 17.74516
+ },
+ {
+ "x": -4.933378,
+ "y": 15.55983
+ },
+ {
+ "x": -14.92887,
+ "y": 15.82477
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_2F_Left",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 1.8,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -14.22864,
+ "y": 15.51495
+ },
+ {
+ "x": -9.531013,
+ "y": 15.53485
+ },
+ {
+ "x": -9.997004,
+ "y": 20.35312
+ },
+ {
+ "x": -10.52317,
+ "y": 20.41984
+ },
+ {
+ "x": -10.51258,
+ "y": 30.14372
+ },
+ {
+ "x": -14.89257,
+ "y": 28.225
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_2F_Right",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 1.8,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": 17.70776,
+ "y": -0.7724829
+ },
+ {
+ "x": 22.76706,
+ "y": -0.3268013
+ },
+ {
+ "x": 24.06288,
+ "y": 24.85949
+ },
+ {
+ "x": 17.87818,
+ "y": 24.99453
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_3F_Center",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 4.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": 11.42921,
+ "y": 13.24808
+ },
+ {
+ "x": 11.38018,
+ "y": 24.84575
+ },
+ {
+ "x": 22.88732,
+ "y": 24.86734
+ },
+ {
+ "x": 22.98936,
+ "y": 29.91653
+ },
+ {
+ "x": 11.33927,
+ "y": 29.43513
+ },
+ {
+ "x": -4.388175,
+ "y": 35.02153
+ },
+ {
+ "x": -4.579232,
+ "y": 13.88306
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_3F_Back",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -4.369049,
+ "y": -0.6892996
+ },
+ {
+ "x": 11.41468,
+ "y": -0.03996754
+ },
+ {
+ "x": 11.49601,
+ "y": 8.702311
+ },
+ {
+ "x": -4.405252,
+ "y": 8.601188
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_4F",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 8,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -17.26467,
+ "y": -1.771707
+ },
+ {
+ "x": -8.583023,
+ "y": -1.067205
+ },
+ {
+ "x": -8.319708,
+ "y": 4.493306
+ },
+ {
+ "x": -10.57615,
+ "y": 4.378928
+ },
+ {
+ "x": -10.61493,
+ "y": 12.44478
+ },
+ {
+ "x": -5.909285,
+ "y": 12.32981
+ },
+ {
+ "x": -5.460629,
+ "y": 32.35963
+ },
+ {
+ "x": -14.59249,
+ "y": 29.4754
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_1To2_Left",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": -0.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -4.954718,
+ "y": 15.57357
+ },
+ {
+ "x": -5.0228,
+ "y": 17.72025
+ },
+ {
+ "x": -9.738648,
+ "y": 17.64442
+ },
+ {
+ "x": -9.459079,
+ "y": 15.71837
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_1To2_Right",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": -0.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": 11.19109,
+ "y": 0.2218752
+ },
+ {
+ "x": 17.7185,
+ "y": -1.331985
+ },
+ {
+ "x": 17.66238,
+ "y": 2.489734
+ },
+ {
+ "x": 11.2521,
+ "y": 2.572945
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_2To3_Left",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 6,
+ "originPos": {
+ "x": -3.5,
+ "y": 2.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -10.45564,
+ "y": 20.21902
+ },
+ {
+ "x": -4.420124,
+ "y": 20.40902
+ },
+ {
+ "x": -4.409771,
+ "y": 30.65752
+ },
+ {
+ "x": -10.48761,
+ "y": 28.77906
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_2To3_Right_Inner",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -3.5,
+ "y": 2.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": 11.53383,
+ "y": 20.45074
+ },
+ {
+ "x": 17.80945,
+ "y": 20.35316
+ },
+ {
+ "x": 17.8131,
+ "y": 22.99662
+ },
+ {
+ "x": 11.4825,
+ "y": 22.68518
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_2To3_Right_Outer",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -3.5,
+ "y": 2.5,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": 11.49609,
+ "y": 4.429585
+ },
+ {
+ "x": 17.70397,
+ "y": 4.34215
+ },
+ {
+ "x": 17.72939,
+ "y": 6.704372
+ },
+ {
+ "x": 11.49792,
+ "y": 6.520026
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "BangbooMegaRobot_Stair_3To4",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -3.5,
+ "y": 6,
+ "z": -12.5089
+ },
+ "xzPoints": [
+ {
+ "x": -10.53278,
+ "y": 4.420376
+ },
+ {
+ "x": -4.437126,
+ "y": 4.676033
+ },
+ {
+ "x": -4.459037,
+ "y": 6.616905
+ },
+ {
+ "x": -10.52927,
+ "y": 6.58221
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "BangbooMegaRobot_WhiteBase"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_1.json b/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
index 6bc43d042..1ae36e70f 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1101,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_2.json b/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
index 776fe4496..9c6fb9b81 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_2.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1102,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_3.json b/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
index da0150831..6928ad4a5 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_3.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1103,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_4.json b/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
index 95da8ed02..2b1573643 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_4.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_4.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1104,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_4.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_4.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_5.json b/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
index b76eecd59..268e01ddc 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_5.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_5.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1105,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_5.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_5.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_5"
}
\ No newline at end of file
diff --git a/Data/_unsorted/BangbooPlatformer_Suburbs_6.json b/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
index 864949b7a..a62eb783d 100644
--- a/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
+++ b/Data/_unsorted/BangbooPlatformer_Suburbs_6.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/BangbooPlatformer_Suburbs_6.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1106,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/BangbooPlatformer_Suburbs_6.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/BangbooPlatformer_Suburbs_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "BangbooPlatformer_Suburbs_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Bangboo_AmusementPark.json b/Data/_unsorted/Bangboo_AmusementPark.json
index 8d0baf207..22e22729a 100644
--- a/Data/_unsorted/Bangboo_AmusementPark.json
+++ b/Data/_unsorted/Bangboo_AmusementPark.json
@@ -1,3243 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Bangboo_AmusementPark.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Enter",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 62.3,
- "originPos": {
- "x": 4.474249,
- "y": -6.3534937,
- "z": 30.92793
- },
- "xzPoints": [
- {
- "x": -59.478584,
- "y": -54.174175
- },
- {
- "x": 53.670593,
- "y": -54.780846
- },
- {
- "x": 55.313797,
- "y": 109.57042
- },
- {
- "x": -60.2321,
- "y": 106.99919
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Island",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 60.27,
- "originPos": {
- "x": 103.15761,
- "y": -7.598137,
- "z": 22.558205
- },
- "xzPoints": [
- {
- "x": -46.20874,
- "y": -30.532719
- },
- {
- "x": 151.94505,
- "y": -29.610596
- },
- {
- "x": 134.97421,
- "y": 133.90067
- },
- {
- "x": -45.901375,
- "y": 116.59716
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Theater",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 78.2,
- "originPos": {
- "x": -135.964,
- "y": -2.0970395,
- "z": 71.180145
- },
- "xzPoints": [
- {
- "x": -112.15094,
- "y": -144.87851
- },
- {
- "x": 85.21169,
- "y": -144.94766
- },
- {
- "x": 84.38987,
- "y": 37.437523
- },
- {
- "x": -113.25412,
- "y": 35.29631
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Roller",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 138.8,
- "originPos": {
- "x": -136.61363,
- "y": -9.689827,
- "z": 133.6778
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 93.28667,
- "y": -2.6442566
- },
- {
- "x": 92.473724,
- "y": 195.71658
- },
- {
- "x": -27.032364,
- "y": 198.56183
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 187.86859,
- "originPos": {
- "x": 80.84177,
- "y": -100.34101,
- "z": 212.52303
- },
- "xzPoints": [
- {
- "x": -40.735043,
- "y": -82.93054
- },
- {
- "x": 102.50758,
- "y": -81.013855
- },
- {
- "x": 108.03656,
- "y": 95.64278
- },
- {
- "x": -43.64733,
- "y": 96.52797
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Castle",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 146.38,
- "originPos": {
- "x": -27.808548,
- "y": 19.664207,
- "z": 155.96036
- },
- "xzPoints": [
- {
- "x": -28.065998,
- "y": -24.386795
- },
- {
- "x": 92.451965,
- "y": -24.38681
- },
- {
- "x": 89.72976,
- "y": 125.003845
- },
- {
- "x": -29.000153,
- "y": 125.73114
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.777466,
- "originPos": {
- "x": 121.5,
- "y": 10.892162,
- "z": 202.96454
- },
- "xzPoints": [
- {
- "x": -36.751472,
- "y": 3.450119
- },
- {
- "x": -21.574059,
- "y": 30.207748
- },
- {
- "x": -7.6795197,
- "y": 21.7406
- },
- {
- "x": -0.17053223,
- "y": 35.287003
- },
- {
- "x": -14.043655,
- "y": 43.297546
- },
- {
- "x": -15.933792,
- "y": 40.204544
- },
- {
- "x": -35.167114,
- "y": 51.828064
- },
- {
- "x": -30.956635,
- "y": 58.5618
- },
- {
- "x": -50.847466,
- "y": 70.600586
- },
- {
- "x": -66.44442,
- "y": 55.85742
- },
- {
- "x": -77.168686,
- "y": 41.643524
- },
- {
- "x": -77.012474,
- "y": 26.216187
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.974539,
- "originPos": {
- "x": 86.15927,
- "y": 30.312006,
- "z": 228.70468
- },
- "xzPoints": [
- {
- "x": -33.42515,
- "y": -5.39151
- },
- {
- "x": -1.6881332,
- "y": -24.209625
- },
- {
- "x": 21.568787,
- "y": 16.301178
- },
- {
- "x": -12.581924,
- "y": 35.663147
- },
- {
- "x": -24.520615,
- "y": 15.019974
- },
- {
- "x": -21.948135,
- "y": 13.590973
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Theaterin1L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 317.08838,
- "z": 0
- },
- "heightY": 7.51,
- "originPos": {
- "x": -151.16312,
- "y": 17.740993,
- "z": 14.841198
- },
- "xzPoints": [
- {
- "x": 10.929616,
- "y": -32.834316
- },
- {
- "x": 17.480024,
- "y": 15.875191
- },
- {
- "x": -5.173265,
- "y": 41.48174
- },
- {
- "x": -43.420654,
- "y": 43.973267
- },
- {
- "x": -66.55536,
- "y": 19.624628
- },
- {
- "x": -65.564545,
- "y": -20.504644
- },
- {
- "x": -28.035538,
- "y": -43.235332
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Theaterin2L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.57,
- "originPos": {
- "x": -196.42801,
- "y": 24.499752,
- "z": -0.5468111
- },
- "xzPoints": [
- {
- "x": -1.7934723,
- "y": -38.95227
- },
- {
- "x": 52.915558,
- "y": -40.134983
- },
- {
- "x": 73.87632,
- "y": -3.336852
- },
- {
- "x": 68.88274,
- "y": 19.293941
- },
- {
- "x": 39.4572,
- "y": 42.965473
- },
- {
- "x": 6.105377,
- "y": 39.56757
- },
- {
- "x": -21.640594,
- "y": 5.2818766
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Theaterout",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 39.11,
- "originPos": {
- "x": -78.8582,
- "y": 0.30059624,
- "z": 88.6932
- },
- "xzPoints": [
- {
- "x": -33.55789,
- "y": -58.280674
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 24.67662,
- "y": 37.450188
- },
- {
- "x": -75.38878,
- "y": -11.248344
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_03",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.496536,
- "originPos": {
- "x": 96.63775,
- "y": 51.15776,
- "z": 221.57513
- },
- "xzPoints": [
- {
- "x": -25.951859,
- "y": 16.0103
- },
- {
- "x": -3.28154,
- "y": 3.188797
- },
- {
- "x": -14.667465,
- "y": -15.772583
- },
- {
- "x": 25.148903,
- "y": -38.65753
- },
- {
- "x": 50.049202,
- "y": 4.792755
- },
- {
- "x": 9.799507,
- "y": 27.380615
- },
- {
- "x": 8.362518,
- "y": 23.94075
- },
- {
- "x": -14.133125,
- "y": 37.110657
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.994682,
- "originPos": {
- "x": 98.702675,
- "y": 25.961796,
- "z": 184.52904
- },
- "xzPoints": [
- {
- "x": -14.129158,
- "y": 21.864716
- },
- {
- "x": 22.187561,
- "y": 0.8360596
- },
- {
- "x": 45.638145,
- "y": 41.544678
- },
- {
- "x": 8.677841,
- "y": 62.84723
- },
- {
- "x": 6.6628723,
- "y": 58.644943
- },
- {
- "x": -2.3374252,
- "y": 63.584213
- },
- {
- "x": -6.447258,
- "y": 56.387268
- },
- {
- "x": 2.200264,
- "y": 51.2713
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5.9863663,
- "originPos": {
- "x": 118.158455,
- "y": 48.086914,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -26.941711,
- "y": 14.00766
- },
- {
- "x": 3.5267868,
- "y": -3.4846344
- },
- {
- "x": 15.392677,
- "y": 16.702606
- },
- {
- "x": -15.319672,
- "y": 34.58882
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.956104,
- "originPos": {
- "x": 89.847725,
- "y": 44.1126,
- "z": 231.11087
- },
- "xzPoints": [
- {
- "x": -7.3371887,
- "y": -25.149796
- },
- {
- "x": 40.616646,
- "y": -52.975098
- },
- {
- "x": 64.96154,
- "y": -9.26619
- },
- {
- "x": 16.601234,
- "y": 18.67804
- },
- {
- "x": 5.9637604,
- "y": 17.304733
- },
- {
- "x": -1.9807587,
- "y": 1.6661377
- },
- {
- "x": 3.4486542,
- "y": -6.22171
- },
- {
- "x": -3.1021423,
- "y": -17.789413
- },
- {
- "x": -5.3644485,
- "y": -16.669968
- },
- {
- "x": -7.6488037,
- "y": -20.508835
- },
- {
- "x": -5.451767,
- "y": -21.860153
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.097713,
- "originPos": {
- "x": 118.158455,
- "y": 35.1518,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -2.5475693,
- "y": 1.5497589
- },
- {
- "x": 3.324051,
- "y": -1.776474
- },
- {
- "x": 6.519432,
- "y": 4.2177734
- },
- {
- "x": 0.78865814,
- "y": 7.464752
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.533791,
- "originPos": {
- "x": 118.158455,
- "y": 0.4696312,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -47.648727,
- "y": -0.1902008
- },
- {
- "x": 7.2867737,
- "y": -30.945145
- },
- {
- "x": 21.229668,
- "y": -5.5641937
- },
- {
- "x": -33.87288,
- "y": 24.226288
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 74.67839,
- "originPos": {
- "x": 133.56845,
- "y": 3.4875488,
- "z": 170.4848
- },
- "xzPoints": [
- {
- "x": -16.691765,
- "y": 7.4011536
- },
- {
- "x": 16.910248,
- "y": -17.469894
- },
- {
- "x": 32.08609,
- "y": 6.8749695
- },
- {
- "x": 41.567642,
- "y": 45.37111
- },
- {
- "x": 12.306046,
- "y": 59.439438
- },
- {
- "x": -12.658257,
- "y": 14.7425995
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 29.298286,
- "originPos": {
- "x": 132.1939,
- "y": 50.86109,
- "z": 204.4518
- },
- "xzPoints": [
- {
- "x": -33.028236,
- "y": -9.176926
- },
- {
- "x": -10.660263,
- "y": -20.985886
- },
- {
- "x": 14.46846,
- "y": 22.446045
- },
- {
- "x": -9.908257,
- "y": 36.396515
- },
- {
- "x": -18.594086,
- "y": 20.91336
- },
- {
- "x": 0.5371094,
- "y": 9.688553
- },
- {
- "x": -10.73056,
- "y": -10.524399
- },
- {
- "x": -28.035118,
- "y": -0.4421692
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 29.005703,
- "originPos": {
- "x": 133.56845,
- "y": -9.041897,
- "z": 170.4848
- },
- "xzPoints": [
- {
- "x": -22.354866,
- "y": -5.259506
- },
- {
- "x": 28.18396,
- "y": -27.939026
- },
- {
- "x": 36.805115,
- "y": 4.475754
- },
- {
- "x": -10.598732,
- "y": 12.460129
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_03",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.018425,
- "originPos": {
- "x": 71.384415,
- "y": 34.489346,
- "z": 202.06427
- },
- "xzPoints": [
- {
- "x": 11.895538,
- "y": 2.341629
- },
- {
- "x": 18.47573,
- "y": 14.270874
- },
- {
- "x": -11.7956085,
- "y": 30.71051
- },
- {
- "x": -19.126198,
- "y": 19.600449
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 42.570473,
- "originPos": {
- "x": 71.384415,
- "y": 16.855682,
- "z": 202.06427
- },
- "xzPoints": [
- {
- "x": -26.284985,
- "y": -14.6467285
- },
- {
- "x": -2.2094193,
- "y": -29.246872
- },
- {
- "x": 4.8646393,
- "y": -21.742432
- },
- {
- "x": 15.336136,
- "y": -3.6671143
- },
- {
- "x": 20.944672,
- "y": -6.7512665
- },
- {
- "x": 14.042122,
- "y": 2.3419952
- },
- {
- "x": 4.3362503,
- "y": 7.9553833
- },
- {
- "x": 5.4810486,
- "y": 10.078018
- },
- {
- "x": -16.846203,
- "y": 22.21051
- },
- {
- "x": -27.882019,
- "y": 1.5738068
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Room_06",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.788267,
- "originPos": {
- "x": 110.873924,
- "y": -3.464859,
- "z": 163.80943
- },
- "xzPoints": [
- {
- "x": -38.748688,
- "y": 12.394424
- },
- {
- "x": -23.230202,
- "y": -12.071564
- },
- {
- "x": -6.49382,
- "y": 1.9418488
- },
- {
- "x": 13.197922,
- "y": -5.0660095
- },
- {
- "x": 20.32795,
- "y": 8.498428
- },
- {
- "x": 14.80941,
- "y": 11.773407
- },
- {
- "x": 20.958748,
- "y": 21.876297
- },
- {
- "x": 13.659218,
- "y": 26.619553
- },
- {
- "x": 17.945702,
- "y": 34.187897
- },
- {
- "x": -15.803253,
- "y": 52.84955
- },
- {
- "x": -26.354637,
- "y": 35.431595
- },
- {
- "x": -31.127945,
- "y": 37.907227
- },
- {
- "x": -35.67314,
- "y": 30.026031
- },
- {
- "x": -30.384315,
- "y": 27.231186
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 46.810883,
- "originPos": {
- "x": 110.285866,
- "y": 40.233505,
- "z": 216.75674
- },
- "xzPoints": [
- {
- "x": -52.75645,
- "y": 17.888168
- },
- {
- "x": -20.170738,
- "y": -0.9661865
- },
- {
- "x": -26.639221,
- "y": -12.065155
- },
- {
- "x": 12.412735,
- "y": -34.074524
- },
- {
- "x": 41.8639,
- "y": 15.43512
- },
- {
- "x": 27.568459,
- "y": 23.236404
- },
- {
- "x": 34.7882,
- "y": 34.790955
- },
- {
- "x": -6.7684555,
- "y": 57.81244
- },
- {
- "x": -12.000381,
- "y": 48.72763
- },
- {
- "x": -30.519821,
- "y": 57.606323
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 39.546906,
- "originPos": {
- "x": 144.82721,
- "y": -7.3809586,
- "z": 191.89526
- },
- "xzPoints": [
- {
- "x": -27.744492,
- "y": -23.627747
- },
- {
- "x": 0.09375,
- "y": -39.54579
- },
- {
- "x": 24.986877,
- "y": 4.123337
- },
- {
- "x": -5.305649,
- "y": 20.835571
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "DCastle",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.07,
- "originPos": {
- "x": 0.60420823,
- "y": -16.46,
- "z": 204.32095
- },
- "xzPoints": [
- {
- "x": -35.808445,
- "y": -61.452583
- },
- {
- "x": 35.808445,
- "y": -61.452583
- },
- {
- "x": 35.87149,
- "y": 41.81282
- },
- {
- "x": -35.481377,
- "y": 41.502823
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Wheel_Outside_06",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.872684,
- "originPos": {
- "x": 139.6893,
- "y": 50.6515,
- "z": 199.79463
- },
- "xzPoints": [
- {
- "x": -35.597755,
- "y": -5.8350067
- },
- {
- "x": 9.072662,
- "y": -32.016846
- },
- {
- "x": 34.35988,
- "y": 11.110764
- },
- {
- "x": -18.771332,
- "y": 41.33159
- },
- {
- "x": -27.94902,
- "y": 25.871185
- },
- {
- "x": -7.265686,
- "y": 14.076263
- },
- {
- "x": -18.37143,
- "y": -5.8726654
- },
- {
- "x": -31.331955,
- "y": 1.9538727
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.058899,
- "originPos": {
- "x": 137.99002,
- "y": 32.46948,
- "z": 196.02661
- },
- "xzPoints": [
- {
- "x": -19.695717,
- "y": -11.284744
- },
- {
- "x": 10.946228,
- "y": -29.581375
- },
- {
- "x": 37.169952,
- "y": 15.695343
- },
- {
- "x": 5.2015533,
- "y": 33.1472
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Bangboo_AmusementPark.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Enter",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 62.3,
- "originPos": {
- "x": 4.474249,
- "y": -6.3534937,
- "z": 30.92793
- },
- "xzPoints": [
- {
- "x": -59.478584,
- "y": -54.174175
- },
- {
- "x": 53.670593,
- "y": -54.780846
- },
- {
- "x": 55.313797,
- "y": 109.57042
- },
- {
- "x": -60.2321,
- "y": 106.99919
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Island",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 60.27,
- "originPos": {
- "x": 103.15761,
- "y": -7.598137,
- "z": 22.558205
- },
- "xzPoints": [
- {
- "x": -62.652622,
- "y": -28.053875
- },
- {
- "x": 151.94505,
- "y": -29.610596
- },
- {
- "x": 134.97421,
- "y": 133.90067
- },
- {
- "x": -61.391705,
- "y": 117.70071
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Theater",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 78.2,
- "originPos": {
- "x": -135.964,
- "y": -2.0970395,
- "z": 71.180145
- },
- "xzPoints": [
- {
- "x": -112.15094,
- "y": -144.87851
- },
- {
- "x": 85.21169,
- "y": -144.94766
- },
- {
- "x": 84.38987,
- "y": 37.437523
- },
- {
- "x": -113.25412,
- "y": 35.29631
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Roller",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 138.8,
- "originPos": {
- "x": -136.61363,
- "y": -9.689827,
- "z": 133.6778
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 93.28667,
- "y": -2.6442566
- },
- {
- "x": 92.473724,
- "y": 195.71658
- },
- {
- "x": -27.032364,
- "y": 198.56183
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 187.86859,
- "originPos": {
- "x": 80.84177,
- "y": -100.34101,
- "z": 212.52303
- },
- "xzPoints": [
- {
- "x": -40.735043,
- "y": -82.93054
- },
- {
- "x": 102.50758,
- "y": -81.013855
- },
- {
- "x": 108.03656,
- "y": 95.64278
- },
- {
- "x": -43.64733,
- "y": 96.52797
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Castle",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 146.38,
- "originPos": {
- "x": -27.808548,
- "y": 10.83799,
- "z": 155.96036
- },
- "xzPoints": [
- {
- "x": -28.065998,
- "y": -24.386795
- },
- {
- "x": 92.451965,
- "y": -24.38681
- },
- {
- "x": 89.72976,
- "y": 125.003845
- },
- {
- "x": -29.000153,
- "y": 125.73114
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.777466,
- "originPos": {
- "x": 121.5,
- "y": 10.892162,
- "z": 202.96454
- },
- "xzPoints": [
- {
- "x": -36.751472,
- "y": 3.450119
- },
- {
- "x": -21.574059,
- "y": 30.207748
- },
- {
- "x": -7.6795197,
- "y": 21.7406
- },
- {
- "x": -0.17053223,
- "y": 35.287003
- },
- {
- "x": -14.043655,
- "y": 43.297546
- },
- {
- "x": -15.933792,
- "y": 40.204544
- },
- {
- "x": -35.167114,
- "y": 51.828064
- },
- {
- "x": -30.956635,
- "y": 58.5618
- },
- {
- "x": -50.847466,
- "y": 70.600586
- },
- {
- "x": -66.44442,
- "y": 55.85742
- },
- {
- "x": -77.168686,
- "y": 41.643524
- },
- {
- "x": -77.012474,
- "y": 26.216187
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.974539,
- "originPos": {
- "x": 86.15927,
- "y": 30.312006,
- "z": 228.70468
- },
- "xzPoints": [
- {
- "x": -33.42515,
- "y": -5.39151
- },
- {
- "x": -1.6881332,
- "y": -24.209625
- },
- {
- "x": 21.568787,
- "y": 16.301178
- },
- {
- "x": -12.581924,
- "y": 35.663147
- },
- {
- "x": -24.520615,
- "y": 15.019974
- },
- {
- "x": -21.948135,
- "y": 13.590973
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Theaterin1L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 317.08838,
- "z": 0
- },
- "heightY": 7.51,
- "originPos": {
- "x": -151.16312,
- "y": 17.740993,
- "z": 14.841198
- },
- "xzPoints": [
- {
- "x": 10.929616,
- "y": -32.834316
- },
- {
- "x": 17.480024,
- "y": 15.875191
- },
- {
- "x": -5.173265,
- "y": 41.48174
- },
- {
- "x": -43.420654,
- "y": 43.973267
- },
- {
- "x": -66.55536,
- "y": 19.624628
- },
- {
- "x": -65.564545,
- "y": -20.504644
- },
- {
- "x": -28.035538,
- "y": -43.235332
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Theaterin2L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.57,
- "originPos": {
- "x": -196.42801,
- "y": 24.499752,
- "z": -0.5468111
- },
- "xzPoints": [
- {
- "x": -1.7934723,
- "y": -38.95227
- },
- {
- "x": 52.915558,
- "y": -40.134983
- },
- {
- "x": 73.87632,
- "y": -3.336852
- },
- {
- "x": 68.88274,
- "y": 19.293941
- },
- {
- "x": 39.4572,
- "y": 42.965473
- },
- {
- "x": 6.105377,
- "y": 39.56757
- },
- {
- "x": -21.640594,
- "y": 5.2818766
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Theaterout",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 39.11,
- "originPos": {
- "x": -78.8582,
- "y": 0.30059624,
- "z": 88.6932
- },
- "xzPoints": [
- {
- "x": -33.55789,
- "y": -58.280674
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 24.67662,
- "y": 37.450188
- },
- {
- "x": -75.38878,
- "y": -11.248344
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_03",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.496536,
- "originPos": {
- "x": 96.63775,
- "y": 51.15776,
- "z": 221.57513
- },
- "xzPoints": [
- {
- "x": -25.951859,
- "y": 16.0103
- },
- {
- "x": -3.28154,
- "y": 3.188797
- },
- {
- "x": -14.667465,
- "y": -15.772583
- },
- {
- "x": 25.148903,
- "y": -38.65753
- },
- {
- "x": 50.049202,
- "y": 4.792755
- },
- {
- "x": 9.799507,
- "y": 27.380615
- },
- {
- "x": 8.362518,
- "y": 23.94075
- },
- {
- "x": -14.133125,
- "y": 37.110657
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.994682,
- "originPos": {
- "x": 98.702675,
- "y": 25.961796,
- "z": 184.52904
- },
- "xzPoints": [
- {
- "x": -14.129158,
- "y": 21.864716
- },
- {
- "x": 22.187561,
- "y": 0.8360596
- },
- {
- "x": 45.638145,
- "y": 41.544678
- },
- {
- "x": 8.677841,
- "y": 62.84723
- },
- {
- "x": 6.6628723,
- "y": 58.644943
- },
- {
- "x": -2.3374252,
- "y": 63.584213
- },
- {
- "x": -6.447258,
- "y": 56.387268
- },
- {
- "x": 2.200264,
- "y": 51.2713
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5.9863663,
- "originPos": {
- "x": 118.158455,
- "y": 48.086914,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -26.941711,
- "y": 14.00766
- },
- {
- "x": 3.5267868,
- "y": -3.4846344
- },
- {
- "x": 15.392677,
- "y": 16.702606
- },
- {
- "x": -15.319672,
- "y": 34.58882
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.956104,
- "originPos": {
- "x": 89.847725,
- "y": 44.1126,
- "z": 231.11087
- },
- "xzPoints": [
- {
- "x": -7.3371887,
- "y": -25.149796
- },
- {
- "x": 40.616646,
- "y": -52.975098
- },
- {
- "x": 64.96154,
- "y": -9.26619
- },
- {
- "x": 16.601234,
- "y": 18.67804
- },
- {
- "x": 5.9637604,
- "y": 17.304733
- },
- {
- "x": -1.9807587,
- "y": 1.6661377
- },
- {
- "x": 3.4486542,
- "y": -6.22171
- },
- {
- "x": -3.1021423,
- "y": -17.789413
- },
- {
- "x": -5.3644485,
- "y": -16.669968
- },
- {
- "x": -7.6488037,
- "y": -20.508835
- },
- {
- "x": -5.451767,
- "y": -21.860153
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.097713,
- "originPos": {
- "x": 118.158455,
- "y": 35.1518,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -2.5475693,
- "y": 1.5497589
- },
- {
- "x": 3.324051,
- "y": -1.776474
- },
- {
- "x": 6.519432,
- "y": 4.2177734
- },
- {
- "x": 0.78865814,
- "y": 7.464752
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.533791,
- "originPos": {
- "x": 118.158455,
- "y": 0.4696312,
- "z": 197.3054
- },
- "xzPoints": [
- {
- "x": -47.648727,
- "y": -0.1902008
- },
- {
- "x": 7.2867737,
- "y": -30.945145
- },
- {
- "x": 21.229668,
- "y": -5.5641937
- },
- {
- "x": -33.87288,
- "y": 24.226288
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 74.67839,
- "originPos": {
- "x": 133.56845,
- "y": 3.4875488,
- "z": 170.4848
- },
- "xzPoints": [
- {
- "x": -16.691765,
- "y": 7.4011536
- },
- {
- "x": 16.910248,
- "y": -17.469894
- },
- {
- "x": 32.08609,
- "y": 6.8749695
- },
- {
- "x": 41.567642,
- "y": 45.37111
- },
- {
- "x": 12.306046,
- "y": 59.439438
- },
- {
- "x": -12.658257,
- "y": 14.7425995
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 29.298286,
- "originPos": {
- "x": 132.1939,
- "y": 50.86109,
- "z": 204.4518
- },
- "xzPoints": [
- {
- "x": -33.028236,
- "y": -9.176926
- },
- {
- "x": -10.660263,
- "y": -20.985886
- },
- {
- "x": 14.46846,
- "y": 22.446045
- },
- {
- "x": -9.908257,
- "y": 36.396515
- },
- {
- "x": -18.594086,
- "y": 20.91336
- },
- {
- "x": 0.5371094,
- "y": 9.688553
- },
- {
- "x": -10.73056,
- "y": -10.524399
- },
- {
- "x": -28.035118,
- "y": -0.4421692
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 29.005703,
- "originPos": {
- "x": 133.56845,
- "y": -9.041897,
- "z": 170.4848
- },
- "xzPoints": [
- {
- "x": -22.354866,
- "y": -5.259506
- },
- {
- "x": 28.18396,
- "y": -27.939026
- },
- {
- "x": 36.805115,
- "y": 4.475754
- },
- {
- "x": -10.598732,
- "y": 12.460129
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_03",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.018425,
- "originPos": {
- "x": 71.384415,
- "y": 34.489346,
- "z": 202.06427
- },
- "xzPoints": [
- {
- "x": 11.895538,
- "y": 2.341629
- },
- {
- "x": 18.47573,
- "y": 14.270874
- },
- {
- "x": -11.7956085,
- "y": 30.71051
- },
- {
- "x": -19.126198,
- "y": 19.600449
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 42.570473,
- "originPos": {
- "x": 71.384415,
- "y": 16.855682,
- "z": 202.06427
- },
- "xzPoints": [
- {
- "x": -26.284985,
- "y": -14.6467285
- },
- {
- "x": -2.2094193,
- "y": -29.246872
- },
- {
- "x": 4.8646393,
- "y": -21.742432
- },
- {
- "x": 15.336136,
- "y": -3.6671143
- },
- {
- "x": 20.944672,
- "y": -6.7512665
- },
- {
- "x": 14.042122,
- "y": 2.3419952
- },
- {
- "x": 4.3362503,
- "y": 7.9553833
- },
- {
- "x": 5.4810486,
- "y": 10.078018
- },
- {
- "x": -16.846203,
- "y": 22.21051
- },
- {
- "x": -27.882019,
- "y": 1.5738068
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Room_06",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.788267,
- "originPos": {
- "x": 110.873924,
- "y": -3.464859,
- "z": 163.80943
- },
- "xzPoints": [
- {
- "x": -38.748688,
- "y": 12.394424
- },
- {
- "x": -23.230202,
- "y": -12.071564
- },
- {
- "x": -6.49382,
- "y": 1.9418488
- },
- {
- "x": 13.197922,
- "y": -5.0660095
- },
- {
- "x": 20.32795,
- "y": 8.498428
- },
- {
- "x": 14.80941,
- "y": 11.773407
- },
- {
- "x": 20.958748,
- "y": 21.876297
- },
- {
- "x": 13.659218,
- "y": 26.619553
- },
- {
- "x": 17.945702,
- "y": 34.187897
- },
- {
- "x": -15.803253,
- "y": 52.84955
- },
- {
- "x": -26.354637,
- "y": 35.431595
- },
- {
- "x": -31.127945,
- "y": 37.907227
- },
- {
- "x": -35.67314,
- "y": 30.026031
- },
- {
- "x": -30.384315,
- "y": 27.231186
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 46.810883,
- "originPos": {
- "x": 110.285866,
- "y": 40.233505,
- "z": 216.75674
- },
- "xzPoints": [
- {
- "x": -52.75645,
- "y": 17.888168
- },
- {
- "x": -20.170738,
- "y": -0.9661865
- },
- {
- "x": -26.639221,
- "y": -12.065155
- },
- {
- "x": 12.412735,
- "y": -34.074524
- },
- {
- "x": 41.8639,
- "y": 15.43512
- },
- {
- "x": 27.568459,
- "y": 23.236404
- },
- {
- "x": 34.7882,
- "y": 34.790955
- },
- {
- "x": -6.7684555,
- "y": 57.81244
- },
- {
- "x": -12.000381,
- "y": 48.72763
- },
- {
- "x": -30.519821,
- "y": 57.606323
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 39.546906,
- "originPos": {
- "x": 144.82721,
- "y": -7.3809586,
- "z": 191.89526
- },
- "xzPoints": [
- {
- "x": -27.744492,
- "y": -23.627747
- },
- {
- "x": 0.09375,
- "y": -39.54579
- },
- {
- "x": 24.986877,
- "y": 4.123337
- },
- {
- "x": -5.305649,
- "y": 20.835571
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "DCastle",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 37.78315,
- "originPos": {
- "x": 0.60420823,
- "y": -20.648552,
- "z": 204.32095
- },
- "xzPoints": [
- {
- "x": -52.025856,
- "y": -66.40977
- },
- {
- "x": 52.025856,
- "y": -66.40977
- },
- {
- "x": 52.117455,
- "y": 45.185726
- },
- {
- "x": -51.550663,
- "y": 44.850723
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Wheel_Outside_06",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.872684,
- "originPos": {
- "x": 139.6893,
- "y": 50.6515,
- "z": 199.79463
- },
- "xzPoints": [
- {
- "x": -35.597755,
- "y": -5.8350067
- },
- {
- "x": 9.072662,
- "y": -32.016846
- },
- {
- "x": 34.35988,
- "y": 11.110764
- },
- {
- "x": -18.771332,
- "y": 41.33159
- },
- {
- "x": -27.94902,
- "y": 25.871185
- },
- {
- "x": -7.265686,
- "y": 14.076263
- },
- {
- "x": -18.37143,
- "y": -5.8726654
- },
- {
- "x": -31.331955,
- "y": 1.9538727
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.058899,
- "originPos": {
- "x": 137.99002,
- "y": 32.46948,
- "z": 196.02661
- },
- "xzPoints": [
- {
- "x": -19.695717,
- "y": -11.284744
- },
- {
- "x": 10.946228,
- "y": -29.581375
- },
- {
- "x": 37.169952,
- "y": 15.695343
- },
- {
- "x": 5.2015533,
- "y": 33.1472
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "CastleL1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.575247,
- "originPos": {
- "x": -0.002401352,
- "y": 15.529255,
- "z": 183.60509
- },
- "xzPoints": [
- {
- "x": -37.30021,
- "y": -28.705185
- },
- {
- "x": 36.90953,
- "y": -28.812424
- },
- {
- "x": 36.138474,
- "y": 39.777008
- },
- {
- "x": -35.247284,
- "y": 40.21617
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "CastleL2",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.71209,
- "originPos": {
- "x": -7.112155,
- "y": 20.91827,
- "z": 196.09442
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "CastleL3",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.698593,
- "originPos": {
- "x": -0.3422556,
- "y": 35.266254,
- "z": 183.68582
- },
- "xzPoints": [
- {
- "x": -36.250042,
- "y": -38.75
- },
- {
- "x": 36.250042,
- "y": -38.75
- },
- {
- "x": 36.250042,
- "y": 38.75
- },
- {
- "x": -36.250042,
- "y": 38.75
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1130,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Bangboo_AmusementPark.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Bangboo_AmusementPark.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Bangboo_AmusementPark"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Beach.json b/Data/_unsorted/Beach.json
index c4bf4a0ff..88161f387 100644
--- a/Data/_unsorted/Beach.json
+++ b/Data/_unsorted/Beach.json
@@ -1,24 +1,327 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Beach.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Beach.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1212,
- "ScenePath": "Assets\/Scenes\/Beach\/Beach.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Beach.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Beach.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Beach01",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 42.20308,
+ "originPos": {
+ "x": 115.416,
+ "y": 0,
+ "z": 10.02912
+ },
+ "xzPoints": [
+ {
+ "x": -312.9908,
+ "y": -190.486
+ },
+ {
+ "x": -36.39441,
+ "y": -187.6638
+ },
+ {
+ "x": -37.85394,
+ "y": -15.94331
+ },
+ {
+ "x": -16.42965,
+ "y": 67.83643
+ },
+ {
+ "x": -329.9326,
+ "y": 115.6889
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship01",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -250.8351,
+ "y": 17.41787,
+ "z": 844.4689
+ },
+ "xzPoints": [
+ {
+ "x": -28.97107,
+ "y": -39.13257
+ },
+ {
+ "x": 88.84767,
+ "y": -29.63721
+ },
+ {
+ "x": 64.61339,
+ "y": 90.69891
+ },
+ {
+ "x": -45.0152,
+ "y": 83.54572
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship02",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 19.22984,
+ "originPos": {
+ "x": 233.884,
+ "y": 14.93921,
+ "z": 826.564
+ },
+ "xzPoints": [
+ {
+ "x": -26.59941,
+ "y": -32.86566
+ },
+ {
+ "x": 34.35832,
+ "y": -21.99548
+ },
+ {
+ "x": 31.26689,
+ "y": 36.44568
+ },
+ {
+ "x": -24.90427,
+ "y": 26.41443
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship03",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 16.14011,
+ "originPos": {
+ "x": 336.1887,
+ "y": 14.43531,
+ "z": 306.8882
+ },
+ "xzPoints": [
+ {
+ "x": -36.65311,
+ "y": -43.25766
+ },
+ {
+ "x": 241.0219,
+ "y": -80.11105
+ },
+ {
+ "x": 174.571,
+ "y": 221.1705
+ },
+ {
+ "x": -63.63126,
+ "y": 92.67902
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship04",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 26.77857,
+ "originPos": {
+ "x": 433.5975,
+ "y": 15.47723,
+ "z": 1589.048
+ },
+ "xzPoints": [
+ {
+ "x": -231.0844,
+ "y": -97.74219
+ },
+ {
+ "x": 75.56146,
+ "y": -201.1664
+ },
+ {
+ "x": 93.66296,
+ "y": 30.96326
+ },
+ {
+ "x": -194.8543,
+ "y": 89.51709
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship05",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -8.63179,
+ "y": 14.41937,
+ "z": 103.375
+ },
+ "xzPoints": [
+ {
+ "x": -14.3246,
+ "y": 0.4325256
+ },
+ {
+ "x": 17.59721,
+ "y": 0.5805206
+ },
+ {
+ "x": 14.43164,
+ "y": 28.90567
+ },
+ {
+ "x": -15.60569,
+ "y": 25.47445
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Maincity_Ship06",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 12.12057,
+ "originPos": {
+ "x": 160.5253,
+ "y": 16.7115,
+ "z": 218.873
+ },
+ "xzPoints": [
+ {
+ "x": -104.7278,
+ "y": -104.3709
+ },
+ {
+ "x": 38.35905,
+ "y": -110.0233
+ },
+ {
+ "x": 25,
+ "y": 25
+ },
+ {
+ "x": -146.1066,
+ "y": 22.34384
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Beach"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Chelonethid_YokaiSkill_BaseDamage.json b/Data/_unsorted/Chelonethid_YokaiSkill_BaseDamage.json
index 328a6f7f5..b0bde8b4e 100644
--- a/Data/_unsorted/Chelonethid_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Chelonethid_YokaiSkill_BaseDamage.json
@@ -14,6 +14,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_HitCount": {
"Value": 15
},
@@ -54,6 +61,44 @@
}
],
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
@@ -151,7 +196,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)\/specials(AS_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)\/specials(AS_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/Chelonethid_YokaiSkill_Zenkov_Attack.json b/Data/_unsorted/Chelonethid_YokaiSkill_Zenkov_Attack.json
index 5b4f19789..03a7fbcd4 100644
--- a/Data/_unsorted/Chelonethid_YokaiSkill_Zenkov_Attack.json
+++ b/Data/_unsorted/Chelonethid_YokaiSkill_Zenkov_Attack.json
@@ -198,6 +198,21 @@
"Duration": 11,
"ModifierStacking": "Unique",
"OnRemoved": [
+ {
+ "$type": "InterruptMaterialPropertyAction",
+ "Tag": "Monster_Common_MA_YokaiSwitch_01",
+ "Target": "Self"
+ },
+ {
+ "$type": "InterruptMaterialPropertyAction",
+ "Tag": "Monster_Common_MA_YokaiSwitch_02",
+ "Target": "Self"
+ },
+ {
+ "$type": "InterruptMaterialPropertyAction",
+ "Tag": "Monster_Common_MA_YokaiSwitch_03",
+ "Target": "Self"
+ },
{
"$type": "SwitchOutZenkovYokaiAction",
"SwitchOutIndex": 1
diff --git a/Data/_unsorted/ConfigGroupRegistry.json b/Data/_unsorted/ConfigGroupRegistry.json
index 6398b4694..3df1b872b 100644
Binary files a/Data/_unsorted/ConfigGroupRegistry.json and b/Data/_unsorted/ConfigGroupRegistry.json differ
diff --git a/Data/_unsorted/DubiousHero_YokaiSkill_BaseDamage.json b/Data/_unsorted/DubiousHero_YokaiSkill_BaseDamage.json
index 638d88ddb..898f30ff1 100644
--- a/Data/_unsorted/DubiousHero_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/DubiousHero_YokaiSkill_BaseDamage.json
@@ -30,6 +30,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_HpPercentage": {
"Value": 0.5
},
@@ -66,6 +73,44 @@
}
],
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
@@ -169,7 +214,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_03_TotalShare)\/specials(AS_ATK08_03_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_03_TotalShare)\/specials(AS_ATK08_03_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -197,7 +242,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_02_TotalShare)\/specials(AS_ATK08_02_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_02_TotalShare)\/specials(AS_ATK08_02_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/DubiousHero_YokaiSkill_Buff_S.json b/Data/_unsorted/DubiousHero_YokaiSkill_Buff_S.json
index 2991e8c9d..ee42c6329 100644
--- a/Data/_unsorted/DubiousHero_YokaiSkill_Buff_S.json
+++ b/Data/_unsorted/DubiousHero_YokaiSkill_Buff_S.json
@@ -64,6 +64,12 @@
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
"PropertyValue": 1,
"Target": "Self"
+ },
+ {
+ "$type": "ModifyAttackDataAction",
+ "PropertyKey": "Actor_EnableLastKill",
+ "PropertyValue": 1,
+ "Target": "Self"
}
],
"OnZenkovYokaiHenshinEnd": [
diff --git a/Data/_unsorted/DubiousHero_YokaiSkill_WindField.json b/Data/_unsorted/DubiousHero_YokaiSkill_WindField.json
index 414a6aa21..90f461841 100644
--- a/Data/_unsorted/DubiousHero_YokaiSkill_WindField.json
+++ b/Data/_unsorted/DubiousHero_YokaiSkill_WindField.json
@@ -5,7 +5,7 @@
"ConfigList": [
{
"AnimatorStateName": "SwitchIn_Normal",
- "FrameCountHigh": 225,
+ "FrameCountHigh": 240,
"FrameCountLow": 86,
"IsLoop": false,
"LayerIndex": 0,
diff --git a/Data/_unsorted/Floor_100101.json b/Data/_unsorted/Floor_100101.json
index aa5e7b527..2f67ba70d 100644
--- a/Data/_unsorted/Floor_100101.json
+++ b/Data/_unsorted/Floor_100101.json
@@ -12,7 +12,7 @@
"FloorID": 100101,
"FloorMD5": "3e9b5d6762d945ecd8f6a4ed59276212",
"FloorUsage": "Default",
- "FloorVersion": 1785410848,
+ "FloorVersion": 1785381928,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_101003.json b/Data/_unsorted/Floor_101003.json
index a3db44bf0..246ce954d 100644
--- a/Data/_unsorted/Floor_101003.json
+++ b/Data/_unsorted/Floor_101003.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 101003,
- "FloorMD5": "519a4f9324b042e1e499db7360abd7fe",
+ "FloorMD5": "01d3ed7b31b8d9a34a0bd0b4bbf91af6",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -45,7 +45,7 @@
},
"Rotation": {
"x": 0,
- "y": 0,
+ "y": 270,
"z": 0
}
},
diff --git a/Data/_unsorted/Floor_101403.json b/Data/_unsorted/Floor_101403.json
index b004bfa4f..a45574f3b 100644
--- a/Data/_unsorted/Floor_101403.json
+++ b/Data/_unsorted/Floor_101403.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 101403,
- "FloorMD5": "7eb3ebe801aa618f906a46b37bf00693",
+ "FloorMD5": "27779db2bd587285743d82321ac77fe4",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -62,7 +62,7 @@
},
"Rotation": {
"x": 0,
- "y": 0,
+ "y": 180,
"z": 0
}
},
diff --git a/Data/_unsorted/Floor_121301.json b/Data/_unsorted/Floor_121301.json
index f43a2520b..037e0f341 100644
--- a/Data/_unsorted/Floor_121301.json
+++ b/Data/_unsorted/Floor_121301.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 121301,
- "FloorMD5": "6a759ad8fd3820937af7691300a9fb2a",
+ "FloorMD5": "cf8dbb0c23f2b14586e84292261bb076",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_140402.json b/Data/_unsorted/Floor_140402.json
index 9cf946fc2..d84ce5615 100644
--- a/Data/_unsorted/Floor_140402.json
+++ b/Data/_unsorted/Floor_140402.json
@@ -120,9 +120,9 @@
"FloorDecors": [
],
"FloorID": 140402,
- "FloorMD5": "d167433398d1ec27e664e67b1706f600",
+ "FloorMD5": "715210cd88b0ad1f649e060632dcb6c7",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_150602.json b/Data/_unsorted/Floor_150602.json
index b2961919a..c9e707e6f 100644
--- a/Data/_unsorted/Floor_150602.json
+++ b/Data/_unsorted/Floor_150602.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 150602,
- "FloorMD5": "8632ba2db4240a3a1287c566fa0a89d0",
+ "FloorMD5": "5d9702eccb945e5f6e6542e96350d9b6",
"FloorUsage": "Default",
- "FloorVersion": 1784818463,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_160102.json b/Data/_unsorted/Floor_160102.json
index 71e193c49..0392a3e2d 100644
--- a/Data/_unsorted/Floor_160102.json
+++ b/Data/_unsorted/Floor_160102.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 160102,
- "FloorMD5": "4f4c14987e849cd9e46142cbb6573933",
+ "FloorMD5": "f98a0b3a39b42b21b6227df3fe784eba",
"FloorUsage": "Default",
- "FloorVersion": 1782186833,
+ "FloorVersion": 1785496650,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_170402.json b/Data/_unsorted/Floor_170402.json
index 3e1a0861e..ab89f7b4b 100644
--- a/Data/_unsorted/Floor_170402.json
+++ b/Data/_unsorted/Floor_170402.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 170402,
- "FloorMD5": "e3f285e0cd8dac9b47c595bda278bcba",
+ "FloorMD5": "e1d3fc07759aad930132a041eaa21fc6",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -46,7 +46,7 @@
},
"Rotation": {
"x": 0,
- "y": 270,
+ "y": 180,
"z": 0
}
},
diff --git a/Data/_unsorted/Floor_170501.json b/Data/_unsorted/Floor_170501.json
index c71ae5959..df0d208a2 100644
--- a/Data/_unsorted/Floor_170501.json
+++ b/Data/_unsorted/Floor_170501.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 170501,
- "FloorMD5": "022795e0d4546583f9580dc87f15e6ff",
+ "FloorMD5": "101aa0212f9c193b09600c8e016514f0",
"FloorUsage": "Default",
- "FloorVersion": 1784878781,
+ "FloorVersion": 1785334432,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_170701.json b/Data/_unsorted/Floor_170701.json
index 6e36d9ec4..33f46df6c 100644
--- a/Data/_unsorted/Floor_170701.json
+++ b/Data/_unsorted/Floor_170701.json
@@ -24,9 +24,9 @@
}
],
"FloorID": 170701,
- "FloorMD5": "9e9a472fb61050940c541ba5f7502c18",
+ "FloorMD5": "f79c04852939f74f498bd789895a93d4",
"FloorUsage": "Default",
- "FloorVersion": 1784904628,
+ "FloorVersion": 1785229118,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_170703.json b/Data/_unsorted/Floor_170703.json
index 86ca18e9d..ee4758f6d 100644
--- a/Data/_unsorted/Floor_170703.json
+++ b/Data/_unsorted/Floor_170703.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 170703,
- "FloorMD5": "b5eaf263e8187bff08518768fe69a366",
+ "FloorMD5": "652cab20238c304bf4a67596a6dd2f20",
"FloorUsage": "Default",
- "FloorVersion": 1784818463,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_170901.json b/Data/_unsorted/Floor_170901.json
index 0bc24a971..7c0cdf5d3 100644
--- a/Data/_unsorted/Floor_170901.json
+++ b/Data/_unsorted/Floor_170901.json
@@ -24,9 +24,9 @@
}
],
"FloorID": 170901,
- "FloorMD5": "219dc4c3d3b6f087aab7150437dad438",
+ "FloorMD5": "b852ec4756ffea536a36c69d331d3b04",
"FloorUsage": "Default",
- "FloorVersion": 1785410848,
+ "FloorVersion": 1785580218,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_171201.json b/Data/_unsorted/Floor_171201.json
index abc82927b..57329da8a 100644
--- a/Data/_unsorted/Floor_171201.json
+++ b/Data/_unsorted/Floor_171201.json
@@ -26,9 +26,9 @@
}
],
"FloorID": 171201,
- "FloorMD5": "654e520d6060fbbc3f098f0322dea610",
+ "FloorMD5": "1ffee5ded63fbf21cb1c6ea5543267b4",
"FloorUsage": "Default",
- "FloorVersion": 1785050364,
+ "FloorVersion": 1785753745,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -51,6 +51,23 @@
},
"NameKey": "BackPoint_Bottom"
},
+ "BackPoint_Bottom_2": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 94.76638,
+ "y": 27.720955,
+ "z": 116.60847
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 120,
+ "z": 0
+ }
+ },
+ "NameKey": "BackPoint_Bottom_2"
+ },
"BackPoint_Middle": {
"$type": "ConfigPoint",
"Data": {
@@ -85,14 +102,31 @@
},
"NameKey": "BackPoint_Top"
},
+ "BackPoint_Top_2": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 175.64835,
+ "y": 55.590855,
+ "z": 70.81498
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 120,
+ "z": 0
+ }
+ },
+ "NameKey": "BackPoint_Top_2"
+ },
"Marker_BeginnerLevel_03": {
"$type": "ConfigPoint",
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -47.55571,
+ "x": -51.187035,
"y": 20.220957,
- "z": 155.64156
+ "z": 145.87073
},
"Rotation": {
"x": 0,
@@ -510,6 +544,57 @@
},
"NameKey": "Point_006"
},
+ "Point_007": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -225.01537,
+ "y": 45.160168,
+ "z": 105.948906
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "Point_007"
+ },
+ "Point_008": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -58.9871,
+ "y": 23.561325,
+ "z": 83.60769
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 90.986435,
+ "z": 0
+ }
+ },
+ "NameKey": "Point_008"
+ },
+ "Point_009": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 25.679914,
+ "y": 22.247192,
+ "z": 66.35456
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 272.2494,
+ "z": 0
+ }
+ },
+ "NameKey": "Point_009"
+ },
"Stage_Zenkov1_1_SpawnPoint_01": {
"$type": "ConfigPoint",
"Data": {
@@ -551,7 +636,7 @@
"Position": {
"x": -0.46542168,
"y": -437.755,
- "z": 8.361677
+ "z": 0.16907036
},
"Rotation": {
"x": 0,
@@ -1013,7 +1098,20 @@
171200389,
171200390,
171200391,
- 171200393
+ 171200393,
+ 171200394,
+ 171200395,
+ 171200396,
+ 171200397,
+ 171200398,
+ 171200399,
+ 171200400,
+ 171200401,
+ 171200402,
+ 171200403,
+ 171200404,
+ 171200405,
+ 171200406
],
"MetaData": {
"$type": "ConfigFloorMetaData",
diff --git a/Data/_unsorted/Floor_171301.json b/Data/_unsorted/Floor_171301.json
index 29f876094..479f13bf2 100644
--- a/Data/_unsorted/Floor_171301.json
+++ b/Data/_unsorted/Floor_171301.json
@@ -26,9 +26,9 @@
}
],
"FloorID": 171301,
- "FloorMD5": "ec03267693eea9f994007bbe5ec3f24c",
+ "FloorMD5": "decd9a22f38c2b0455fd7a6222387bdc",
"FloorUsage": "Default",
- "FloorVersion": 1785050364,
+ "FloorVersion": 1785762178,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -600,8 +600,8 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -180.473,
- "y": 12.29,
+ "x": -181.34,
+ "y": 8.29,
"z": -156.87956
},
"Rotation": {
@@ -651,9 +651,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -75.94709,
- "y": 12.29,
- "z": -12.677047
+ "x": -71.94032,
+ "y": 8.290001,
+ "z": -11.618506
},
"Rotation": {
"x": 0,
@@ -804,9 +804,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 159.65016,
- "y": 17.704914,
- "z": 97.4164
+ "x": 162.01115,
+ "y": 17.697865,
+ "z": 100.64526
},
"Rotation": {
"x": 0,
@@ -1008,9 +1008,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 0.051550865,
+ "x": -0.37539065,
"y": -437.755,
- "z": 17.001478
+ "z": 0.2469747
},
"Rotation": {
"x": 0,
@@ -1422,7 +1422,9 @@
171300411,
171300412,
171300413,
- 171300414
+ 171300414,
+ 171300415,
+ 171300416
],
"MetaData": {
"$type": "ConfigFloorMetaData",
diff --git a/Data/_unsorted/Floor_171402.json b/Data/_unsorted/Floor_171402.json
index a81e8c3ce..4d24c69ea 100644
--- a/Data/_unsorted/Floor_171402.json
+++ b/Data/_unsorted/Floor_171402.json
@@ -16,9 +16,9 @@
}
],
"FloorID": 171402,
- "FloorMD5": "0ff23c8a82eac74d6b86b6e0cd5e2f32",
+ "FloorMD5": "a2b712202413df08a04c1a658acd781c",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_171601.json b/Data/_unsorted/Floor_171601.json
index f15c5f71e..c302d7cd2 100644
--- a/Data/_unsorted/Floor_171601.json
+++ b/Data/_unsorted/Floor_171601.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 171601,
- "FloorMD5": "3e2ea4cf23ddcf22211630f67bb83e44",
+ "FloorMD5": "824d5b4abee7019dab6bf1d202957cee",
"FloorUsage": "Default",
- "FloorVersion": 1785050364,
+ "FloorVersion": 1785734155,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
@@ -254,7 +254,13 @@
171600079,
171600080,
171600081,
- 171600083
+ 171600083,
+ 171600084,
+ 171600085,
+ 171600086,
+ 171600087,
+ 171600088,
+ 171600089
],
"MetaData": {
"$type": "ConfigFloorMetaData",
diff --git a/Data/_unsorted/Floor_511090.json b/Data/_unsorted/Floor_511090.json
index 221a50fc6..9f4969859 100644
--- a/Data/_unsorted/Floor_511090.json
+++ b/Data/_unsorted/Floor_511090.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 511090,
- "FloorMD5": "c15dac5279f6e20956421ac25ad230f8",
+ "FloorMD5": "f71bdfbeef1ab19904dedb4eb1fb340c",
"FloorUsage": "Default",
- "FloorVersion": 1784810054,
+ "FloorVersion": 1785753745,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_511702.json b/Data/_unsorted/Floor_511702.json
index 889a53969..f48db2d13 100644
--- a/Data/_unsorted/Floor_511702.json
+++ b/Data/_unsorted/Floor_511702.json
@@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 511702,
- "FloorMD5": "06778036ca73edeb8ecee9eebb6030b6",
+ "FloorMD5": "4185a27f4968a7b8f0203a79c25330be",
"FloorUsage": "Default",
- "FloorVersion": 1784899849,
+ "FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_600201.json b/Data/_unsorted/Floor_600201.json
index 05d8353eb..3e14a6827 100644
--- a/Data/_unsorted/Floor_600201.json
+++ b/Data/_unsorted/Floor_600201.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 600201,
- "FloorMD5": "b0710890b6f008ae195cd2082a545b6a",
+ "FloorMD5": "7051c4d5b3a291795b186abc4dc924df",
"FloorUsage": "Default",
- "FloorVersion": 1785410848,
+ "FloorVersion": 1785395928,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Floor_600290.json b/Data/_unsorted/Floor_600290.json
index 3f4b2483c..e0a0b1154 100644
--- a/Data/_unsorted/Floor_600290.json
+++ b/Data/_unsorted/Floor_600290.json
@@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 600290,
- "FloorMD5": "cb8f8c5b62e7d345bd24df91a17f1142",
+ "FloorMD5": "cecaffa4d8943d16aba9e0523da02ecf",
"FloorUsage": "Default",
- "FloorVersion": 1784878781,
+ "FloorVersion": 1785334432,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {
diff --git a/Data/_unsorted/Group_101400004.json b/Data/_unsorted/Group_101400004.json
index e0d9982bf..5b7096ebf 100644
--- a/Data/_unsorted/Group_101400004.json
+++ b/Data/_unsorted/Group_101400004.json
@@ -197,7 +197,7 @@
"ModelMappingID": -1,
"MonsterInfo": {
"$type": "ConfigGroupMemberMonsterInfo",
- "MonsterID": 31141,
+ "MonsterID": 31142,
"MonsterIDType": "BaseIDType"
},
"RewardID": 0,
diff --git a/Data/_unsorted/Group_160100011.json b/Data/_unsorted/Group_160100011.json
index 95196fa2e..3f8ff0869 100644
--- a/Data/_unsorted/Group_160100011.json
+++ b/Data/_unsorted/Group_160100011.json
@@ -1073,15 +1073,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 312.38397,
+ "y": 221.80649,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -147.20065,
- "y": 37.259842,
- "z": 38.09259
+ "x": -118.24,
+ "y": 16.287037,
+ "z": -13.76
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1847,6 +1847,13 @@
"ConfigID": 218,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2107,6 +2114,13 @@
"ConfigID": 218,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2316,6 +2330,13 @@
"ConfigID": 218,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2524,6 +2545,13 @@
"ConfigID": 218,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2682,6 +2710,13 @@
"ConfigID": 218,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2738,6 +2773,13 @@
"ConfigID": 9999,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 210,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_170900040.json b/Data/_unsorted/Group_170900040.json
index 5e2e0da71..bc5fa5105 100644
--- a/Data/_unsorted/Group_170900040.json
+++ b/Data/_unsorted/Group_170900040.json
@@ -778,6 +778,39 @@
"ViewObjectOverrideMap": {
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 9999,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -82.80085,
+ "y": 216.90851,
+ "z": -74.67948
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
@@ -948,6 +981,13 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 9999,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171200011.json b/Data/_unsorted/Group_171200011.json
index 371ddcb9d..8056a2b38 100644
--- a/Data/_unsorted/Group_171200011.json
+++ b/Data/_unsorted/Group_171200011.json
@@ -30,8 +30,8 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 8,
- "MinNum": 4,
+ "MaxNum": 4,
+ "MinNum": 2,
"ZKRewardSetID": 323100,
"isDisable": false
}
@@ -224,43 +224,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 206,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 73.732124,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 72.628365,
- "y": 52.790955,
- "z": -89.64502
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 207,
@@ -297,117 +260,6 @@
}
},
"VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 208,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 73.732124,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 71.29504,
- "y": 53.239,
- "z": -87.49928
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 278.209,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 80.95211,
- "y": 53.317932,
- "z": -88.99551
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 210,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 170.33113,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 71.85071,
- "y": 52.790955,
- "z": -77.72122
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200025.json b/Data/_unsorted/Group_171200025.json
index 83585e4d4..dbadd3ee3 100644
--- a/Data/_unsorted/Group_171200025.json
+++ b/Data/_unsorted/Group_171200025.json
@@ -30,7 +30,7 @@
"$type": "ConfigPointData",
"Position": {
"x": -197.62038,
- "y": 50.30667,
+ "y": 50.464687,
"z": -6.734385
},
"Rotation": {
@@ -165,7 +165,7 @@
],
"MemberPosition": {
"x": -197.62038,
- "y": 50.30667,
+ "y": 50.464687,
"z": -6.734385
},
"MemberType": "Gadget",
@@ -290,6 +290,166 @@
"ViewObjectOverrideMap": {
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001485,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 90,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -197.77783,
+ "y": 66.27684,
+ "z": -7.314577
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001485,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171201202,
+ "Key": "TeleportID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 206,
+ "Key": "ArriveConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OverrideTeleportPoint",
+ "ParamType": "String",
+ "StringValue": "171200025_Point_001",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 3
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 206,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001485,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 90,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -197.62038,
+ "y": 50.464687,
+ "z": -6.734385
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001485,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171201202,
+ "Key": "TeleportID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 205,
+ "Key": "ArriveConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OverrideTeleportPoint",
+ "ParamType": "String",
+ "StringValue": "171200025_Point_000",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 3
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200028.json b/Data/_unsorted/Group_171200028.json
index a83219322..d71981b43 100644
--- a/Data/_unsorted/Group_171200028.json
+++ b/Data/_unsorted/Group_171200028.json
@@ -172,6 +172,8 @@
}
},
"GroupGamePlayTagList": [
+ "Zenkov.QuestLevelType.LowTier",
+ "Group.Dungeon.RegisterBoxNotSeize"
],
"GroupId": 171200028,
"GroupUsage": "Default",
@@ -201,152 +203,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -357,152 +359,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -513,152 +515,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -669,152 +671,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -825,152 +827,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -981,152 +983,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
},
@@ -1137,152 +1139,152 @@
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 8,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 9,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 19,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 20,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 21,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 23,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 24,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 26,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 30,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 32,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 33,
- "Weight": 17
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 34,
- "Weight": 17
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 5,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 7,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 11,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 12,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 13,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 14,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 15,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 16,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 17,
- "Weight": 14
+ "Weight": 25
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 18,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 19,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 20,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 21,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 22,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 23,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 24,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 25,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 26,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 27,
- "Weight": 14
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 28,
- "Weight": 14
+ "Weight": 25
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 30,
+ "Weight": 2
},
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 31,
- "Weight": 14
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 32,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 33,
+ "Weight": 2
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 34,
+ "Weight": 2
}
]
}
@@ -3240,9 +3242,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -190.89067,
+ "x": -185.29788,
"y": 45.161167,
- "z": 85.90638
+ "z": 89.18127
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -4975,6 +4977,6 @@
}
],
"SuiteVersion": "V2",
- "VOGroupType": 2
+ "VOGroupType": 4
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200031.json b/Data/_unsorted/Group_171200031.json
index 4b9f6e66e..92aa1c249 100644
--- a/Data/_unsorted/Group_171200031.json
+++ b/Data/_unsorted/Group_171200031.json
@@ -238,9 +238,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 202.97937,
+ "x": 202.9751,
"y": 60.04536,
- "z": -81.00194
+ "z": -80.5185
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -329,16 +329,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": 117.87487,
- "z": 0
+ "x": 1.7075473E-06,
+ "y": 97.57347,
+ "z": 90
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 170.6342,
- "y": 55.59049,
- "z": -74.66976
+ "x": 170.58174,
+ "y": 55.884365,
+ "z": -74.53412
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -381,9 +381,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 174.88803,
- "y": 55.560955,
- "z": -82.16286
+ "x": 173.94179,
+ "y": 55.59049,
+ "z": -81.86538
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -430,9 +430,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 181.70905,
+ "x": 181.59572,
"y": 60.051357,
- "z": -74.470566
+ "z": -74.697266
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -480,7 +480,7 @@
],
"MemberPosition": {
"x": 180.4878,
- "y": 56.107594,
+ "y": 56.115505,
"z": -62.086445
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200032.json b/Data/_unsorted/Group_171200032.json
index cee5886ea..08446652f 100644
--- a/Data/_unsorted/Group_171200032.json
+++ b/Data/_unsorted/Group_171200032.json
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 201.93643,
- "y": 57.12955,
+ "y": 57.084156,
"z": -34.9448
},
"MemberType": "Gadget",
@@ -125,7 +125,7 @@
],
"MemberPosition": {
"x": 202.70909,
- "y": 56.5201,
+ "y": 56.599133,
"z": -70.115555
},
"MemberType": "Gadget",
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": 204.31383,
- "y": 61.019978,
+ "y": 61.081127,
"z": -70.92627
},
"MemberType": "Gadget",
@@ -204,39 +204,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 206,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 300.03967,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 198.88062,
- "y": 60.791992,
- "z": -94.55012
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 208,
@@ -250,15 +217,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 0,
+ "y": 158.17293,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 201.94658,
- "y": 55.590782,
- "z": -63.286728
+ "x": 189.86972,
+ "y": 60.28237,
+ "z": -92.584435
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -270,39 +237,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 197.41006,
- "y": 60.08136,
- "z": -86.094505
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 210,
@@ -323,7 +257,7 @@
],
"MemberPosition": {
"x": 192.77597,
- "y": 60.804485,
+ "y": 60.87005,
"z": -78.34257
},
"MemberType": "Gadget",
@@ -422,7 +356,7 @@
],
"MemberPosition": {
"x": 214.47426,
- "y": 61.02372,
+ "y": 61.004116,
"z": -61.746185
},
"MemberType": "Gadget",
@@ -455,7 +389,7 @@
],
"MemberPosition": {
"x": 207.65816,
- "y": 60.50579,
+ "y": 60.55034,
"z": -54.47298
},
"MemberType": "Gadget",
@@ -488,7 +422,7 @@
],
"MemberPosition": {
"x": 203.87715,
- "y": 60.532227,
+ "y": 60.53934,
"z": -63.529457
},
"MemberType": "Gadget",
@@ -521,7 +455,7 @@
],
"MemberPosition": {
"x": 183.98112,
- "y": 60.500046,
+ "y": 60.52234,
"z": -78.84509
},
"MemberType": "Gadget",
@@ -553,9 +487,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 197.14632,
- "y": 60.96826,
- "z": -78.1888
+ "x": 197.24142,
+ "y": 61.05013,
+ "z": -78.19652
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -587,7 +521,7 @@
],
"MemberPosition": {
"x": 190.22736,
- "y": 60.49928,
+ "y": 60.524338,
"z": -85.16832
},
"MemberType": "Gadget",
@@ -619,9 +553,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 208.39003,
- "y": 60.81797,
- "z": -49.53904
+ "x": 209.53375,
+ "y": 60.540348,
+ "z": -48.502495
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -653,7 +587,7 @@
],
"MemberPosition": {
"x": 200.77086,
- "y": 60.50833,
+ "y": 60.582554,
"z": -72.67664
},
"MemberType": "Gadget",
@@ -686,7 +620,7 @@
],
"MemberPosition": {
"x": 206.76216,
- "y": 56.58355,
+ "y": 56.598003,
"z": -61.460316
},
"MemberType": "Gadget",
@@ -719,7 +653,7 @@
],
"MemberPosition": {
"x": 213.38,
- "y": 56.015182,
+ "y": 56.064922,
"z": -57.981777
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200034.json b/Data/_unsorted/Group_171200034.json
index a84986fe3..29c7b32c3 100644
--- a/Data/_unsorted/Group_171200034.json
+++ b/Data/_unsorted/Group_171200034.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 90.48841,
- "y": 53.2438,
+ "y": 53.28034,
"z": -80.52467
},
"MemberType": "Gadget",
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 97.7412,
- "y": 53.68104,
+ "y": 53.705196,
"z": -99.0398
},
"MemberType": "Gadget",
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": 109.05211,
- "y": 53.53628,
+ "y": 53.582867,
"z": -88.95266
},
"MemberType": "Gadget",
@@ -191,7 +191,7 @@
],
"MemberPosition": {
"x": 110.17105,
- "y": 53.586,
+ "y": 53.589027,
"z": -103.77868
},
"MemberType": "Gadget",
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": 113.30816,
- "y": 52.780956,
+ "y": 52.790955,
"z": -87.173584
},
"MemberType": "Gadget",
@@ -257,7 +257,7 @@
],
"MemberPosition": {
"x": 92.24566,
- "y": 52.898685,
+ "y": 52.955025,
"z": -84.143745
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": 92.02457,
- "y": 53.533222,
+ "y": 53.582287,
"z": -86.82453
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": 91.38975,
- "y": 53.55281,
+ "y": 53.581528,
"z": -85.82276
},
"MemberType": "Gadget",
@@ -356,7 +356,7 @@
],
"MemberPosition": {
"x": 93.58673,
- "y": 53.491783,
+ "y": 53.585712,
"z": -81.61951
},
"MemberType": "Gadget",
@@ -389,7 +389,7 @@
],
"MemberPosition": {
"x": 109.700356,
- "y": 52.902164,
+ "y": 52.954937,
"z": -89.6344
},
"MemberType": "Gadget",
@@ -422,7 +422,7 @@
],
"MemberPosition": {
"x": 107.52943,
- "y": 53.502544,
+ "y": 53.58189,
"z": -93.96588
},
"MemberType": "Gadget",
@@ -455,7 +455,7 @@
],
"MemberPosition": {
"x": 105.13783,
- "y": 53.583534,
+ "y": 53.61127,
"z": -105.23989
},
"MemberType": "Gadget",
@@ -488,7 +488,7 @@
],
"MemberPosition": {
"x": 118.90237,
- "y": 53.554344,
+ "y": 53.588135,
"z": -102.92849
},
"MemberType": "Gadget",
@@ -521,7 +521,7 @@
],
"MemberPosition": {
"x": 119.38714,
- "y": 52.91623,
+ "y": 52.956387,
"z": -102.36985
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200035.json b/Data/_unsorted/Group_171200035.json
index 7d884c733..9497e9a56 100644
--- a/Data/_unsorted/Group_171200035.json
+++ b/Data/_unsorted/Group_171200035.json
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": 86.727615,
- "y": 52.923485,
+ "y": 52.957733,
"z": -79.72051
},
"MemberType": "Gadget",
@@ -257,7 +257,7 @@
],
"MemberPosition": {
"x": 108.68874,
- "y": 53.557564,
+ "y": 53.593727,
"z": -103.1247
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": 114.74115,
- "y": 53.557564,
+ "y": 53.585594,
"z": -89.136986
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": 119.88338,
- "y": 53.55236,
+ "y": 53.584724,
"z": -104.78083
},
"MemberType": "Gadget",
@@ -389,7 +389,7 @@
],
"MemberPosition": {
"x": 119.09428,
- "y": 54.178806,
+ "y": 54.20428,
"z": -106.67551
},
"MemberType": "Gadget",
@@ -422,7 +422,7 @@
],
"MemberPosition": {
"x": 117.98901,
- "y": 54.125717,
+ "y": 54.13306,
"z": -104.89247
},
"MemberType": "Gadget",
@@ -455,7 +455,7 @@
],
"MemberPosition": {
"x": 110.03226,
- "y": 54.153534,
+ "y": 54.19376,
"z": -88.77862
},
"MemberType": "Gadget",
@@ -521,7 +521,7 @@
],
"MemberPosition": {
"x": 85.9004,
- "y": 53.208473,
+ "y": 53.284325,
"z": -92.689476
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200036.json b/Data/_unsorted/Group_171200036.json
index 562aeeb59..e6f89b9de 100644
--- a/Data/_unsorted/Group_171200036.json
+++ b/Data/_unsorted/Group_171200036.json
@@ -30,7 +30,7 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 7,
+ "MaxNum": 3,
"MinNum": 1,
"ZKRewardSetID": 323100,
"isDisable": false
@@ -96,7 +96,7 @@
],
"MemberPosition": {
"x": 195.9824,
- "y": 60.08136,
+ "y": 60.03136,
"z": -90.86311
},
"MemberType": "Gadget",
@@ -150,117 +150,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 204,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 324.93005,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 195.17848,
- "y": 60.86305,
- "z": -94.50524
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 205,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 241.5817,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 198.09798,
- "y": 60.52334,
- "z": -86.311874
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 206,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 167.91405,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 194.60368,
- "y": 60.52334,
- "z": -84.92209
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 207,
@@ -297,191 +186,6 @@
}
},
"VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 208,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 321.36893,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 198.80478,
- "y": 60.86305,
- "z": -94.630974
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 356.29626,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 194.39406,
- "y": 56.38317,
- "z": -91.87767
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 210,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 252.57233,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 201.90703,
- "y": 56.429047,
- "z": -87.684364
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 211,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 223.57042,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 190.68416,
- "y": 56.49213,
- "z": -77.24695
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 212,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 127.22125,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 183.36317,
- "y": 56.062744,
- "z": -79.37765
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200037.json b/Data/_unsorted/Group_171200037.json
index 9f0eb5442..9e2e08f98 100644
--- a/Data/_unsorted/Group_171200037.json
+++ b/Data/_unsorted/Group_171200037.json
@@ -93,15 +93,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 230.46991,
+ "y": 211.70555,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 173.0245,
- "y": 52.790955,
- "z": 19.998003
+ "x": 174.12164,
+ "y": 52.770954,
+ "z": 19.307768
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -178,51 +178,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 204,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001331,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 138.4133,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 156.41675,
- "y": 52.790955,
- "z": 20.021984
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001331,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310308,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 205,
@@ -236,16 +191,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 146.10793,
+ "y": 142.29913,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 122.93485,
- "y": 53.222446,
- "z": -7.0759106
+ "x": 125.06345,
+ "y": 53.234447,
+ "z": -6.0585785
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200038.json b/Data/_unsorted/Group_171200038.json
index f01b7eeb2..52b95bb54 100644
--- a/Data/_unsorted/Group_171200038.json
+++ b/Data/_unsorted/Group_171200038.json
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 149.99107,
- "y": 53.708744,
+ "y": 53.766743,
"z": -10.511
},
"MemberType": "Gadget",
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 137.79594,
- "y": 53.433212,
- "z": -20.55953
+ "x": 149.99107,
+ "y": 53.766743,
+ "z": -10.511
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -158,8 +158,8 @@
],
"MemberPosition": {
"x": 138.42139,
- "y": 52.780956,
- "z": -20.586565
+ "y": 52.770954,
+ "z": -20.586567
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200040.json b/Data/_unsorted/Group_171200040.json
index 7662c019f..b761c735f 100644
--- a/Data/_unsorted/Group_171200040.json
+++ b/Data/_unsorted/Group_171200040.json
@@ -110,6 +110,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 310314
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310314,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171200041.json b/Data/_unsorted/Group_171200041.json
index 11406ef80..0241dd9f3 100644
--- a/Data/_unsorted/Group_171200041.json
+++ b/Data/_unsorted/Group_171200041.json
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 72.285,
- "y": 55.14,
+ "y": 55.146446,
"z": -6.697
},
"MemberType": "Gadget",
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 90.49047,
- "y": 55.254898,
- "z": -8.664331
+ "x": 90.49401,
+ "y": 54.671364,
+ "z": -8.669167
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200042.json b/Data/_unsorted/Group_171200042.json
index 787f11aa4..3a0443daf 100644
--- a/Data/_unsorted/Group_171200042.json
+++ b/Data/_unsorted/Group_171200042.json
@@ -137,7 +137,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 3,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171200043.json b/Data/_unsorted/Group_171200043.json
index 246f963db..040c4dd3f 100644
--- a/Data/_unsorted/Group_171200043.json
+++ b/Data/_unsorted/Group_171200043.json
@@ -134,15 +134,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 36.945957,
+ "y": 139.61925,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -0.63401854,
- "y": 58.023396,
- "z": -25.02339
+ "x": 41.79017,
+ "y": 53.345596,
+ "z": -11.286967
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -178,16 +178,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": -32.4,
- "z": 0
+ "x": 3.4150946E-06,
+ "y": 327.6,
+ "z": 90
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 40.4,
- "y": 52.781364,
- "z": -29.95
+ "x": 41.052223,
+ "y": 53.237328,
+ "z": -30.836044
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200044.json b/Data/_unsorted/Group_171200044.json
index e0fbc17b5..166e07d21 100644
--- a/Data/_unsorted/Group_171200044.json
+++ b/Data/_unsorted/Group_171200044.json
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 5.925848,
- "y": 53.156788,
- "z": -22.878855
+ "x": 5.833,
+ "y": 52.781364,
+ "z": -22.028
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 29.860075,
+ "x": 30.601416,
"y": 53.485,
- "z": -48.500053
+ "z": -47.88683
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -223,9 +223,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 6.029558,
- "y": 53.52227,
- "z": -38.725307
+ "x": 4.601039,
+ "y": 52.797283,
+ "z": -38.700214
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200045.json b/Data/_unsorted/Group_171200045.json
index dfa006cf6..72aa14dcf 100644
--- a/Data/_unsorted/Group_171200045.json
+++ b/Data/_unsorted/Group_171200045.json
@@ -50,9 +50,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 10.625485,
- "y": 66.291534,
- "z": -76.187546
+ "x": 10.625488,
+ "y": 66.20636,
+ "z": -76.18753
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -327,9 +327,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -15.8145275,
- "y": 67.6612,
- "z": -54.324406
+ "x": -15.770419,
+ "y": 67.64891,
+ "z": -54.4627
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -365,16 +365,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": 150.04501,
+ "x": 270,
+ "y": 86.35984,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -56.243893,
- "y": 66.21131,
- "z": -49.988632
+ "x": -57.152477,
+ "y": 66.54349,
+ "z": -50.898754
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -502,15 +502,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 314.99942,
+ "y": 268.24448,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -32.394474,
- "y": 66.21131,
- "z": -96.88471
+ "x": -33.06251,
+ "y": 66.20636,
+ "z": -96.90593
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -559,7 +559,7 @@
],
"MemberPosition": {
"x": -34.13676,
- "y": 66.68597,
+ "y": 66.68614,
"z": -100.98834
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200046.json b/Data/_unsorted/Group_171200046.json
index da5d25f9e..b50f176d5 100644
--- a/Data/_unsorted/Group_171200046.json
+++ b/Data/_unsorted/Group_171200046.json
@@ -58,9 +58,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 5.974049,
- "y": 67.448044,
- "z": -71.81983
+ "x": 3.7782917,
+ "y": 66.22726,
+ "z": -73.0379
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -91,9 +91,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 1.662224,
- "y": 66.889,
- "z": -80.199615
+ "x": 1.4142863,
+ "y": 66.894745,
+ "z": -80.38972
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -125,7 +125,7 @@
],
"MemberPosition": {
"x": -25.60162,
- "y": 67.50133,
+ "y": 67.55093,
"z": -79.49386
},
"MemberType": "Gadget",
@@ -157,9 +157,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -48.92195,
- "y": 66.77262,
- "z": -113.86829
+ "x": -48.997242,
+ "y": 66.80463,
+ "z": -113.912186
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -257,7 +257,7 @@
],
"MemberPosition": {
"x": -15.003191,
- "y": 67.70406,
+ "y": 67.75546,
"z": -44.073845
},
"MemberType": "Gadget",
@@ -289,9 +289,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -26.740742,
- "y": 66.982124,
- "z": -69.377556
+ "x": -15.003191,
+ "y": 67.75546,
+ "z": -44.073845
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200048.json b/Data/_unsorted/Group_171200048.json
index 72d4b7074..956affec1 100644
--- a/Data/_unsorted/Group_171200048.json
+++ b/Data/_unsorted/Group_171200048.json
@@ -165,7 +165,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310302,
+ "NewRewardID": 10310308,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171200050.json b/Data/_unsorted/Group_171200050.json
index ba927cbc6..45518fcdd 100644
--- a/Data/_unsorted/Group_171200050.json
+++ b/Data/_unsorted/Group_171200050.json
@@ -137,16 +137,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": 231.17717,
- "z": 0
+ "x": 3.4150946E-06,
+ "y": 252.47734,
+ "z": 270
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -149.378,
- "y": 66.21149,
- "z": -181.17647
+ "x": -149.14412,
+ "y": 66.663925,
+ "z": -180.09009
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -283,9 +283,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -171.3015,
- "y": 70.17604,
- "z": -127.99601
+ "x": -171.37787,
+ "y": 70.134766,
+ "z": -127.34076
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -332,9 +332,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -157.9363,
- "y": 66.198784,
- "z": -113.795074
+ "x": -158.07855,
+ "y": 66.23932,
+ "z": -113.82638
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -381,9 +381,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -144.39432,
- "y": 66.198784,
- "z": -101.419136
+ "x": -144.41383,
+ "y": 66.26258,
+ "z": -101.17116
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -473,15 +473,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 206.02243,
+ "y": 185.75508,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -160.53249,
- "y": 66.26652,
- "z": -198.31053
+ "x": -159.69434,
+ "y": 66.83334,
+ "z": -196.06163
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -518,15 +518,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 122.43225,
+ "y": 238.9018,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -150.56517,
- "y": 66.21149,
- "z": -68.21042
+ "x": -125.830376,
+ "y": 66.792625,
+ "z": -80.95116
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -563,15 +563,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 292.55197,
+ "y": 196.11841,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -127.37562,
- "y": 66.21149,
- "z": -82.96952
+ "x": -126.9711,
+ "y": 66.20349,
+ "z": -72.564995
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -608,15 +608,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 117.47632,
+ "y": 133.73201,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -157.30048,
- "y": 66.21149,
- "z": -173.14345
+ "x": -158.33276,
+ "y": 66.73874,
+ "z": -175.96288
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200051.json b/Data/_unsorted/Group_171200051.json
index a65bf7201..76661bd50 100644
--- a/Data/_unsorted/Group_171200051.json
+++ b/Data/_unsorted/Group_171200051.json
@@ -58,9 +58,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -129.67665,
- "y": 66.77445,
- "z": -143.18425
+ "x": -129.71739,
+ "y": 66.71963,
+ "z": -143.18166
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": -134.6751,
- "y": 67.60277,
+ "y": 67.64151,
"z": -160.28917
},
"MemberType": "Gadget",
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -158.04463,
- "y": 67.16026,
- "z": -107.66246
+ "x": -157.9351,
+ "y": 67.22277,
+ "z": -107.75414
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": -147.78458,
- "y": 66.21149,
+ "y": 66.23932,
"z": -99.090126
},
"MemberType": "Gadget",
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -132.37877,
+ "x": -115.97516,
"y": 66.20349,
- "z": -120.648056
+ "z": -195.99493
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -225,7 +225,7 @@
],
"MemberPosition": {
"x": -115.97516,
- "y": 66.21149,
+ "y": 66.20349,
"z": -195.99493
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200052.json b/Data/_unsorted/Group_171200052.json
index 03a64281f..163bd37d1 100644
--- a/Data/_unsorted/Group_171200052.json
+++ b/Data/_unsorted/Group_171200052.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": -132.53168,
- "y": 67.709,
+ "y": 67.722534,
"z": -163.42928
},
"MemberType": "Gadget",
@@ -91,9 +91,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -146.02255,
- "y": 67.56048,
- "z": -170.41583
+ "x": -146.0151,
+ "y": 67.628,
+ "z": -170.5328
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -151,15 +151,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 176.07265,
+ "y": 143.54295,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -151.48517,
+ "x": -158.3253,
"y": 66.23932,
- "z": -99.16874
+ "z": -102.69851
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -156.7243,
- "y": 66.858,
- "z": -99.170876
+ "x": -156.60744,
+ "y": 66.86086,
+ "z": -99.25104
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200053.json b/Data/_unsorted/Group_171200053.json
index 3816bd804..5ec1eb7bf 100644
--- a/Data/_unsorted/Group_171200053.json
+++ b/Data/_unsorted/Group_171200053.json
@@ -100,7 +100,7 @@
],
"MemberPosition": {
"x": -193.44908,
- "y": 66.21149,
+ "y": 66.20349,
"z": -117.13287
},
"MemberType": "Gadget",
@@ -276,27 +276,27 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
+ "GadgetId": 2001095,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 230.32083,
+ "y": 326.21643,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -251.28131,
- "y": 66.21149,
- "z": -164.02617
+ "x": -251.61658,
+ "y": 66.2335,
+ "z": -163.8217
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001089,
+ "ViewObjectID": 2001095,
"ViewObjectOverrideMap": {
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -304,7 +304,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310305,
+ "NewRewardID": 10310302,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -383,7 +383,7 @@
],
"MemberPosition": {
"x": -283.01266,
- "y": 66.20349,
+ "y": 66.23348,
"z": -136.9011
},
"MemberType": "Gadget",
@@ -432,7 +432,7 @@
],
"MemberPosition": {
"x": -224.9836,
- "y": 66.21149,
+ "y": 66.20349,
"z": -120.69982
},
"MemberType": "Gadget",
@@ -465,27 +465,27 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001331,
+ "GadgetId": 2001095,
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": 47.584564,
+ "x": 270,
+ "y": 95.93969,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -280.34845,
- "y": 66.21149,
- "z": -153.18233
+ "x": -278.67966,
+ "y": 66.578445,
+ "z": -153.84
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001331,
+ "ViewObjectID": 2001095,
"ViewObjectOverrideMap": {
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -493,7 +493,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310308,
+ "NewRewardID": 10310302,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171200054.json b/Data/_unsorted/Group_171200054.json
index eddf6ca3a..9d844b4ae 100644
--- a/Data/_unsorted/Group_171200054.json
+++ b/Data/_unsorted/Group_171200054.json
@@ -30,8 +30,8 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 6,
- "MinNum": 2,
+ "MaxNum": 3,
+ "MinNum": 1,
"ZKRewardSetID": 323200,
"isDisable": false
}
@@ -39,43 +39,6 @@
"InternalConfigViewObject": [
],
"Members": [
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 201,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 174.81256,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -202.56987,
- "y": 67.15103,
- "z": -132.24745
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 202,
@@ -113,80 +76,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 203,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 325.59766,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -193.81387,
- "y": 66.87701,
- "z": -147.00056
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 204,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 98.49119,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -183.2221,
- "y": 67.591,
- "z": -144.34282
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 205,
@@ -206,9 +95,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -183.68832,
- "y": 67.14639,
- "z": -148.13466
+ "x": -201.9075,
+ "y": 66.21149,
+ "z": -141.08383
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -237,52 +126,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 0,
+ "y": 323.4192,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -206.30545,
- "y": 66.21149,
- "z": -135.64627
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 208,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 325.64835,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -201.4157,
- "y": 70.82282,
- "z": -148.59029
+ "x": -201.5787,
+ "y": 66.20349,
+ "z": -135.78004
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200055.json b/Data/_unsorted/Group_171200055.json
index 72281bd2e..57d2b23ad 100644
--- a/Data/_unsorted/Group_171200055.json
+++ b/Data/_unsorted/Group_171200055.json
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -178.1997,
- "y": 72.28068,
- "z": -150.07883
+ "x": -178.08258,
+ "y": 72.33566,
+ "z": -149.92378
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -223,9 +223,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -181.39133,
- "y": 72.28068,
- "z": -150.00005
+ "x": -181.32138,
+ "y": 72.32761,
+ "z": -149.94463
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -256,9 +256,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -183.44403,
- "y": 72.36606,
- "z": -140.87834
+ "x": -184.06847,
+ "y": 71.388245,
+ "z": -139.45374
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": -179.04189,
- "y": 67.22404,
+ "y": 67.232086,
"z": -125.074135
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": -173.7102,
- "y": 66.83276,
+ "y": 66.83049,
"z": -122.99405
},
"MemberType": "Gadget",
@@ -389,7 +389,7 @@
],
"MemberPosition": {
"x": -212.3585,
- "y": 66.792465,
+ "y": 66.800476,
"z": -114.673195
},
"MemberType": "Gadget",
@@ -422,7 +422,7 @@
],
"MemberPosition": {
"x": -189.1819,
- "y": 66.79873,
+ "y": 66.83224,
"z": -98.40593
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200057.json b/Data/_unsorted/Group_171200057.json
index 3fe87f197..81983ba56 100644
--- a/Data/_unsorted/Group_171200057.json
+++ b/Data/_unsorted/Group_171200057.json
@@ -225,9 +225,9 @@
"z": 0
},
"MemberPosition": {
- "x": -32.20593,
+ "x": -34.93199,
"y": 70.479485,
- "z": -95.896255
+ "z": -95.717514
},
"MemberType": "Monster",
"ModelMappingID": -1,
@@ -283,9 +283,9 @@
"z": 0
},
"MemberPosition": {
- "x": -40.07644,
+ "x": -38.788548,
"y": 70.479485,
- "z": -89.9375
+ "z": -91.47473
},
"MemberType": "Monster",
"ModelMappingID": -1,
diff --git a/Data/_unsorted/Group_171200058.json b/Data/_unsorted/Group_171200058.json
index 5a606ddc4..163ead67d 100644
--- a/Data/_unsorted/Group_171200058.json
+++ b/Data/_unsorted/Group_171200058.json
@@ -142,7 +142,7 @@
],
"MemberPosition": {
"x": -190.57005,
- "y": 66.239845,
+ "y": 66.20349,
"z": -84.51741
},
"MemberType": "Gadget",
@@ -277,27 +277,27 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
+ "GadgetId": 2001095,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 161.67744,
+ "y": 118.22637,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -226.97025,
- "y": 66.21149,
- "z": -67.859184
+ "x": -228.725,
+ "y": 66.20349,
+ "z": -68.9002
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001089,
+ "ViewObjectID": 2001095,
"ViewObjectOverrideMap": {
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -305,7 +305,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310305,
+ "NewRewardID": 10310302,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -334,7 +334,7 @@
],
"MemberPosition": {
"x": -239.1678,
- "y": 66.31732,
+ "y": 66.20349,
"z": -59.314224
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200064.json b/Data/_unsorted/Group_171200064.json
index 3ba8341d5..962a14032 100644
--- a/Data/_unsorted/Group_171200064.json
+++ b/Data/_unsorted/Group_171200064.json
@@ -101,7 +101,7 @@
],
"MemberPosition": {
"x": -211.55716,
- "y": 50.4815,
+ "y": 50.451168,
"z": 43.367706
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200065.json b/Data/_unsorted/Group_171200065.json
index 241540002..9b054a67a 100644
--- a/Data/_unsorted/Group_171200065.json
+++ b/Data/_unsorted/Group_171200065.json
@@ -52,15 +52,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 210.39386,
+ "y": 123.408554,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -195.83344,
- "y": 52.430984,
- "z": 48.317223
+ "x": -200.73312,
+ "y": 50.92045,
+ "z": 44.010056
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": -231.38145,
- "y": 51.241806,
+ "y": 51.247513,
"z": 14.13369
},
"MemberType": "Gadget",
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -217.99335,
- "y": 51.424717,
- "z": 11.315467
+ "x": -218.04268,
+ "y": 51.422096,
+ "z": 11.304709
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -157,9 +157,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -217.99335,
- "y": 51.424717,
- "z": 11.315467
+ "x": -218.04268,
+ "y": 51.422096,
+ "z": 11.304709
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -182.36246,
- "y": 51.170635,
- "z": 30.040415
+ "x": -182.29309,
+ "y": 51.17067,
+ "z": 30.055748
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -223,9 +223,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -200.84988,
- "y": 51.22576,
- "z": 36.32399
+ "x": -201.15482,
+ "y": 50.451168,
+ "z": 35.730957
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200066.json b/Data/_unsorted/Group_171200066.json
index 062b8433a..281f9f464 100644
--- a/Data/_unsorted/Group_171200066.json
+++ b/Data/_unsorted/Group_171200066.json
@@ -95,9 +95,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -174.97543,
- "y": 46.15942,
- "z": 97.610115
+ "x": -174.07913,
+ "y": 45.171566,
+ "z": 98.1979
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -140,9 +140,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -188.72968,
+ "x": -188.41512,
"y": 45.151165,
- "z": 60.798374
+ "z": 60.869644
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -191,7 +191,7 @@
],
"MemberPosition": {
"x": -191.9755,
- "y": 45.196495,
+ "y": 45.151165,
"z": 97.78485
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200067.json b/Data/_unsorted/Group_171200067.json
index c5c0e8654..f940b47a1 100644
--- a/Data/_unsorted/Group_171200067.json
+++ b/Data/_unsorted/Group_171200067.json
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -164.20961,
- "y": 46.16305,
- "z": 78.48279
+ "x": -162.95903,
+ "y": 46.148743,
+ "z": 78.38246
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200068.json b/Data/_unsorted/Group_171200068.json
index 61491cbbf..836b998a9 100644
--- a/Data/_unsorted/Group_171200068.json
+++ b/Data/_unsorted/Group_171200068.json
@@ -197,9 +197,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -0.4654217,
+ "x": 2.9209588,
"y": -437.6956,
- "z": 0.21592805
+ "z": 0.022655934
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -296,6 +296,76 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Transmit10"
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001465,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -3.7715855,
+ "y": -437.6956,
+ "z": 0.022655934
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001465,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013202,
+ "Key": "ChatID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
}
},
"VisionLevel": 2
@@ -499,6 +569,50 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Transmit10"
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013202,
+ "Key": "ChatID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
}
}
}
diff --git a/Data/_unsorted/Group_171200069.json b/Data/_unsorted/Group_171200069.json
index 88c52dfc4..549a7ce7f 100644
--- a/Data/_unsorted/Group_171200069.json
+++ b/Data/_unsorted/Group_171200069.json
@@ -88,16 +88,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 0,
- "y": 49.255352,
- "z": 0
+ "x": 3.4150946E-06,
+ "y": 77.9574,
+ "z": 90
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -241.01213,
- "y": 45.201168,
- "z": 66.33511
+ "x": -240.91733,
+ "y": 45.501858,
+ "z": 66.31801
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200070.json b/Data/_unsorted/Group_171200070.json
index 961c1c5f4..1ff4a9365 100644
--- a/Data/_unsorted/Group_171200070.json
+++ b/Data/_unsorted/Group_171200070.json
@@ -58,9 +58,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -243.18274,
- "y": 45.989655,
- "z": 88.42076
+ "x": -242.18369,
+ "y": 45.201168,
+ "z": 88.33765
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": -238.75342,
- "y": 50.596916,
+ "y": 50.59567,
"z": 80.4979
},
"MemberType": "Gadget",
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -243.25098,
- "y": 45.936012,
- "z": 88.46454
+ "x": -242.18369,
+ "y": 45.201168,
+ "z": 88.33765
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200071.json b/Data/_unsorted/Group_171200071.json
index 6234fe8dc..7c099a5d6 100644
--- a/Data/_unsorted/Group_171200071.json
+++ b/Data/_unsorted/Group_171200071.json
@@ -91,9 +91,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -240.08694,
+ "x": -240.85226,
"y": 52.519268,
- "z": 76.68289
+ "z": 76.25078
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -125,7 +125,7 @@
],
"MemberPosition": {
"x": -242.42656,
- "y": 47.193436,
+ "y": 47.192486,
"z": 74.45021
},
"MemberType": "Gadget",
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -231.31627,
- "y": 50.369545,
- "z": 79.84127
+ "x": -231.29247,
+ "y": 50.35313,
+ "z": 79.78688
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -223,9 +223,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -241.20753,
- "y": 45.201168,
- "z": 70.461586
+ "x": -231.29247,
+ "y": 50.35313,
+ "z": 79.78688
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200072.json b/Data/_unsorted/Group_171200072.json
index 655e1d30c..dc5c5091b 100644
--- a/Data/_unsorted/Group_171200072.json
+++ b/Data/_unsorted/Group_171200072.json
@@ -30,8 +30,8 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 20,
- "MinNum": 10,
+ "MaxNum": 9,
+ "MinNum": 7,
"ZKRewardSetID": 323100,
"isDisable": false
}
@@ -39,43 +39,6 @@
"InternalConfigViewObject": [
],
"Members": [
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 201,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 35.71911,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -211.58464,
- "y": 52.55417,
- "z": 68.94625
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 202,
@@ -113,43 +76,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 203,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -204.33885,
- "y": 53.02245,
- "z": 59.334305
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 204,
@@ -170,7 +96,7 @@
],
"MemberPosition": {
"x": -205.13219,
- "y": 53.383835,
+ "y": 53.387913,
"z": 69.15824
},
"MemberType": "Gadget",
@@ -187,43 +113,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 205,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 337.73096,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -207.89064,
- "y": 52.54117,
- "z": 57.749413
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 206,
@@ -261,43 +150,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 207,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -206.42181,
- "y": 53.385815,
- "z": 53.285904
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 208,
@@ -335,43 +187,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -209.58395,
- "y": 52.55417,
- "z": 61.228806
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 210,
@@ -409,43 +224,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 211,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 235.7385,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -205.0933,
- "y": 53.38184,
- "z": 67.54384
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 212,
@@ -483,43 +261,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 213,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 352.44742,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -206.42802,
- "y": 52.55417,
- "z": 66.61821
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 214,
@@ -557,43 +298,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 215,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 84.04504,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -211.7984,
- "y": 52.55417,
- "z": 62.796627
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 216,
@@ -631,43 +335,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 217,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 112.66115,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -208.4552,
- "y": 52.55417,
- "z": 63.578907
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 218,
@@ -705,43 +372,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 219,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 143.64328,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -206.85832,
- "y": 52.55417,
- "z": 69.41554
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 220,
@@ -778,43 +408,6 @@
}
},
"VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 221,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 309.89594,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -207.62367,
- "y": 52.55417,
- "z": 60.396294
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200073.json b/Data/_unsorted/Group_171200073.json
index 11466603d..211acb032 100644
--- a/Data/_unsorted/Group_171200073.json
+++ b/Data/_unsorted/Group_171200073.json
@@ -64,9 +64,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -254.07915,
+ "x": -264.48007,
"y": 45.161167,
- "z": 128.88615
+ "z": 142.21313
},
"Rotation": {
"x": 0,
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -215.40771,
+ "x": -263.38593,
"y": 45.161167,
- "z": 128.65228
+ "z": 129.36241
},
"Rotation": {
"x": 0,
@@ -92,6 +92,23 @@
}
},
"NameKey": "171200073_Point_001"
+ },
+ "171200073_Point_002": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -241.88431,
+ "y": 45.161167,
+ "z": 129.13217
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200073_Point_002"
}
},
"SplineMap": {
@@ -250,9 +267,9 @@
"z": 0
},
"MemberPosition": {
- "x": -254.82393,
+ "x": -264.60184,
"y": 45.161167,
- "z": 128.72728
+ "z": 144.65523
},
"MemberType": "Monster",
"ModelMappingID": -1,
@@ -299,11 +316,33 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": false,
+ "Wait": true,
"WaitDurationSeconds": 1
},
"PointKey": "171200073_Point_000"
},
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200073_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200073_Point_002"
+ },
{
"$type": "ConfigPatrolPoint",
"OnReached": {
@@ -436,11 +475,33 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": false,
+ "Wait": true,
"WaitDurationSeconds": 1
},
"PointKey": "171200073_Point_000"
},
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200073_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200073_Point_002"
+ },
{
"$type": "ConfigPatrolPoint",
"OnReached": {
diff --git a/Data/_unsorted/Group_171200075.json b/Data/_unsorted/Group_171200075.json
index 91971a19a..f720de139 100644
--- a/Data/_unsorted/Group_171200075.json
+++ b/Data/_unsorted/Group_171200075.json
@@ -68,52 +68,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310303,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 203,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 244.33879,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -219.05275,
- "y": 45.8826,
- "z": 119.4188
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310305,
+ "NewRewardID": 10310301,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -184,16 +139,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 255.05225,
+ "y": 25.324995,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -200.46646,
- "y": 46.46861,
- "z": 125.649765
+ "x": -206.93521,
+ "y": 46.133743,
+ "z": 113.57081
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -303,7 +258,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310303,
+ "NewRewardID": 10310301,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -376,9 +331,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -205.35553,
- "y": 50.37117,
- "z": 99.51798
+ "x": -205.8921,
+ "y": 50.354385,
+ "z": 99.3079
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -406,51 +361,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 210,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 49.118755,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": -269.35297,
- "y": 45.91361,
- "z": 95.99516
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310305,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 211,
@@ -545,6 +455,52 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 213,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001093,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 267.20422,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -200.90605,
+ "y": 45.160168,
+ "z": 126.81025
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001093,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310301,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200076.json b/Data/_unsorted/Group_171200076.json
index c617d0634..0577c82a2 100644
--- a/Data/_unsorted/Group_171200076.json
+++ b/Data/_unsorted/Group_171200076.json
@@ -58,9 +58,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -213.71046,
+ "x": -213.88478,
"y": 45.160168,
- "z": 107.58467
+ "z": 107.57897
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -207.55206,
- "y": 52.001465,
- "z": 101.49749
+ "x": -208.40675,
+ "y": 50.354385,
+ "z": 102.61534
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -184,15 +184,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 4.9532905,
+ "y": 28.104881,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -206.93889,
- "y": 46.133743,
- "z": 113.64991
+ "x": -203.56654,
+ "y": 45.160168,
+ "z": 106.08848
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -223,9 +223,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -267.3544,
- "y": 45.964493,
- "z": 99.783165
+ "x": -266.71603,
+ "y": 45.17017,
+ "z": 99.86391
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -269,6 +269,40 @@
"ViewObjectOverrideMap": {
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 208,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 136.27898,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -232.51823,
+ "y": 45.161167,
+ "z": 113.24403
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200081.json b/Data/_unsorted/Group_171200081.json
index 23e378603..5fcc6f461 100644
--- a/Data/_unsorted/Group_171200081.json
+++ b/Data/_unsorted/Group_171200081.json
@@ -328,16 +328,6 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 212,
"SuiteWeights": [
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 2,
- "Weight": 29
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 4,
- "Weight": 29
- },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
@@ -353,6 +343,16 @@
"SuiteIndex": 7,
"Weight": 1
},
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
@@ -479,16 +479,6 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 213,
"SuiteWeights": [
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 2,
- "Weight": 29
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 4,
- "Weight": 29
- },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 1,
@@ -504,6 +494,16 @@
"SuiteIndex": 7,
"Weight": 1
},
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 8,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 9,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 10,
diff --git a/Data/_unsorted/Group_171200089.json b/Data/_unsorted/Group_171200089.json
index 50689a054..3b2a0a56b 100644
--- a/Data/_unsorted/Group_171200089.json
+++ b/Data/_unsorted/Group_171200089.json
@@ -31,6 +31,17 @@
{
"$type": "RandomSuiteByDifficultyTrait",
"DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
{
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 213,
@@ -326,10 +337,6 @@
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
"Value": 171200014
- },
- "ZenkovEvacuationSystemTrait.ZKMiddleTipID_Evacuable": {
- "$type": "ConfigDynamicValueInt",
- "Value": 0
}
}
}
@@ -483,7 +490,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
@@ -502,6 +509,164 @@
},
"SuiteStates": [
]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200068,
+ "Key": "GroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200014,
+ "Key": "MiniGameGroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MiniGameGroupState",
+ "ParamType": "String",
+ "StringValue": "BattleEnd",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 50,
+ "IntValue": 0,
+ "Key": "AlertDistance",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "WhiteTag",
+ "ParamType": "String",
+ "StringValue": "SoundSensitive1",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BlackTag",
+ "ParamType": "String",
+ "StringValue": "SoundInsensitive",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 100,
+ "IntValue": 0,
+ "Key": "AlertValue",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "TimeLimit",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Area_02_Evacuate"
+ },
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.LinkedGroupID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 171200014
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200089_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
}
],
"SuiteVersion": "V2",
diff --git a/Data/_unsorted/Group_171200090.json b/Data/_unsorted/Group_171200090.json
index cf3703deb..eb257f39e 100644
--- a/Data/_unsorted/Group_171200090.json
+++ b/Data/_unsorted/Group_171200090.json
@@ -31,6 +31,17 @@
{
"$type": "RandomSuiteByDifficultyTrait",
"DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
{
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 213,
@@ -469,7 +480,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
@@ -488,6 +499,150 @@
},
"SuiteStates": [
]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200068,
+ "Key": "GroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200039,
+ "Key": "MiniGameGroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MiniGameGroupState",
+ "ParamType": "String",
+ "StringValue": "BattleEnd",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 50,
+ "IntValue": 0,
+ "Key": "AlertDistance",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "WhiteTag",
+ "ParamType": "String",
+ "StringValue": "SoundSensitive1",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BlackTag",
+ "ParamType": "String",
+ "StringValue": "SoundInsensitive",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 100,
+ "IntValue": 0,
+ "Key": "AlertValue",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Area_01_Evacuate"
+ },
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.LinkedGroupID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 171200039
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200090_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
}
],
"SuiteVersion": "V2",
diff --git a/Data/_unsorted/Group_171200097.json b/Data/_unsorted/Group_171200097.json
index 312214592..9d0df83fb 100644
--- a/Data/_unsorted/Group_171200097.json
+++ b/Data/_unsorted/Group_171200097.json
@@ -194,7 +194,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 3,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171200099.json b/Data/_unsorted/Group_171200099.json
index 2297f0261..ce0fec6b8 100644
--- a/Data/_unsorted/Group_171200099.json
+++ b/Data/_unsorted/Group_171200099.json
@@ -83,6 +83,7 @@
}
},
"GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
],
"GroupId": 171200099,
"GroupUsage": "Default",
@@ -198,7 +199,7 @@
"RewardID": 0,
"SpecialIdleID": -1,
"Type": "Global",
- "ViewObjectID": 1000090,
+ "ViewObjectID": 1000095,
"ViewObjectOverrideMap": {
"GamePlayTagTrait.EntityTagList": {
"$type": "ConfigDynmaicValueListGameplayTag",
@@ -216,11 +217,15 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410313
+ "Value": 410305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
"Value": 2
+ },
+ "ZKRewardTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
}
},
"VisionLevel": 2
@@ -384,7 +389,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410313
+ "Value": 410305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -413,6 +418,6 @@
}
],
"SuiteVersion": "V2",
- "VOGroupType": 2
+ "VOGroupType": 5
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200105.json b/Data/_unsorted/Group_171200105.json
index 4a29643e9..8079862fa 100644
--- a/Data/_unsorted/Group_171200105.json
+++ b/Data/_unsorted/Group_171200105.json
@@ -31,6 +31,17 @@
{
"$type": "RandomSuiteByDifficultyTrait",
"DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
{
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 213,
@@ -469,7 +480,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
@@ -488,6 +499,150 @@
},
"SuiteStates": [
]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200068,
+ "Key": "GroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200104,
+ "Key": "MiniGameGroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MiniGameGroupState",
+ "ParamType": "String",
+ "StringValue": "BattleEnd",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 50,
+ "IntValue": 0,
+ "Key": "AlertDistance",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "WhiteTag",
+ "ParamType": "String",
+ "StringValue": "SoundSensitive",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BlackTag",
+ "ParamType": "String",
+ "StringValue": "SoundInsensitive",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 100,
+ "IntValue": 0,
+ "Key": "AlertValue",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Area_04_Evacuate"
+ },
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.LinkedGroupID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 171200104
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200105_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
}
],
"SuiteVersion": "V2",
diff --git a/Data/_unsorted/Group_171200107.json b/Data/_unsorted/Group_171200107.json
index 5b7469feb..ebcc03228 100644
--- a/Data/_unsorted/Group_171200107.json
+++ b/Data/_unsorted/Group_171200107.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": -170.76738,
- "y": 41.27809,
+ "y": 41.23785,
"z": 75.69447
},
"MemberType": "Gadget",
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": -166.58183,
- "y": 41.241173,
+ "y": 41.237236,
"z": 75.58106
},
"MemberType": "Gadget",
@@ -124,9 +124,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -167.44359,
- "y": 40.997482,
- "z": 63.058083
+ "x": -167.46893,
+ "y": 40.99034,
+ "z": 63.08934
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -322,9 +322,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -158.41742,
- "y": 41.88351,
- "z": 73.94416
+ "x": -156.9416,
+ "y": 40.29786,
+ "z": 73.020164
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200109.json b/Data/_unsorted/Group_171200109.json
index 3cea552a3..a43d98058 100644
--- a/Data/_unsorted/Group_171200109.json
+++ b/Data/_unsorted/Group_171200109.json
@@ -284,35 +284,39 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
+ "GadgetId": 2001087,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 29.783491,
+ "y": 61.187923,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -47.284225,
+ "x": -47.85685,
"y": 20.230957,
- "z": 100.53024
+ "z": 100.626945
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001089,
+ "ViewObjectID": 2001087,
"ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 310316
+ },
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
"Elements": [
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310305,
+ "NewRewardID": 10310316,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171200114.json b/Data/_unsorted/Group_171200114.json
index 35b7fad32..7f623d300 100644
--- a/Data/_unsorted/Group_171200114.json
+++ b/Data/_unsorted/Group_171200114.json
@@ -51,7 +51,7 @@
],
"MemberPosition": {
"x": 4.4432335,
- "y": 22.240957,
+ "y": 22.2556,
"z": 55.622795
},
"MemberType": "Gadget",
@@ -100,9 +100,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 27.457361,
- "y": 22.247192,
- "z": 68.089485
+ "x": 27.567926,
+ "y": 22.25496,
+ "z": 68.26169
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -150,8 +150,8 @@
],
"MemberPosition": {
"x": -13.553494,
- "y": 22.240957,
- "z": 78.69942
+ "y": 22.247192,
+ "z": 79.10675
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -198,7 +198,7 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 0.028632428,
+ "x": -0.048239414,
"y": 22.240957,
"z": 81.51094
},
@@ -334,7 +334,7 @@
],
"MemberPosition": {
"x": -40.413513,
- "y": 22.240957,
+ "y": 22.245193,
"z": 88.200195
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200115.json b/Data/_unsorted/Group_171200115.json
index d7a191890..c623e2938 100644
--- a/Data/_unsorted/Group_171200115.json
+++ b/Data/_unsorted/Group_171200115.json
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": -22.131506,
- "y": 22.73888,
+ "y": 22.741632,
"z": 61.744072
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200116.json b/Data/_unsorted/Group_171200116.json
index f28a38dea..04a331f8a 100644
--- a/Data/_unsorted/Group_171200116.json
+++ b/Data/_unsorted/Group_171200116.json
@@ -198,7 +198,7 @@
],
"MemberPosition": {
"x": -51.932022,
- "y": 24.049889,
+ "y": 24.05032,
"z": 76.0377
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200117.json b/Data/_unsorted/Group_171200117.json
index 43151cf6a..41833ff46 100644
--- a/Data/_unsorted/Group_171200117.json
+++ b/Data/_unsorted/Group_171200117.json
@@ -125,7 +125,7 @@
],
"MemberPosition": {
"x": -58.17186,
- "y": 23.520956,
+ "y": 23.561325,
"z": 65.79466
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200123.json b/Data/_unsorted/Group_171200123.json
index 864e4071e..a643f0545 100644
--- a/Data/_unsorted/Group_171200123.json
+++ b/Data/_unsorted/Group_171200123.json
@@ -30,9 +30,9 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 3,
- "MinNum": 1,
- "ZKRewardSetID": 323300,
+ "MaxNum": 5,
+ "MinNum": 2,
+ "ZKRewardSetID": 325300,
"isDisable": false
}
],
diff --git a/Data/_unsorted/Group_171200126.json b/Data/_unsorted/Group_171200126.json
index 47274de8e..8f27547a3 100644
--- a/Data/_unsorted/Group_171200126.json
+++ b/Data/_unsorted/Group_171200126.json
@@ -203,6 +203,7 @@
}
},
"GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
],
"GroupId": 171200126,
"GroupUsage": "Default",
@@ -424,6 +425,6 @@
"SuiteV2List": [
],
"SuiteVersion": "V1",
- "VOGroupType": 1
+ "VOGroupType": 5
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200127.json b/Data/_unsorted/Group_171200127.json
index 395c4fadd..6a2d2666f 100644
--- a/Data/_unsorted/Group_171200127.json
+++ b/Data/_unsorted/Group_171200127.json
@@ -636,6 +636,10 @@
"$type": "ConfigDynamicValueInt",
"Value": 6
},
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 6
@@ -700,14 +704,18 @@
"$type": "ConfigDynamicValueInt",
"Value": 46
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 46
},
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
- },
"ZenkovEvacuationSystemTrait.ZKMiddleTipID_Evacuable": {
"$type": "ConfigDynamicValueInt",
"Value": 0
@@ -768,14 +776,18 @@
"$type": "ConfigDynamicValueInt",
"Value": 47
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 47
},
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
- },
"ZenkovEvacuationSystemTrait.ZKMiddleTipID_Evacuable": {
"$type": "ConfigDynamicValueInt",
"Value": 0
@@ -836,14 +848,18 @@
"$type": "ConfigDynamicValueInt",
"Value": 48
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 900
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 48
},
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 900
- },
"ZenkovEvacuationSystemTrait.ZKMiddleTipID_Evacuable": {
"$type": "ConfigDynamicValueInt",
"Value": 0
diff --git a/Data/_unsorted/Group_171200134.json b/Data/_unsorted/Group_171200134.json
index ac94f1607..eef437be4 100644
--- a/Data/_unsorted/Group_171200134.json
+++ b/Data/_unsorted/Group_171200134.json
@@ -51,7 +51,7 @@
],
"MemberPosition": {
"x": 125.95495,
- "y": 59.040955,
+ "y": 58.993713,
"z": 45.09269
},
"MemberType": "Gadget",
@@ -237,49 +237,41 @@
},
{
"$type": "ConfigGroupMember",
- "ConfigID": 206,
+ "ConfigID": 207,
"GadgetMetadata": {
"$type": "ConfigGadgetMetaData"
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001087,
+ "GadgetId": 2001331,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 87.33084,
+ "y": 189.38037,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 141.80782,
- "y": 61.800938,
- "z": 59.42824
+ "x": 122.41646,
+ "y": 59.014362,
+ "z": 51.45637
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001087,
+ "ViewObjectID": 2001331,
"ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 310314
- },
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
"Elements": [
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310314,
+ "NewRewardID": 10310308,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171200150.json b/Data/_unsorted/Group_171200150.json
index 3a8e4f3ef..e19668b2a 100644
--- a/Data/_unsorted/Group_171200150.json
+++ b/Data/_unsorted/Group_171200150.json
@@ -91,9 +91,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 85.95428,
- "y": 28.521816,
- "z": 77.72887
+ "x": 85.47758,
+ "y": 27.720955,
+ "z": 76.95543
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -151,15 +151,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 245.858,
+ "y": 245.85797,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 111.64872,
- "y": 28.4537,
- "z": 125.22965
+ "x": 111.75339,
+ "y": 27.691956,
+ "z": 126.087456
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200159.json b/Data/_unsorted/Group_171200159.json
index f520e8e26..4da951378 100644
--- a/Data/_unsorted/Group_171200159.json
+++ b/Data/_unsorted/Group_171200159.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 104.475914,
- "y": 59.944836,
+ "y": 59.98609,
"z": 27.639456
},
"MemberType": "Gadget",
@@ -118,14 +118,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 255.6044,
+ "y": 255.60439,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": 149.01868,
- "y": 59.931835,
+ "y": 59.951847,
"z": 38.041584
},
"MemberType": "Gadget",
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": 117.139084,
- "y": 59.040955,
+ "y": 59.014362,
"z": 48.358685
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200160.json b/Data/_unsorted/Group_171200160.json
index eb5000a4d..6137d1a1b 100644
--- a/Data/_unsorted/Group_171200160.json
+++ b/Data/_unsorted/Group_171200160.json
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": 145.26668,
- "y": 61.800938,
+ "y": 61.75394,
"z": 62.34262
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200161.json b/Data/_unsorted/Group_171200161.json
index b32089fdb..e047780e1 100644
--- a/Data/_unsorted/Group_171200161.json
+++ b/Data/_unsorted/Group_171200161.json
@@ -96,7 +96,7 @@
],
"MemberPosition": {
"x": 189.2411,
- "y": 55.640953,
+ "y": 55.590855,
"z": 83.68356
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200164.json b/Data/_unsorted/Group_171200164.json
index aa3f19f21..e64c20c40 100644
--- a/Data/_unsorted/Group_171200164.json
+++ b/Data/_unsorted/Group_171200164.json
@@ -137,7 +137,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 6,
"isDisable": false
}
],
diff --git a/Data/_unsorted/Group_171200165.json b/Data/_unsorted/Group_171200165.json
index 2ee064c6f..8b923bfb1 100644
--- a/Data/_unsorted/Group_171200165.json
+++ b/Data/_unsorted/Group_171200165.json
@@ -137,7 +137,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 6,
"isDisable": false
}
],
diff --git a/Data/_unsorted/Group_171200167.json b/Data/_unsorted/Group_171200167.json
index baecf19cd..47280b53b 100644
--- a/Data/_unsorted/Group_171200167.json
+++ b/Data/_unsorted/Group_171200167.json
@@ -91,9 +91,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 209.99736,
- "y": 56.10739,
- "z": -67.21858
+ "x": 209.86841,
+ "y": 56.065456,
+ "z": -67.10683
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -191,7 +191,7 @@
],
"MemberPosition": {
"x": 202.92049,
- "y": 56.10639,
+ "y": 56.06533,
"z": -74.269
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": 210.1882,
- "y": 56.10439,
+ "y": 56.06508,
"z": -56.180763
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200168.json b/Data/_unsorted/Group_171200168.json
index 859a425a8..1a22a1233 100644
--- a/Data/_unsorted/Group_171200168.json
+++ b/Data/_unsorted/Group_171200168.json
@@ -7,6 +7,91 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200168_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -208.69775,
+ "y": 52.549496,
+ "z": 74.46198
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200168_Point_000"
+ },
+ "171200168_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -211.40166,
+ "y": 50.39711,
+ "z": 96.07437
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200168_Point_001"
+ },
+ "171200168_Point_002": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -223.17618,
+ "y": 50.451168,
+ "z": 44.537247
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200168_Point_002"
+ },
+ "171200168_Point_003": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -135.03351,
+ "y": 40.257168,
+ "z": 73.18253
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200168_Point_003"
+ },
+ "171200168_Point_004": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -159.46112,
+ "y": 42.479168,
+ "z": 58.476574
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200168_Point_004"
+ }
},
"SplineMap": {
},
@@ -69,8 +154,8 @@
"$type": "ZenkovErosionRegionTrait",
"Export2Server": false,
"GroupIdList": [
- 171200206,
- 171200207
+ 171200207,
+ 171200206
],
"MapIconTraitMemberConfig": [
"171200169:204",
diff --git a/Data/_unsorted/Group_171200169.json b/Data/_unsorted/Group_171200169.json
index fb9bd88df..25c8b372b 100644
--- a/Data/_unsorted/Group_171200169.json
+++ b/Data/_unsorted/Group_171200169.json
@@ -135,9 +135,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -220.47266,
+ "x": -214.95424,
"y": 45.211166,
- "z": 77.39233
+ "z": 107.305664
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -914,9 +914,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -220.47266,
+ "x": -214.95424,
"y": 45.211166,
- "z": 77.39233
+ "z": 107.305664
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1693,9 +1693,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -220.47266,
+ "x": -214.95424,
"y": 45.211166,
- "z": 77.39233
+ "z": 107.305664
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -2472,9 +2472,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -220.47266,
+ "x": -214.95424,
"y": 45.211166,
- "z": 77.39233
+ "z": 107.305664
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200171.json b/Data/_unsorted/Group_171200171.json
index cff7752aa..ea2f12217 100644
--- a/Data/_unsorted/Group_171200171.json
+++ b/Data/_unsorted/Group_171200171.json
@@ -325,6 +325,12 @@
"Export2Server": false,
"FallbackSuiteIndex": 1,
"isDisable": false
+ },
+ {
+ "$type": "GroupZKBattlefieldDifficultyTrait",
+ "Export2Server": false,
+ "ZKLevelTagID": 3,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
diff --git a/Data/_unsorted/Group_171200178.json b/Data/_unsorted/Group_171200178.json
index 2689fad0e..44cbca05d 100644
--- a/Data/_unsorted/Group_171200178.json
+++ b/Data/_unsorted/Group_171200178.json
@@ -30,8 +30,8 @@
{
"$type": "ZKItemRewardGroupTrait",
"Export2Server": false,
- "MaxNum": 10,
- "MinNum": 3,
+ "MaxNum": 4,
+ "MinNum": 2,
"ZKRewardSetID": 323200,
"isDisable": false
}
@@ -173,7 +173,7 @@
],
"MemberPosition": {
"x": -152.6524,
- "y": 66.87792,
+ "y": 66.94012,
"z": -162.86163
},
"MemberType": "Gadget",
@@ -227,234 +227,6 @@
}
},
"VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 206,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 50.380173,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -158.10289,
- "y": 67.72255,
- "z": -168.74081
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 207,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 34.202873,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -159.0117,
- "y": 67.72085,
- "z": -168.24843
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 208,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 50.83162,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -154.01183,
- "y": 66.80072,
- "z": -167.59843
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 127.75585,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -152.2364,
- "y": 66.80072,
- "z": -165.19734
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 210,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 80.1201,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -156.5767,
- "y": 66.80072,
- "z": -165.49492
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 211,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001100,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 157.18507,
- "z": 0
- },
- "MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
- ],
- "MemberPosition": {
- "x": -150.96014,
- "y": 67.45635,
- "z": -162.9793
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001100,
- "ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- }
- },
- "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200184.json b/Data/_unsorted/Group_171200184.json
index e4be62d03..f2eeb8085 100644
--- a/Data/_unsorted/Group_171200184.json
+++ b/Data/_unsorted/Group_171200184.json
@@ -463,19 +463,19 @@
"ConfigID": 101,
"MemberEuler": {
"x": 0,
- "y": 134.16837,
+ "y": 178.2132,
"z": 0
},
"MemberPosition": {
- "x": -230.26158,
- "y": 66.20349,
- "z": -172.67075
+ "x": -227.701,
+ "y": 66.17644,
+ "z": -175.16122
},
"MemberType": "Monster",
"ModelMappingID": -1,
"MonsterInfo": {
"$type": "ConfigGroupMemberMonsterInfo",
- "MonsterID": 31171,
+ "MonsterID": 11511,
"MonsterIDType": "BaseIDType"
},
"RewardID": 0,
@@ -623,13 +623,13 @@
"ConfigID": 103,
"MemberEuler": {
"x": 0,
- "y": 330.5686,
+ "y": 208.42213,
"z": 0
},
"MemberPosition": {
- "x": -224.21027,
+ "x": -224.43034,
"y": 66.36149,
- "z": -173.85254
+ "z": -174.55185
},
"MemberType": "Monster",
"ModelMappingID": -1,
@@ -731,6 +731,119 @@
},
"VisionLevel": 2
},
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 104,
+ "MemberEuler": {
+ "x": 0,
+ "y": 170.2707,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -230.05974,
+ "y": 66.441345,
+ "z": -173.50075
+ },
+ "MemberType": "Monster",
+ "ModelMappingID": -1,
+ "MonsterInfo": {
+ "$type": "ConfigGroupMemberMonsterInfo",
+ "MonsterID": 11143,
+ "MonsterIDType": "BaseIDType"
+ },
+ "RewardID": 0,
+ "SpecialIdleID": -1,
+ "Type": "Global",
+ "ViewObjectID": 1000090,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Common"
+ },
+ "ConfigMonsterDefaultTrait.MuteAI": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_004"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": true,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_005"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ }
+ },
+ "VisionLevel": 2
+ },
{
"$type": "ConfigGroupMember",
"ConfigID": 202,
@@ -1139,9 +1252,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -138.52794,
+ "x": -143.50314,
"y": 67.68317,
- "z": -169.75511
+ "z": -164.28801
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1163,7 +1276,7 @@
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
- "CircleAreaRadius": 10,
+ "CircleAreaRadius": 15,
"DecalHeightBottom": 2,
"DecalHeightTop": 2,
"EffectName": "Eff_TargetPoint_01_Yellow",
@@ -1196,9 +1309,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -258.88037,
+ "x": -251.5168,
"y": 66.21149,
- "z": -153.25868
+ "z": -160.00995
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1253,9 +1366,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -231.35788,
+ "x": -235.23277,
"y": 66.21149,
- "z": -84.57894
+ "z": -79.539215
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1277,7 +1390,7 @@
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
- "CircleAreaRadius": 15,
+ "CircleAreaRadius": 20,
"DecalHeightBottom": 1,
"DecalHeightTop": 1,
"EffectName": "Eff_TargetPoint_01_Yellow",
@@ -3315,6 +3428,98 @@
}
}
},
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 104,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Common"
+ },
+ "ConfigMonsterDefaultTrait.MuteAI": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_004"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": true,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200184_Point_005"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ }
+ }
+ },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
diff --git a/Data/_unsorted/Group_171200186.json b/Data/_unsorted/Group_171200186.json
index 674e28216..c1cba06b8 100644
--- a/Data/_unsorted/Group_171200186.json
+++ b/Data/_unsorted/Group_171200186.json
@@ -1845,6 +1845,84 @@
},
"VisionLevel": 5
},
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 225,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000997,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -217.68944,
+ "y": 50.451168,
+ "z": 47.99445
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000997,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ },
+ "VisionLevel": 0
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 226,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001454,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -217.68944,
+ "y": 52.65,
+ "z": 47.99445
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001454,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
{
"$type": "ConfigGroupMember",
"ConfigID": 301,
@@ -2052,6 +2130,32 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2209,6 +2313,32 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2354,6 +2484,32 @@
"ConfigID": 223,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2468,6 +2624,32 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2697,6 +2879,32 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2812,6 +3020,32 @@
"Value": 12000017
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -2922,6 +3156,32 @@
"ConfigID": 222,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 225,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.ForceTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160409
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 226,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171200193.json b/Data/_unsorted/Group_171200193.json
index 33e32dc91..564c869ac 100644
--- a/Data/_unsorted/Group_171200193.json
+++ b/Data/_unsorted/Group_171200193.json
@@ -133,6 +133,12 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "GroupZKBattlefieldDifficultyTrait",
+ "Export2Server": false,
+ "ZKLevelTagID": 6,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
diff --git a/Data/_unsorted/Group_171200195.json b/Data/_unsorted/Group_171200195.json
index c2528760a..e715330b5 100644
--- a/Data/_unsorted/Group_171200195.json
+++ b/Data/_unsorted/Group_171200195.json
@@ -133,6 +133,12 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "GroupZKBattlefieldDifficultyTrait",
+ "Export2Server": false,
+ "ZKLevelTagID": 6,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
diff --git a/Data/_unsorted/Group_171200198.json b/Data/_unsorted/Group_171200198.json
index 9ecd250ca..2fdfd025d 100644
--- a/Data/_unsorted/Group_171200198.json
+++ b/Data/_unsorted/Group_171200198.json
@@ -7,6 +7,40 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200198_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -196.054,
+ "y": 70.82282,
+ "z": -141.9162
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200198_Point_000"
+ },
+ "171200198_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -180.67772,
+ "y": 71.357956,
+ "z": -142.15334
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200198_Point_001"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200199.json b/Data/_unsorted/Group_171200199.json
index 6191f2656..37686dcfc 100644
--- a/Data/_unsorted/Group_171200199.json
+++ b/Data/_unsorted/Group_171200199.json
@@ -7,6 +7,23 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200199_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -139.13782,
+ "y": 66.801216,
+ "z": -166.09183
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200199_Point_000"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200200.json b/Data/_unsorted/Group_171200200.json
index 3f3c83fb6..bd27c61ba 100644
--- a/Data/_unsorted/Group_171200200.json
+++ b/Data/_unsorted/Group_171200200.json
@@ -7,6 +7,40 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200200_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -22.634102,
+ "y": 67.020706,
+ "z": -78.5307
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200200_Point_000"
+ },
+ "171200200_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -17.149477,
+ "y": 66.8207,
+ "z": -51.291145
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200200_Point_001"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200202.json b/Data/_unsorted/Group_171200202.json
index f1b47c8f8..f24cbe064 100644
--- a/Data/_unsorted/Group_171200202.json
+++ b/Data/_unsorted/Group_171200202.json
@@ -7,6 +7,40 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200202_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 200.43875,
+ "y": 60.04536,
+ "z": -67.16716
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200202_Point_000"
+ },
+ "171200202_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 197.6386,
+ "y": 56.588844,
+ "z": -37.242725
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200202_Point_001"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200203.json b/Data/_unsorted/Group_171200203.json
index ae0408016..055ea8ced 100644
--- a/Data/_unsorted/Group_171200203.json
+++ b/Data/_unsorted/Group_171200203.json
@@ -11,82 +11,6 @@
"SplineMap": {
},
"TriggerMap": {
- "171200203_Trigger_000": {
- "$type": "ConfigTrigger",
- "Data": {
- "$type": "ConfigTriggerData",
- "ColliderConfig": {
- "$type": "ConfigurableColliderConfig",
- "BoxColliderDistance": 50,
- "BoxColliderHeight": 3,
- "BoxColliderWidth": 50,
- "CapsuleColliderHeight": 3,
- "CapsuleColliderRadius": 3,
- "ColliderAngleOffset": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "ColliderPosOffset": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "ColliderType": "Box",
- "DynamicObjectName": "",
- "SphereColliderRadius": 3
- },
- "Position": {
- "x": 3.539073,
- "y": 20.230957,
- "z": 107.082306
- },
- "Rotation": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- "NameKey": "171200203_Trigger_000"
- },
- "171200203_Trigger_001": {
- "$type": "ConfigTrigger",
- "Data": {
- "$type": "ConfigTriggerData",
- "ColliderConfig": {
- "$type": "ConfigurableColliderConfig",
- "BoxColliderDistance": 50,
- "BoxColliderHeight": 3,
- "BoxColliderWidth": 50,
- "CapsuleColliderHeight": 3,
- "CapsuleColliderRadius": 3,
- "ColliderAngleOffset": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "ColliderPosOffset": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "ColliderType": "Box",
- "DynamicObjectName": "",
- "SphereColliderRadius": 3
- },
- "Position": {
- "x": 54.194885,
- "y": 29.303797,
- "z": 184.65126
- },
- "Rotation": {
- "x": 0,
- "y": 341.3198,
- "z": 0
- }
- },
- "NameKey": "171200203_Trigger_001"
- }
}
},
"GroupGamePlayTagList": [
@@ -108,10 +32,8 @@
"$type": "ZenkovErosionRegionTrait",
"Export2Server": false,
"GroupIdList": [
- 171200228
],
"MapIconTraitMemberConfig": [
- "171200169:215",
"171200169:222"
],
"isDisable": false
@@ -139,9 +61,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 4.924142,
- "y": 20.230957,
- "z": 105.01979
+ "x": 48.479286,
+ "y": 29.295956,
+ "z": 179.22356
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -172,9 +94,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 4.924142,
- "y": 20.230957,
- "z": 105.01979
+ "x": 48.479286,
+ "y": 29.295956,
+ "z": 179.22356
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -424,8 +346,6 @@
}
],
"RefTriggerKey": [
- "171200203_Trigger_000",
- "171200203_Trigger_001"
],
"SuiteGraph": {
"$type": "ConfigSuiteGraph",
diff --git a/Data/_unsorted/Group_171200204.json b/Data/_unsorted/Group_171200204.json
index 5ab826607..5045b7824 100644
--- a/Data/_unsorted/Group_171200204.json
+++ b/Data/_unsorted/Group_171200204.json
@@ -7,6 +7,125 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200204_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -11.846991,
+ "y": 30.617176,
+ "z": 51.07582
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_000"
+ },
+ "171200204_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -7.322095,
+ "y": 28.322178,
+ "z": 47.54901
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_001"
+ },
+ "171200204_Point_002": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -28.192469,
+ "y": 31.701176,
+ "z": 39.549664
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_002"
+ },
+ "171200204_Point_003": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 3.549689,
+ "y": 29.512177,
+ "z": 45.793434
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_003"
+ },
+ "171200204_Point_004": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -58.314495,
+ "y": 23.561325,
+ "z": 80.92835
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_004"
+ },
+ "171200204_Point_005": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -51.761448,
+ "y": 27.09058,
+ "z": 71.93579
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_005"
+ },
+ "171200204_Point_006": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -54.11728,
+ "y": 25.034573,
+ "z": 37.416016
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200204_Point_006"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200206.json b/Data/_unsorted/Group_171200206.json
index 2b3e99daf..8504d9e56 100644
--- a/Data/_unsorted/Group_171200206.json
+++ b/Data/_unsorted/Group_171200206.json
@@ -21,26 +21,26 @@
},
"heightY": 10,
"originPos": {
- "x": -190.89067,
- "y": 45.161167,
- "z": 85.90638
+ "x": -218.01743,
+ "y": 50.251167,
+ "z": 31.516586
},
"xzPoints": [
{
- "x": -10.564255,
- "y": -27.716354
+ "x": -29.74936,
+ "y": -26.60168
},
{
- "x": 20.527924,
- "y": -25.44606
+ "x": 46.769943,
+ "y": -26.950668
},
{
- "x": 22.715057,
- "y": 12.121597
+ "x": 28.18631,
+ "y": 33.86995
},
{
- "x": -12.036423,
- "y": 11.86528
+ "x": -20.188553,
+ "y": 30.371883
}
]
}
@@ -64,9 +64,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -190.95412,
- "y": 45.161167,
- "z": 88.236694
+ "x": -224.32431,
+ "y": 50.463287,
+ "z": 57.181374
},
"Rotation": {
"x": 0,
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -190.95412,
- "y": 45.161167,
- "z": 88.236694
+ "x": -222.22589,
+ "y": 50.463287,
+ "z": 38.578297
},
"Rotation": {
"x": 0,
@@ -98,9 +98,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -196.00233,
- "y": 45.161167,
- "z": 75.29379
+ "x": -216.7094,
+ "y": 50.463287,
+ "z": 27.374952
},
"Rotation": {
"x": 0,
@@ -115,9 +115,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -181.75327,
- "y": 45.161167,
- "z": 73.64356
+ "x": -206.2825,
+ "y": 50.463287,
+ "z": 18.215479
},
"Rotation": {
"x": 0,
@@ -132,9 +132,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -179.34312,
- "y": 45.161167,
- "z": 91.64958
+ "x": -189.7901,
+ "y": 50.463287,
+ "z": 21.022501
},
"Rotation": {
"x": 0,
@@ -179,13 +179,13 @@
"ConfigID": 101,
"MemberEuler": {
"x": 0,
- "y": 6.2704406,
+ "y": 180.38226,
"z": 0
},
"MemberPosition": {
- "x": -189.19945,
- "y": 45.161167,
- "z": 89.652306
+ "x": -224.32431,
+ "y": 50.463287,
+ "z": 57.181374
},
"MemberType": "Monster",
"ModelMappingID": -1,
@@ -235,6 +235,17 @@
"Wait": true,
"WaitDurationSeconds": 2
},
+ "PointKey": "171200206_Point_000"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 2
+ },
"PointKey": "171200206_Point_001"
},
{
@@ -243,7 +254,7 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": true,
+ "Wait": false,
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_002"
@@ -254,7 +265,7 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": true,
+ "Wait": false,
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_003"
@@ -269,6 +280,39 @@
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_004"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_001"
}
],
"SetId": "Patrol_Noremal_01",
@@ -298,9 +342,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -185.5804,
- "y": 45.161167,
- "z": 83.868256
+ "x": -224.32431,
+ "y": 50.463287,
+ "z": 57.181374
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -370,6 +414,17 @@
"Wait": true,
"WaitDurationSeconds": 2
},
+ "PointKey": "171200206_Point_000"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 2
+ },
"PointKey": "171200206_Point_001"
},
{
@@ -378,7 +433,7 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": true,
+ "Wait": false,
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_002"
@@ -389,7 +444,7 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": true,
+ "Wait": false,
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_003"
@@ -404,6 +459,39 @@
"WaitDurationSeconds": 2
},
"PointKey": "171200206_Point_004"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200206_Point_001"
}
],
"SetId": "Patrol_Noremal_01",
diff --git a/Data/_unsorted/Group_171200225.json b/Data/_unsorted/Group_171200225.json
index 4e3cf3d37..c9037e642 100644
--- a/Data/_unsorted/Group_171200225.json
+++ b/Data/_unsorted/Group_171200225.json
@@ -279,7 +279,7 @@
"IntValue": 0,
"Key": "RollBackPoint",
"ParamType": "String",
- "StringValue": "Stage_Zenkov1_1_SpawnPoint_01",
+ "StringValue": "Marker_Wasteland2",
"VectorValue": {
"x": 0,
"y": 0,
@@ -312,7 +312,7 @@
"MemberPosition": {
"x": -0.46542168,
"y": -437.755,
- "z": 8.361677
+ "z": 0.23
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -383,7 +383,7 @@
"IntValue": 0,
"Key": "RollBackPoint",
"ParamType": "String",
- "StringValue": "Point_001",
+ "StringValue": "Marker_WildfireTown2",
"VectorValue": {
"x": 0,
"y": 0,
@@ -435,7 +435,7 @@
"IntValue": 0,
"Key": "RollBackPoint",
"ParamType": "String",
- "StringValue": "Point_002",
+ "StringValue": "Marker_Factory",
"VectorValue": {
"x": 0,
"y": 0,
@@ -539,7 +539,7 @@
"IntValue": 0,
"Key": "RollBackPoint",
"ParamType": "String",
- "StringValue": "Point_003",
+ "StringValue": "Marker_Wasteland5",
"VectorValue": {
"x": 0,
"y": 0,
@@ -570,9 +570,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -140.38399,
+ "x": -138.53415,
"y": 66.21149,
- "z": -79.49759
+ "z": -69.898895
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -591,7 +591,371 @@
"IntValue": 0,
"Key": "RollBackPoint",
"ParamType": "String",
- "StringValue": "Point_001",
+ "StringValue": "Point_006",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 212,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 234.97318,
+ "y": 59.716373,
+ "z": -6.715361
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Stage_Zenkov1_1_SpawnPoint_01",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 213,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -128.14955,
+ "y": 66.21131,
+ "z": -94.99628
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Point_004",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 214,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 99.43847,
+ "y": 27.723957,
+ "z": 162.58391
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Marker_Resort3",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 215,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -109.83285,
+ "y": 66.206314,
+ "z": -125.736855
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Zenkov02",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 216,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -225.90834,
+ "y": 45.160168,
+ "z": 109.62523
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Point_007",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 217,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -57.01105,
+ "y": 23.561325,
+ "z": 83.48576
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Point_008",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 218,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001307,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 24.751041,
+ "y": 22.247192,
+ "z": 65.14908
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001307,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Point_009",
"VectorValue": {
"x": 0,
"y": 0,
diff --git a/Data/_unsorted/Group_171200226.json b/Data/_unsorted/Group_171200226.json
index 4e731cd16..ba98e6d2f 100644
--- a/Data/_unsorted/Group_171200226.json
+++ b/Data/_unsorted/Group_171200226.json
@@ -266,7 +266,7 @@
],
"MemberPosition": {
"x": 111.96506,
- "y": 52.840954,
+ "y": 52.775955,
"z": -68.68551
},
"MemberType": "Gadget",
@@ -325,7 +325,7 @@
],
"MemberPosition": {
"x": 99.25644,
- "y": 52.840954,
+ "y": 52.790955,
"z": -79.85223
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200230.json b/Data/_unsorted/Group_171200230.json
index b5b6d74ab..484a4a80c 100644
--- a/Data/_unsorted/Group_171200230.json
+++ b/Data/_unsorted/Group_171200230.json
@@ -75,6 +75,51 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 32.14972,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -25.441313,
+ "y": 22.714712,
+ "z": 31.04284
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200234.json b/Data/_unsorted/Group_171200234.json
index 030a79271..e5e57e5df 100644
--- a/Data/_unsorted/Group_171200234.json
+++ b/Data/_unsorted/Group_171200234.json
@@ -45,15 +45,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 178.85394,
+ "y": 187.51091,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -235.41116,
+ "x": -226.01169,
"y": 66.21149,
- "z": -168.93617
+ "z": -170.6358
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -203,9 +203,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -235.41116,
+ "x": -226.01169,
"y": 66.21149,
- "z": -168.93617
+ "z": -170.6358
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200249.json b/Data/_unsorted/Group_171200249.json
index b8540cdd3..c84c62a71 100644
--- a/Data/_unsorted/Group_171200249.json
+++ b/Data/_unsorted/Group_171200249.json
@@ -356,6 +356,7 @@
}
},
"GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
],
"GroupId": 171200249,
"GroupUsage": "Default",
diff --git a/Data/_unsorted/Group_171200250.json b/Data/_unsorted/Group_171200250.json
index 20d87eefb..0181d5ca8 100644
--- a/Data/_unsorted/Group_171200250.json
+++ b/Data/_unsorted/Group_171200250.json
@@ -356,6 +356,7 @@
}
},
"GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
],
"GroupId": 171200250,
"GroupUsage": "Default",
@@ -769,62 +770,6 @@
}
},
"VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 202,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2000997,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 98.86882,
- "y": 52.840954,
- "z": -89.481064
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2000997,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- },
- "VisionLevel": 2
}
],
"MetaData": {
@@ -883,40 +828,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
@@ -1011,40 +922,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
@@ -1110,40 +987,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
@@ -1209,40 +1052,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
@@ -1308,40 +1117,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
@@ -1407,40 +1182,6 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.ForceTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160454
- },
- "MapIconTrait.ValidSuitIndex": {
- "$type": "ConfigDynmaicValueListInt",
- "Elements": [
- 1,
- 3,
- 4,
- 5,
- 6,
- 7
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- }
- }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171200256.json b/Data/_unsorted/Group_171200256.json
index 9f12cd595..f83ee8964 100644
--- a/Data/_unsorted/Group_171200256.json
+++ b/Data/_unsorted/Group_171200256.json
@@ -260,16 +260,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 293.573,
+ "y": 295.81506,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 199.39883,
+ "x": 197.25606,
"y": 55.608788,
- "z": -56.84685
+ "z": -59.371937
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -328,8 +328,8 @@
],
"MemberPosition": {
"x": 216.16878,
- "y": 55.53579,
- "z": -0.6437617
+ "y": 55.59552,
+ "z": -0.64376163
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200257.json b/Data/_unsorted/Group_171200257.json
index ad274e66c..8fb7b2747 100644
--- a/Data/_unsorted/Group_171200257.json
+++ b/Data/_unsorted/Group_171200257.json
@@ -200,16 +200,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 331.44434,
+ "y": 154.47728,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -154.09904,
- "y": 66.21149,
- "z": -99.49855
+ "x": -152.91898,
+ "y": 66.23932,
+ "z": -98.98795
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200258.json b/Data/_unsorted/Group_171200258.json
index b1c79be4e..0a04df588 100644
--- a/Data/_unsorted/Group_171200258.json
+++ b/Data/_unsorted/Group_171200258.json
@@ -260,16 +260,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 292.42264,
+ "y": 295.81506,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 199.27081,
+ "x": 197.25606,
"y": 55.608788,
- "z": -56.725666
+ "z": -59.371937
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -320,16 +320,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 204.01001,
+ "y": 206.18227,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 216.18594,
- "y": 55.53579,
- "z": -0.60463226
+ "x": 216.16878,
+ "y": 55.59552,
+ "z": -0.64376163
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200259.json b/Data/_unsorted/Group_171200259.json
index d69ec67e4..2b44cca51 100644
--- a/Data/_unsorted/Group_171200259.json
+++ b/Data/_unsorted/Group_171200259.json
@@ -266,7 +266,7 @@
],
"MemberPosition": {
"x": 111.96506,
- "y": 52.840954,
+ "y": 52.775955,
"z": -68.68551
},
"MemberType": "Gadget",
@@ -325,7 +325,7 @@
],
"MemberPosition": {
"x": 99.25644,
- "y": 52.840954,
+ "y": 52.790955,
"z": -79.85223
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200260.json b/Data/_unsorted/Group_171200260.json
index cc2c4b655..328681d2f 100644
--- a/Data/_unsorted/Group_171200260.json
+++ b/Data/_unsorted/Group_171200260.json
@@ -200,16 +200,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 331.44434,
+ "y": 154.47728,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -154.09904,
- "y": 66.21149,
- "z": -99.49855
+ "x": -152.91898,
+ "y": 66.23932,
+ "z": -98.98795
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200263.json b/Data/_unsorted/Group_171200263.json
index 577e33479..b959d7b5c 100644
--- a/Data/_unsorted/Group_171200263.json
+++ b/Data/_unsorted/Group_171200263.json
@@ -44,15 +44,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 273.32227,
+ "y": 0.014875435,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -200.5349,
- "y": 66.21149,
- "z": -133.64685
+ "x": -206.2647,
+ "y": 66.20349,
+ "z": -135.5835
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -120,7 +120,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310302,
+ "NewRewardID": 10310308,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -169,7 +169,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10310302,
+ "NewRewardID": 10310308,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171200267.json b/Data/_unsorted/Group_171200267.json
index 549e10fc1..7bc1f56b8 100644
--- a/Data/_unsorted/Group_171200267.json
+++ b/Data/_unsorted/Group_171200267.json
@@ -208,7 +208,7 @@
],
"MemberPosition": {
"x": -230.15854,
- "y": 45.192,
+ "y": 45.16486,
"z": 91.11423
},
"MemberType": "Gadget",
@@ -268,7 +268,7 @@
],
"MemberPosition": {
"x": -244.15921,
- "y": 45.192,
+ "y": 45.138733,
"z": 133.71495
},
"MemberType": "Gadget",
@@ -320,16 +320,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 326.56265,
+ "y": 305.91272,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -120.15458,
- "y": 40.258167,
- "z": 59.584084
+ "x": -118.32314,
+ "y": 40.257168,
+ "z": 60.9483
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200268.json b/Data/_unsorted/Group_171200268.json
index c10c53614..1de104df4 100644
--- a/Data/_unsorted/Group_171200268.json
+++ b/Data/_unsorted/Group_171200268.json
@@ -208,7 +208,7 @@
],
"MemberPosition": {
"x": -230.15854,
- "y": 45.192,
+ "y": 45.16486,
"z": 91.11423
},
"MemberType": "Gadget",
@@ -268,7 +268,7 @@
],
"MemberPosition": {
"x": -244.15921,
- "y": 45.160168,
+ "y": 45.138733,
"z": 133.71495
},
"MemberType": "Gadget",
@@ -320,16 +320,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 326.56265,
+ "y": 305.91272,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -115.015,
+ "x": -118.32314,
"y": 40.257168,
- "z": 63.509
+ "z": 60.9483
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200269.json b/Data/_unsorted/Group_171200269.json
index a174fbd77..b556a0256 100644
--- a/Data/_unsorted/Group_171200269.json
+++ b/Data/_unsorted/Group_171200269.json
@@ -49,6 +49,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -70,6 +85,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -91,6 +121,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -112,6 +157,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -133,6 +193,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -154,6 +229,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
},
@@ -175,6 +265,21 @@
"$type": "SuiteWeightEntry",
"SuiteIndex": 3,
"Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
}
]
}
@@ -200,16 +305,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 302.57916,
+ "y": 43.924107,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 77.901764,
- "y": 27.740955,
- "z": 66.598946
+ "x": -62.06336,
+ "y": 25.034573,
+ "z": 32.262085
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -268,7 +373,7 @@
],
"MemberPosition": {
"x": -4.0004864,
- "y": 22.190956,
+ "y": 22.247192,
"z": 77.040985
},
"MemberType": "Gadget",
@@ -320,16 +425,76 @@
},
"MemberEuler": {
"x": 0,
- "y": 275.46246,
+ "y": 269.9799,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 30.755167,
- "y": 20.60035,
- "z": 105.4616
+ "x": 27.668938,
+ "y": 22.2556,
+ "z": 49.86373
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 35.461533,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -30.969763,
+ "y": 22.265957,
+ "z": 32.876255
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -415,6 +580,39 @@
]
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
@@ -441,7 +639,40 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 202,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -496,7 +727,40 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 203,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -551,7 +815,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 201,
+ "ConfigID": 202,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -584,7 +848,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 202,
+ "ConfigID": 203,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -639,7 +903,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 201,
+ "ConfigID": 202,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -672,7 +936,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 203,
+ "ConfigID": 204,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -727,7 +991,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 202,
+ "ConfigID": 203,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -760,7 +1024,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 203,
+ "ConfigID": 204,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
diff --git a/Data/_unsorted/Group_171200270.json b/Data/_unsorted/Group_171200270.json
index dd0fdddc5..a1b601756 100644
--- a/Data/_unsorted/Group_171200270.json
+++ b/Data/_unsorted/Group_171200270.json
@@ -35,20 +35,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 210,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -56,20 +61,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 211,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -77,20 +87,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 212,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -98,20 +113,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 213,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -119,20 +139,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 2101,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -140,20 +165,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 2102,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
},
@@ -161,20 +191,25 @@
"$type": "DifficultyRandomSuiteConfig",
"Difficulty": 2103,
"SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ },
{
"$type": "SuiteWeightEntry",
"SuiteIndex": 4,
"Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 5,
- "Weight": 1
- },
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 6,
- "Weight": 1
}
]
}
@@ -200,16 +235,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 301.60242,
+ "y": 43.924107,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 77.901764,
- "y": 27.740955,
- "z": 66.598946
+ "x": -62.06336,
+ "y": 25.034573,
+ "z": 32.262085
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -268,7 +303,7 @@
],
"MemberPosition": {
"x": -4.0004864,
- "y": 22.190956,
+ "y": 22.247192,
"z": 77.040985
},
"MemberType": "Gadget",
@@ -366,6 +401,66 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 269.9799,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 27.668938,
+ "y": 22.2556,
+ "z": 49.86373
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
@@ -415,6 +510,72 @@
]
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
@@ -438,6 +599,39 @@
"RefBattleRegionKey": [
],
"RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -470,6 +664,39 @@
]
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
@@ -493,6 +720,39 @@
"RefBattleRegionKey": [
],
"RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -525,6 +785,39 @@
]
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
@@ -551,7 +844,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 201,
+ "ConfigID": 202,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -584,7 +877,40 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 202,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
"ViewObjectOverrideMap": {
"MapIconTrait.GameplayTag": {
"$type": "ConfigDynmaicValueListStr",
@@ -636,72 +962,6 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 201,
- "ViewObjectOverrideMap": {
- "MapIconTrait.GameplayTag": {
- "$type": "ConfigDynmaicValueListStr",
- "Elements": [
- "MapIcon.Zenkov.EuquipTreasureVisibility"
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310306,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 203,
- "ViewObjectOverrideMap": {
- "MapIconTrait.GameplayTag": {
- "$type": "ConfigDynmaicValueListStr",
- "Elements": [
- "MapIcon.Zenkov.EuquipTreasureVisibility"
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310306,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- }
- }
],
"RefTriggerKey": [
],
@@ -724,72 +984,6 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 202,
- "ViewObjectOverrideMap": {
- "MapIconTrait.GameplayTag": {
- "$type": "ConfigDynmaicValueListStr",
- "Elements": [
- "MapIcon.Zenkov.EuquipTreasureVisibility"
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310306,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 203,
- "ViewObjectOverrideMap": {
- "MapIconTrait.GameplayTag": {
- "$type": "ConfigDynmaicValueListStr",
- "Elements": [
- "MapIcon.Zenkov.EuquipTreasureVisibility"
- ]
- },
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10310306,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- }
- }
],
"RefTriggerKey": [
],
diff --git a/Data/_unsorted/Group_171200291.json b/Data/_unsorted/Group_171200291.json
index 76da749e2..5b26a533f 100644
--- a/Data/_unsorted/Group_171200291.json
+++ b/Data/_unsorted/Group_171200291.json
@@ -565,6 +565,10 @@
"Backstage": false,
"ConfigID": 302,
"ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.OverrideParamOnSuiteSwitch": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 130211
@@ -669,13 +673,13 @@
"Backstage": false,
"ConfigID": 302,
"ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.OverrideParamOnSuiteSwitch": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 130211
- },
- "ConfigNpcSubTrait.InitEntityDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
}
}
},
diff --git a/Data/_unsorted/Group_171200292.json b/Data/_unsorted/Group_171200292.json
index a9e23cb97..36599794c 100644
--- a/Data/_unsorted/Group_171200292.json
+++ b/Data/_unsorted/Group_171200292.json
@@ -326,7 +326,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 2,
+ "ZKLevelTagID": 6,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171200294.json b/Data/_unsorted/Group_171200294.json
index 7c579510f..c68fd49bc 100644
--- a/Data/_unsorted/Group_171200294.json
+++ b/Data/_unsorted/Group_171200294.json
@@ -326,7 +326,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 2,
+ "ZKLevelTagID": 4,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171200295.json b/Data/_unsorted/Group_171200295.json
index 7f645d1ce..639cc6f00 100644
--- a/Data/_unsorted/Group_171200295.json
+++ b/Data/_unsorted/Group_171200295.json
@@ -1649,9 +1649,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -220.24255,
+ "x": -224.60376,
"y": 45.211166,
- "z": 81.78762
+ "z": 69.44393
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200297.json b/Data/_unsorted/Group_171200297.json
index 216a07c7d..0b88171b9 100644
--- a/Data/_unsorted/Group_171200297.json
+++ b/Data/_unsorted/Group_171200297.json
@@ -2108,11 +2108,27 @@
"RewardID": 0,
"SpecialIdleID": -1,
"Type": "Global",
- "ViewObjectID": 1000089,
+ "ViewObjectID": 1000085,
"ViewObjectOverrideMap": {
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
},
"VisionLevel": 2
@@ -3752,6 +3768,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
@@ -3795,6 +3827,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
@@ -3838,6 +3886,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
diff --git a/Data/_unsorted/Group_171200298.json b/Data/_unsorted/Group_171200298.json
index 7a5dca9dc..ad4b1f323 100644
--- a/Data/_unsorted/Group_171200298.json
+++ b/Data/_unsorted/Group_171200298.json
@@ -267,9 +267,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 118.467636,
+ "x": 118.89327,
"y": 59.005367,
- "z": 17.63648
+ "z": 17.54737
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200300.json b/Data/_unsorted/Group_171200300.json
index d45c4a801..666e34de0 100644
--- a/Data/_unsorted/Group_171200300.json
+++ b/Data/_unsorted/Group_171200300.json
@@ -354,7 +354,60 @@
"Value": true
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000735,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -131.9659,
+ "y": 40.257168,
+ "z": 68.77456
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000735,
+ "ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.QuestShowAreaData": {
+ "$type": "ConfigDynamicValueQuestShowAreaData",
+ "Value": {
+ "$type": "QuestShowAreaData",
+ "AreaShapeType": "Circle",
+ "CircleAreaRadius": 20,
+ "DecalHeightBottom": 3.5,
+ "DecalHeightTop": 3,
+ "EffectName": "Eff_TargetPoint_01_Yellow",
+ "RadarHeightBottom": 0,
+ "RadarHeightTop": 0,
+ "RectAreaLength": 0,
+ "RectAreaWidth": 0,
+ "ShowEffect": false
+ }
+ }
+ },
+ "VisionLevel": 5
}
],
"MetaData": {
@@ -406,6 +459,33 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.QuestShowAreaData": {
+ "$type": "ConfigDynamicValueQuestShowAreaData",
+ "Value": {
+ "$type": "QuestShowAreaData",
+ "AreaShapeType": "Circle",
+ "CircleAreaRadius": 20,
+ "DecalHeightBottom": 3.5,
+ "DecalHeightTop": 3,
+ "EffectName": "Eff_TargetPoint_01_Yellow",
+ "RadarHeightBottom": 0,
+ "RadarHeightTop": 0,
+ "RectAreaLength": 0,
+ "RectAreaWidth": 0,
+ "ShowEffect": false
+ }
+ }
+ }
}
],
"RefTriggerKey": [
@@ -490,6 +570,33 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.QuestShowAreaData": {
+ "$type": "ConfigDynamicValueQuestShowAreaData",
+ "Value": {
+ "$type": "QuestShowAreaData",
+ "AreaShapeType": "Circle",
+ "CircleAreaRadius": 20,
+ "DecalHeightBottom": 3.5,
+ "DecalHeightTop": 3,
+ "EffectName": "Eff_TargetPoint_01_Yellow",
+ "RadarHeightBottom": 0,
+ "RadarHeightTop": 0,
+ "RectAreaLength": 0,
+ "RectAreaWidth": 0,
+ "ShowEffect": false
+ }
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171200301.json b/Data/_unsorted/Group_171200301.json
index 110fbd212..1430240b2 100644
--- a/Data/_unsorted/Group_171200301.json
+++ b/Data/_unsorted/Group_171200301.json
@@ -1908,11 +1908,27 @@
"RewardID": 0,
"SpecialIdleID": -1,
"Type": "Global",
- "ViewObjectID": 1000089,
+ "ViewObjectID": 1000085,
"ViewObjectOverrideMap": {
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
},
"VisionLevel": 2
@@ -3552,6 +3568,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
@@ -3595,6 +3627,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
@@ -3638,6 +3686,22 @@
"ConfigMonsterDefaultTrait.TowardsPlayer": {
"$type": "ConfigDynamicValueBool",
"Value": true
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410308
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
}
}
},
diff --git a/Data/_unsorted/Group_171200303.json b/Data/_unsorted/Group_171200303.json
index ffe2fd277..1171ebbf5 100644
--- a/Data/_unsorted/Group_171200303.json
+++ b/Data/_unsorted/Group_171200303.json
@@ -267,9 +267,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 118.467636,
+ "x": 118.89327,
"y": 59.005367,
- "z": 17.63648
+ "z": 17.54737
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200316.json b/Data/_unsorted/Group_171200316.json
index 934f06fed..2004f6ef2 100644
--- a/Data/_unsorted/Group_171200316.json
+++ b/Data/_unsorted/Group_171200316.json
@@ -45,15 +45,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 260.8913,
+ "y": 91.03187,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -170.39165,
- "y": 45.2,
- "z": 93.28464
+ "x": -282.334,
+ "y": 45.179802,
+ "z": 145.66226
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171200320.json b/Data/_unsorted/Group_171200320.json
index 015d3b17b..833e4731a 100644
--- a/Data/_unsorted/Group_171200320.json
+++ b/Data/_unsorted/Group_171200320.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200321.json b/Data/_unsorted/Group_171200321.json
index bd9a45606..bfcd1bf6b 100644
--- a/Data/_unsorted/Group_171200321.json
+++ b/Data/_unsorted/Group_171200321.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200322.json b/Data/_unsorted/Group_171200322.json
index feca022a0..bd9d07d6b 100644
--- a/Data/_unsorted/Group_171200322.json
+++ b/Data/_unsorted/Group_171200322.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_04\/Device_Prop_ZenkovGenericDoor_04_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200323.json b/Data/_unsorted/Group_171200323.json
index 46dac9400..2d883e49b 100644
--- a/Data/_unsorted/Group_171200323.json
+++ b/Data/_unsorted/Group_171200323.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_04\/Device_Prop_ZenkovGenericDoor_04_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200324.json b/Data/_unsorted/Group_171200324.json
index 3de868091..5689e0441 100644
--- a/Data/_unsorted/Group_171200324.json
+++ b/Data/_unsorted/Group_171200324.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001377,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
@@ -114,7 +114,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
@@ -166,7 +166,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200325.json b/Data/_unsorted/Group_171200325.json
index f0a813c35..d44162be6 100644
--- a/Data/_unsorted/Group_171200325.json
+++ b/Data/_unsorted/Group_171200325.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200326.json b/Data/_unsorted/Group_171200326.json
index 19e5ddd84..b4f94ee55 100644
--- a/Data/_unsorted/Group_171200326.json
+++ b/Data/_unsorted/Group_171200326.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200327.json b/Data/_unsorted/Group_171200327.json
index 1978ff93d..61927ab1e 100644
--- a/Data/_unsorted/Group_171200327.json
+++ b/Data/_unsorted/Group_171200327.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200328.json b/Data/_unsorted/Group_171200328.json
index b82eb1143..ab36035a4 100644
--- a/Data/_unsorted/Group_171200328.json
+++ b/Data/_unsorted/Group_171200328.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200329.json b/Data/_unsorted/Group_171200329.json
index a1fea64ce..7ae205556 100644
--- a/Data/_unsorted/Group_171200329.json
+++ b/Data/_unsorted/Group_171200329.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_06\/Device_Prop_ZenkovGenericDoor_06_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200330.json b/Data/_unsorted/Group_171200330.json
index 14b9c75a3..92698914c 100644
--- a/Data/_unsorted/Group_171200330.json
+++ b/Data/_unsorted/Group_171200330.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200331.json b/Data/_unsorted/Group_171200331.json
index 07ea084f2..4f9a0b828 100644
--- a/Data/_unsorted/Group_171200331.json
+++ b/Data/_unsorted/Group_171200331.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200332.json b/Data/_unsorted/Group_171200332.json
index 116e12846..887ebc5aa 100644
--- a/Data/_unsorted/Group_171200332.json
+++ b/Data/_unsorted/Group_171200332.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_06\/Device_Prop_ZenkovGenericDoor_06_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200333.json b/Data/_unsorted/Group_171200333.json
index 9c39f1956..b51aecfbe 100644
--- a/Data/_unsorted/Group_171200333.json
+++ b/Data/_unsorted/Group_171200333.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
@@ -143,8 +143,8 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -148.01704,
- "y": 70.22444,
+ "x": -148.03497,
+ "y": 70.2481,
"z": -166.41902
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171200334.json b/Data/_unsorted/Group_171200334.json
index 33649c61e..5ba984806 100644
--- a/Data/_unsorted/Group_171200334.json
+++ b/Data/_unsorted/Group_171200334.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200335.json b/Data/_unsorted/Group_171200335.json
index a81f35f9e..7c5383672 100644
--- a/Data/_unsorted/Group_171200335.json
+++ b/Data/_unsorted/Group_171200335.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200336.json b/Data/_unsorted/Group_171200336.json
index 86b0e0e37..4405a3377 100644
--- a/Data/_unsorted/Group_171200336.json
+++ b/Data/_unsorted/Group_171200336.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_06\/Device_Prop_ZenkovGenericDoor_06_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200337.json b/Data/_unsorted/Group_171200337.json
index a151a226c..ec223f42f 100644
--- a/Data/_unsorted/Group_171200337.json
+++ b/Data/_unsorted/Group_171200337.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001375,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200338.json b/Data/_unsorted/Group_171200338.json
index 336fcf5c9..8028712bc 100644
--- a/Data/_unsorted/Group_171200338.json
+++ b/Data/_unsorted/Group_171200338.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001289,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200339.json b/Data/_unsorted/Group_171200339.json
index a124e05fb..650eaac2e 100644
--- a/Data/_unsorted/Group_171200339.json
+++ b/Data/_unsorted/Group_171200339.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001289,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_01\/Device_Prop_ZenkovGenericDoor_01_6.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200340.json b/Data/_unsorted/Group_171200340.json
index 81dea15d2..40b5e2c55 100644
--- a/Data/_unsorted/Group_171200340.json
+++ b/Data/_unsorted/Group_171200340.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001289,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_01\/Device_Prop_ZenkovGenericDoor_01_6.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200341.json b/Data/_unsorted/Group_171200341.json
index fe0bcaa24..d96817d15 100644
--- a/Data/_unsorted/Group_171200341.json
+++ b/Data/_unsorted/Group_171200341.json
@@ -62,17 +62,6 @@
"Weight": 1
}
]
- },
- {
- "$type": "DifficultyRandomSuiteConfig",
- "Difficulty": 210,
- "SuiteWeights": [
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 1,
- "Weight": 1
- }
- ]
}
],
"Export2Server": false,
@@ -114,7 +103,7 @@
"ViewObjectID": 2001301,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 5
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200342.json b/Data/_unsorted/Group_171200342.json
index 5b70591ad..f5c9b734e 100644
--- a/Data/_unsorted/Group_171200342.json
+++ b/Data/_unsorted/Group_171200342.json
@@ -62,17 +62,6 @@
"Weight": 1
}
]
- },
- {
- "$type": "DifficultyRandomSuiteConfig",
- "Difficulty": 210,
- "SuiteWeights": [
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 1,
- "Weight": 1
- }
- ]
}
],
"Export2Server": false,
@@ -114,7 +103,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200343.json b/Data/_unsorted/Group_171200343.json
index 7af9db1fc..fd3a7a274 100644
--- a/Data/_unsorted/Group_171200343.json
+++ b/Data/_unsorted/Group_171200343.json
@@ -61,8 +61,12 @@
"Type": "Global",
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200344.json b/Data/_unsorted/Group_171200344.json
index 6ba7ee137..29798b7d2 100644
--- a/Data/_unsorted/Group_171200344.json
+++ b/Data/_unsorted/Group_171200344.json
@@ -62,17 +62,6 @@
"Weight": 1
}
]
- },
- {
- "$type": "DifficultyRandomSuiteConfig",
- "Difficulty": 210,
- "SuiteWeights": [
- {
- "$type": "SuiteWeightEntry",
- "SuiteIndex": 1,
- "Weight": 1
- }
- ]
}
],
"Export2Server": false,
@@ -114,7 +103,7 @@
"ViewObjectID": 2001301,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171200345.json b/Data/_unsorted/Group_171200345.json
index 2766c97aa..dd600c047 100644
--- a/Data/_unsorted/Group_171200345.json
+++ b/Data/_unsorted/Group_171200345.json
@@ -225,9 +225,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -426,9 +434,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -453,7 +469,7 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -20.359156,
+ "x": -20.330566,
"y": 30.639175,
"z": 53.133003
},
@@ -627,9 +643,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -828,9 +852,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -1029,9 +1061,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -1230,9 +1270,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -1431,9 +1479,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
@@ -1632,9 +1688,17 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
- "ZenkovErosionTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171200347.json b/Data/_unsorted/Group_171200347.json
index 348835002..0726f2831 100644
--- a/Data/_unsorted/Group_171200347.json
+++ b/Data/_unsorted/Group_171200347.json
@@ -122,7 +122,7 @@
"ModelMappingID": -1,
"MonsterInfo": {
"$type": "ConfigGroupMemberMonsterInfo",
- "MonsterID": 11193,
+ "MonsterID": 11124,
"MonsterIDType": "BaseIDType"
},
"RewardID": 0,
diff --git a/Data/_unsorted/Group_171200374.json b/Data/_unsorted/Group_171200374.json
index 1d30f957b..a71b5f633 100644
--- a/Data/_unsorted/Group_171200374.json
+++ b/Data/_unsorted/Group_171200374.json
@@ -64,9 +64,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -254.07915,
+ "x": -264.58792,
"y": 45.161167,
- "z": 128.88615
+ "z": 142.59274
},
"Rotation": {
"x": 0,
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -215.40771,
+ "x": -263.86154,
"y": 45.161167,
- "z": 128.65228
+ "z": 129.98056
},
"Rotation": {
"x": 0,
@@ -92,6 +92,23 @@
}
},
"NameKey": "171200073_Point_001"
+ },
+ "171200374_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -241.73415,
+ "y": 45.161167,
+ "z": 129.32544
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200374_Point_000"
}
},
"SplineMap": {
@@ -250,9 +267,9 @@
"z": 0
},
"MemberPosition": {
- "x": -254.07915,
+ "x": -264.65872,
"y": 45.161167,
- "z": 128.88615
+ "z": 144.5631
},
"MemberType": "Monster",
"ModelMappingID": -1,
@@ -299,7 +316,7 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": false,
+ "Wait": true,
"WaitDurationSeconds": 1
},
"PointKey": "171200073_Point_000"
@@ -314,6 +331,17 @@
"WaitDurationSeconds": 1
},
"PointKey": "171200073_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200374_Point_000"
}
],
"SetId": "Patrol_Noremal_01",
@@ -436,11 +464,33 @@
"$type": "ConfigStreamGamePatrolReachedAction",
"FireEvent": false,
"PausePatrol": false,
- "Wait": false,
+ "Wait": true,
"WaitDurationSeconds": 1
},
"PointKey": "171200073_Point_000"
},
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200073_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200374_Point_000"
+ },
{
"$type": "ConfigPatrolPoint",
"OnReached": {
diff --git a/Data/_unsorted/Group_171200381.json b/Data/_unsorted/Group_171200381.json
index de85ed951..b9cf09359 100644
--- a/Data/_unsorted/Group_171200381.json
+++ b/Data/_unsorted/Group_171200381.json
@@ -7,6 +7,40 @@
"BattleRegionMap": {
},
"PointMap": {
+ "171200381_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 237.04,
+ "y": 59.71637,
+ "z": -4.66
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 245.82909,
+ "z": 0
+ }
+ },
+ "NameKey": "171200381_Point_000"
+ },
+ "171200381_Point_001": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 141.961,
+ "y": 52.77596,
+ "z": -73.896
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200381_Point_001"
+ }
},
"SplineMap": {
},
diff --git a/Data/_unsorted/Group_171200383.json b/Data/_unsorted/Group_171200383.json
index 57fe1b82a..4b79380b8 100644
--- a/Data/_unsorted/Group_171200383.json
+++ b/Data/_unsorted/Group_171200383.json
@@ -154,7 +154,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 171201229,
+ "IntValue": 171201227,
"Key": "teleportId",
"ParamType": "Int",
"StringValue": "",
@@ -345,7 +345,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 171201229,
+ "IntValue": 171201227,
"Key": "teleportId",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171200384.json b/Data/_unsorted/Group_171200384.json
index 8b91b5438..64aadd010 100644
--- a/Data/_unsorted/Group_171200384.json
+++ b/Data/_unsorted/Group_171200384.json
@@ -211,7 +211,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 231013122,
+ "IntValue": 231013203,
"Key": "ChatID",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171200385.json b/Data/_unsorted/Group_171200385.json
index 80906d537..660bae473 100644
--- a/Data/_unsorted/Group_171200385.json
+++ b/Data/_unsorted/Group_171200385.json
@@ -211,7 +211,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 231013122,
+ "IntValue": 231013203,
"Key": "ChatID",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171200386.json b/Data/_unsorted/Group_171200386.json
index 60612df61..c1db128e0 100644
--- a/Data/_unsorted/Group_171200386.json
+++ b/Data/_unsorted/Group_171200386.json
@@ -211,7 +211,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 231013122,
+ "IntValue": 231013203,
"Key": "ChatID",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171200387.json b/Data/_unsorted/Group_171200387.json
index 24df5699b..4fac60638 100644
--- a/Data/_unsorted/Group_171200387.json
+++ b/Data/_unsorted/Group_171200387.json
@@ -94,7 +94,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200388.json b/Data/_unsorted/Group_171200388.json
index b6aaaba6d..a7a9edc15 100644
--- a/Data/_unsorted/Group_171200388.json
+++ b/Data/_unsorted/Group_171200388.json
@@ -94,7 +94,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171200389.json b/Data/_unsorted/Group_171200389.json
index 933949ade..57221c2cc 100644
--- a/Data/_unsorted/Group_171200389.json
+++ b/Data/_unsorted/Group_171200389.json
@@ -210,7 +210,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 231013122,
+ "IntValue": 231013203,
"Key": "ChatID",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171200391.json b/Data/_unsorted/Group_171200391.json
index 1a8554259..b19b9060c 100644
--- a/Data/_unsorted/Group_171200391.json
+++ b/Data/_unsorted/Group_171200391.json
@@ -14,6 +14,7 @@
}
},
"GroupGamePlayTagList": [
+ "Group.Dungeon.NotDeleteBin"
],
"GroupId": 171200391,
"GroupUsage": "Default",
diff --git a/Data/_unsorted/Group_171200394.json b/Data/_unsorted/Group_171200394.json
new file mode 100644
index 000000000..17a1278cc
--- /dev/null
+++ b/Data/_unsorted/Group_171200394.json
@@ -0,0 +1,430 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ "171200126_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 112.8,
+ "y": 27.44,
+ "z": 107.35
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Point_000"
+ }
+ },
+ "SplineMap": {
+ "171200126_Spline_000": {
+ "$type": "ConfigSpline",
+ "Data": {
+ "$type": "ConfigSplineData",
+ "AssetPath": "Assets\/NapResources\/Data\/LevelWorld\/Spline\/Floor_171201_ZenkovCurvy_1_1.prefab",
+ "GamePlayTags": [
+ ],
+ "Position": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Spline_000"
+ }
+ },
+ "TriggerMap": {
+ "171200126_Trigger_000": {
+ "$type": "ConfigTrigger",
+ "Data": {
+ "$type": "ConfigTriggerData",
+ "ColliderConfig": {
+ "$type": "ConfigurableColliderConfig",
+ "BoxColliderDistance": 40,
+ "BoxColliderHeight": 20,
+ "BoxColliderWidth": 30,
+ "CapsuleColliderHeight": 3,
+ "CapsuleColliderRadius": 3,
+ "ColliderAngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderPosOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderType": "Box",
+ "DynamicObjectName": "",
+ "SphereColliderRadius": 3
+ },
+ "Position": {
+ "x": 176.4017,
+ "y": 56.37535,
+ "z": 66.97007
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 30.000002,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Trigger_000"
+ },
+ "171200126_Trigger_001": {
+ "$type": "ConfigTrigger",
+ "Data": {
+ "$type": "ConfigTriggerData",
+ "ColliderConfig": {
+ "$type": "ConfigurableColliderConfig",
+ "BoxColliderDistance": 40,
+ "BoxColliderHeight": 3,
+ "BoxColliderWidth": 40,
+ "CapsuleColliderHeight": 3,
+ "CapsuleColliderRadius": 3,
+ "ColliderAngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderPosOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderType": "Box",
+ "DynamicObjectName": "",
+ "SphereColliderRadius": 3
+ },
+ "Position": {
+ "x": 82.62121,
+ "y": 28.9721,
+ "z": 85.96722
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 30.000002,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Trigger_001"
+ },
+ "171200126_Trigger_002": {
+ "$type": "ConfigTrigger",
+ "Data": {
+ "$type": "ConfigTriggerData",
+ "ColliderConfig": {
+ "$type": "ConfigurableColliderConfig",
+ "BoxColliderDistance": 40,
+ "BoxColliderHeight": 3,
+ "BoxColliderWidth": 20,
+ "CapsuleColliderHeight": 3,
+ "CapsuleColliderRadius": 3,
+ "ColliderAngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderPosOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderType": "Box",
+ "DynamicObjectName": "",
+ "SphereColliderRadius": 3
+ },
+ "Position": {
+ "x": 91.705345,
+ "y": 28.9721,
+ "z": 124.16545
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 30.000002,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Trigger_002"
+ },
+ "171200126_Trigger_003": {
+ "$type": "ConfigTrigger",
+ "Data": {
+ "$type": "ConfigTriggerData",
+ "ColliderConfig": {
+ "$type": "ConfigurableColliderConfig",
+ "BoxColliderDistance": 40,
+ "BoxColliderHeight": 3,
+ "BoxColliderWidth": 40,
+ "CapsuleColliderHeight": 3,
+ "CapsuleColliderRadius": 3,
+ "ColliderAngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderPosOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderType": "Box",
+ "DynamicObjectName": "",
+ "SphereColliderRadius": 3
+ },
+ "Position": {
+ "x": 116.991455,
+ "y": 28.9721,
+ "z": 144.04866
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 30.000002,
+ "z": 0
+ }
+ },
+ "NameKey": "171200126_Trigger_003"
+ }
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171200394,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200394",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001178,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 120.00001,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 155.47,
+ "y": 55.4,
+ "z": 82.58
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001178,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Mode",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "isNeedTopBattle",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200129,
+ "Key": "GroupID_Top",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "GroupStateName_Top",
+ "ParamType": "String",
+ "StringValue": "BE",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "isNeedMiddleBattle",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200130,
+ "Key": "GroupID_Middle",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "GroupStateName_Middle",
+ "ParamType": "String",
+ "StringValue": "BE",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "isNeedBottomBattle",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171200131,
+ "Key": "GroupID_Bottom",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "GroupStateName_Bottom",
+ "ParamType": "String",
+ "StringValue": "BE",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Loop",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigSplineMoveTrait.DefaultSplineName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "171200126_Spline_000"
+ }
+ },
+ "VisionLevel": 0
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200395.json b/Data/_unsorted/Group_171200395.json
new file mode 100644
index 000000000..2dea128da
--- /dev/null
+++ b/Data/_unsorted/Group_171200395.json
@@ -0,0 +1,233 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200395,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200395",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKItemRewardGroupTrait",
+ "Export2Server": false,
+ "MaxNum": 4,
+ "MinNum": 2,
+ "ZKRewardSetID": 325100,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 78.41651,
+ "y": 52.790955,
+ "z": -87.906044
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 73.732124,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 72.628365,
+ "y": 52.790955,
+ "z": -89.64502
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 73.732124,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 71.29504,
+ "y": 53.239,
+ "z": -87.49928
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 278.209,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 80.95211,
+ "y": 53.317932,
+ "z": -88.99551
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 170.33113,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 71.85071,
+ "y": 52.790955,
+ "z": -77.72122
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200396.json b/Data/_unsorted/Group_171200396.json
new file mode 100644
index 000000000..00fdc3b41
--- /dev/null
+++ b/Data/_unsorted/Group_171200396.json
@@ -0,0 +1,381 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200396,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200396",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKItemRewardGroupTrait",
+ "Export2Server": false,
+ "MaxNum": 8,
+ "MinNum": 4,
+ "ZKRewardSetID": 325100,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 193.90941,
+ "y": 56.522896,
+ "z": -91.24235
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 167.91405,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 194.60368,
+ "y": 60.52334,
+ "z": -84.92209
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 241.5817,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 198.09798,
+ "y": 60.52334,
+ "z": -86.311874
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 321.36893,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 198.80478,
+ "y": 60.86305,
+ "z": -94.630974
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 356.29626,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 194.39406,
+ "y": 56.38317,
+ "z": -91.87767
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 206,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 252.57233,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 201.90703,
+ "y": 56.429047,
+ "z": -87.684364
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 207,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 127.22125,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 183.36317,
+ "y": 56.062744,
+ "z": -79.37765
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 208,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 324.93005,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 195.17848,
+ "y": 60.86305,
+ "z": -94.50524
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 209,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 223.57042,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 190.68416,
+ "y": 56.49213,
+ "z": -77.24695
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200397.json b/Data/_unsorted/Group_171200397.json
new file mode 100644
index 000000000..062640831
--- /dev/null
+++ b/Data/_unsorted/Group_171200397.json
@@ -0,0 +1,313 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200397,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200397",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKItemRewardGroupTrait",
+ "Export2Server": false,
+ "MaxNum": 6,
+ "MinNum": 3,
+ "ZKRewardSetID": 325200,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -154.73146,
+ "y": 66.80072,
+ "z": -164.54727
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 157.18507,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -150.96014,
+ "y": 67.45635,
+ "z": -162.9793
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 80.1201,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -156.5767,
+ "y": 66.80072,
+ "z": -165.49492
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 127.75585,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -152.2364,
+ "y": 66.80072,
+ "z": -165.19734
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 50.83162,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -154.01183,
+ "y": 66.80072,
+ "z": -167.59843
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 206,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 34.202873,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -159.0117,
+ "y": 67.72085,
+ "z": -168.24843
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 207,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 50.380173,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -158.10289,
+ "y": 67.72255,
+ "z": -168.74081
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200398.json b/Data/_unsorted/Group_171200398.json
new file mode 100644
index 000000000..b2eb7673a
--- /dev/null
+++ b/Data/_unsorted/Group_171200398.json
@@ -0,0 +1,233 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200398,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200398",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKItemRewardGroupTrait",
+ "Export2Server": false,
+ "MaxNum": 4,
+ "MinNum": 2,
+ "ZKRewardSetID": 325200,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -202.07535,
+ "y": 67.54395,
+ "z": -143.90181
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 325.59766,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -193.81387,
+ "y": 66.87701,
+ "z": -147.00056
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 109.03652,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -199.97717,
+ "y": 67.16873,
+ "z": -139.58762
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 174.81256,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -202.56987,
+ "y": 67.15103,
+ "z": -132.24745
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 325.64835,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -201.4157,
+ "y": 70.82282,
+ "z": -148.59029
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200399.json b/Data/_unsorted/Group_171200399.json
new file mode 100644
index 000000000..c7bb77e24
--- /dev/null
+++ b/Data/_unsorted/Group_171200399.json
@@ -0,0 +1,493 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200399,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200399",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKItemRewardGroupTrait",
+ "Export2Server": false,
+ "MaxNum": 11,
+ "MinNum": 9,
+ "ZKRewardSetID": 325100,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -205.86836,
+ "y": 52.55417,
+ "z": 60.96857
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 309.89594,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -207.62367,
+ "y": 52.55417,
+ "z": 60.396294
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 143.64328,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -206.85832,
+ "y": 52.55417,
+ "z": 69.41554
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 112.66115,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -208.4552,
+ "y": 52.55417,
+ "z": 63.578907
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 84.04504,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -211.7984,
+ "y": 52.55417,
+ "z": 62.796627
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 206,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 352.44742,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -206.42802,
+ "y": 52.55417,
+ "z": 66.61821
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 207,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 235.7385,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -205.14734,
+ "y": 53.38184,
+ "z": 67.491646
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 208,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -209.58395,
+ "y": 52.55417,
+ "z": 61.228806
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 209,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 311.0763,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -205.87415,
+ "y": 52.55417,
+ "z": 54.18929
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 210,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 337.73096,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -207.89064,
+ "y": 52.54117,
+ "z": 57.749413
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 211,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -204.33885,
+ "y": 53.02245,
+ "z": 59.334305
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 212,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001100,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 35.71911,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -211.58464,
+ "y": 52.55417,
+ "z": 68.94625
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001100,
+ "ViewObjectOverrideMap": {
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200400.json b/Data/_unsorted/Group_171200400.json
new file mode 100644
index 000000000..d920c64fd
--- /dev/null
+++ b/Data/_unsorted/Group_171200400.json
@@ -0,0 +1,618 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ "171200400_Trigger_000": {
+ "$type": "ConfigTrigger",
+ "Data": {
+ "$type": "ConfigTriggerData",
+ "ColliderConfig": {
+ "$type": "ConfigurableColliderConfig",
+ "BoxColliderDistance": 16.05,
+ "BoxColliderHeight": 3,
+ "BoxColliderWidth": 16.26,
+ "CapsuleColliderHeight": 3,
+ "CapsuleColliderRadius": 3,
+ "ColliderAngleOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderPosOffset": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "ColliderType": "Box",
+ "DynamicObjectName": "",
+ "SphereColliderRadius": 3
+ },
+ "Position": {
+ "x": -231.2171,
+ "y": 66.20349,
+ "z": -122.320496
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200400_Trigger_000"
+ }
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200400,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200400",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "GroupZKBattlefieldDifficultyTrait",
+ "Export2Server": false,
+ "ZKLevelTagID": 7,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 101,
+ "MemberEuler": {
+ "x": 359.89642,
+ "y": 60.503628,
+ "z": 359.801
+ },
+ "MemberPosition": {
+ "x": -227.9772,
+ "y": 66.20349,
+ "z": -123.31342
+ },
+ "MemberType": "Monster",
+ "ModelMappingID": -1,
+ "MonsterInfo": {
+ "$type": "ConfigGroupMemberMonsterInfo",
+ "MonsterID": 31303,
+ "MonsterIDType": "BaseIDType"
+ },
+ "RewardID": 0,
+ "SpecialIdleID": -1,
+ "Type": "Global",
+ "ViewObjectID": 1000092,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Wander"
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag",
+ "ErosionMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ }
+ },
+ "VisionLevel": 3
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 102,
+ "MemberEuler": {
+ "x": 0.063950576,
+ "y": 104.56418,
+ "z": 359.78497
+ },
+ "MemberPosition": {
+ "x": -228.46613,
+ "y": 66.20349,
+ "z": -119.54381
+ },
+ "MemberType": "Monster",
+ "ModelMappingID": -1,
+ "MonsterInfo": {
+ "$type": "ConfigGroupMemberMonsterInfo",
+ "MonsterID": 31313,
+ "MonsterIDType": "BaseIDType"
+ },
+ "RewardID": 0,
+ "SpecialIdleID": -1,
+ "Type": "Global",
+ "ViewObjectID": 1000092,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Wander"
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag",
+ "ErosionMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ }
+ },
+ "VisionLevel": 3
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 101,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Wander"
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag",
+ "ErosionMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 102,
+ "ViewObjectOverrideMap": {
+ "ConfigMonsterAlertTrait.AlertConfigKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_AlertRange_Wander"
+ },
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag",
+ "ErosionMonsterTag"
+ ]
+ },
+ "StreamingGamePatrolMoveTrait.PointSets": {
+ "$type": "ConfigDynamicValuePatrolPointSet",
+ "Value": {
+ "$type": "ConfigPatrolPointSet",
+ "DefaultOnPointReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "OnCycleEndReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PatrolMode": "Loop",
+ "Points": [
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_003"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": false,
+ "WaitDurationSeconds": 1
+ },
+ "PointKey": "171200020_Point_002"
+ },
+ {
+ "$type": "ConfigPatrolPoint",
+ "OnReached": {
+ "$type": "ConfigStreamGamePatrolReachedAction",
+ "FireEvent": false,
+ "PausePatrol": false,
+ "Wait": true,
+ "WaitDurationSeconds": 2
+ },
+ "PointKey": "171200020_Point_001"
+ }
+ ],
+ "SetId": "Patrol_Noremal_01",
+ "TurnSpeed": -1,
+ "UseNavMesh": true
+ }
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ "171200400_Trigger_000"
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200400_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200400_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 4
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200401.json b/Data/_unsorted/Group_171200401.json
new file mode 100644
index 000000000..4eabecb03
--- /dev/null
+++ b/Data/_unsorted/Group_171200401.json
@@ -0,0 +1,406 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200401,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200401",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001351,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 43.907295,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -14.020224,
+ "y": 66.206314,
+ "z": -69.63617
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001351,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 0,
+ "y": 33.154385,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -12.725615,
+ "y": 66.206314,
+ "z": -70.414314
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000079,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_120",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsInteractOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014002,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsBubbleOnlyPlayOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "ANPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "CNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 619001
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 301,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_120",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsInteractOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014002,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsBubbleOnlyPlayOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "ANPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "CNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 619001
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200401_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 4
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200402.json b/Data/_unsorted/Group_171200402.json
new file mode 100644
index 000000000..357041a41
--- /dev/null
+++ b/Data/_unsorted/Group_171200402.json
@@ -0,0 +1,644 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171200402,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200402",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2101,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2102,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2103,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 311.6997,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 77.84112,
+ "y": 27.720955,
+ "z": 65.057236
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 10.969754,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 69.94748,
+ "y": 27.720955,
+ "z": 55.751858
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 191.64296,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 71.15797,
+ "y": 27.720955,
+ "z": 71.86113
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200402_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200402_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200402_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200403.json b/Data/_unsorted/Group_171200403.json
new file mode 100644
index 000000000..016a2ba59
--- /dev/null
+++ b/Data/_unsorted/Group_171200403.json
@@ -0,0 +1,185 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171200403,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200403",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001376,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 73.00122,
+ "y": 25.248816,
+ "z": 64.20042
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001376,
+ "ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovGenericDoor_07\/Device_Prop_ZenkovGenericDoor_07_2.prefab"
+ }
+ },
+ "VisionLevel": 0
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001290,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 72.91459,
+ "y": 28.953844,
+ "z": 64.878334
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001290,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 201,
+ "Key": "LockedDoorConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001290,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 180,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 73.030754,
+ "y": 28.960209,
+ "z": 63.591476
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001290,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 201,
+ "Key": "LockedDoorConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 1
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200404.json b/Data/_unsorted/Group_171200404.json
new file mode 100644
index 000000000..a7221d16a
--- /dev/null
+++ b/Data/_unsorted/Group_171200404.json
@@ -0,0 +1,545 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171200404,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200404",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2101,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2102,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2103,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 311.6997,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 77.84112,
+ "y": 27.720955,
+ "z": 65.057236
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 10.969754,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 69.94748,
+ "y": 27.720955,
+ "z": 55.751858
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 191.64296,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 71.15797,
+ "y": 27.720955,
+ "z": 71.86113
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200404_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200404_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200404_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200405.json b/Data/_unsorted/Group_171200405.json
new file mode 100644
index 000000000..d470c12b5
--- /dev/null
+++ b/Data/_unsorted/Group_171200405.json
@@ -0,0 +1,423 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ "401": {
+ "$type": "ConfigBattleRegion",
+ "Data": {
+ "$type": "ConfigBattleRegionData",
+ "AreaExcluded": [
+ ],
+ "Areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -53.57349,
+ "y": 24.85118,
+ "z": 36.210438
+ },
+ "xzPoints": [
+ {
+ "x": -11.139935,
+ "y": -6.58955
+ },
+ {
+ "x": 4.8346176,
+ "y": -6.319647
+ },
+ {
+ "x": 4.8784294,
+ "y": 10.882729
+ },
+ {
+ "x": -11.020168,
+ "y": 10.887329
+ }
+ ]
+ }
+ ],
+ "DoorEffectType": "None",
+ "IsParallel": false,
+ "SyncDoorHeightWithArea": false,
+ "Tags": [
+ ],
+ "TeleportPoint": "171200099_Point_000",
+ "UseOneWayDoor": false,
+ "Walls": [
+ ]
+ },
+ "NameKey": "401"
+ }
+ },
+ "PointMap": {
+ "171200099_Point_000": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -53.57349,
+ "y": 24.85118,
+ "z": 36.210438
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "171200099_Point_000"
+ }
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171200405,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200405",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "GroupZKBattlefieldDifficultyTrait",
+ "Export2Server": false,
+ "ZKLevelTagID": 6,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 3,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 101,
+ "MemberEuler": {
+ "x": 0,
+ "y": 311.66168,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -53.755592,
+ "y": 24.85118,
+ "z": 35.91578
+ },
+ "MemberType": "Monster",
+ "ModelMappingID": -1,
+ "MonsterInfo": {
+ "$type": "ConfigGroupMemberMonsterInfo",
+ "MonsterID": 11971,
+ "MonsterIDType": "BaseIDType"
+ },
+ "RewardID": 0,
+ "SpecialIdleID": -1,
+ "Type": "Global",
+ "ViewObjectID": 1000090,
+ "ViewObjectOverrideMap": {
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410313
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 102,
+ "MemberEuler": {
+ "x": 0,
+ "y": 311.66168,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -53.755592,
+ "y": 24.85118,
+ "z": 35.91578
+ },
+ "MemberType": "Monster",
+ "ModelMappingID": -1,
+ "MonsterInfo": {
+ "$type": "ConfigGroupMemberMonsterInfo",
+ "MonsterID": 31442,
+ "MonsterIDType": "BaseIDType"
+ },
+ "RewardID": 0,
+ "SpecialIdleID": -1,
+ "Type": "Global",
+ "ViewObjectID": 1000095,
+ "ViewObjectOverrideMap": {
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410305
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ },
+ "ZKRewardTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -53.57349,
+ "y": 24.85118,
+ "z": 36.210438
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 160
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ "401"
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 101,
+ "ViewObjectOverrideMap": {
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410313
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200405_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200405_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ "401"
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 102,
+ "ViewObjectOverrideMap": {
+ "GamePlayTagTrait.EntityTagList": {
+ "$type": "ConfigDynmaicValueListGameplayTag",
+ "Elements": [
+ "ZenkovMonsterTag"
+ ]
+ },
+ "ZKRewardTrait.DropVOID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2001091
+ },
+ "ZKRewardTrait.IsMemberDrop": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 410305
+ },
+ "ZKRewardTrait.ZKRewardType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 2
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200405_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171200406.json b/Data/_unsorted/Group_171200406.json
new file mode 100644
index 000000000..ef49c9a4a
--- /dev/null
+++ b/Data/_unsorted/Group_171200406.json
@@ -0,0 +1,809 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171200406,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171200406",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2101,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2102,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 2103,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 152.05746,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -230.15854,
+ "y": 45.16486,
+ "z": 91.11423
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 180,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -244.15921,
+ "y": 45.138733,
+ "z": 133.71495
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 305.91272,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": -118.32314,
+ "y": 40.257168,
+ "z": 60.9483
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 4,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_4",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 5,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_5",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 6,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "StableCarrotChipTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10310306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171200406_6",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171300004.json b/Data/_unsorted/Group_171300004.json
index 4d31b6747..b20cfe93d 100644
--- a/Data/_unsorted/Group_171300004.json
+++ b/Data/_unsorted/Group_171300004.json
@@ -116,7 +116,7 @@
],
"MemberPosition": {
"x": 195.5799,
- "y": 64.822,
+ "y": 64.836,
"z": 290.48975
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300019.json b/Data/_unsorted/Group_171300019.json
index def09bb53..bda51dd6d 100644
--- a/Data/_unsorted/Group_171300019.json
+++ b/Data/_unsorted/Group_171300019.json
@@ -31,104 +31,6 @@
"InternalConfigViewObject": [
],
"Members": [
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 202,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001087,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 60.828354,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 89.16499,
- "y": 64.27922,
- "z": 267.91974
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001087,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320316
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320316,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 203,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001088,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 96.770935,
- "y": 64.28365,
- "z": 256.06693
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001088,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320316
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320316,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 204,
@@ -325,202 +227,6 @@
},
"VisionLevel": 2
},
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 209,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 357.75195,
- "y": 216.6527,
- "z": 9.0783315E-06
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 86.114,
- "y": 64.775,
- "z": 278.874
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320305
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320305,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 210,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 0.033244137,
- "y": 153.65085,
- "z": 357.68134
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 81.53717,
- "y": 64.97055,
- "z": 278.8842
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320305
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320305,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 211,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 359.5809,
- "y": 63.70627,
- "z": 0.3979063
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 70.692,
- "y": 64.796,
- "z": 274.103
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320305
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320305,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 212,
- "GadgetMetadata": {
- "$type": "ConfigGadgetMetaData"
- },
- "GadgetServerMetadata": {
- "$type": "ConfigGadgetServerData",
- "GadgetId": 2001089,
- "GadgetType": 0
- },
- "MemberEuler": {
- "x": 358.80786,
- "y": 95.59831,
- "z": 359.19482
- },
- "MemberGamePlayTagList": [
- ],
- "MemberPosition": {
- "x": 70.903,
- "y": 64.269,
- "z": 278.924
- },
- "MemberType": "Gadget",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 2001089,
- "ViewObjectOverrideMap": {
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320305
- },
- "ZKRewardTrait.StateRewards": {
- "$type": "ConfigDynamicValueListZKRewardStateEntry",
- "Elements": [
- {
- "$type": "ZKRewardStateEntry",
- "CompareType": "Equal",
- "NewRewardID": 10320305,
- "StateKey": "isErosion",
- "StateValue": 1
- }
- ]
- }
- },
- "VisionLevel": 2
- },
{
"$type": "ConfigGroupMember",
"ConfigID": 213,
@@ -540,9 +246,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 75.913025,
- "y": 64.27921,
- "z": 289.19922
+ "x": 81.602,
+ "y": 64.974,
+ "z": 278.877
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300021.json b/Data/_unsorted/Group_171300021.json
index 0a7749a8e..a30787690 100644
--- a/Data/_unsorted/Group_171300021.json
+++ b/Data/_unsorted/Group_171300021.json
@@ -83,7 +83,7 @@
],
"MemberPosition": {
"x": 76.33,
- "y": 65.328926,
+ "y": 65.299,
"z": 265.178
},
"MemberType": "Gadget",
@@ -116,7 +116,7 @@
],
"MemberPosition": {
"x": 69.64731,
- "y": 64.298386,
+ "y": 64.27922,
"z": 281.2071
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300024.json b/Data/_unsorted/Group_171300024.json
index db25dec6b..db929b48e 100644
--- a/Data/_unsorted/Group_171300024.json
+++ b/Data/_unsorted/Group_171300024.json
@@ -82,8 +82,8 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 49.64,
- "y": 64.193,
+ "x": 49.640003,
+ "y": 64.15741,
"z": 364.58
},
"MemberType": "Gadget",
@@ -116,7 +116,7 @@
],
"MemberPosition": {
"x": 46.18,
- "y": 64.17326,
+ "y": 64.15741,
"z": 367.39
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300025.json b/Data/_unsorted/Group_171300025.json
index 6a05c9198..bd3601a95 100644
--- a/Data/_unsorted/Group_171300025.json
+++ b/Data/_unsorted/Group_171300025.json
@@ -51,7 +51,7 @@
],
"MemberPosition": {
"x": 52.548138,
- "y": 64.21232,
+ "y": 64.15,
"z": 286.3303
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300033.json b/Data/_unsorted/Group_171300033.json
index 164b6b91a..646f2311f 100644
--- a/Data/_unsorted/Group_171300033.json
+++ b/Data/_unsorted/Group_171300033.json
@@ -149,7 +149,7 @@
],
"MemberPosition": {
"x": 19.73841,
- "y": 64.362,
+ "y": 64.3746,
"z": 383.43637
},
"MemberType": "Gadget",
@@ -346,7 +346,7 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -8.988498,
+ "x": -8.988491,
"y": 65.63848,
"z": 390.32626
},
diff --git a/Data/_unsorted/Group_171300039.json b/Data/_unsorted/Group_171300039.json
index 701cda5b1..6be3b2f66 100644
--- a/Data/_unsorted/Group_171300039.json
+++ b/Data/_unsorted/Group_171300039.json
@@ -205,7 +205,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 3,
"isDisable": false
},
{
@@ -285,7 +285,7 @@
"ModelMappingID": -1,
"MonsterInfo": {
"$type": "ConfigGroupMemberMonsterInfo",
- "MonsterID": 31211,
+ "MonsterID": 31214,
"MonsterIDType": "BaseIDType"
},
"RewardID": 0,
diff --git a/Data/_unsorted/Group_171300045.json b/Data/_unsorted/Group_171300045.json
index 4ed50dc72..adcb8ae6f 100644
--- a/Data/_unsorted/Group_171300045.json
+++ b/Data/_unsorted/Group_171300045.json
@@ -100,7 +100,7 @@
],
"MemberPosition": {
"x": 75.221596,
- "y": 64.18321,
+ "y": 64.12695,
"z": 437.50955
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300046.json b/Data/_unsorted/Group_171300046.json
index 9627e5f2f..5f9b9aeb9 100644
--- a/Data/_unsorted/Group_171300046.json
+++ b/Data/_unsorted/Group_171300046.json
@@ -83,7 +83,7 @@
],
"MemberPosition": {
"x": 44.7272,
- "y": 65.315,
+ "y": 65.3211,
"z": 398.6155
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300055.json b/Data/_unsorted/Group_171300055.json
index bc0c17b26..603439000 100644
--- a/Data/_unsorted/Group_171300055.json
+++ b/Data/_unsorted/Group_171300055.json
@@ -30,7 +30,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 5,
"isDisable": false
},
{
@@ -174,9 +174,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 0.18726781,
+ "x": 3.343069,
"y": -437.6956,
- "z": 0.1854623
+ "z": 0.3384629
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -276,6 +276,138 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 0.18726781,
+ "y": -437.6956,
+ "z": 0.1854623
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 0.18726781,
+ "y": -437.6956,
+ "z": 0.1854623
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001465,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -3.966735,
+ "y": -437.6956,
+ "z": 0.3384629
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001465,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013202,
+ "Key": "ChatID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
@@ -353,6 +485,13 @@
"ConfigID": 9999,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -476,6 +615,57 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Zenkov_Transmit10"
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013202,
+ "Key": "ChatID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
}
}
}
diff --git a/Data/_unsorted/Group_171300056.json b/Data/_unsorted/Group_171300056.json
index 02193db31..2879318be 100644
--- a/Data/_unsorted/Group_171300056.json
+++ b/Data/_unsorted/Group_171300056.json
@@ -27,6 +27,58 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
@@ -52,7 +104,7 @@
],
"MemberPosition": {
"x": -128.29562,
- "y": 8.389983,
+ "y": 8.2986765,
"z": 24.974064
},
"MemberType": "Gadget",
@@ -296,6 +348,10 @@
}
]
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
"Value": 171300057
@@ -378,7 +434,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300063.json b/Data/_unsorted/Group_171300063.json
index 0cbe63a23..e9e389905 100644
--- a/Data/_unsorted/Group_171300063.json
+++ b/Data/_unsorted/Group_171300063.json
@@ -103,7 +103,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 1,
+ "IntValue": 7,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -268,7 +268,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 2,
+ "IntValue": 8,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -423,7 +423,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 1,
+ "IntValue": 7,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -561,7 +561,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 2,
+ "IntValue": 8,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171300064.json b/Data/_unsorted/Group_171300064.json
index eb15aeb8a..5635087e5 100644
--- a/Data/_unsorted/Group_171300064.json
+++ b/Data/_unsorted/Group_171300064.json
@@ -103,7 +103,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 1,
+ "IntValue": 9,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -268,7 +268,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 2,
+ "IntValue": 10,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -423,7 +423,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 1,
+ "IntValue": 9,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
@@ -561,7 +561,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 2,
+ "IntValue": 10,
"Key": "TeleportChatType",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171300065.json b/Data/_unsorted/Group_171300065.json
index 55d121185..956559e30 100644
--- a/Data/_unsorted/Group_171300065.json
+++ b/Data/_unsorted/Group_171300065.json
@@ -27,6 +27,58 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
@@ -52,7 +104,7 @@
],
"MemberPosition": {
"x": -259.69983,
- "y": -13.781324,
+ "y": -13.831325,
"z": -75.14769
},
"MemberType": "Gadget",
@@ -572,6 +624,10 @@
}
]
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
"Value": 171300066
@@ -724,7 +780,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300067.json b/Data/_unsorted/Group_171300067.json
index ba1abb1d5..8ed3987ec 100644
--- a/Data/_unsorted/Group_171300067.json
+++ b/Data/_unsorted/Group_171300067.json
@@ -251,31 +251,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001093,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 258.9657,
+ "y": 260.57678,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -34.88557,
- "y": 8.5392685,
- "z": -168.74855
+ "x": -35.293026,
+ "y": 8.560986,
+ "z": -168.70592
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001093,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320301
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -283,7 +283,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320301,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -349,31 +349,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001093,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 77.93562,
+ "y": 103.936844,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -97.120056,
- "y": 8.505741,
- "z": -178.62517
+ "x": -96.43063,
+ "y": 8.514103,
+ "z": -178.31293
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001093,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320301
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -381,7 +381,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320301,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171300068.json b/Data/_unsorted/Group_171300068.json
index 165c2d6ca..aacea793b 100644
--- a/Data/_unsorted/Group_171300068.json
+++ b/Data/_unsorted/Group_171300068.json
@@ -70,9 +70,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -165.5712,
+ "x": -165.364,
"y": 8.29,
- "z": -149.62697
+ "z": -149.649
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -208,32 +208,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001087,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 268.3957,
+ "y": 82.0824,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -212.40956,
+ "x": -212.769,
"y": 8.342,
- "z": -136.74593
+ "z": -136.939
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001087,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320315
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -241,7 +240,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320315,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -348,6 +347,55 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 214,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 29.15414,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -173.24698,
+ "y": 8.34,
+ "z": -165.98297
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
@@ -426,6 +474,29 @@
"Value": 320308
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 214,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171300069.json b/Data/_unsorted/Group_171300069.json
index 355f7f53d..644e9a290 100644
--- a/Data/_unsorted/Group_171300069.json
+++ b/Data/_unsorted/Group_171300069.json
@@ -148,32 +148,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001083,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 198.5873,
+ "y": 191.59827,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -199.35872,
- "y": 9.093205,
- "z": -66.7009
+ "x": -198.537,
+ "y": 9.091,
+ "z": -66.852
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001083,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320315
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -181,7 +180,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320315,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171300070.json b/Data/_unsorted/Group_171300070.json
index 300be879e..7fd03323e 100644
--- a/Data/_unsorted/Group_171300070.json
+++ b/Data/_unsorted/Group_171300070.json
@@ -108,32 +108,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001088,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 89.01612,
+ "y": 196.8677,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -186.6845,
- "y": 8.365611,
- "z": -14.37466
+ "x": -186.687,
+ "y": 8.366,
+ "z": -14.561
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001088,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320315
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -141,7 +140,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320315,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -158,36 +157,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001083,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 198.5873,
+ "y": 297.7388,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -152.15126,
- "y": 9.169303,
- "z": -30.07152
+ "x": -152.513,
+ "y": 9.169,
+ "z": -30.035
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001083,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
- "StableCarrotChipTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320315
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -195,7 +189,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320315,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171300072.json b/Data/_unsorted/Group_171300072.json
index 1e3fec884..2b6174491 100644
--- a/Data/_unsorted/Group_171300072.json
+++ b/Data/_unsorted/Group_171300072.json
@@ -303,32 +303,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001094,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 359.2564,
+ "y": 12.33461,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -143.28204,
- "y": 8.333268,
- "z": -62.036922
+ "x": -143.93472,
+ "y": 8.323,
+ "z": -61.884872
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001094,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320302
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -336,7 +335,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320302,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -644,6 +643,55 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 219,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 173.38504,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -141.87134,
+ "y": 11.7727375,
+ "z": -35.968075
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
@@ -788,6 +836,29 @@
"Value": 320315
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 219,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171300073.json b/Data/_unsorted/Group_171300073.json
index 188d449a0..4c916152a 100644
--- a/Data/_unsorted/Group_171300073.json
+++ b/Data/_unsorted/Group_171300073.json
@@ -51,9 +51,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -101.51123,
+ "x": -101.366,
"y": 8.484402,
- "z": -30.153479
+ "z": -30.152
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -249,9 +249,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -105.56605,
+ "x": -105.709,
"y": 8.494744,
- "z": -33.066853
+ "z": -32.518
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -627,6 +627,55 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 221,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 159.55531,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -108.045334,
+ "y": 12.734038,
+ "z": -26.945955
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300074.json b/Data/_unsorted/Group_171300074.json
index 16237ed53..007154852 100644
--- a/Data/_unsorted/Group_171300074.json
+++ b/Data/_unsorted/Group_171300074.json
@@ -58,32 +58,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001093,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 179.08832,
+ "y": 167.38748,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -23.655418,
+ "x": -23.337,
"y": 16.952,
- "z": -20.029556
+ "z": -19.739
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001093,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320301
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -91,7 +90,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320301,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
@@ -199,31 +198,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001093,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 268.66656,
+ "y": 265.01465,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 16.021297,
- "y": 12.408812,
- "z": -11.638705
+ "x": 16.016003,
+ "y": 12.378641,
+ "z": -11.424003
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001093,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320301
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -231,7 +230,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320301,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171300075.json b/Data/_unsorted/Group_171300075.json
index dbfb8cf07..e6d846d48 100644
--- a/Data/_unsorted/Group_171300075.json
+++ b/Data/_unsorted/Group_171300075.json
@@ -233,32 +233,31 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001092,
+ "GadgetId": 2001089,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
- "y": 97.10662,
+ "y": 80.84935,
"z": 0
},
"MemberGamePlayTagList": [
- "Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 99.79441,
+ "x": 99.825,
"y": 12.820539,
- "z": -33.34359
+ "z": -33.97
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001092,
+ "ViewObjectID": 2001089,
"ViewObjectOverrideMap": {
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 320301
+ "Value": 320305
},
"ZKRewardTrait.StateRewards": {
"$type": "ConfigDynamicValueListZKRewardStateEntry",
@@ -266,7 +265,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
- "NewRewardID": 10320301,
+ "NewRewardID": 10320305,
"StateKey": "isErosion",
"StateValue": 1
}
diff --git a/Data/_unsorted/Group_171300076.json b/Data/_unsorted/Group_171300076.json
index e0dd0d737..93ace2d52 100644
--- a/Data/_unsorted/Group_171300076.json
+++ b/Data/_unsorted/Group_171300076.json
@@ -180,6 +180,55 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 207,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 29.154137,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 105.17549,
+ "y": 22.714714,
+ "z": -39.495598
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300077.json b/Data/_unsorted/Group_171300077.json
index c63553f48..9e87410a2 100644
--- a/Data/_unsorted/Group_171300077.json
+++ b/Data/_unsorted/Group_171300077.json
@@ -678,6 +678,55 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 221,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001089,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 17.544554,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 148.01291,
+ "y": 28.660002,
+ "z": 54.07748
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001089,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320305
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320305,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300078.json b/Data/_unsorted/Group_171300078.json
index 38478d840..1978e8a76 100644
--- a/Data/_unsorted/Group_171300078.json
+++ b/Data/_unsorted/Group_171300078.json
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": -75.50705,
- "y": 7.316,
+ "y": 7.3188,
"z": -165.62396
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300079.json b/Data/_unsorted/Group_171300079.json
index 13c19d1cb..73f841157 100644
--- a/Data/_unsorted/Group_171300079.json
+++ b/Data/_unsorted/Group_171300079.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": -142.1881,
- "y": 8.383606,
+ "y": 8.340529,
"z": -168.07951
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": -206.48193,
- "y": 8.29,
+ "y": 8.320001,
"z": -128.98863
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300084.json b/Data/_unsorted/Group_171300084.json
index 04f8ea978..b0bed5980 100644
--- a/Data/_unsorted/Group_171300084.json
+++ b/Data/_unsorted/Group_171300084.json
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": -153.6852,
- "y": 9.1656,
+ "y": 9.169,
"z": -32.07378
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300085.json b/Data/_unsorted/Group_171300085.json
index 1a1515ced..fd8fe4f8a 100644
--- a/Data/_unsorted/Group_171300085.json
+++ b/Data/_unsorted/Group_171300085.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": -151.06383,
- "y": 8.355954,
+ "y": 8.34,
"z": -34.38493
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300086.json b/Data/_unsorted/Group_171300086.json
index 05d9f481f..195983448 100644
--- a/Data/_unsorted/Group_171300086.json
+++ b/Data/_unsorted/Group_171300086.json
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": -138.77336,
- "y": 12.2146,
+ "y": 12.2172,
"z": -36.003384
},
"MemberType": "Gadget",
@@ -257,7 +257,7 @@
],
"MemberPosition": {
"x": -142.7433,
- "y": 12.709519,
+ "y": 12.7309,
"z": -41.611244
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300090.json b/Data/_unsorted/Group_171300090.json
index 6d7b15aa4..fd87ead7c 100644
--- a/Data/_unsorted/Group_171300090.json
+++ b/Data/_unsorted/Group_171300090.json
@@ -190,9 +190,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -161.86224,
+ "x": -161.44124,
"y": 8.29,
- "z": -89.445984
+ "z": -88.95541
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300093.json b/Data/_unsorted/Group_171300093.json
index c124ddbea..3bc0bd3e9 100644
--- a/Data/_unsorted/Group_171300093.json
+++ b/Data/_unsorted/Group_171300093.json
@@ -75,9 +75,9 @@
"$type": "ConfigTriggerData",
"ColliderConfig": {
"$type": "ConfigurableColliderConfig",
- "BoxColliderDistance": 15.015507,
+ "BoxColliderDistance": 21.65153,
"BoxColliderHeight": 3,
- "BoxColliderWidth": 9.87948,
+ "BoxColliderWidth": 20.645737,
"CapsuleColliderHeight": 3,
"CapsuleColliderRadius": 3,
"ColliderAngleOffset": {
@@ -95,7 +95,7 @@
"SphereColliderRadius": 3
},
"Position": {
- "x": 191.86363,
+ "x": 192.7213,
"y": 34.51134,
"z": 150.46695
},
diff --git a/Data/_unsorted/Group_171300096.json b/Data/_unsorted/Group_171300096.json
index ab7e380e6..b9d08a496 100644
--- a/Data/_unsorted/Group_171300096.json
+++ b/Data/_unsorted/Group_171300096.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": -98.737076,
- "y": 13.160239,
+ "y": 13.163,
"z": -27.127512
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300098.json b/Data/_unsorted/Group_171300098.json
index e8c32f435..451d476c8 100644
--- a/Data/_unsorted/Group_171300098.json
+++ b/Data/_unsorted/Group_171300098.json
@@ -191,7 +191,7 @@
],
"MemberPosition": {
"x": -104.6631,
- "y": 8.389983,
+ "y": 8.33,
"z": -17.91303
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300099.json b/Data/_unsorted/Group_171300099.json
index 3b3632bd3..529f4afa8 100644
--- a/Data/_unsorted/Group_171300099.json
+++ b/Data/_unsorted/Group_171300099.json
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": -31.702866,
- "y": 7.4284663,
+ "y": 7.434,
"z": 1.4238521
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": -22.91553,
- "y": 7.661306,
+ "y": 7.666,
"z": -5.449208
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": -18.381897,
- "y": 7.9928603,
+ "y": 8.0054,
"z": -8.480137
},
"MemberType": "Gadget",
@@ -356,7 +356,7 @@
],
"MemberPosition": {
"x": 7.166093,
- "y": 7.299079,
+ "y": 7.268676,
"z": -2.3836422
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300102.json b/Data/_unsorted/Group_171300102.json
index 873ed124d..8f6b4573b 100644
--- a/Data/_unsorted/Group_171300102.json
+++ b/Data/_unsorted/Group_171300102.json
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": 76.0224,
- "y": 8.643242,
+ "y": 8.625887,
"z": -12.577828
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300103.json b/Data/_unsorted/Group_171300103.json
index 94c341dbb..3fc62b066 100644
--- a/Data/_unsorted/Group_171300103.json
+++ b/Data/_unsorted/Group_171300103.json
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": 111.255875,
- "y": 12.942802,
+ "y": 12.84829,
"z": -25.707191
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300104.json b/Data/_unsorted/Group_171300104.json
index 227ea75ad..23818b2c5 100644
--- a/Data/_unsorted/Group_171300104.json
+++ b/Data/_unsorted/Group_171300104.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 100.24895,
- "y": 12.920779,
+ "y": 12.820539,
"z": -31.906567
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300108.json b/Data/_unsorted/Group_171300108.json
index 6e4391af0..c8bd263a0 100644
--- a/Data/_unsorted/Group_171300108.json
+++ b/Data/_unsorted/Group_171300108.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 121.8892,
- "y": 18.22949,
+ "y": 18.2436,
"z": 34.056824
},
"MemberType": "Gadget",
@@ -157,8 +157,8 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 105.50816,
- "y": 18.349588,
+ "x": 105.5658,
+ "y": 18.3573,
"z": 41.026062
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300109.json b/Data/_unsorted/Group_171300109.json
index cbfca2160..8b9aae331 100644
--- a/Data/_unsorted/Group_171300109.json
+++ b/Data/_unsorted/Group_171300109.json
@@ -257,7 +257,7 @@
],
"MemberPosition": {
"x": 133.16844,
- "y": 18.56439,
+ "y": 18.569,
"z": 60.73992
},
"MemberType": "Gadget",
@@ -290,7 +290,7 @@
],
"MemberPosition": {
"x": 134.528,
- "y": 18.559185,
+ "y": 18.567,
"z": 63.051
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": 135.942,
- "y": 18.584179,
+ "y": 18.5894,
"z": 62.977
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300119.json b/Data/_unsorted/Group_171300119.json
index 375654432..06b4b8770 100644
--- a/Data/_unsorted/Group_171300119.json
+++ b/Data/_unsorted/Group_171300119.json
@@ -66,7 +66,7 @@
"Value": 27
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300121.json b/Data/_unsorted/Group_171300121.json
index aff75819a..8eb8caaea 100644
--- a/Data/_unsorted/Group_171300121.json
+++ b/Data/_unsorted/Group_171300121.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300122.json b/Data/_unsorted/Group_171300122.json
index 92aac6218..1e74d8a0c 100644
--- a/Data/_unsorted/Group_171300122.json
+++ b/Data/_unsorted/Group_171300122.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300126.json b/Data/_unsorted/Group_171300126.json
index dbc944ab4..c2feb22b1 100644
--- a/Data/_unsorted/Group_171300126.json
+++ b/Data/_unsorted/Group_171300126.json
@@ -66,7 +66,7 @@
"Value": 32
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300128.json b/Data/_unsorted/Group_171300128.json
index 7c2cea1fd..4bd268cf0 100644
--- a/Data/_unsorted/Group_171300128.json
+++ b/Data/_unsorted/Group_171300128.json
@@ -62,7 +62,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300129.json b/Data/_unsorted/Group_171300129.json
index 84b81169d..17632b22e 100644
--- a/Data/_unsorted/Group_171300129.json
+++ b/Data/_unsorted/Group_171300129.json
@@ -66,7 +66,7 @@
"Value": 34
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
@@ -151,6 +151,58 @@
}
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001290,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 90,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 119.03862,
+ "y": 87.35509,
+ "z": 346.38492
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001290,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 201,
+ "Key": "LockedDoorConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300130.json b/Data/_unsorted/Group_171300130.json
index 3ed5219d4..aa5023db8 100644
--- a/Data/_unsorted/Group_171300130.json
+++ b/Data/_unsorted/Group_171300130.json
@@ -66,7 +66,7 @@
"Value": 35
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300131.json b/Data/_unsorted/Group_171300131.json
index 372864b77..b861ee6a8 100644
--- a/Data/_unsorted/Group_171300131.json
+++ b/Data/_unsorted/Group_171300131.json
@@ -66,7 +66,7 @@
"Value": 36
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300134.json b/Data/_unsorted/Group_171300134.json
index e5e7c56b2..a4b0fa22f 100644
--- a/Data/_unsorted/Group_171300134.json
+++ b/Data/_unsorted/Group_171300134.json
@@ -62,6 +62,110 @@
"ViewObjectID": 2001367,
"ViewObjectOverrideMap": {
},
+ "VisionLevel": 0
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001290,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": -90,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 194.85585,
+ "y": 67.31174,
+ "z": 287.0986
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001290,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 201,
+ "Key": "LockedDoorConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001290,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 90,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 195.2369,
+ "y": 67.28075,
+ "z": 287.0986
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001290,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 201,
+ "Key": "LockedDoorConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
+ },
"VisionLevel": 2
}
],
diff --git a/Data/_unsorted/Group_171300147.json b/Data/_unsorted/Group_171300147.json
index 5b5752c1b..086e76fce 100644
--- a/Data/_unsorted/Group_171300147.json
+++ b/Data/_unsorted/Group_171300147.json
@@ -73,7 +73,7 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001002,
+ "GadgetId": 2001412,
"GadgetType": 0
},
"MemberEuler": {
@@ -86,14 +86,84 @@
"MemberPosition": {
"x": 163.57639,
"y": 71.06088,
- "z": 344.6211
+ "z": 344.97842
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001002,
+ "ViewObjectID": 2001412,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "TeleportPosition_1",
+ "ParamType": "String",
+ "StringValue": "171300147_Point_001",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "TeleportPosition_2",
+ "ParamType": "String",
+ "StringValue": "171300147_Point_001",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "ZenkovGenericDoor_11"
+ }
+ },
+ "VisionLevel": 0
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001412,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 180,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 163.57639,
+ "y": 71.06088,
+ "z": 344.19772
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001412,
"ViewObjectOverrideMap": {
"ConfigDFScriptTrait.InitParam": {
"$type": "ConfigDynamicValueListBlackboardParam",
@@ -119,7 +189,7 @@
"IntValue": 0,
"Key": "TeleportPosition_2",
"ParamType": "String",
- "StringValue": "171300147_Point_001",
+ "StringValue": "171300147_Point_002",
"VectorValue": {
"x": 0,
"y": 0,
@@ -127,9 +197,13 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "ZenkovGenericDoor_10"
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300148.json b/Data/_unsorted/Group_171300148.json
index 4ebc00e1e..448b20bd1 100644
--- a/Data/_unsorted/Group_171300148.json
+++ b/Data/_unsorted/Group_171300148.json
@@ -86,7 +86,7 @@
"MemberPosition": {
"x": 90.83754,
"y": 64.05194,
- "z": 394.00543
+ "z": 393.44986
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -127,9 +127,13 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "ZenkovGenericDoor_12"
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
@@ -150,9 +154,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 81.78429,
+ "x": 80.786964,
"y": 64.05194,
- "z": 392.9759
+ "z": 393.9732
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -193,9 +197,13 @@
}
}
]
+ },
+ "GadgetDefaultTrait.ShowName": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "ZenkovGenericDoor_10"
}
},
- "VisionLevel": 2
+ "VisionLevel": 0
}
],
"MetaData": {
diff --git a/Data/_unsorted/Group_171300158.json b/Data/_unsorted/Group_171300158.json
index 8f37ffb03..ef4ab16e1 100644
--- a/Data/_unsorted/Group_171300158.json
+++ b/Data/_unsorted/Group_171300158.json
@@ -158,13 +158,13 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -24.379,
+ "x": -24.386,
"y": 5.4623775,
- "z": -180.137
+ "z": -178.693
},
"Rotation": {
"x": 0,
- "y": 0,
+ "y": 346.73483,
"z": 0
}
},
@@ -471,9 +471,9 @@
"SphereColliderRadius": 3
},
"Position": {
- "x": -135.1329,
+ "x": -120.78,
"y": 8.29,
- "z": -74.507324
+ "z": -69.07
},
"Rotation": {
"x": 0,
@@ -629,7 +629,7 @@
"Value": false
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
},
{
"$type": "ConfigGroupMember",
@@ -695,43 +695,6 @@
"Type": "Global",
"ViewObjectID": 2001352,
"ViewObjectOverrideMap": {
- "ConfigDFScriptTrait.InitParam": {
- "$type": "ConfigDynamicValueListBlackboardParam",
- "Elements": [
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "Destruction_BeHit_FireEffect_EffectPattern_0",
- "ParamType": "String",
- "StringValue": "Eff_Destruction_Prop_RedStone_01_Explode",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "Destruction_BeHit_FireAudio_AudioPattern",
- "ParamType": "String",
- "StringValue": "Play_sfx_Destruction_CargoCarton_hit",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- }
- ]
- },
- "GadgetDefaultTrait.PrefabPath": {
- "$type": "ConfigDynamicValueString",
- "Value": "Assets\/NapResources\/Char\/Destruction\/Zenkov\/Destruction_Prop_RedStone_01\/Destruction_Prop_RedStone_01.prefab"
- }
},
"VisionLevel": 2
},
@@ -821,7 +784,7 @@
],
"MemberPosition": {
"x": -92.55,
- "y": 8.654881,
+ "y": 8.483524,
"z": -7.06
},
"MemberType": "Gadget",
@@ -831,14 +794,22 @@
"Type": "Global",
"ViewObjectID": 2000322,
"ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.CheckRemoveTrackOverride": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"QuestShowAreaTrait.QuestShowAreaData": {
"$type": "ConfigDynamicValueQuestShowAreaData",
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
"CircleAreaRadius": 15,
- "DecalHeightBottom": 1,
- "DecalHeightTop": 1,
+ "DecalHeightBottom": 3,
+ "DecalHeightTop": 3,
"EffectName": "Eff_TargetPoint_01_Yellow",
"RadarHeightBottom": 0,
"RadarHeightTop": 0,
@@ -880,14 +851,22 @@
"Type": "Global",
"ViewObjectID": 2000322,
"ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.CheckRemoveTrackOverride": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"QuestShowAreaTrait.QuestShowAreaData": {
"$type": "ConfigDynamicValueQuestShowAreaData",
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
"CircleAreaRadius": 30,
- "DecalHeightBottom": 1,
- "DecalHeightTop": 1,
+ "DecalHeightBottom": 3,
+ "DecalHeightTop": 3,
"EffectName": "Eff_TargetPoint_01_Yellow",
"RadarHeightBottom": 0,
"RadarHeightTop": 0,
@@ -907,7 +886,7 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2000686,
+ "GadgetId": 2001453,
"GadgetType": 0
},
"MemberEuler": {
@@ -919,7 +898,7 @@
],
"MemberPosition": {
"x": -250.61,
- "y": -12.322,
+ "y": -14.15,
"z": -65.26
},
"MemberType": "Gadget",
@@ -927,7 +906,7 @@
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2000686,
+ "ViewObjectID": 2001453,
"ViewObjectOverrideMap": {
"ConfigInteractTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
@@ -1027,7 +1006,7 @@
},
"MemberPosition": {
"x": -250.61,
- "y": -13.831325,
+ "y": -13.684,
"z": -65.26
},
"MemberType": "Npc",
@@ -1187,17 +1166,6 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 301,
- "ViewObjectOverrideMap": {
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 200701
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -1252,7 +1220,7 @@
"RefMembers": [
{
"$type": "ConfigRefGroupMember",
- "Backstage": false,
+ "Backstage": true,
"ConfigID": 101,
"ViewObjectOverrideMap": {
"ZKRewardTrait.DropVOID": {
@@ -1346,17 +1314,25 @@
},
{
"$type": "ConfigRefGroupMember",
- "Backstage": false,
+ "Backstage": true,
"ConfigID": 205,
"ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.CheckRemoveTrackOverride": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"QuestShowAreaTrait.QuestShowAreaData": {
"$type": "ConfigDynamicValueQuestShowAreaData",
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
"CircleAreaRadius": 15,
- "DecalHeightBottom": 1,
- "DecalHeightTop": 1,
+ "DecalHeightBottom": 3,
+ "DecalHeightTop": 3,
"EffectName": "Eff_TargetPoint_01_Yellow",
"RadarHeightBottom": 0,
"RadarHeightTop": 0,
@@ -1372,14 +1348,22 @@
"Backstage": false,
"ConfigID": 206,
"ViewObjectOverrideMap": {
+ "QuestShowAreaTrait.BindType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
+ "QuestShowAreaTrait.CheckRemoveTrackOverride": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
"QuestShowAreaTrait.QuestShowAreaData": {
"$type": "ConfigDynamicValueQuestShowAreaData",
"Value": {
"$type": "QuestShowAreaData",
"AreaShapeType": "Circle",
"CircleAreaRadius": 30,
- "DecalHeightBottom": 1,
- "DecalHeightTop": 1,
+ "DecalHeightBottom": 3,
+ "DecalHeightTop": 3,
"EffectName": "Eff_TargetPoint_01_Yellow",
"RadarHeightBottom": 0,
"RadarHeightTop": 0,
@@ -1426,43 +1410,6 @@
"Backstage": false,
"ConfigID": 202,
"ViewObjectOverrideMap": {
- "ConfigDFScriptTrait.InitParam": {
- "$type": "ConfigDynamicValueListBlackboardParam",
- "Elements": [
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "Destruction_BeHit_FireEffect_EffectPattern_0",
- "ParamType": "String",
- "StringValue": "Eff_Destruction_Prop_RedStone_01_Explode",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "Destruction_BeHit_FireAudio_AudioPattern",
- "ParamType": "String",
- "StringValue": "Play_sfx_Destruction_CargoCarton_hit",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- }
- ]
- },
- "GadgetDefaultTrait.PrefabPath": {
- "$type": "ConfigDynamicValueString",
- "Value": "Assets\/NapResources\/Char\/Destruction\/Zenkov\/Destruction_Prop_RedStone_01\/Destruction_Prop_RedStone_01.prefab"
- }
}
},
{
@@ -1506,6 +1453,148 @@
"RefBattleRegionKey": [
],
"RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 304,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_3M_360",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsInteractOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsBubbleOnlyPlayOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "ANPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "CNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171300158_207"
+ }
+ }
+ },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -1519,6 +1608,17 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 207,
+ "ViewObjectOverrideMap": {
+ "ConfigInteractTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171300163.json b/Data/_unsorted/Group_171300163.json
index d0c83d86d..56f0d6543 100644
--- a/Data/_unsorted/Group_171300163.json
+++ b/Data/_unsorted/Group_171300163.json
@@ -276,7 +276,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410307
+ "Value": 420305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -421,7 +421,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410307
+ "Value": 420305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300168.json b/Data/_unsorted/Group_171300168.json
index dad5a6ae7..7b0e2f86b 100644
--- a/Data/_unsorted/Group_171300168.json
+++ b/Data/_unsorted/Group_171300168.json
@@ -387,6 +387,10 @@
"$type": "ConfigDynamicValueInt",
"Value": 6
},
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 6
@@ -604,6 +608,10 @@
"$type": "ConfigDynamicValueInt",
"Value": 6
},
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 6
@@ -664,13 +672,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 46
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 46
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -728,13 +740,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 47
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 47
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -792,13 +808,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 48
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 900
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 48
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 900
}
}
}
diff --git a/Data/_unsorted/Group_171300169.json b/Data/_unsorted/Group_171300169.json
index fe9546161..b45d3c047 100644
--- a/Data/_unsorted/Group_171300169.json
+++ b/Data/_unsorted/Group_171300169.json
@@ -604,6 +604,10 @@
"$type": "ConfigDynamicValueInt",
"Value": 6
},
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 6
@@ -664,13 +668,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 46
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 46
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -728,13 +736,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 47
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 47
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -792,13 +804,17 @@
"$type": "ConfigDynamicValueInt",
"Value": 48
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 900
+ },
+ "ZenkovEvacuationSystemTrait.EvacuationType": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 4
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 48
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 900
}
}
}
diff --git a/Data/_unsorted/Group_171300170.json b/Data/_unsorted/Group_171300170.json
index dec41695d..59e638552 100644
--- a/Data/_unsorted/Group_171300170.json
+++ b/Data/_unsorted/Group_171300170.json
@@ -440,13 +440,13 @@
"$type": "ConfigDynamicValueInt",
"Value": 46
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 46
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -500,13 +500,13 @@
"$type": "ConfigDynamicValueInt",
"Value": 47
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 47
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 1200
}
}
}
@@ -560,13 +560,13 @@
"$type": "ConfigDynamicValueInt",
"Value": 48
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 900
+ },
"ZenkovEvacuationSystemTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 48
- },
- "ZenkovEvacuationSystemTrait.UnevacuableCountdown": {
- "$type": "ConfigDynamicValueInt",
- "Value": 900
}
}
}
diff --git a/Data/_unsorted/Group_171300171.json b/Data/_unsorted/Group_171300171.json
index 1b4f0d6da..683a14ef5 100644
--- a/Data/_unsorted/Group_171300171.json
+++ b/Data/_unsorted/Group_171300171.json
@@ -27,6 +27,58 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
@@ -572,6 +624,10 @@
}
]
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
"Value": 171300167
@@ -724,7 +780,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300172.json b/Data/_unsorted/Group_171300172.json
index de54555fe..076ecdc78 100644
--- a/Data/_unsorted/Group_171300172.json
+++ b/Data/_unsorted/Group_171300172.json
@@ -26,6 +26,58 @@
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
}
],
"InternalConfigViewObject": [
@@ -571,6 +623,10 @@
}
]
},
+ "ZenkovEvacuationSystemTrait.EvacuableCountdown": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1200
+ },
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
"Value": 171300039
@@ -723,7 +779,7 @@
},
"ZenkovEvacuationSystemTrait.EvacuableCountdown": {
"$type": "ConfigDynamicValueInt",
- "Value": 1200
+ "Value": 900
},
"ZenkovEvacuationSystemTrait.LinkedGroupID": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300173.json b/Data/_unsorted/Group_171300173.json
index 9b1ba64e2..0bdbb1017 100644
--- a/Data/_unsorted/Group_171300173.json
+++ b/Data/_unsorted/Group_171300173.json
@@ -111,11 +111,11 @@
"MemberEuler": {
"x": 354.78784,
"y": 173.27184,
- "z": 0.15240653
+ "z": 0.1524056
},
"MemberPosition": {
"x": -210.41328,
- "y": 1.0553055,
+ "y": 1.6646557,
"z": 7.2077713
},
"MemberType": "Npc",
diff --git a/Data/_unsorted/Group_171300174.json b/Data/_unsorted/Group_171300174.json
index a7b6e74e7..f40ac5023 100644
--- a/Data/_unsorted/Group_171300174.json
+++ b/Data/_unsorted/Group_171300174.json
@@ -111,11 +111,11 @@
"MemberEuler": {
"x": 354.80795,
"y": 169.63187,
- "z": 0.48255068
+ "z": 0.4825479
},
"MemberPosition": {
"x": 23.923914,
- "y": 3.3458023,
+ "y": 4,
"z": 33.907887
},
"MemberType": "Npc",
diff --git a/Data/_unsorted/Group_171300175.json b/Data/_unsorted/Group_171300175.json
index 4d58b2907..15fe91b89 100644
--- a/Data/_unsorted/Group_171300175.json
+++ b/Data/_unsorted/Group_171300175.json
@@ -115,7 +115,7 @@
},
"MemberPosition": {
"x": -5.7097025,
- "y": 55.76715,
+ "y": 56.436275,
"z": 263.54498
},
"MemberType": "Npc",
diff --git a/Data/_unsorted/Group_171300176.json b/Data/_unsorted/Group_171300176.json
index bb14550a5..e7d0cbf47 100644
--- a/Data/_unsorted/Group_171300176.json
+++ b/Data/_unsorted/Group_171300176.json
@@ -109,13 +109,13 @@
"$type": "ConfigGroupMember",
"ConfigID": 301,
"MemberEuler": {
- "x": 4.4105477,
+ "x": 4.4105525,
"y": 322.64,
"z": 357.21576
},
"MemberPosition": {
"x": 4.6801066,
- "y": 55.756775,
+ "y": 56.525257,
"z": 250.37773
},
"MemberType": "Npc",
@@ -207,6 +207,21 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160475
+ }
+ }
}
],
"RefTriggerKey": [
@@ -251,6 +266,21 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160475
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171300177.json b/Data/_unsorted/Group_171300177.json
index 89420af60..bbd19481c 100644
--- a/Data/_unsorted/Group_171300177.json
+++ b/Data/_unsorted/Group_171300177.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 171.6953,
- "y": 71.35191,
+ "y": 71.28517,
"z": 358.75998
},
"MemberType": "Gadget",
@@ -323,7 +323,7 @@
],
"MemberPosition": {
"x": 173.13948,
- "y": 71.69413,
+ "y": 71.713,
"z": 354.2073
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300181.json b/Data/_unsorted/Group_171300181.json
index 7a9b69b82..9a9093fb4 100644
--- a/Data/_unsorted/Group_171300181.json
+++ b/Data/_unsorted/Group_171300181.json
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 114.62757,
- "y": 71.82869,
+ "y": 71.8314,
"z": 375.8537
},
"MemberType": "Gadget",
@@ -158,7 +158,7 @@
],
"MemberPosition": {
"x": 123.955826,
- "y": 71.854774,
+ "y": 71.8596,
"z": 376.58002
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300183.json b/Data/_unsorted/Group_171300183.json
index cd4a71df7..a3c0eec48 100644
--- a/Data/_unsorted/Group_171300183.json
+++ b/Data/_unsorted/Group_171300183.json
@@ -59,7 +59,7 @@
],
"MemberPosition": {
"x": 93.18626,
- "y": 71.697365,
+ "y": 71.7071,
"z": 357.97238
},
"MemberType": "Gadget",
@@ -92,7 +92,7 @@
],
"MemberPosition": {
"x": 93.01264,
- "y": 71.69648,
+ "y": 71.703,
"z": 373.0253
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300187.json b/Data/_unsorted/Group_171300187.json
index 70ebae3a5..f235b6529 100644
--- a/Data/_unsorted/Group_171300187.json
+++ b/Data/_unsorted/Group_171300187.json
@@ -224,7 +224,7 @@
],
"MemberPosition": {
"x": 115.705,
- "y": 84.2359,
+ "y": 84.2363,
"z": 347.088
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300189.json b/Data/_unsorted/Group_171300189.json
index d07e8ff6d..ffa53ead4 100644
--- a/Data/_unsorted/Group_171300189.json
+++ b/Data/_unsorted/Group_171300189.json
@@ -265,7 +265,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410307
+ "Value": 420305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -326,7 +326,7 @@
"RefMembers": [
{
"$type": "ConfigRefGroupMember",
- "Backstage": false,
+ "Backstage": true,
"ConfigID": 101,
"ViewObjectOverrideMap": {
"ConfigMonsterAlertTrait.AlertConfigKey": {
@@ -410,7 +410,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410307
+ "Value": 420305
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -427,6 +427,7 @@
}
],
"RefTriggerKey": [
+ "171300116_Trigger_000"
],
"SuiteGraph": {
"$type": "ConfigSuiteGraph",
diff --git a/Data/_unsorted/Group_171300204.json b/Data/_unsorted/Group_171300204.json
index 7b3905f13..047024083 100644
--- a/Data/_unsorted/Group_171300204.json
+++ b/Data/_unsorted/Group_171300204.json
@@ -676,9 +676,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 130.2675,
- "y": 71.302475,
- "z": 360.53772
+ "x": 147.27692,
+ "y": 71.28606,
+ "z": 361.33105
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -1414,9 +1414,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 130.2675,
- "y": 71.302475,
- "z": 360.53772
+ "x": 147.1529,
+ "y": 71.28599,
+ "z": 361.23077
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -2152,9 +2152,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 130.2675,
- "y": 71.302475,
- "z": 360.53772
+ "x": 147.38016,
+ "y": 71.28594,
+ "z": 361.35223
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -2333,7 +2333,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160656
+ "Value": 160657
}
},
"VisionLevel": 5
@@ -2374,7 +2374,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160657
+ "Value": 160658
}
},
"VisionLevel": 5
@@ -2415,7 +2415,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160658
+ "Value": 160659
}
},
"VisionLevel": 5
@@ -2456,7 +2456,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160661
+ "Value": 160662
}
},
"VisionLevel": 5
@@ -2497,7 +2497,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160663
+ "Value": 160664
}
},
"VisionLevel": 5
@@ -2538,7 +2538,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160664
+ "Value": 160665
}
},
"VisionLevel": 5
@@ -2579,7 +2579,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160665
+ "Value": 160666
}
},
"VisionLevel": 5
@@ -2620,7 +2620,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160666
+ "Value": 160667
}
},
"VisionLevel": 5
@@ -2661,7 +2661,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160667
+ "Value": 160668
}
},
"VisionLevel": 5
@@ -2702,7 +2702,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160668
+ "Value": 160669
}
},
"VisionLevel": 5
@@ -2743,7 +2743,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160669
+ "Value": 160670
}
},
"VisionLevel": 5
@@ -2784,7 +2784,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160670
+ "Value": 160671
}
},
"VisionLevel": 5
@@ -2825,7 +2825,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160671
+ "Value": 160672
}
},
"VisionLevel": 5
@@ -2866,7 +2866,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160672
+ "Value": 160673
}
},
"VisionLevel": 5
@@ -2890,9 +2890,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 114.57,
- "y": 71.302475,
- "z": 344.31
+ "x": 147.23483,
+ "y": 71.286354,
+ "z": 361.3918
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -2907,7 +2907,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160673
+ "Value": 160674
}
},
"VisionLevel": 5
@@ -2948,7 +2948,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160674
+ "Value": 160675
}
},
"VisionLevel": 5
@@ -2989,7 +2989,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160675
+ "Value": 160676
}
},
"VisionLevel": 5
@@ -3030,7 +3030,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160676
+ "Value": 160677
}
},
"VisionLevel": 5
@@ -3051,250 +3051,10 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 268,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160656
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 269,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160657
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 270,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160658
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 273,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160661
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 275,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160663
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 276,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160664
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 277,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160665
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 278,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160666
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 279,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160667
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 280,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160668
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 281,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160669
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 282,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160670
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 283,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160671
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 284,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160672
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 285,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160673
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
"ConfigID": 286,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160674
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 287,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3309,7 +3069,82 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 288,
+ "ConfigID": 275,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160664
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 278,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160667
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 281,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160670
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 273,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160662
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 268,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160657
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 287,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3320,6 +3155,171 @@
"Value": 160676
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 284,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160673
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 279,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160668
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 282,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160671
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 269,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160658
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 280,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160669
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 277,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160666
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 283,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160672
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 288,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160677
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 285,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160674
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 276,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160665
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 270,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160659
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3346,7 +3346,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 201,
+ "ConfigID": 210,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3354,7 +3354,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160523
+ "Value": 160532
}
}
},
@@ -3376,7 +3376,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 203,
+ "ConfigID": 201,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3384,172 +3384,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160525
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 206,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160528
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 208,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160530
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 209,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160531
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 210,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160532
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 211,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160533
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 212,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160534
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 213,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160535
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 214,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160536
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 215,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160537
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 216,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160538
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 217,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160539
+ "Value": 160523
}
}
},
@@ -3571,7 +3406,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 219,
+ "ConfigID": 217,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3579,14 +3414,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160632
+ "Value": 160539
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 220,
+ "ConfigID": 206,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3594,7 +3429,37 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160633
+ "Value": 160528
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 209,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160531
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 208,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160530
}
}
},
@@ -3609,7 +3474,142 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160634
+ "Value": 160543
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 220,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160542
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 216,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160538
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 215,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160537
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 213,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160535
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 212,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160534
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 211,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160533
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160525
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 219,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160541
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 214,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160536
}
}
}
@@ -3635,66 +3635,6 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 226,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160614
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 227,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160615
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 228,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160616
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 231,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160619
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -3710,51 +3650,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 234,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160622
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 235,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160623
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 236,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160624
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -3773,7 +3668,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 238,
+ "ConfigID": 228,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3781,37 +3676,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160626
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 239,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160627
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 240,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160628
+ "Value": 160616
}
}
},
@@ -3833,7 +3698,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 242,
+ "ConfigID": 226,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3841,14 +3706,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160630
+ "Value": 160614
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 243,
+ "ConfigID": 240,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3856,22 +3721,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160631
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 244,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160632
+ "Value": 160628
}
}
},
@@ -3890,6 +3740,96 @@
}
}
},
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 242,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160630
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 235,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160623
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 231,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160619
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 227,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160615
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 239,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160627
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 234,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160622
+ }
+ }
+ },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -3904,6 +3844,66 @@
"Value": 160634
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 243,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160631
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 238,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160626
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 244,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160632
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 236,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160624
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3930,7 +3930,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 247,
+ "ConfigID": 265,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3938,14 +3938,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160635
+ "Value": 160653
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 248,
+ "ConfigID": 266,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3953,14 +3953,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160636
+ "Value": 160654
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 249,
+ "ConfigID": 263,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -3968,67 +3968,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160637
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 252,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160640
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 254,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160642
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 255,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160643
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 256,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160644
+ "Value": 160651
}
}
},
@@ -4047,21 +3987,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 258,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160646
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -4080,7 +4005,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 260,
+ "ConfigID": 267,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -4088,7 +4013,97 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160648
+ "Value": 160655
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 252,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160640
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 256,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160644
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 258,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160646
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 264,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160652
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 255,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160643
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 248,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160636
}
}
},
@@ -4125,7 +4140,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 263,
+ "ConfigID": 254,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -4133,14 +4148,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160651
+ "Value": 160642
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 264,
+ "ConfigID": 260,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -4148,14 +4163,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160652
+ "Value": 160648
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 265,
+ "ConfigID": 247,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -4163,14 +4178,14 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160653
+ "Value": 160635
}
}
},
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 266,
+ "ConfigID": 249,
"ViewObjectOverrideMap": {
"MapIconTrait.CanTrack": {
"$type": "ConfigDynamicValueBool",
@@ -4178,22 +4193,7 @@
},
"MapIconTrait.InfoPanelID": {
"$type": "ConfigDynamicValueInt",
- "Value": 160654
- }
- }
- },
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 267,
- "ViewObjectOverrideMap": {
- "MapIconTrait.CanTrack": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
- "MapIconTrait.InfoPanelID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 160655
+ "Value": 160637
}
}
}
diff --git a/Data/_unsorted/Group_171300205.json b/Data/_unsorted/Group_171300205.json
index 7d9baac9b..028bb5a5c 100644
--- a/Data/_unsorted/Group_171300205.json
+++ b/Data/_unsorted/Group_171300205.json
@@ -92,6 +92,23 @@
},
"NameKey": "171300205_Point_004"
},
+ "171300205_Point_005": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 108.884,
+ "y": 38.347,
+ "z": 358.457
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 76.69764,
+ "z": 0
+ }
+ },
+ "NameKey": "171300205_Point_005"
+ },
"171300205_Point_ConstructionSite": {
"$type": "ConfigPoint",
"Data": {
@@ -256,28 +273,32 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001355,
+ "GadgetId": 2001242,
"GadgetType": 0
},
"MemberEuler": {
"x": 0,
"y": 0,
- "z": 344.93433
+ "z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 109.229706,
- "y": 36.459717,
- "z": 360.35
+ "x": 108.099,
+ "y": 38.117798,
+ "z": 359.034
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001355,
+ "ViewObjectID": 2001242,
"ViewObjectOverrideMap": {
+ "GadgetDefaultTrait.PrefabPath": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "Assets\/NapResources\/Char\/Destruction\/Zenkov\/Destruction_Prop_RedStone_01\/Destruction_Prop_RedStone_01.prefab"
+ }
},
"VisionLevel": 2
},
@@ -360,7 +381,7 @@
},
"GadgetServerMetadata": {
"$type": "ConfigGadgetServerData",
- "GadgetId": 2001465,
+ "GadgetId": 2001453,
"GadgetType": 0
},
"MemberEuler": {
@@ -371,17 +392,21 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 7.4400954,
- "y": 2,
- "z": -1.4877727
+ "x": 112.07672,
+ "y": 38.078457,
+ "z": 360.26984
},
"MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 2001465,
+ "ViewObjectID": 2001453,
"ViewObjectOverrideMap": {
+ "ConfigInteractTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ }
},
"VisionLevel": 2
},
@@ -394,8 +419,8 @@
"z": 0
},
"MemberPosition": {
- "x": 108.083,
- "y": 38.09,
+ "x": 107.704,
+ "y": 38.347,
"z": 359.022
},
"MemberType": "Npc",
@@ -535,6 +560,10 @@
}
}
]
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171300205_301"
}
},
"VisionLevel": 4
@@ -548,9 +577,9 @@
"z": 0
},
"MemberPosition": {
- "x": 96.596,
- "y": 59.61734,
- "z": 347.189
+ "x": 112.07672,
+ "y": 38.1187,
+ "z": 360.26984
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -1500,6 +1529,10 @@
}
}
]
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171300205_301"
}
}
},
@@ -1677,6 +1710,10 @@
}
}
]
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171300205_301"
}
}
},
@@ -1719,7 +1756,7 @@
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
- "ConfigID": 301,
+ "ConfigID": 302,
"ViewObjectOverrideMap": {
"ConfigDFScriptTrait.InitParam": {
"$type": "ConfigDynamicValueListBlackboardParam",
@@ -1851,6 +1888,14 @@
}
}
]
+ },
+ "NamePanelTrait.NameTextMapKey": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171300158_207"
+ },
+ "NamePanelTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
}
}
},
diff --git a/Data/_unsorted/Group_171300212.json b/Data/_unsorted/Group_171300212.json
index 2bc0bb778..8a7eace9b 100644
--- a/Data/_unsorted/Group_171300212.json
+++ b/Data/_unsorted/Group_171300212.json
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -77.49728,
- "y": 13.599798,
- "z": -11.479912
+ "x": -71.27684,
+ "y": 8.290001,
+ "z": -9.7047615
},
"Rotation": {
"x": 0,
diff --git a/Data/_unsorted/Group_171300222.json b/Data/_unsorted/Group_171300222.json
index cfba6c185..76d3034b3 100644
--- a/Data/_unsorted/Group_171300222.json
+++ b/Data/_unsorted/Group_171300222.json
@@ -64,9 +64,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 156.28171,
- "y": 70.32473,
- "z": 288.03864
+ "x": 163.31,
+ "y": 70.76801,
+ "z": 292.28
},
"Rotation": {
"x": 0,
@@ -82,7 +82,7 @@
"$type": "ConfigPointData",
"Position": {
"x": 171.88197,
- "y": 70.32726,
+ "y": 70.76801,
"z": 298.6287
},
"Rotation": {
diff --git a/Data/_unsorted/Group_171300225.json b/Data/_unsorted/Group_171300225.json
index cba3b295a..5c06a8ada 100644
--- a/Data/_unsorted/Group_171300225.json
+++ b/Data/_unsorted/Group_171300225.json
@@ -324,9 +324,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 29.757004,
- "y": 64.060005,
- "z": 410.52426
+ "x": 41.229553,
+ "y": 64.187,
+ "z": 419.65057
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300256.json b/Data/_unsorted/Group_171300256.json
index 037080bb4..15e409498 100644
--- a/Data/_unsorted/Group_171300256.json
+++ b/Data/_unsorted/Group_171300256.json
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -33.834225,
- "y": 22.431032,
- "z": -38.5225
+ "x": -28.51556,
+ "y": 22.400002,
+ "z": -32.730053
},
"Rotation": {
"x": 0,
@@ -98,9 +98,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -29.633587,
- "y": 22.436405,
- "z": -18.286364
+ "x": -28.481684,
+ "y": 22.400002,
+ "z": -20.876743
},
"Rotation": {
"x": 0,
@@ -115,9 +115,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -13.840622,
- "y": 22.401031,
- "z": -19.661919
+ "x": -23.299614,
+ "y": 22.400002,
+ "z": -23.197807
},
"Rotation": {
"x": 0,
@@ -132,9 +132,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -15.937454,
+ "x": -23.696823,
"y": 22.400002,
- "z": -35.68829
+ "z": -31.588316
},
"Rotation": {
"x": 0,
diff --git a/Data/_unsorted/Group_171300259.json b/Data/_unsorted/Group_171300259.json
index 8bc949271..f40db40f4 100644
--- a/Data/_unsorted/Group_171300259.json
+++ b/Data/_unsorted/Group_171300259.json
@@ -81,9 +81,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -32.1289,
- "y": 11.28851,
- "z": -44.96013
+ "x": -27.975847,
+ "y": 11.25,
+ "z": -33.661766
},
"Rotation": {
"x": 0,
@@ -98,9 +98,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -27.928263,
+ "x": -28.424562,
"y": 11.293883,
- "z": -24.723993
+ "z": -22.727459
},
"Rotation": {
"x": 0,
@@ -115,9 +115,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -12.135298,
- "y": 11.25851,
- "z": -26.099548
+ "x": -23.503029,
+ "y": 11.25,
+ "z": -22.598425
},
"Rotation": {
"x": 0,
@@ -132,9 +132,9 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": -14.23213,
- "y": 11.25748,
- "z": -42.12592
+ "x": -22.46297,
+ "y": 11.25,
+ "z": -32.724182
},
"Rotation": {
"x": 0,
diff --git a/Data/_unsorted/Group_171300266.json b/Data/_unsorted/Group_171300266.json
index dead792a0..fb2506ecf 100644
--- a/Data/_unsorted/Group_171300266.json
+++ b/Data/_unsorted/Group_171300266.json
@@ -102,9 +102,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -23.773567,
- "y": 5.4623775,
- "z": -189.79906
+ "x": -96.1,
+ "y": 6.900192,
+ "z": -170.13
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -258,9 +258,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -141.60051,
- "y": 12.652097,
- "z": -138.8871
+ "x": -200.408,
+ "y": 8.615498,
+ "z": -76.639
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -362,9 +362,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -120.65441,
+ "x": -120.557,
"y": 8.29,
- "z": -48.43121
+ "z": -46.62
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -373,6 +373,25 @@
"Type": "Global",
"ViewObjectID": 2001307,
"ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Quest_Zenkov_171301_TelePoint_03",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
},
"VisionLevel": 2
},
@@ -863,9 +882,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -141.60051,
- "y": 12.652097,
- "z": -138.8871
+ "x": -200.51202,
+ "y": 8.290001,
+ "z": -124.32322
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -874,6 +893,25 @@
"Type": "Global",
"ViewObjectID": 2001307,
"ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Marker_SixthStreet_02",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
},
"VisionLevel": 2
},
@@ -1115,6 +1153,25 @@
"Type": "Global",
"ViewObjectID": 2001307,
"ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "RollBackPoint",
+ "ParamType": "String",
+ "StringValue": "Point_026",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ }
},
"VisionLevel": 2
},
@@ -1397,9 +1454,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": -0.00065752864,
+ "x": -0.409779,
"y": -437.6956,
- "z": 15.837827
+ "z": 0.26856828
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300271.json b/Data/_unsorted/Group_171300271.json
index 9b3fffab1..e944adc84 100644
--- a/Data/_unsorted/Group_171300271.json
+++ b/Data/_unsorted/Group_171300271.json
@@ -112,16 +112,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 179.76964,
+ "y": 97.61902,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -110.48466,
- "y": 9.364044,
- "z": -25.843918
+ "x": -110.912,
+ "y": 8.494744,
+ "z": -25.787
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300273.json b/Data/_unsorted/Group_171300273.json
index 695825052..26083f140 100644
--- a/Data/_unsorted/Group_171300273.json
+++ b/Data/_unsorted/Group_171300273.json
@@ -98,6 +98,10 @@
"ZKItemConsumptionTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 15
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 520002
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171300274.json b/Data/_unsorted/Group_171300274.json
index 65fc83110..fdb16a802 100644
--- a/Data/_unsorted/Group_171300274.json
+++ b/Data/_unsorted/Group_171300274.json
@@ -183,7 +183,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410308
+ "Value": 420308
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -398,7 +398,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410308
+ "Value": 420308
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300276.json b/Data/_unsorted/Group_171300276.json
index f04bde48d..58ae0dedf 100644
--- a/Data/_unsorted/Group_171300276.json
+++ b/Data/_unsorted/Group_171300276.json
@@ -98,6 +98,10 @@
"ZKItemConsumptionTrait.SubmitID": {
"$type": "ConfigDynamicValueInt",
"Value": 15
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 520002
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171300277.json b/Data/_unsorted/Group_171300277.json
index 49bd4b5b1..cc329bec3 100644
--- a/Data/_unsorted/Group_171300277.json
+++ b/Data/_unsorted/Group_171300277.json
@@ -183,7 +183,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410308
+ "Value": 420308
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
@@ -398,7 +398,7 @@
},
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
- "Value": 410308
+ "Value": 420308
},
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
diff --git a/Data/_unsorted/Group_171300281.json b/Data/_unsorted/Group_171300281.json
index 6f0dac9fd..f7d52593b 100644
--- a/Data/_unsorted/Group_171300281.json
+++ b/Data/_unsorted/Group_171300281.json
@@ -154,7 +154,7 @@
],
"MemberPosition": {
"x": -257.45404,
- "y": -13.781324,
+ "y": -13.831325,
"z": -65.57931
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300282.json b/Data/_unsorted/Group_171300282.json
index b3e9f79e8..4d547d706 100644
--- a/Data/_unsorted/Group_171300282.json
+++ b/Data/_unsorted/Group_171300282.json
@@ -228,6 +228,39 @@
"ViewObjectOverrideMap": {
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 207,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": -133.86295,
+ "y": 8.29,
+ "z": -86.21067
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 5
}
],
"MetaData": {
@@ -286,6 +319,13 @@
"ConfigID": 206,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 207,
+ "ViewObjectOverrideMap": {
+ }
}
],
"RefTriggerKey": [
@@ -301,6 +341,6 @@
}
],
"SuiteVersion": "V2",
- "VOGroupType": 4
+ "VOGroupType": 2
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171300286.json b/Data/_unsorted/Group_171300286.json
index 9b6f0e720..4b84d619b 100644
--- a/Data/_unsorted/Group_171300286.json
+++ b/Data/_unsorted/Group_171300286.json
@@ -182,7 +182,7 @@
"Value": false
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
},
{
"$type": "ConfigGroupMember",
@@ -215,7 +215,7 @@
"ViewObjectID": 2000066,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 5
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300290.json b/Data/_unsorted/Group_171300290.json
index 483ee526c..3d0c1f40c 100644
--- a/Data/_unsorted/Group_171300290.json
+++ b/Data/_unsorted/Group_171300290.json
@@ -190,7 +190,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 3,
+ "ZKLevelTagID": 4,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171300319.json b/Data/_unsorted/Group_171300319.json
index c30833dc7..f2dbdf655 100644
--- a/Data/_unsorted/Group_171300319.json
+++ b/Data/_unsorted/Group_171300319.json
@@ -1192,9 +1192,9 @@
"z": 0
},
"MemberPosition": {
- "x": 133.6563,
+ "x": 136.1,
"y": 17.881252,
- "z": 59.95082
+ "z": 60.29
},
"MemberType": "Monster",
"ModelMappingID": -1,
diff --git a/Data/_unsorted/Group_171300326.json b/Data/_unsorted/Group_171300326.json
index c6eacd437..48c151107 100644
--- a/Data/_unsorted/Group_171300326.json
+++ b/Data/_unsorted/Group_171300326.json
@@ -100,7 +100,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 6,
"isDisable": false
},
{
@@ -2264,6 +2264,85 @@
"ViewObjectOverrideMap": {
},
"VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000997,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 87.99806,
+ "y": 64.13002,
+ "z": 301.9775
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000997,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ },
+ "VisionLevel": 5
}
],
"MetaData": {
@@ -2355,6 +2434,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2447,6 +2579,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2498,6 +2683,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2549,6 +2787,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2593,6 +2884,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2630,6 +2974,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2714,6 +3111,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2778,6 +3228,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2815,6 +3318,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2852,6 +3408,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2896,6 +3505,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2933,6 +3595,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -2970,6 +3685,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3014,6 +3782,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3058,6 +3879,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3109,6 +3983,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3146,6 +4073,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3197,6 +4177,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3248,6 +4281,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3292,6 +4378,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3343,6 +4482,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3387,6 +4579,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3431,6 +4676,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3475,6 +4773,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3526,6 +4877,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3570,6 +4974,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3621,6 +5078,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3732,6 +5242,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
@@ -3783,6 +5346,59 @@
"ConfigID": 201,
"ViewObjectOverrideMap": {
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.CanTrack": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
+ },
+ "MapIconTrait.InfoPanelID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 160473
+ },
+ "MapIconTrait.ValidSuitIndex": {
+ "$type": "ConfigDynmaicValueListInt",
+ "Elements": [
+ 1,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ }
+ }
}
],
"RefTriggerKey": [
diff --git a/Data/_unsorted/Group_171300327.json b/Data/_unsorted/Group_171300327.json
index 0954cfab8..eff5500af 100644
--- a/Data/_unsorted/Group_171300327.json
+++ b/Data/_unsorted/Group_171300327.json
@@ -100,7 +100,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 2,
+ "ZKLevelTagID": 4,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171300331.json b/Data/_unsorted/Group_171300331.json
index 64fd1e96f..6ce160da2 100644
--- a/Data/_unsorted/Group_171300331.json
+++ b/Data/_unsorted/Group_171300331.json
@@ -445,7 +445,7 @@
],
"MemberPosition": {
"x": -195.33464,
- "y": 8.3548,
+ "y": 8.270002,
"z": -148.17798
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300332.json b/Data/_unsorted/Group_171300332.json
index 3b47b998a..1c884a099 100644
--- a/Data/_unsorted/Group_171300332.json
+++ b/Data/_unsorted/Group_171300332.json
@@ -197,16 +197,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 250.42702,
+ "y": 250.42703,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -175.55568,
+ "x": -175.519,
"y": 8.29,
- "z": -142.84363
+ "z": -143.263
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300337.json b/Data/_unsorted/Group_171300337.json
index 44988ad00..7a0bcbfe1 100644
--- a/Data/_unsorted/Group_171300337.json
+++ b/Data/_unsorted/Group_171300337.json
@@ -128,6 +128,12 @@
"Type": "Global",
"ViewObjectID": 2001090,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -262,6 +268,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -269,6 +281,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
}
},
@@ -395,6 +419,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -402,6 +432,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
}
},
@@ -447,6 +489,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -454,6 +502,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
}
},
diff --git a/Data/_unsorted/Group_171300338.json b/Data/_unsorted/Group_171300338.json
index 42475b5ea..992a37177 100644
--- a/Data/_unsorted/Group_171300338.json
+++ b/Data/_unsorted/Group_171300338.json
@@ -264,9 +264,9 @@
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": -104.53055,
+ "x": -104.766,
"y": 8.34,
- "z": -50.30367
+ "z": -50.252
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300347.json b/Data/_unsorted/Group_171300347.json
index 78c0510f8..a5aa58500 100644
--- a/Data/_unsorted/Group_171300347.json
+++ b/Data/_unsorted/Group_171300347.json
@@ -178,10 +178,6 @@
"MapIcon.Zenkov.EuquipTreasureVisibility"
]
},
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
diff --git a/Data/_unsorted/Group_171300352.json b/Data/_unsorted/Group_171300352.json
index 0dd5843df..1ec80ef65 100644
--- a/Data/_unsorted/Group_171300352.json
+++ b/Data/_unsorted/Group_171300352.json
@@ -94,7 +94,7 @@
},
"MemberEuler": {
"x": 0,
- "y": 295.55475,
+ "y": 120.87841,
"z": 0
},
"MemberGamePlayTagList": [
diff --git a/Data/_unsorted/Group_171300353.json b/Data/_unsorted/Group_171300353.json
index aeac00087..9242c8709 100644
--- a/Data/_unsorted/Group_171300353.json
+++ b/Data/_unsorted/Group_171300353.json
@@ -62,10 +62,6 @@
"Type": "Global",
"ViewObjectID": 2001090,
"ViewObjectOverrideMap": {
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
@@ -154,21 +150,6 @@
"RefBattleRegionKey": [
],
"RefMembers": [
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 201,
- "ViewObjectOverrideMap": {
- "MapIconTrait.isDisable": {
- "$type": "ConfigDynamicValueBool",
- "Value": false
- },
- "ZKRewardTrait.RewardID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 320306
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -183,6 +164,29 @@
"Value": 320308
}
}
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
}
],
"RefTriggerKey": [
@@ -277,6 +281,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
}
},
@@ -329,6 +345,18 @@
"ZKRewardTrait.RewardID": {
"$type": "ConfigDynamicValueInt",
"Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
}
}
}
diff --git a/Data/_unsorted/Group_171300354.json b/Data/_unsorted/Group_171300354.json
index 1c0c093a5..7029ad746 100644
--- a/Data/_unsorted/Group_171300354.json
+++ b/Data/_unsorted/Group_171300354.json
@@ -256,16 +256,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 181.57045,
+ "y": 269.29797,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 99.222244,
+ "x": 136.134,
"y": 83.38774,
- "z": 378.33627
+ "z": 359.036
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300367.json b/Data/_unsorted/Group_171300367.json
index 202491258..287032aa8 100644
--- a/Data/_unsorted/Group_171300367.json
+++ b/Data/_unsorted/Group_171300367.json
@@ -70,9 +70,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 161.10669,
+ "x": 166.53,
"y": 70.76801,
- "z": 293.61667
+ "z": 287.66
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300369.json b/Data/_unsorted/Group_171300369.json
index 8fd0b81bf..5fff7c387 100644
--- a/Data/_unsorted/Group_171300369.json
+++ b/Data/_unsorted/Group_171300369.json
@@ -242,7 +242,7 @@
],
"MemberPosition": {
"x": -23.05,
- "y": 66.584,
+ "y": 66.903,
"z": 409.981
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171300370.json b/Data/_unsorted/Group_171300370.json
index 34d11ce9f..e9a5a7d0a 100644
--- a/Data/_unsorted/Group_171300370.json
+++ b/Data/_unsorted/Group_171300370.json
@@ -241,16 +241,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 122.27811,
+ "y": 134.3219,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 122.739,
- "y": 19.166,
- "z": 47.143
+ "x": 122.70016,
+ "y": 19.189726,
+ "z": 47.13686
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -283,16 +283,16 @@
},
"MemberEuler": {
"x": 0,
- "y": 122.27811,
+ "y": 134.3219,
"z": 0
},
"MemberGamePlayTagList": [
"Viewobject.Performence.AnimatorCulling"
],
"MemberPosition": {
- "x": 122.739,
- "y": 19.166,
- "z": 47.143
+ "x": 122.70016,
+ "y": 19.189726,
+ "z": 47.13686
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -324,16 +324,16 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 276.1176,
- "y": 184.45964,
- "z": 178.68428
+ "x": 272.27536,
+ "y": 63.83152,
+ "z": 296.87344
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": 134.3,
"y": 18.946,
- "z": 38.172
+ "z": 38.209
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -422,7 +422,7 @@
"GadgetType": 0
},
"MemberEuler": {
- "x": 83.231026,
+ "x": 88.455414,
"y": 0,
"z": 0
},
@@ -430,8 +430,8 @@
],
"MemberPosition": {
"x": 134.544,
- "y": 19.262,
- "z": 48.803
+ "y": 19.311256,
+ "z": 48.623
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -527,9 +527,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 133.829,
- "y": 19.417,
- "z": 62.504
+ "x": 133.8212,
+ "y": 19.3945,
+ "z": 62.5914
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -766,15 +766,15 @@
},
"MemberEuler": {
"x": 0,
- "y": 145.42169,
+ "y": 134.3219,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 122.745,
- "y": 18.442,
- "z": 47.177
+ "x": 122.70016,
+ "y": 19.189726,
+ "z": 47.13686
},
"MemberType": "Gadget",
"ModelMappingID": 0,
@@ -857,13 +857,13 @@
"ConfigID": 303,
"MemberEuler": {
"x": 0,
- "y": 122.27811,
+ "y": 134.3219,
"z": 0
},
"MemberPosition": {
- "x": 122.739,
- "y": 18.011,
- "z": 47.143
+ "x": 122.76131,
+ "y": 18.11,
+ "z": 46.99809
},
"MemberType": "Npc",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300388.json b/Data/_unsorted/Group_171300388.json
index bf94c42f6..6539a9c2b 100644
--- a/Data/_unsorted/Group_171300388.json
+++ b/Data/_unsorted/Group_171300388.json
@@ -101,7 +101,7 @@
],
"MemberPosition": {
"x": 123.71864,
- "y": 59.633976,
+ "y": 59.605,
"z": 369.06863
},
"MemberType": "Gadget",
@@ -150,8 +150,8 @@
],
"MemberPosition": {
"x": 113.69367,
- "y": 59.634037,
- "z": 369.06595
+ "y": 59.608,
+ "z": 369.128
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300401.json b/Data/_unsorted/Group_171300401.json
index 1a9437061..f90ca0ff3 100644
--- a/Data/_unsorted/Group_171300401.json
+++ b/Data/_unsorted/Group_171300401.json
@@ -152,7 +152,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 4,
+ "ZKLevelTagID": 3,
"isDisable": false
},
{
diff --git a/Data/_unsorted/Group_171300402.json b/Data/_unsorted/Group_171300402.json
index 29208d5a8..2957127e6 100644
--- a/Data/_unsorted/Group_171300402.json
+++ b/Data/_unsorted/Group_171300402.json
@@ -51,9 +51,9 @@
"MemberGamePlayTagList": [
],
"MemberPosition": {
- "x": 224.37456,
+ "x": 221.20166,
"y": 64.169785,
- "z": 310.18637
+ "z": 310.31854
},
"MemberType": "Gadget",
"ModelMappingID": 0,
diff --git a/Data/_unsorted/Group_171300408.json b/Data/_unsorted/Group_171300408.json
index 05d346c25..ff41208ce 100644
--- a/Data/_unsorted/Group_171300408.json
+++ b/Data/_unsorted/Group_171300408.json
@@ -92,7 +92,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300409.json b/Data/_unsorted/Group_171300409.json
index 8a95b471a..a293dff9a 100644
--- a/Data/_unsorted/Group_171300409.json
+++ b/Data/_unsorted/Group_171300409.json
@@ -92,7 +92,7 @@
"ViewObjectID": 2001376,
"ViewObjectOverrideMap": {
},
- "VisionLevel": 2
+ "VisionLevel": 0
},
{
"$type": "ConfigGroupMember",
diff --git a/Data/_unsorted/Group_171300410.json b/Data/_unsorted/Group_171300410.json
index 6a37f2326..a8b494f37 100644
--- a/Data/_unsorted/Group_171300410.json
+++ b/Data/_unsorted/Group_171300410.json
@@ -210,7 +210,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 231013122,
+ "IntValue": 231013203,
"Key": "ChatID",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_171300411.json b/Data/_unsorted/Group_171300411.json
index 44964c70c..072dfaff1 100644
--- a/Data/_unsorted/Group_171300411.json
+++ b/Data/_unsorted/Group_171300411.json
@@ -63,6 +63,12 @@
"Type": "Global",
"ViewObjectID": 2001090,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -84,7 +90,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
}
],
"MetaData": {
@@ -107,6 +113,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -156,6 +168,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
diff --git a/Data/_unsorted/Group_171300412.json b/Data/_unsorted/Group_171300412.json
index a0e163c16..dc9f207df 100644
--- a/Data/_unsorted/Group_171300412.json
+++ b/Data/_unsorted/Group_171300412.json
@@ -63,6 +63,12 @@
"Type": "Global",
"ViewObjectID": 2001090,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -84,7 +90,7 @@
]
}
},
- "VisionLevel": 2
+ "VisionLevel": 5
}
],
"MetaData": {
@@ -107,6 +113,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
@@ -156,6 +168,12 @@
"Backstage": false,
"ConfigID": 201,
"ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
"MapIconTrait.isDisable": {
"$type": "ConfigDynamicValueBool",
"Value": false
diff --git a/Data/_unsorted/Group_171300415.json b/Data/_unsorted/Group_171300415.json
new file mode 100644
index 000000000..1c49ffc6b
--- /dev/null
+++ b/Data/_unsorted/Group_171300415.json
@@ -0,0 +1,746 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171300415,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171300415",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 4,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 5,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 6,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 4,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 91.2843,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 88.385,
+ "y": 64.13452,
+ "z": 293.458
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 180.0189,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 99.7289,
+ "y": 64.134514,
+ "z": 307.62277
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 203,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 178.59476,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 103.58,
+ "y": 64.134514,
+ "z": 307.673
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 4,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_4",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 5,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 201,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_5",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 6,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ },
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 203,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300415_6",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171300416.json b/Data/_unsorted/Group_171300416.json
new file mode 100644
index 000000000..35e7517d6
--- /dev/null
+++ b/Data/_unsorted/Group_171300416.json
@@ -0,0 +1,581 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ "Group.Dungeon.RegisterBoxNotSeize"
+ ],
+ "GroupId": 171300416,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171300416",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "RandomSuiteByDifficultyTrait",
+ "DifficultyConfigs": [
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 210,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 211,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 212,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ },
+ {
+ "$type": "DifficultyRandomSuiteConfig",
+ "Difficulty": 213,
+ "SuiteWeights": [
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 1,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 2,
+ "Weight": 1
+ },
+ {
+ "$type": "SuiteWeightEntry",
+ "SuiteIndex": 3,
+ "Weight": 1
+ }
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "FallbackSuiteIndex": 1,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 202,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 180.04291,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 99.751,
+ "y": 64.134514,
+ "z": 307.674
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 204,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 178.44795,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 103.53,
+ "y": 64.150665,
+ "z": 307.57
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 205,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2001090,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 357.86728,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ "Viewobject.Performence.AnimatorCulling"
+ ],
+ "MemberPosition": {
+ "x": 100.91143,
+ "y": 64.13452,
+ "z": 292.544
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2001090,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 1,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_1",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 2,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 204,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_2",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 3,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 205,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_3",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 4,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_4",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 5,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_5",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ },
+ {
+ "$type": "ConfigSuiteV2",
+ "CustomData": [
+ ],
+ "GamePlayTagList": [
+ ],
+ "Index": 6,
+ "RefBattleRegionKey": [
+ ],
+ "RefMembers": [
+ {
+ "$type": "ConfigRefGroupMember",
+ "Backstage": false,
+ "ConfigID": 202,
+ "ViewObjectOverrideMap": {
+ "MapIconTrait.GameplayTag": {
+ "$type": "ConfigDynmaicValueListStr",
+ "Elements": [
+ "MapIcon.Zenkov.EuquipTreasureVisibility"
+ ]
+ },
+ "MapIconTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": false
+ },
+ "ZKRewardTrait.RewardID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 320306
+ },
+ "ZKRewardTrait.StateRewards": {
+ "$type": "ConfigDynamicValueListZKRewardStateEntry",
+ "Elements": [
+ {
+ "$type": "ZKRewardStateEntry",
+ "CompareType": "Equal",
+ "NewRewardID": 10320306,
+ "StateKey": "isErosion",
+ "StateValue": 1
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "RefTriggerKey": [
+ ],
+ "SuiteGraph": {
+ "$type": "ConfigSuiteGraph",
+ "DFScriptName": "GroupGraph_171300416_6",
+ "InitParam": [
+ ]
+ },
+ "SuiteStates": [
+ ]
+ }
+ ],
+ "SuiteVersion": "V2",
+ "VOGroupType": 5
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171400001.json b/Data/_unsorted/Group_171400001.json
index 917f7b1ef..324108e85 100644
--- a/Data/_unsorted/Group_171400001.json
+++ b/Data/_unsorted/Group_171400001.json
@@ -122,13 +122,13 @@
"SphereColliderRadius": 3
},
"Position": {
- "x": 2.0184212,
- "y": 1.4079952,
- "z": 2.776733
+ "x": 27.51,
+ "y": 10.49,
+ "z": 2.34
},
"Rotation": {
"x": 0,
- "y": 257.8136,
+ "y": 272.7351,
"z": 0
}
},
@@ -165,7 +165,7 @@
"ConfigID": 101,
"MemberEuler": {
"x": 0,
- "y": 280.93875,
+ "y": 280.93872,
"z": 0
},
"MemberPosition": {
diff --git a/Data/_unsorted/Group_171400006.json b/Data/_unsorted/Group_171400006.json
index f59954055..5b5074dee 100644
--- a/Data/_unsorted/Group_171400006.json
+++ b/Data/_unsorted/Group_171400006.json
@@ -163,9 +163,9 @@
"$type": "ConfigTriggerData",
"ColliderConfig": {
"$type": "ConfigurableColliderConfig",
- "BoxColliderDistance": 50,
+ "BoxColliderDistance": 40,
"BoxColliderHeight": 3,
- "BoxColliderWidth": 50,
+ "BoxColliderWidth": 30,
"CapsuleColliderHeight": 3,
"CapsuleColliderRadius": 3,
"ColliderAngleOffset": {
@@ -189,7 +189,7 @@
},
"Rotation": {
"x": 0,
- "y": 257.8136,
+ "y": 192.54771,
"z": 0
}
},
@@ -303,7 +303,7 @@
"ConfigID": 101,
"MemberEuler": {
"x": 0,
- "y": 83.931496,
+ "y": 263.66235,
"z": 0
},
"MemberPosition": {
@@ -349,6 +349,10 @@
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
"Value": 2
+ },
+ "ZenkovErosionTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
}
},
"VisionLevel": 2
@@ -538,13 +542,13 @@
"ConfigID": 304,
"MemberEuler": {
"x": 0,
- "y": 286.923,
+ "y": 286.92297,
"z": 0
},
"MemberPosition": {
- "x": -8.537849,
+ "x": -8.938,
"y": 2,
- "z": 0.52081233
+ "z": 0.826
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -608,6 +612,10 @@
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
"Value": 2
+ },
+ "ZenkovErosionTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
}
}
},
@@ -664,17 +672,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 303,
- "ViewObjectOverrideMap": {
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 200701
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -732,7 +729,6 @@
}
],
"RefTriggerKey": [
- "171400006_Trigger_002"
],
"SuiteGraph": {
"$type": "ConfigSuiteGraph",
diff --git a/Data/_unsorted/Group_171400008.json b/Data/_unsorted/Group_171400008.json
index be45a37af..cd7913782 100644
--- a/Data/_unsorted/Group_171400008.json
+++ b/Data/_unsorted/Group_171400008.json
@@ -137,7 +137,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
- "ZKLevelTagID": 7,
+ "ZKLevelTagID": 6,
"isDisable": false
}
],
@@ -149,7 +149,7 @@
"ConfigID": 101,
"MemberEuler": {
"x": 0,
- "y": 83.931496,
+ "y": 263.92783,
"z": 0
},
"MemberPosition": {
@@ -195,6 +195,10 @@
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
"Value": 2
+ },
+ "ZenkovErosionTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
}
},
"VisionLevel": 2
@@ -346,6 +350,10 @@
"ZKRewardTrait.ZKRewardType": {
"$type": "ConfigDynamicValueInt",
"Value": 2
+ },
+ "ZenkovErosionTrait.isDisable": {
+ "$type": "ConfigDynamicValueBool",
+ "Value": true
}
}
},
diff --git a/Data/_unsorted/Group_171600005.json b/Data/_unsorted/Group_171600005.json
index 98d38e8e8..a2fcee5a3 100644
--- a/Data/_unsorted/Group_171600005.json
+++ b/Data/_unsorted/Group_171600005.json
@@ -233,13 +233,13 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 4.463067,
+ "x": 3.9258702,
"y": 4.0342646,
- "z": -6.350169
+ "z": -5.610558
},
"Rotation": {
"x": 0,
- "y": 4.540556,
+ "y": 31.516344,
"z": 0
}
},
@@ -454,13 +454,13 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 4.3794003,
+ "x": 3.5403028,
"y": 4.005,
- "z": -6.168678
+ "z": -5.4219456
},
"Rotation": {
"x": 0,
- "y": 290.3492,
+ "y": 352.8991,
"z": 0
}
},
@@ -471,13 +471,13 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 3.0900095,
- "y": 4.011,
- "z": -5.644712
+ "x": 3.3064852,
+ "y": 4.005,
+ "z": -4.522343
},
"Rotation": {
"x": 0,
- "y": 122.60441,
+ "y": 147.36426,
"z": 0
}
},
@@ -488,13 +488,13 @@
"Data": {
"$type": "ConfigPointData",
"Position": {
- "x": 3.3838522,
- "y": 4.01,
- "z": -4.9142613
+ "x": 4.2198987,
+ "y": 3.9746323,
+ "z": -4.3817344
},
"Rotation": {
"x": 0,
- "y": 86.3456,
+ "y": 134.88666,
"z": 0
}
},
@@ -533,6 +533,40 @@
}
},
"NameKey": "171600005_Point_030"
+ },
+ "171600005_Point_031": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 5.1064477,
+ "y": 4.0342646,
+ "z": -4.4937706
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 243.30731,
+ "z": 0
+ }
+ },
+ "NameKey": "171600005_Point_031"
+ },
+ "171600005_Point_032": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": -15.973309,
+ "y": 7.0339975,
+ "z": 27.160593
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 150.83965,
+ "z": 0
+ }
+ },
+ "NameKey": "171600005_Point_032"
}
},
"SplineMap": {
@@ -725,13 +759,13 @@
"ConfigID": 303,
"MemberEuler": {
"x": 0,
- "y": 6.7378554,
+ "y": 44.27172,
"z": 0
},
"MemberPosition": {
- "x": 4.582932,
+ "x": 3.8643503,
"y": 4.01,
- "z": -6.392425
+ "z": -5.6313996
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -794,13 +828,13 @@
"ConfigID": 305,
"MemberEuler": {
"x": 0,
- "y": 86.3456,
+ "y": 119.830086,
"z": 0
},
"MemberPosition": {
- "x": 3.3838522,
+ "x": 3.5915747,
"y": 4.01,
- "z": -4.9142613
+ "z": -4.4580393
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -1960,6 +1994,10 @@
"Backstage": false,
"ConfigID": 315,
"ViewObjectOverrideMap": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 602001
diff --git a/Data/_unsorted/Group_171600007.json b/Data/_unsorted/Group_171600007.json
index 1e715b55f..75e05ad60 100644
--- a/Data/_unsorted/Group_171600007.json
+++ b/Data/_unsorted/Group_171600007.json
@@ -293,6 +293,10 @@
"Type": "Global",
"ViewObjectID": 3000079,
"ViewObjectOverrideMap": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 0
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 203901
@@ -559,6 +563,10 @@
"Backstage": false,
"ConfigID": 308,
"ViewObjectOverrideMap": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 203901
@@ -877,6 +885,10 @@
"Backstage": false,
"ConfigID": 313,
"ViewObjectOverrideMap": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 1
+ },
"ConfigNpcSubTrait.ActionID": {
"$type": "ConfigDynamicValueInt",
"Value": 202001
diff --git a/Data/_unsorted/Group_171600010.json b/Data/_unsorted/Group_171600010.json
index 5faee50cd..56ab3dd3f 100644
--- a/Data/_unsorted/Group_171600010.json
+++ b/Data/_unsorted/Group_171600010.json
@@ -508,21 +508,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 302,
- "ViewObjectOverrideMap": {
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_171600005_302"
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -567,21 +552,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 302,
- "ViewObjectOverrideMap": {
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_171600005_302"
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
@@ -678,21 +648,6 @@
}
}
},
- {
- "$type": "ConfigRefGroupMember",
- "Backstage": false,
- "ConfigID": 302,
- "ViewObjectOverrideMap": {
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_171600005_302"
- }
- }
- },
{
"$type": "ConfigRefGroupMember",
"Backstage": false,
diff --git a/Data/_unsorted/Group_171600013.json b/Data/_unsorted/Group_171600013.json
index 26a4a11b3..5fc64ea9d 100644
--- a/Data/_unsorted/Group_171600013.json
+++ b/Data/_unsorted/Group_171600013.json
@@ -65,6 +65,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -106,6 +110,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -147,6 +155,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -188,6 +200,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -401,6 +417,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -416,6 +436,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -431,6 +455,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -446,6 +474,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -483,6 +515,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -498,6 +534,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -513,6 +553,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -528,6 +572,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -587,6 +635,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -602,6 +654,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -617,6 +673,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -632,6 +692,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -709,6 +773,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -724,6 +792,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -739,6 +811,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -754,6 +830,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -842,6 +922,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -857,6 +941,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -872,6 +960,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
@@ -887,6 +979,10 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
+ "EntitySpawnPriorityTrait.Priority": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 10
+ },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_ZenkovDoor_01\/Device_Prop_ZenkovDoor_01.prefab"
diff --git a/Data/_unsorted/Group_171600014.json b/Data/_unsorted/Group_171600014.json
index 115f390fc..e14280a2c 100644
--- a/Data/_unsorted/Group_171600014.json
+++ b/Data/_unsorted/Group_171600014.json
@@ -111,6 +111,10 @@
"ConfigNpcSubTrait.Name": {
"$type": "ConfigDynamicValueString",
"Value": "NPCName_171600005_301"
+ },
+ "ShowHintTrait.ShowHintConfigID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 23151
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171600016.json b/Data/_unsorted/Group_171600016.json
index c662c6491..e5dd99726 100644
--- a/Data/_unsorted/Group_171600016.json
+++ b/Data/_unsorted/Group_171600016.json
@@ -31,7 +31,7 @@
"Position": {
"x": -6.0385084,
"y": 4.0172515,
- "z": 0.44710255
+ "z": 0.652
},
"Rotation": {
"x": 0,
diff --git a/Data/_unsorted/Group_171600017.json b/Data/_unsorted/Group_171600017.json
index 4f88d5a2b..bc1070f64 100644
--- a/Data/_unsorted/Group_171600017.json
+++ b/Data/_unsorted/Group_171600017.json
@@ -44,14 +44,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 29.973001,
+ "y": 29.972994,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": -11.972,
- "y": 10.653,
+ "y": 9.8,
"z": -28.625
},
"MemberType": "Gadget",
@@ -128,14 +128,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 29.973001,
+ "y": 29.972998,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": -13.698,
- "y": 10.653,
+ "y": 9.8,
"z": -27.64
},
"MemberType": "Gadget",
@@ -212,14 +212,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 29.973001,
+ "y": 29.972998,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": -15.434,
- "y": 10.653,
+ "y": 9.8,
"z": -26.639
},
"MemberType": "Gadget",
@@ -296,14 +296,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 29.973001,
+ "y": 29.972998,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": -17.168,
- "y": 10.653,
+ "y": 9.8,
"z": -25.639
},
"MemberType": "Gadget",
@@ -380,14 +380,14 @@
},
"MemberEuler": {
"x": 0,
- "y": 29.973001,
+ "y": 29.972998,
"z": 0
},
"MemberGamePlayTagList": [
],
"MemberPosition": {
"x": -18.9,
- "y": 10.653,
+ "y": 9.8,
"z": -24.647
},
"MemberType": "Gadget",
@@ -471,7 +471,7 @@
],
"MemberPosition": {
"x": -9.729,
- "y": 11.856,
+ "y": 11,
"z": -29.918
},
"MemberType": "Gadget",
@@ -555,7 +555,7 @@
],
"MemberPosition": {
"x": -9.729,
- "y": 11.063,
+ "y": 10.21,
"z": -29.918
},
"MemberType": "Gadget",
@@ -639,7 +639,7 @@
],
"MemberPosition": {
"x": -9.729,
- "y": 10.261,
+ "y": 9.4,
"z": -29.918
},
"MemberType": "Gadget",
@@ -723,7 +723,7 @@
],
"MemberPosition": {
"x": -10.6,
- "y": 10.261,
+ "y": 9.4,
"z": -29.422
},
"MemberType": "Gadget",
@@ -807,7 +807,7 @@
],
"MemberPosition": {
"x": -10.597,
- "y": 11.063,
+ "y": 10.21,
"z": -29.424
},
"MemberType": "Gadget",
@@ -891,7 +891,7 @@
],
"MemberPosition": {
"x": -10.596,
- "y": 11.862,
+ "y": 11,
"z": -29.422
},
"MemberType": "Gadget",
@@ -975,7 +975,7 @@
],
"MemberPosition": {
"x": -10.6,
- "y": 12.659,
+ "y": 11.81,
"z": -29.429
},
"MemberType": "Gadget",
@@ -1059,7 +1059,7 @@
],
"MemberPosition": {
"x": -11.55,
- "y": 12.659,
+ "y": 11.81,
"z": -28.872
},
"MemberType": "Gadget",
@@ -1143,7 +1143,7 @@
],
"MemberPosition": {
"x": -11.548,
- "y": 11.856,
+ "y": 11,
"z": -28.868
},
"MemberType": "Gadget",
@@ -1227,7 +1227,7 @@
],
"MemberPosition": {
"x": -12.417,
- "y": 11.856,
+ "y": 11,
"z": -28.376
},
"MemberType": "Gadget",
@@ -1311,7 +1311,7 @@
],
"MemberPosition": {
"x": -12.417,
- "y": 12.659,
+ "y": 11.81,
"z": -28.369
},
"MemberType": "Gadget",
@@ -1395,7 +1395,7 @@
],
"MemberPosition": {
"x": -13.282,
- "y": 12.659,
+ "y": 11.81,
"z": -27.875
},
"MemberType": "Gadget",
@@ -1479,7 +1479,7 @@
],
"MemberPosition": {
"x": -13.282,
- "y": 11.856,
+ "y": 11,
"z": -27.874
},
"MemberType": "Gadget",
@@ -1563,7 +1563,7 @@
],
"MemberPosition": {
"x": -14.147,
- "y": 12.659,
+ "y": 11.81,
"z": -27.372
},
"MemberType": "Gadget",
@@ -1647,7 +1647,7 @@
],
"MemberPosition": {
"x": -14.111,
- "y": 11.861,
+ "y": 11,
"z": -27.31
},
"MemberType": "Gadget",
@@ -1731,7 +1731,7 @@
],
"MemberPosition": {
"x": -15.017,
- "y": 11.861,
+ "y": 11,
"z": -26.879
},
"MemberType": "Gadget",
@@ -1815,7 +1815,7 @@
],
"MemberPosition": {
"x": -15.011,
- "y": 12.659,
+ "y": 11.81,
"z": -26.872
},
"MemberType": "Gadget",
@@ -1899,7 +1899,7 @@
],
"MemberPosition": {
"x": -15.881,
- "y": 12.659,
+ "y": 11.81,
"z": -26.372
},
"MemberType": "Gadget",
@@ -1983,7 +1983,7 @@
],
"MemberPosition": {
"x": -15.885,
- "y": 11.863,
+ "y": 11,
"z": -26.38
},
"MemberType": "Gadget",
@@ -2067,7 +2067,7 @@
],
"MemberPosition": {
"x": -16.744,
- "y": 11.863,
+ "y": 11,
"z": -25.871
},
"MemberType": "Gadget",
@@ -2151,7 +2151,7 @@
],
"MemberPosition": {
"x": -17.612,
- "y": 12.663,
+ "y": 11.81,
"z": -25.374
},
"MemberType": "Gadget",
@@ -2235,7 +2235,7 @@
],
"MemberPosition": {
"x": -16.741,
- "y": 12.663,
+ "y": 11.81,
"z": -25.868
},
"MemberType": "Gadget",
@@ -2319,7 +2319,7 @@
],
"MemberPosition": {
"x": -17.613,
- "y": 11.861,
+ "y": 11,
"z": -25.373
},
"MemberType": "Gadget",
@@ -2403,7 +2403,7 @@
],
"MemberPosition": {
"x": -18.479,
- "y": 11.861,
+ "y": 11,
"z": -24.879
},
"MemberType": "Gadget",
@@ -2487,7 +2487,7 @@
],
"MemberPosition": {
"x": -18.479,
- "y": 12.665,
+ "y": 11.81,
"z": -24.879
},
"MemberType": "Gadget",
@@ -2571,7 +2571,7 @@
],
"MemberPosition": {
"x": -19.349,
- "y": 12.665,
+ "y": 11.81,
"z": -24.383
},
"MemberType": "Gadget",
@@ -2655,7 +2655,7 @@
],
"MemberPosition": {
"x": -19.349,
- "y": 11.8611,
+ "y": 11,
"z": -24.383
},
"MemberType": "Gadget",
@@ -2739,7 +2739,7 @@
],
"MemberPosition": {
"x": -20.207,
- "y": 12.662,
+ "y": 11.81,
"z": -23.871
},
"MemberType": "Gadget",
@@ -2823,7 +2823,7 @@
],
"MemberPosition": {
"x": -21.078,
- "y": 12.662,
+ "y": 11.81,
"z": -23.373
},
"MemberType": "Gadget",
@@ -2907,7 +2907,7 @@
],
"MemberPosition": {
"x": -21.078,
- "y": 11.859,
+ "y": 11,
"z": -23.373
},
"MemberType": "Gadget",
@@ -2991,7 +2991,7 @@
],
"MemberPosition": {
"x": -20.209,
- "y": 11.859,
+ "y": 11,
"z": -23.868
},
"MemberType": "Gadget",
@@ -3075,7 +3075,7 @@
],
"MemberPosition": {
"x": -20.209,
- "y": 11.058,
+ "y": 10.21,
"z": -23.868
},
"MemberType": "Gadget",
@@ -3159,7 +3159,7 @@
],
"MemberPosition": {
"x": -21.078,
- "y": 11.058,
+ "y": 10.21,
"z": -23.373
},
"MemberType": "Gadget",
@@ -3243,7 +3243,7 @@
],
"MemberPosition": {
"x": -21.078,
- "y": 10.26,
+ "y": 9.4,
"z": -23.373
},
"MemberType": "Gadget",
@@ -3327,7 +3327,7 @@
],
"MemberPosition": {
"x": -20.208,
- "y": 10.26,
+ "y": 9.4,
"z": -23.869
},
"MemberType": "Gadget",
diff --git a/Data/_unsorted/Group_171600029.json b/Data/_unsorted/Group_171600029.json
index 5b28980c7..8c3b4a864 100644
--- a/Data/_unsorted/Group_171600029.json
+++ b/Data/_unsorted/Group_171600029.json
@@ -66,35 +66,35 @@
},
{
"$type": "ConfigGroupMember",
- "ConfigID": 301,
+ "ConfigID": 302,
"MemberEuler": {
"x": 0,
- "y": 5.180044,
+ "y": 30.181171,
"z": 0
},
"MemberPosition": {
- "x": -11.146398,
- "y": 6.9844036,
- "z": -26.506317
+ "x": -19.26,
+ "y": 8.087,
+ "z": -20.56
},
"MemberType": "Npc",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 3000081,
+ "ViewObjectID": 3000079,
"ViewObjectOverrideMap": {
"ConfigDFScriptTrait.InitParam": {
"$type": "ConfigDynamicValueListBlackboardParam",
"Elements": [
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasBubble",
- "ParamType": "Bool",
- "StringValue": "",
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_360",
"VectorValue": {
"x": 0,
"y": 0,
@@ -103,10 +103,10 @@
},
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasChat",
+ "Key": "IsInteractOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -120,20 +120,6 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasMontage",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231014007,
"Key": "BubblePerformID",
"ParamType": "Int",
"StringValue": "",
@@ -143,40 +129,12 @@
"z": 0
}
},
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231013017,
- "Key": "ChatPerformID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
{
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "MontageID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "IsMontageLoop",
+ "Key": "IsBubbleOnlyPlayOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -189,8 +147,8 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 301,
- "Key": "OtherNPC1",
+ "IntValue": 0,
+ "Key": "ANPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -204,7 +162,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC2",
+ "Key": "BNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -218,7 +176,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC3",
+ "Key": "CNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -226,40 +184,37 @@
"y": 0,
"z": 0
}
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
}
]
},
- "ConfigInteractTrait.SwitchAvatarMode": {
- "$type": "ConfigDynamicValueInt",
- "Value": 0
- },
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 302,
- "MemberEuler": {
- "x": 0,
- "y": 31.741972,
- "z": 0
- },
- "MemberPosition": {
- "x": -14.308788,
- "y": 8.153561,
- "z": -24.839663
- },
- "MemberType": "Npc",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 3000079,
- "ViewObjectOverrideMap": {
"ConfigInteractTrait.SwitchAvatarMode": {
"$type": "ConfigDynamicValueInt",
"Value": 0
diff --git a/Data/_unsorted/Group_171600030.json b/Data/_unsorted/Group_171600030.json
index 4c9a069c1..26febcd7b 100644
--- a/Data/_unsorted/Group_171600030.json
+++ b/Data/_unsorted/Group_171600030.json
@@ -33,177 +33,34 @@
"Members": [
{
"$type": "ConfigGroupMember",
- "ConfigID": 301,
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
"MemberEuler": {
"x": 0,
- "y": 83.057755,
+ "y": 0,
"z": 0
},
+ "MemberGamePlayTagList": [
+ ],
"MemberPosition": {
- "x": -29.580397,
- "y": 7,
- "z": -8.47895
+ "x": -27.520199,
+ "y": 7.5405,
+ "z": -10.383974
},
- "MemberType": "Npc",
+ "MemberType": "Gadget",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 3000081,
+ "ViewObjectID": 2000066,
"ViewObjectOverrideMap": {
- "ConfigDFScriptTrait.InitParam": {
- "$type": "ConfigDynamicValueListBlackboardParam",
- "Elements": [
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": true,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "HasBubble",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": true,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "HasChat",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "HasMontage",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231014019,
- "Key": "BubblePerformID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231013018,
- "Key": "ChatPerformID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "MontageID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "IsMontageLoop",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 301,
- "Key": "OtherNPC1",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "OtherNPC2",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "OtherNPC3",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- }
- ]
- },
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_171600005_304"
- }
},
"VisionLevel": 2
},
@@ -212,13 +69,13 @@
"ConfigID": 302,
"MemberEuler": {
"x": 0,
- "y": 340.2793,
+ "y": 340.2563,
"z": 0
},
"MemberPosition": {
- "x": -24.75375,
- "y": 7.961133,
- "z": -12.4201
+ "x": -25.46,
+ "y": 8.081,
+ "z": -12.289
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -234,6 +91,10 @@
"ConfigNpcSubTrait.Name": {
"$type": "ConfigDynamicValueString",
"Value": "NPCName_Group_171600031"
+ },
+ "ShowHintTrait.ShowHintConfigID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 23152
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171600031.json b/Data/_unsorted/Group_171600031.json
index fe3d13a99..f40c29cb3 100644
--- a/Data/_unsorted/Group_171600031.json
+++ b/Data/_unsorted/Group_171600031.json
@@ -36,13 +36,13 @@
"ConfigID": 302,
"MemberEuler": {
"x": 0,
- "y": 108.51636,
+ "y": 22.85926,
"z": 0
},
"MemberPosition": {
- "x": -28.852468,
- "y": 7.990805,
- "z": 10.617915
+ "x": -28.414,
+ "y": 8.237,
+ "z": 10.487
},
"MemberType": "Npc",
"ModelMappingID": 0,
@@ -50,49 +50,18 @@
"SpecialIdleID": 0,
"Type": "Global",
"ViewObjectID": 3000079,
- "ViewObjectOverrideMap": {
- "ConfigInteractTrait.SwitchAvatarMode": {
- "$type": "ConfigDynamicValueInt",
- "Value": 0
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_Group_171600030"
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 301,
- "MemberEuler": {
- "x": 358.70425,
- "y": 39.905922,
- "z": 358.9118
- },
- "MemberPosition": {
- "x": -28.01491,
- "y": 7.034,
- "z": 6.3083367
- },
- "MemberType": "Npc",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 3000081,
"ViewObjectOverrideMap": {
"ConfigDFScriptTrait.InitParam": {
"$type": "ConfigDynamicValueListBlackboardParam",
"Elements": [
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasBubble",
- "ParamType": "Bool",
- "StringValue": "",
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_360",
"VectorValue": {
"x": 0,
"y": 0,
@@ -101,10 +70,10 @@
},
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasChat",
+ "Key": "IsInteractOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -118,20 +87,6 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasMontage",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231014020,
"Key": "BubblePerformID",
"ParamType": "Int",
"StringValue": "",
@@ -141,40 +96,12 @@
"z": 0
}
},
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231013019,
- "Key": "ChatPerformID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
{
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "MontageID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "IsMontageLoop",
+ "Key": "IsBubbleOnlyPlayOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -187,8 +114,8 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 301,
- "Key": "OtherNPC1",
+ "IntValue": 0,
+ "Key": "ANPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -202,7 +129,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC2",
+ "Key": "BNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -216,7 +143,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC3",
+ "Key": "CNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -224,12 +151,48 @@
"y": 0,
"z": 0
}
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
}
]
},
- "ConfigNpcSubTrait.ActionID": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
"$type": "ConfigDynamicValueInt",
- "Value": 202001
+ "Value": 0
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_Group_171600030"
+ },
+ "ShowHintTrait.ShowHintConfigID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 23153
}
},
"VisionLevel": 2
diff --git a/Data/_unsorted/Group_171600032.json b/Data/_unsorted/Group_171600032.json
index da648dc16..57dbd7211 100644
--- a/Data/_unsorted/Group_171600032.json
+++ b/Data/_unsorted/Group_171600032.json
@@ -66,35 +66,35 @@
},
{
"$type": "ConfigGroupMember",
- "ConfigID": 301,
+ "ConfigID": 302,
"MemberEuler": {
- "x": 359.96902,
- "y": 218.30788,
- "z": 0.010049058
+ "x": 0,
+ "y": 64.5797,
+ "z": 0
},
"MemberPosition": {
- "x": -10.67094,
- "y": 6.9999976,
- "z": 28.3659
+ "x": -16.452,
+ "y": 8.357,
+ "z": 28.318
},
"MemberType": "Npc",
"ModelMappingID": 0,
"RewardID": 0,
"SpecialIdleID": 0,
"Type": "Global",
- "ViewObjectID": 3000081,
+ "ViewObjectID": 3000079,
"ViewObjectOverrideMap": {
"ConfigDFScriptTrait.InitParam": {
"$type": "ConfigDynamicValueListBlackboardParam",
"Elements": [
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasBubble",
- "ParamType": "Bool",
- "StringValue": "",
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_360",
"VectorValue": {
"x": 0,
"y": 0,
@@ -103,10 +103,10 @@
},
{
"$type": "ConfigBlackboardParam",
- "BoolValue": true,
+ "BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasChat",
+ "Key": "IsInteractOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -120,20 +120,6 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "HasMontage",
- "ParamType": "Bool",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231014021,
"Key": "BubblePerformID",
"ParamType": "Int",
"StringValue": "",
@@ -143,40 +129,12 @@
"z": 0
}
},
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 231013020,
- "Key": "ChatPerformID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
{
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "MontageID",
- "ParamType": "Int",
- "StringValue": "",
- "VectorValue": {
- "x": 0,
- "y": 0,
- "z": 0
- }
- },
- {
- "$type": "ConfigBlackboardParam",
- "BoolValue": false,
- "FloatValue": 0,
- "IntValue": 0,
- "Key": "IsMontageLoop",
+ "Key": "IsBubbleOnlyPlayOnce",
"ParamType": "Bool",
"StringValue": "",
"VectorValue": {
@@ -189,8 +147,8 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 301,
- "Key": "OtherNPC1",
+ "IntValue": 0,
+ "Key": "ANPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -204,7 +162,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC2",
+ "Key": "BNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -218,7 +176,7 @@
"BoolValue": false,
"FloatValue": 0,
"IntValue": 0,
- "Key": "OtherNPC3",
+ "Key": "CNPCConfigID",
"ParamType": "Int",
"StringValue": "",
"VectorValue": {
@@ -226,40 +184,37 @@
"y": 0,
"z": 0
}
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
}
]
},
- "ConfigNpcSubTrait.ActionID": {
- "$type": "ConfigDynamicValueInt",
- "Value": 619001
- },
- "ConfigNpcSubTrait.Name": {
- "$type": "ConfigDynamicValueString",
- "Value": "NPCName_171600005_302"
- }
- },
- "VisionLevel": 2
- },
- {
- "$type": "ConfigGroupMember",
- "ConfigID": 302,
- "MemberEuler": {
- "x": 0,
- "y": 148.41797,
- "z": 0
- },
- "MemberPosition": {
- "x": -16.507507,
- "y": 8.084465,
- "z": 28.448462
- },
- "MemberType": "Npc",
- "ModelMappingID": 0,
- "RewardID": 0,
- "SpecialIdleID": 0,
- "Type": "Global",
- "ViewObjectID": 3000079,
- "ViewObjectOverrideMap": {
"ConfigInteractTrait.SwitchAvatarMode": {
"$type": "ConfigDynamicValueInt",
"Value": 0
diff --git a/Data/_unsorted/Group_171600064.json b/Data/_unsorted/Group_171600064.json
index 0f959a516..fdf8fc902 100644
--- a/Data/_unsorted/Group_171600064.json
+++ b/Data/_unsorted/Group_171600064.json
@@ -553,7 +553,7 @@
"ViewObjectOverrideMap": {
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
- "Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/Zenkov_Object_MainCity_Craft_004.prefab"
+ "Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/Zenkov_Object_MainCity_Craft_003.prefab"
}
}
},
diff --git a/Data/_unsorted/Group_171600071.json b/Data/_unsorted/Group_171600071.json
index ee6128c8e..8741a6d58 100644
--- a/Data/_unsorted/Group_171600071.json
+++ b/Data/_unsorted/Group_171600071.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_010.prefab"
diff --git a/Data/_unsorted/Group_171600072.json b/Data/_unsorted/Group_171600072.json
index 3cfc4ba70..fe7797f94 100644
--- a/Data/_unsorted/Group_171600072.json
+++ b/Data/_unsorted/Group_171600072.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_008.prefab"
diff --git a/Data/_unsorted/Group_171600073.json b/Data/_unsorted/Group_171600073.json
index f766ca3de..dd8692d9a 100644
--- a/Data/_unsorted/Group_171600073.json
+++ b/Data/_unsorted/Group_171600073.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_007.prefab"
diff --git a/Data/_unsorted/Group_171600074.json b/Data/_unsorted/Group_171600074.json
index bb5afd703..a7a31b867 100644
--- a/Data/_unsorted/Group_171600074.json
+++ b/Data/_unsorted/Group_171600074.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_006.prefab"
diff --git a/Data/_unsorted/Group_171600075.json b/Data/_unsorted/Group_171600075.json
index 2c70e6c24..6cdea1348 100644
--- a/Data/_unsorted/Group_171600075.json
+++ b/Data/_unsorted/Group_171600075.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_005.prefab"
diff --git a/Data/_unsorted/Group_171600076.json b/Data/_unsorted/Group_171600076.json
index e42c19972..09bd3a904 100644
--- a/Data/_unsorted/Group_171600076.json
+++ b/Data/_unsorted/Group_171600076.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_009.prefab"
diff --git a/Data/_unsorted/Group_171600077.json b/Data/_unsorted/Group_171600077.json
index 96b6c2f6a..e88cc3501 100644
--- a/Data/_unsorted/Group_171600077.json
+++ b/Data/_unsorted/Group_171600077.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_004.prefab"
diff --git a/Data/_unsorted/Group_171600078.json b/Data/_unsorted/Group_171600078.json
index 8b12b6a2d..f5b358e9d 100644
--- a/Data/_unsorted/Group_171600078.json
+++ b/Data/_unsorted/Group_171600078.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_002.prefab"
diff --git a/Data/_unsorted/Group_171600079.json b/Data/_unsorted/Group_171600079.json
index f359fc9ae..ddfa1d4f5 100644
--- a/Data/_unsorted/Group_171600079.json
+++ b/Data/_unsorted/Group_171600079.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_003.prefab"
diff --git a/Data/_unsorted/Group_171600080.json b/Data/_unsorted/Group_171600080.json
index 34a156d84..701927d90 100644
--- a/Data/_unsorted/Group_171600080.json
+++ b/Data/_unsorted/Group_171600080.json
@@ -61,10 +61,6 @@
"Type": "Global",
"ViewObjectID": 2001357,
"ViewObjectOverrideMap": {
- "GadgetDefaultTrait.EnableDither": {
- "$type": "ConfigDynamicValueBool",
- "Value": true
- },
"GadgetDefaultTrait.PrefabPath": {
"$type": "ConfigDynamicValueString",
"Value": "Assets\/NapResources\/Char\/MainCityObject\/DynamicObject\/Zenkov\/DynamicObjects_Zenkov_Collection_001.prefab"
diff --git a/Data/_unsorted/Group_171600084.json b/Data/_unsorted/Group_171600084.json
new file mode 100644
index 000000000..8fabc26a3
--- /dev/null
+++ b/Data/_unsorted/Group_171600084.json
@@ -0,0 +1,243 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600084,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600084",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 0,
+ "y": 299.58716,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -14.375,
+ "y": 8.205,
+ "z": -24.878
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000079,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "InteractName",
+ "ParamType": "String",
+ "StringValue": "NPCInteract_2m_360",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsInteractOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsBubbleOnlyPlayOnce",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "ANPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "BNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "CNPCConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "Montage_AnimationID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 6,
+ "IntValue": 6,
+ "Key": "Montage_Cooldown",
+ "ParamType": "Float",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 0
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_Group_171600084"
+ },
+ "ShowHintTrait.ShowHintConfigID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 23150
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171600085.json b/Data/_unsorted/Group_171600085.json
new file mode 100644
index 000000000..9c404f7b2
--- /dev/null
+++ b/Data/_unsorted/Group_171600085.json
@@ -0,0 +1,112 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600085,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600085",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 201,
+ "GadgetMetadata": {
+ "$type": "ConfigGadgetMetaData"
+ },
+ "GadgetServerMetadata": {
+ "$type": "ConfigGadgetServerData",
+ "GadgetId": 2000066,
+ "GadgetType": 0
+ },
+ "MemberEuler": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberGamePlayTagList": [
+ ],
+ "MemberPosition": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "MemberType": "Gadget",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 2000066,
+ "ViewObjectOverrideMap": {
+ },
+ "VisionLevel": 2
+ },
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 0,
+ "y": 321.0431,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": 5.882,
+ "y": 4.733,
+ "z": 5.37
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000079,
+ "ViewObjectOverrideMap": {
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 0
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_Group_171600084"
+ },
+ "ShowHintTrait.ShowHintConfigID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 23149
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171600086.json b/Data/_unsorted/Group_171600086.json
new file mode 100644
index 000000000..a513b4735
--- /dev/null
+++ b/Data/_unsorted/Group_171600086.json
@@ -0,0 +1,220 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600086,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600086",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 0,
+ "y": 5.180044,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -11.146398,
+ "y": 6.9844036,
+ "z": -26.506317
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000081,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasBubble",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasMontage",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014007,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013017,
+ "Key": "ChatPerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MontageID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsMontageLoop",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "OtherNPC1",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC2",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC3",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigInteractTrait.SwitchAvatarMode": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 0
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 619001
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171600087.json b/Data/_unsorted/Group_171600087.json
new file mode 100644
index 000000000..100cd2862
--- /dev/null
+++ b/Data/_unsorted/Group_171600087.json
@@ -0,0 +1,220 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600087,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600087",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 0,
+ "y": 83.057755,
+ "z": 0
+ },
+ "MemberPosition": {
+ "x": -29.580397,
+ "y": 7,
+ "z": -8.47895
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000081,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasBubble",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasMontage",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014019,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013018,
+ "Key": "ChatPerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MontageID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsMontageLoop",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "OtherNPC1",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC2",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC3",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 619001
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171600005_304"
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171600088.json b/Data/_unsorted/Group_171600088.json
new file mode 100644
index 000000000..a1ee5492b
--- /dev/null
+++ b/Data/_unsorted/Group_171600088.json
@@ -0,0 +1,216 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600088,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600088",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 358.70425,
+ "y": 39.905922,
+ "z": 358.9118
+ },
+ "MemberPosition": {
+ "x": -28.01491,
+ "y": 7.034,
+ "z": 6.3083367
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000081,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasBubble",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasMontage",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014020,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013019,
+ "Key": "ChatPerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MontageID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsMontageLoop",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "OtherNPC1",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC2",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC3",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 202001
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_171600089.json b/Data/_unsorted/Group_171600089.json
new file mode 100644
index 000000000..d6f5fb226
--- /dev/null
+++ b/Data/_unsorted/Group_171600089.json
@@ -0,0 +1,220 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "Group": {
+ "$type": "ConfigGroup",
+ "GameplayExternalData": {
+ "$type": "ConfigFloorExternalDataCollection",
+ "BattleRegionMap": {
+ },
+ "PointMap": {
+ },
+ "SplineMap": {
+ },
+ "TriggerMap": {
+ }
+ },
+ "GroupGamePlayTagList": [
+ ],
+ "GroupId": 171600089,
+ "GroupUsage": "Default",
+ "GroupViewObjectTrait": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "GroupGraph_171600089",
+ "Export2Server": false,
+ "InitParam": [
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ }
+ ],
+ "InternalConfigViewObject": [
+ ],
+ "Members": [
+ {
+ "$type": "ConfigGroupMember",
+ "ConfigID": 301,
+ "MemberEuler": {
+ "x": 359.96902,
+ "y": 218.30788,
+ "z": 0.010049058
+ },
+ "MemberPosition": {
+ "x": -10.67094,
+ "y": 6.9999976,
+ "z": 28.3659
+ },
+ "MemberType": "Npc",
+ "ModelMappingID": 0,
+ "RewardID": 0,
+ "SpecialIdleID": 0,
+ "Type": "Global",
+ "ViewObjectID": 3000081,
+ "ViewObjectOverrideMap": {
+ "ConfigDFScriptTrait.InitParam": {
+ "$type": "ConfigDynamicValueListBlackboardParam",
+ "Elements": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasBubble",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasMontage",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231014021,
+ "Key": "BubblePerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013020,
+ "Key": "ChatPerformID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "MontageID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "IsMontageLoop",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 301,
+ "Key": "OtherNPC1",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC2",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OtherNPC3",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ]
+ },
+ "ConfigNpcSubTrait.ActionID": {
+ "$type": "ConfigDynamicValueInt",
+ "Value": 619001
+ },
+ "ConfigNpcSubTrait.Name": {
+ "$type": "ConfigDynamicValueString",
+ "Value": "NPCName_171600005_302"
+ }
+ },
+ "VisionLevel": 2
+ }
+ ],
+ "MetaData": {
+ "$type": "ConfigGroupMetaData",
+ "DifficultyTagID": 4
+ },
+ "SuiteV2List": [
+ ],
+ "SuiteVersion": "V1",
+ "VOGroupType": 2
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/Group_600203190.json b/Data/_unsorted/Group_600203190.json
index a9e2ff454..a87c473c4 100644
--- a/Data/_unsorted/Group_600203190.json
+++ b/Data/_unsorted/Group_600203190.json
@@ -638,7 +638,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -750,7 +750,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -764,7 +764,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -778,7 +778,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -792,7 +792,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
@@ -989,7 +989,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -1101,7 +1101,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -1115,7 +1115,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -1129,7 +1129,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -1143,7 +1143,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_600203191.json b/Data/_unsorted/Group_600203191.json
index f2e08170a..afa195815 100644
--- a/Data/_unsorted/Group_600203191.json
+++ b/Data/_unsorted/Group_600203191.json
@@ -740,7 +740,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -852,7 +852,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -866,7 +866,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -880,7 +880,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -894,7 +894,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
@@ -1136,7 +1136,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -1248,7 +1248,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -1262,7 +1262,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -1276,7 +1276,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -1290,7 +1290,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_600203192.json b/Data/_unsorted/Group_600203192.json
index ef74012a8..3447a2b36 100644
--- a/Data/_unsorted/Group_600203192.json
+++ b/Data/_unsorted/Group_600203192.json
@@ -630,7 +630,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -742,7 +742,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -756,7 +756,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -770,7 +770,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -784,7 +784,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
@@ -981,7 +981,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -1093,7 +1093,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -1107,7 +1107,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -1121,7 +1121,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -1135,7 +1135,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_600203193.json b/Data/_unsorted/Group_600203193.json
index 14856d1bd..4e7f2554c 100644
--- a/Data/_unsorted/Group_600203193.json
+++ b/Data/_unsorted/Group_600203193.json
@@ -945,7 +945,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -1057,7 +1057,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -1071,7 +1071,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -1085,7 +1085,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -1099,7 +1099,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
@@ -1296,7 +1296,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 511561001,
+ "IntValue": 511591001,
"Key": "LongStandby01",
"ParamType": "Int",
"StringValue": "",
@@ -1408,7 +1408,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591009,
"Key": "PassThroughCrowed01",
"ParamType": "Int",
"StringValue": "",
@@ -1422,7 +1422,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591010,
"Key": "PassThroughCrowed02",
"ParamType": "Int",
"StringValue": "",
@@ -1436,7 +1436,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591011,
"Key": "CancelFllow",
"ParamType": "Int",
"StringValue": "",
@@ -1450,7 +1450,7 @@
"$type": "ConfigBlackboardParam",
"BoolValue": false,
"FloatValue": 0,
- "IntValue": 0,
+ "IntValue": 511591012,
"Key": "IdleLong",
"ParamType": "Int",
"StringValue": "",
diff --git a/Data/_unsorted/Group_600203195.json b/Data/_unsorted/Group_600203195.json
index e4daf28b1..d6d74cb8e 100644
--- a/Data/_unsorted/Group_600203195.json
+++ b/Data/_unsorted/Group_600203195.json
@@ -159,6 +159,23 @@
}
},
"NameKey": "600203195_Point_008"
+ },
+ "600203195_Point_009": {
+ "$type": "ConfigPoint",
+ "Data": {
+ "$type": "ConfigPointData",
+ "Position": {
+ "x": 84.55865,
+ "y": 1.1811146,
+ "z": 19.388096
+ },
+ "Rotation": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ "NameKey": "600203195_Point_009"
}
},
"SplineMap": {
diff --git a/Data/_unsorted/Hacker_YokaiSkill_Zenkov_Attack.json b/Data/_unsorted/Hacker_YokaiSkill_Zenkov_Attack.json
index 347ac0d74..59102eff1 100644
--- a/Data/_unsorted/Hacker_YokaiSkill_Zenkov_Attack.json
+++ b/Data/_unsorted/Hacker_YokaiSkill_Zenkov_Attack.json
@@ -242,10 +242,10 @@
"AbilityName": "Hacker_YokaiSkill_Zenkov_Attack",
"AbilitySpecials": {
"AS_Dither_Duration_Base": {
- "Value": 20
+ "Value": 10
},
"AS_Dither_Duration_Extra": {
- "Value": 10
+ "Value": 3
},
"AS_Dither_Duration_Total": {
"Value": 0
diff --git a/Data/_unsorted/Hayyot_YokaiSkill_BaseDamage.json b/Data/_unsorted/Hayyot_YokaiSkill_BaseDamage.json
index 3af192cc8..3c1ffc2a4 100644
--- a/Data/_unsorted/Hayyot_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Hayyot_YokaiSkill_BaseDamage.json
@@ -50,6 +50,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_SBuffAddedDamageActive": {
"Value": 0,
"ValueType": "Float"
@@ -87,6 +94,44 @@
}
],
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
@@ -211,7 +256,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_02_TotalShare)\/specials(AS_ATK03_02_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_02_TotalShare)\/specials(AS_ATK03_02_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -239,7 +284,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_03_TotalShare)\/specials(AS_ATK03_03_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_03_TotalShare)\/specials(AS_ATK03_03_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -267,7 +312,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_04_TotalShare)\/specials(AS_ATK03_04_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_04_TotalShare)\/specials(AS_ATK03_04_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -295,7 +340,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_05_TotalShare)\/specials(AS_ATK03_05_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_05_TotalShare)\/specials(AS_ATK03_05_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -323,7 +368,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_06_TotalShare)\/specials(AS_ATK03_06_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_06_TotalShare)\/specials(AS_ATK03_06_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -351,7 +396,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_06_01_TotalShare)\/specials(AS_ATK03_06_01_HitCount)*specials(AS_DamageRatioCoeff)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK03_06_01_TotalShare)\/specials(AS_ATK03_06_01_HitCount)*specials(AS_DamageRatioCoeff)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/HereticHunter_YokaiSkill_BaseDamage.json b/Data/_unsorted/HereticHunter_YokaiSkill_BaseDamage.json
index f8f6c52b6..1365e8b74 100644
--- a/Data/_unsorted/HereticHunter_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/HereticHunter_YokaiSkill_BaseDamage.json
@@ -7,6 +7,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_JumpAttack_01_HitCount": {
"Value": 1
},
@@ -37,6 +44,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -106,7 +151,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_JumpAttack_01_TotalShare)\/specials(AS_JumpAttack_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_JumpAttack_01_TotalShare)\/specials(AS_JumpAttack_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -134,7 +179,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_JumpAttack_02_TotalShare)\/specials(AS_JumpAttack_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_JumpAttack_02_TotalShare)\/specials(AS_JumpAttack_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/HereticHunter_YokaiSkill_Buff_S.json b/Data/_unsorted/HereticHunter_YokaiSkill_Buff_S.json
index 76e02e522..c850b823d 100644
--- a/Data/_unsorted/HereticHunter_YokaiSkill_Buff_S.json
+++ b/Data/_unsorted/HereticHunter_YokaiSkill_Buff_S.json
@@ -32,16 +32,15 @@
"Target": "Self"
},
{
- "$type": "TriggerLevelCustomConditions",
- "LevelConditionsID": 1840,
- "Predicates": [
- {
- "$type": "ByMonsterStrengthType",
- "CompareType": "NotEqual",
- "StrengthType": "Boss",
- "Target": "Other"
- }
- ]
+ "$type": "ModifyAttackDataAction",
+ "PropertyKey": "Actor_EnableLastKill",
+ "PropertyValue": 1,
+ "Target": "Self"
+ },
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "Modifier_HereticHunter_LevelCondition",
+ "Target": "Self"
}
],
"OnKillOther": [
@@ -54,5 +53,20 @@
]
},
"Modifiers": {
+ "Modifier_HereticHunter_LevelCondition": {
+ "Duration": 0.5,
+ "ModifierStacking": "Unique",
+ "OnAdded": [
+ {
+ "$type": "TriggerLevelCustomConditions",
+ "LevelConditionsID": 1840
+ },
+ {
+ "$type": "RemoveModifier",
+ "ModifierName": "Modifier_HereticHunter_LevelCondition",
+ "Target": "Self"
+ }
+ ]
+ }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/HereticHunter_YokaiSkill_Zenkov_Attack.json b/Data/_unsorted/HereticHunter_YokaiSkill_Zenkov_Attack.json
index 4f0777752..6d9778be9 100644
--- a/Data/_unsorted/HereticHunter_YokaiSkill_Zenkov_Attack.json
+++ b/Data/_unsorted/HereticHunter_YokaiSkill_Zenkov_Attack.json
@@ -230,10 +230,10 @@
"AbilityName": "HereticHunter_YokaiSkill_Zenkov_Attack",
"AbilitySpecials": {
"AS_Dither_Duration_Base": {
- "Value": 15
+ "Value": 12
},
"AS_Dither_Duration_Extra": {
- "Value": 10
+ "Value": 3
},
"AS_Dither_Duration_Total": {
"Value": 0
diff --git a/Data/_unsorted/Mutant_YokaiSkill_BaseDamage.json b/Data/_unsorted/Mutant_YokaiSkill_BaseDamage.json
index ca1af435f..ccbe006af 100644
--- a/Data/_unsorted/Mutant_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Mutant_YokaiSkill_BaseDamage.json
@@ -37,6 +37,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
@@ -55,6 +62,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -133,7 +178,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_TotalShare)\/specials(AS_ATK06_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_TotalShare)\/specials(AS_ATK06_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -161,7 +206,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_04_TotalShare)\/specials(AS_ATK06_04_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_04_TotalShare)\/specials(AS_ATK06_04_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -189,7 +234,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_04_01_TotalShare)\/specials(AS_ATK06_04_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_04_01_TotalShare)\/specials(AS_ATK06_04_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -217,7 +262,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_05_TotalShare)\/specials(AS_ATK06_05_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_05_TotalShare)\/specials(AS_ATK06_05_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -245,7 +290,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_05_01_TotalShare)\/specials(AS_ATK06_05_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_05_01_TotalShare)\/specials(AS_ATK06_05_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/Mutant_YokaiSkill_Zenkov_Attack.json b/Data/_unsorted/Mutant_YokaiSkill_Zenkov_Attack.json
index dd4c968d5..0a9572f90 100644
--- a/Data/_unsorted/Mutant_YokaiSkill_Zenkov_Attack.json
+++ b/Data/_unsorted/Mutant_YokaiSkill_Zenkov_Attack.json
@@ -132,8 +132,9 @@
],
"OnHitOther": [
{
- "$type": "TriggerLevelCustomConditions",
- "LevelConditionsID": 1838
+ "$type": "ApplyModifier",
+ "ModifierName": "Modifier_Mutant_LevelCondition",
+ "Target": "Self"
}
],
"OnZenkovYokaiHenshinEnd": [
@@ -188,6 +189,21 @@
]
},
"Modifiers": {
+ "Modifier_Mutant_LevelCondition": {
+ "Duration": 0.5,
+ "ModifierStacking": "Unique",
+ "OnAdded": [
+ {
+ "$type": "TriggerLevelCustomConditions",
+ "LevelConditionsID": 1838
+ },
+ {
+ "$type": "RemoveModifier",
+ "ModifierName": "Modifier_Mutant_LevelCondition",
+ "Target": "Self"
+ }
+ ]
+ },
"Modifier_YokaiSkill_Mutant_CameraOverrideTrack_01": {
"Duration": -1,
"ModifierStacking": "Unique",
diff --git a/Data/_unsorted/NamelessOne_YokaiSkill_BaseDamage.json b/Data/_unsorted/NamelessOne_YokaiSkill_BaseDamage.json
index 19ca3b8e9..e15176bf9 100644
--- a/Data/_unsorted/NamelessOne_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/NamelessOne_YokaiSkill_BaseDamage.json
@@ -49,6 +49,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
@@ -67,6 +74,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -151,7 +196,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_01_03_TotalShare)\/specials(AS_ATK06_01_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_01_03_TotalShare)\/specials(AS_ATK06_01_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -179,7 +224,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_01_05_TotalShare)\/specials(AS_ATK06_01_05_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_01_05_TotalShare)\/specials(AS_ATK06_01_05_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -207,7 +252,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_02_TotalShare)\/specials(AS_ATK06_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_02_TotalShare)\/specials(AS_ATK06_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -235,7 +280,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_01_TotalShare)\/specials(AS_ATK06_03_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_01_TotalShare)\/specials(AS_ATK06_03_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -263,7 +308,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_02_TotalShare)\/specials(AS_ATK06_03_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_02_TotalShare)\/specials(AS_ATK06_03_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -291,7 +336,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_03_TotalShare)\/specials(AS_ATK06_03_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_03_TotalShare)\/specials(AS_ATK06_03_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -319,7 +364,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_04_TotalShare)\/specials(AS_ATK06_03_04_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK06_03_04_TotalShare)\/specials(AS_ATK06_03_04_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/Player_ZipLine.json b/Data/_unsorted/Player_ZipLine.json
index ee54aec21..e55b6ad38 100644
--- a/Data/_unsorted/Player_ZipLine.json
+++ b/Data/_unsorted/Player_ZipLine.json
@@ -1176,16 +1176,6 @@
},
"AbilityStacking": "Unique",
"DefaultModifier": {
- "OnAdded": [
- {
- "$type": "ApplyGameplayTagAction",
- "IsAdd": true,
- "Tags": [
- "ZipLine_Avatar"
- ],
- "Target": "Self"
- }
- ],
"OnCustomEventReceived": [
{
"$type": "TimeSlowByConfigKeyAction",
@@ -1253,16 +1243,6 @@
],
"Target": "Self"
}
- ],
- "OnRemoved": [
- {
- "$type": "ApplyGameplayTagAction",
- "IsAdd": false,
- "Tags": [
- "ZipLine_Avatar"
- ],
- "Target": "Self"
- }
]
},
"Modifiers": {
diff --git a/Data/_unsorted/Pyrois_UniqueSkill.json b/Data/_unsorted/Pyrois_UniqueSkill.json
index 14df9803a..3bbb669ad 100644
--- a/Data/_unsorted/Pyrois_UniqueSkill.json
+++ b/Data/_unsorted/Pyrois_UniqueSkill.json
@@ -37,6 +37,22 @@
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
+ {
+ "ActionList": [
+ {
+ "$type": "DitherFadeAction",
+ "DitherFadeKey": "Avatar_Pyrois_Attack_Execute_Common_Dither_03",
+ "Tag": "Avatar_Pyrois_Attack_Execute_Common_Dither_03",
+ "Target": "Caster"
+ }
+ ],
+ "AnimatorStateName": "SwitchIn_Execute_01",
+ "ForceTriggerOnTransitionIn": true,
+ "ForceTriggerOnTransitionOut": false,
+ "Frame": 0,
+ "IsLoop": false,
+ "LayerIndex": 0
+ },
{
"ActionList": [
{
diff --git a/Data/_unsorted/RemielleOrigin_AirCombat_SoloParry.json b/Data/_unsorted/RemielleOrigin_AirCombat_SoloParry.json
index fd41f0ec5..e613b3f43 100644
--- a/Data/_unsorted/RemielleOrigin_AirCombat_SoloParry.json
+++ b/Data/_unsorted/RemielleOrigin_AirCombat_SoloParry.json
@@ -1332,10 +1332,6 @@
}
],
"SuccessActions": [
- {
- "$type": "InterruptInputEnableAction",
- "Tag": "AirCombat_InputDisable_ESC"
- },
{
"$type": "HighLightAirCombatChangeCameraFollow",
"CurveName": "Camera_Default_Curve_02",
@@ -1424,10 +1420,6 @@
}
],
"SuccessActions": [
- {
- "$type": "InterruptInputEnableAction",
- "Tag": "AirCombat_InputDisable_ESC"
- },
{
"$type": "HighLightAirCombatChangeCameraFollow",
"CurveName": "Camera_Default_Curve_02",
@@ -1515,10 +1507,6 @@
}
],
"SuccessActions": [
- {
- "$type": "InterruptInputEnableAction",
- "Tag": "AirCombat_InputDisable_ESC"
- },
{
"$type": "HighLightAirCombatChangeCameraFollow",
"CurveName": "Camera_Default_Curve_02",
@@ -1607,10 +1595,6 @@
}
],
"SuccessActions": [
- {
- "$type": "InterruptInputEnableAction",
- "Tag": "AirCombat_InputDisable_ESC"
- },
{
"$type": "HighLightAirCombatChangeCameraFollow",
"CurveName": "Camera_Default_Curve_02",
@@ -2740,10 +2724,6 @@
}
],
"SuccessActions": [
- {
- "$type": "InterruptInputEnableAction",
- "Tag": "AirCombat_InputDisable_ESC"
- },
{
"$type": "HighLightAirCombatChangeCameraFollow",
"CurveName": "Camera_Default_Curve_02",
diff --git a/Data/_unsorted/RemielleOrigin_AirCombat_TriggerEvent.json b/Data/_unsorted/RemielleOrigin_AirCombat_TriggerEvent.json
index a62441dd2..3d6eeee95 100644
--- a/Data/_unsorted/RemielleOrigin_AirCombat_TriggerEvent.json
+++ b/Data/_unsorted/RemielleOrigin_AirCombat_TriggerEvent.json
@@ -394,6 +394,16 @@
}
],
"SuccessActions": [
+ {
+ "$type": "InputEnableAction",
+ "Infos": [
+ {
+ "Enabled": false,
+ "InputType": "InLevelPause"
+ }
+ ],
+ "Tag": "AirCombat_InputDisable_ESC_Final"
+ },
{
"$type": "ChangeEntityModelScale",
"CustomKey": "RemielleOrigin_AirCombat_Boss",
@@ -4519,6 +4529,22 @@
}
],
"OnFinish": [
+ {
+ "$type": "SetAnimCtrlerParamAction",
+ "BoolVal": true,
+ "CustomKey": "RemielleOrigin_AirCombat_Boss",
+ "ParamName": "Trigger_Destruction",
+ "ParamType": 1,
+ "Target": "Custom"
+ },
+ {
+ "$type": "SetAnimCtrlerParamAction",
+ "BoolVal": true,
+ "CustomKey": "RemielleOrigin_AirCombat_Boss",
+ "ParamName": "Bool_FlyingDestruction",
+ "ParamType": 2,
+ "Target": "Custom"
+ },
{
"$type": "InputEnableAction",
"Infos": [
@@ -4548,22 +4574,6 @@
"ParamType": 1,
"Target": "Self"
},
- {
- "$type": "SetAnimCtrlerParamAction",
- "BoolVal": true,
- "CustomKey": "RemielleOrigin_AirCombat_Boss",
- "ParamName": "Trigger_Destruction",
- "ParamType": 1,
- "Target": "Custom"
- },
- {
- "$type": "SetAnimCtrlerParamAction",
- "BoolVal": true,
- "CustomKey": "RemielleOrigin_AirCombat_Boss",
- "ParamName": "Bool_FlyingDestruction",
- "ParamType": 2,
- "Target": "Custom"
- },
{
"$type": "HighLightAirCombatSetTimeScale",
"CurveName": "Camera_Default_Curve_02",
diff --git a/Data/_unsorted/RemielleOrigin_AirMode_BackStage.json b/Data/_unsorted/RemielleOrigin_AirMode_BackStage.json
index f1eb0375c..454dba704 100644
--- a/Data/_unsorted/RemielleOrigin_AirMode_BackStage.json
+++ b/Data/_unsorted/RemielleOrigin_AirMode_BackStage.json
@@ -734,6 +734,37 @@
]
}
],
+ "OnBattleEnter": [
+ {
+ "$type": "SetAnimCtrlerParamAction",
+ "BoolVal": false,
+ "ParamName": "Bool_MuteFinishExAir",
+ "ParamType": 2,
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "ZenKov_AvatarSpTag"
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Avatar_InExecute"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
"OnBattleExit": [
{
"$type": "SetAnimCtrlerParamAction",
@@ -749,6 +780,22 @@
"Target": "Self"
}
]
+ },
+ {
+ "$type": "SetAnimCtrlerParamAction",
+ "BoolVal": true,
+ "ParamName": "Bool_MuteFinishExAir",
+ "ParamType": 2,
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "ZenKov_AvatarSpTag"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "Target": "Self"
}
],
"OnCustomEventReceived": [
diff --git a/Data/_unsorted/RemielleOrigin_CardS3_Base_02.json b/Data/_unsorted/RemielleOrigin_CardS3_Base_02.json
index d0c517791..17fe4e39d 100644
--- a/Data/_unsorted/RemielleOrigin_CardS3_Base_02.json
+++ b/Data/_unsorted/RemielleOrigin_CardS3_Base_02.json
@@ -1,4 +1,47 @@
{
+ "AbilityMixins": [
+ {
+ "$type": "AttachStateWithModifierMixin",
+ "ConfigList": [
+ {
+ "AnimatorStateName": "Attack_Burst_Ex_01",
+ "FrameCountHigh": 80,
+ "FrameCountLow": 0,
+ "IsLoop": false,
+ "LayerIndex": 0,
+ "MaxFrameCountHigh": false,
+ "MaxFrameCountLow": false,
+ "ModifierNameList": [
+ "ReduceDmgModifier"
+ ]
+ },
+ {
+ "AnimatorStateName": "Attack_Burst_Ex_Max_01",
+ "FrameCountHigh": 99,
+ "FrameCountLow": 0,
+ "IsLoop": false,
+ "LayerIndex": 0,
+ "MaxFrameCountHigh": true,
+ "MaxFrameCountLow": false,
+ "ModifierNameList": [
+ "ReduceDmgModifier"
+ ]
+ },
+ {
+ "AnimatorStateName": "Attack_Burst_Ex_Max_02",
+ "FrameCountHigh": 30,
+ "FrameCountLow": 0,
+ "IsLoop": false,
+ "LayerIndex": 0,
+ "MaxFrameCountHigh": false,
+ "MaxFrameCountLow": false,
+ "ModifierNameList": [
+ "ReduceDmgModifier"
+ ]
+ }
+ ]
+ }
+ ],
"AbilityName": "RemielleOrigin_CardS3_Base_02",
"AbilitySpecials": {
"AS_DiyBulletCount": {
@@ -34,6 +77,9 @@
"Value": 1,
"ValueType": "Float"
},
+ "AS_ReduceDmgRatio": {
+ "Value": -0.8
+ },
"AS_SpRecoverAmount": {
"Value": 0.2
}
@@ -153,6 +199,33 @@
}
],
"ThinkInterval": 1
+ },
+ "RealReduceDmgModifier": {
+ "Duration": 3,
+ "ModifierStacking": "Replace",
+ "Properties": {
+ "Actor_DamageTakeRatio": "%AS_ReduceDmgRatio"
+ }
+ },
+ "ReduceDmgModifier": {
+ "Duration": -1,
+ "ModifierStacking": "Unique",
+ "OnRemoved": [
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "RealReduceDmgModifier",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "ZenKov_AvatarSpTag"
+ ],
+ "Target": "Self"
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
}
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Roscaelifer.json b/Data/_unsorted/Roscaelifer.json
index 83285f287..dd12b64ac 100644
--- a/Data/_unsorted/Roscaelifer.json
+++ b/Data/_unsorted/Roscaelifer.json
@@ -1,2230 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Roscaelifer.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area0",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 100,
- "originPos": {
- "x": 162.08578,
- "y": -8.370354,
- "z": 0.72990704
- },
- "xzPoints": [
- {
- "x": -329.00043,
- "y": -106.54174
- },
- {
- "x": 53.120377,
- "y": -147.80887
- },
- {
- "x": 51.077087,
- "y": 193.18098
- },
- {
- "x": -215.72662,
- "y": 348.76926
- },
- {
- "x": -273.7395,
- "y": 138.49841
- },
- {
- "x": -364.6687,
- "y": 133.18723
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Safety",
- "AreaModeTag": "AreaMode.MainType.Safety",
- "AreaTagList": [
- "AreaMode.MainType.Safety"
- ],
- "SceneNameId": "Area1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 100,
- "originPos": {
- "x": 162.08578,
- "y": -8.370354,
- "z": 0.72990704
- },
- "xzPoints": [
- {
- "x": -329.00043,
- "y": -106.54174
- },
- {
- "x": 53.120377,
- "y": -147.80887
- },
- {
- "x": 51.077087,
- "y": 193.18098
- },
- {
- "x": -215.72662,
- "y": 348.76926
- },
- {
- "x": -273.7395,
- "y": 138.49841
- },
- {
- "x": -364.6687,
- "y": 133.18723
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ModeDetectType"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_AcademyRAB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.381681,
- "originPos": {
- "x": -36.152325,
- "y": 30.658556,
- "z": -22.247932
- },
- "xzPoints": [
- {
- "x": -9.523888,
- "y": -0.10448074
- },
- {
- "x": 3.1523056,
- "y": 0.09441185
- },
- {
- "x": 7.5485573,
- "y": 17.036142
- },
- {
- "x": -11.575996,
- "y": 19.84452
- },
- {
- "x": -10.974926,
- "y": 5.3776665
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordA"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_AcademyA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 31.081478,
- "originPos": {
- "x": -89.771835,
- "y": 30.682102,
- "z": -45.77172
- },
- "xzPoints": [
- {
- "x": -11.847382,
- "y": -25.969276
- },
- {
- "x": 11.614265,
- "y": -25.574158
- },
- {
- "x": 6.832634,
- "y": 17.85665
- },
- {
- "x": -4.5880585,
- "y": 23.050049
- },
- {
- "x": -12.084,
- "y": 25.23807
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_AcademyB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_AcademyB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.884483,
- "originPos": {
- "x": -68.617035,
- "y": 32.310925,
- "z": -45.8572
- },
- "xzPoints": [
- {
- "x": -10.115471,
- "y": -15.538162
- },
- {
- "x": -16.80838,
- "y": 26.390223
- },
- {
- "x": -0.95684814,
- "y": 28.523317
- },
- {
- "x": 11.54937,
- "y": 8.4622345
- },
- {
- "x": 11.837055,
- "y": -13.591465
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_AcademyA",
- "Area_BeckfordA"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 25.571968,
- "originPos": {
- "x": -39.51935,
- "y": 31.569298,
- "z": -56.34173
- },
- "xzPoints": [
- {
- "x": -17.259705,
- "y": -11.324936
- },
- {
- "x": 13.99865,
- "y": -2.7888145
- },
- {
- "x": 9.220139,
- "y": 12.77853
- },
- {
- "x": -17.508198,
- "y": 18.928623
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 28.002369,
- "originPos": {
- "x": -21.757332,
- "y": 28.85971,
- "z": -47.10899
- },
- "xzPoints": [
- {
- "x": 21.237522,
- "y": -7.2648697
- },
- {
- "x": 19.108057,
- "y": 0.83789825
- },
- {
- "x": 6.0507755,
- "y": 10.279488
- },
- {
- "x": -8.558731,
- "y": 3.5577278
- },
- {
- "x": -2.7680702,
- "y": -16.8777
- },
- {
- "x": 21.166813,
- "y": -16.88655
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 38.913544,
- "originPos": {
- "x": -49.765537,
- "y": 23.55999,
- "z": -35.938004
- },
- "xzPoints": [
- {
- "x": -0.13480759,
- "y": -5.7669296
- },
- {
- "x": 15.330975,
- "y": -7.1569138
- },
- {
- "x": 18.309868,
- "y": 13.716293
- },
- {
- "x": -16.402935,
- "y": 16.414581
- },
- {
- "x": -18.136883,
- "y": 14.786371
- },
- {
- "x": -7.2582626,
- "y": -1.5406532
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_AcademyB",
- "Area_BeckfordB",
- "Area_BeckfordD",
- "Area_ConnectBeckfordAmber",
- "Area_BeckfordC",
- "Area_AcademyRAB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Amber",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.22037,
- "originPos": {
- "x": -30.771873,
- "y": 30.670872,
- "z": -93.288864
- },
- "xzPoints": [
- {
- "x": -8.452595,
- "y": 12.07235
- },
- {
- "x": 12.529648,
- "y": 18.200722
- },
- {
- "x": 9.477274,
- "y": 30.019192
- },
- {
- "x": -11.483044,
- "y": 24.691986
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_ConnectBeckfordAmber",
- "Area_BeckfordG",
- "Area_BeckfordB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.560825,
- "originPos": {
- "x": -57.28459,
- "y": 32.762547,
- "z": -84.96193
- },
- "xzPoints": [
- {
- "x": 8.725372,
- "y": -13.553047
- },
- {
- "x": 21.57365,
- "y": -9.786255
- },
- {
- "x": 13.938267,
- "y": 21.042568
- },
- {
- "x": 0.8313942,
- "y": 17.332558
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordA",
- "Area_Amber",
- "Area_ConnectBeckfordAmber",
- "Area_BeckfordG"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_ConnectBeckfordAmber",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": -33.195724,
- "y": 32.776585,
- "z": -63.715607
- },
- "xzPoints": [
- {
- "x": -9.069962,
- "y": -4.932419
- },
- {
- "x": 8.912212,
- "y": -0.30995178
- },
- {
- "x": 7.6111183,
- "y": 4.975403
- },
- {
- "x": -10.20396,
- "y": -0.3307495
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Amber",
- "Area_BeckfordA",
- "Area_BeckfordB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.92199,
- "originPos": {
- "x": 12.331444,
- "y": 27.35662,
- "z": -84.545105
- },
- "xzPoints": [
- {
- "x": -24.51679,
- "y": 0.4100647
- },
- {
- "x": -0.7715645,
- "y": 0.38072968
- },
- {
- "x": -0.6343765,
- "y": 21.015839
- },
- {
- "x": -24.74989,
- "y": 20.749523
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordD",
- "Area_BeckfordE",
- "Area_BeckfordA",
- "Area_BeckfordG"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordG",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.4814,
- "originPos": {
- "x": -56.986706,
- "y": 32.776585,
- "z": -104.80615
- },
- "xzPoints": [
- {
- "x": 22.827423,
- "y": 2.9558182
- },
- {
- "x": 45.732384,
- "y": 0.8531723
- },
- {
- "x": 44.614937,
- "y": 29.854942
- },
- {
- "x": 38.168472,
- "y": 30.103851
- },
- {
- "x": 17.803455,
- "y": 23.56015
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.675962,
- "originPos": {
- "x": -0.3592158,
- "y": 30.04416,
- "z": -92.62639
- },
- "xzPoints": [
- {
- "x": -11.889096,
- "y": -12.337753
- },
- {
- "x": 19.109385,
- "y": -12.01889
- },
- {
- "x": 19.237818,
- "y": 9.049179
- },
- {
- "x": -11.469826,
- "y": 8.680885
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Amber",
- "Area_BeckfordB",
- "Area_BeckfordC",
- "Area_BeckfordE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Glitch",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.364784,
- "originPos": {
- "x": 14.6924515,
- "y": 6.2767715,
- "z": -118.44647
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 32.087074,
- "y": -35.488266
- },
- {
- "x": 32.03087,
- "y": 23.359238
- },
- {
- "x": -21.8419,
- "y": 25.566391
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.9888115,
- "originPos": {
- "x": 10.813446,
- "y": 6.752674,
- "z": -91.51705
- },
- "xzPoints": [
- {
- "x": -6.84851,
- "y": -2.1793594
- },
- {
- "x": 19.820301,
- "y": -3.5961304
- },
- {
- "x": 19.341152,
- "y": 5.831032
- },
- {
- "x": -7.0282826,
- "y": 6.97937
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_ConnectGlitchBeckford",
- "Area_ConnectGlitch"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 62.360058,
- "originPos": {
- "x": -19.05305,
- "y": -0.88563156,
- "z": -27.269245
- },
- "xzPoints": [
- {
- "x": -11.293165,
- "y": -16.367962
- },
- {
- "x": 37.301773,
- "y": 1.7883644
- },
- {
- "x": 38.09465,
- "y": 13.684275
- },
- {
- "x": -8.723352,
- "y": 13.32435
- },
- {
- "x": -15.258104,
- "y": -15.232487
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 60.525974,
- "originPos": {
- "x": 14.825371,
- "y": -1.3132782,
- "z": -51.4907
- },
- "xzPoints": [
- {
- "x": -15.585387,
- "y": -12.969276
- },
- {
- "x": 18.183125,
- "y": -12.886101
- },
- {
- "x": 18.919964,
- "y": 12.997711
- },
- {
- "x": -14.508463,
- "y": 12.03833
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 99.99631,
- "originPos": {
- "x": -6.9342527,
- "y": -35.72586,
- "z": -39.33338
- },
- "xzPoints": [
- {
- "x": 8.252254,
- "y": -9.6232605
- },
- {
- "x": 34.809616,
- "y": -3.125454
- },
- {
- "x": 33.04248,
- "y": 18.13007
- },
- {
- "x": 17.728775,
- "y": 18.40363
- },
- {
- "x": -9.398946,
- "y": 2.546112
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordA",
- "Area_BeckfordC",
- "Area_BeckfordF",
- "Area_SquareA",
- "Area_Park"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.534721,
- "originPos": {
- "x": 44.873062,
- "y": 33.33361,
- "z": -67.03096
- },
- "xzPoints": [
- {
- "x": -33.14445,
- "y": -7.914337
- },
- {
- "x": -8.286758,
- "y": -8.26461
- },
- {
- "x": -8.0746765,
- "y": 2.52977
- },
- {
- "x": -33.28134,
- "y": 3.4514656
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 25.1506,
- "originPos": {
- "x": 45.910442,
- "y": 28.684258,
- "z": -78.74952
- },
- "xzPoints": [
- {
- "x": -10.205105,
- "y": -10.859619
- },
- {
- "x": 15.010563,
- "y": -11.586662
- },
- {
- "x": 14.650509,
- "y": 19.080547
- },
- {
- "x": -9.221611,
- "y": 19.467781
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.672276,
- "originPos": {
- "x": 16.870955,
- "y": 32.98419,
- "z": -79.88028
- },
- "xzPoints": [
- {
- "x": -5.2548428,
- "y": -4.5663147
- },
- {
- "x": 2.295967,
- "y": -4.219513
- },
- {
- "x": 2.5414448,
- "y": 7.9501266
- },
- {
- "x": -5.172476,
- "y": 8.848511
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Theater",
- "Area_BeckfordC",
- "Area_BeckfordF",
- "Area_ConnectGlitchBeckford",
- "Area_BeckfordG"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Theater",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.31384,
- "originPos": {
- "x": 31.77212,
- "y": 31.012804,
- "z": -80.55434
- },
- "xzPoints": [
- {
- "x": -12.864094,
- "y": -8.765579
- },
- {
- "x": 4.5529118,
- "y": -8.557953
- },
- {
- "x": 4.4836407,
- "y": 5.181183
- },
- {
- "x": -12.7278,
- "y": 5.206299
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_ConnectGlitchBeckford",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 45.697414,
- "originPos": {
- "x": 44.367714,
- "y": 5.168667,
- "z": -70.08783
- },
- "xzPoints": [
- {
- "x": 2.4828262,
- "y": -25.544388
- },
- {
- "x": 0.98199844,
- "y": -19.932411
- },
- {
- "x": -12.51964,
- "y": -19.236008
- },
- {
- "x": -13.214897,
- "y": -24.220757
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordE",
- "Area_Glitch"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_BeckfordF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 68.94657,
- "originPos": {
- "x": 48.425087,
- "y": -9.0115385,
- "z": -29.61048
- },
- "xzPoints": [
- {
- "x": -15.084969,
- "y": -30.096941
- },
- {
- "x": 37.093437,
- "y": -29.824682
- },
- {
- "x": 64.25693,
- "y": 6.8380547
- },
- {
- "x": -15.773155,
- "y": 8.3777275
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 66.5343,
- "originPos": {
- "x": 29.935555,
- "y": -9.399693,
- "z": -33.38973
- },
- "xzPoints": [
- {
- "x": -1.9633121,
- "y": -6.0070343
- },
- {
- "x": 3.9747543,
- "y": -5.926033
- },
- {
- "x": 4.5428047,
- "y": 12.09082
- },
- {
- "x": -3.839203,
- "y": 11.964878
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordE",
- "Area_BeckfordD",
- "Area_Park",
- "Area_SquareC",
- "Area_PortA",
- "Area_ConnectGlitch"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_PortA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 82.88857,
- "originPos": {
- "x": 151.87134,
- "y": -21.526741,
- "z": -6.260952
- },
- "xzPoints": [
- {
- "x": -18.090912,
- "y": -35.608963
- },
- {
- "x": 11.360565,
- "y": -38.757023
- },
- {
- "x": 3.7322998,
- "y": 68.73526
- },
- {
- "x": -17.859695,
- "y": 68.428696
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_PortB",
- "Area_Park",
- "Area_BeckfordF",
- "Area_SquareC",
- "Area_ConnectGlitch"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_PortB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 82.501366,
- "originPos": {
- "x": 178.6849,
- "y": -17.010073,
- "z": 13.795303
- },
- "xzPoints": [
- {
- "x": -15.545441,
- "y": -58.744877
- },
- {
- "x": 38.473495,
- "y": -50.41806
- },
- {
- "x": 32.829422,
- "y": 26.24577
- },
- {
- "x": -22.792465,
- "y": 37.309433
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_PortA"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Park",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 77.77361,
- "originPos": {
- "x": 104.39777,
- "y": -17.590332,
- "z": 46.211765
- },
- "xzPoints": [
- {
- "x": -86.21466,
- "y": -66.98458
- },
- {
- "x": 28.19857,
- "y": -70.351456
- },
- {
- "x": 30.645195,
- "y": 52.321247
- },
- {
- "x": -79.03366,
- "y": 53.05766
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 66.53017,
- "originPos": {
- "x": 98.231834,
- "y": -39.459053,
- "z": 122.672714
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordD",
- "Area_BeckfordF",
- "Area_SquareC",
- "Area_SquareD",
- "Area_Gear",
- "Area_PortA",
- "Area_ConnectGlitch"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_SquareA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 62.299915,
- "originPos": {
- "x": 14.33601,
- "y": 15.337978,
- "z": 56.082397
- },
- "xzPoints": [
- {
- "x": -40.378006,
- "y": -69.585526
- },
- {
- "x": -9.369513,
- "y": -70.129074
- },
- {
- "x": -8.949455,
- "y": 19.90229
- },
- {
- "x": -34.958782,
- "y": 21.400024
- },
- {
- "x": -45.99058,
- "y": -22.63977
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 52.065548,
- "originPos": {
- "x": 1.8966937,
- "y": 19.853153,
- "z": 12.777279
- },
- "xzPoints": [
- {
- "x": 1.7333791,
- "y": -20.634766
- },
- {
- "x": 16.34559,
- "y": -20.765636
- },
- {
- "x": 19.723728,
- "y": 1.4132385
- },
- {
- "x": 2.4474072,
- "y": 4.861248
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 45.387016,
- "originPos": {
- "x": 0.51260996,
- "y": 19.639198,
- "z": 12.856718
- },
- "xzPoints": [
- {
- "x": 3.597385,
- "y": 37.883537
- },
- {
- "x": 22.08525,
- "y": 40.32405
- },
- {
- "x": 22.131783,
- "y": 55.952423
- },
- {
- "x": 4.1862445,
- "y": 61.672325
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_BeckfordD",
- "Area_SquareB",
- "Area_SquareC",
- "Area_SquareD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_SquareB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 62.15487,
- "originPos": {
- "x": -43.530796,
- "y": 16.405548,
- "z": 34.48477
- },
- "xzPoints": [
- {
- "x": -25.93655,
- "y": -30.570845
- },
- {
- "x": 15.032976,
- "y": -29.630257
- },
- {
- "x": 16.929049,
- "y": 25.22454
- },
- {
- "x": -26.213055,
- "y": 26.251568
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_SquareA",
- "Area_SquareC",
- "Area_CCD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_SquareC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 58.94351,
- "originPos": {
- "x": 29.941162,
- "y": 17.582539,
- "z": 30.914995
- },
- "xzPoints": [
- {
- "x": -25.343147,
- "y": -10.675955
- },
- {
- "x": -9.082039,
- "y": -8.64448
- },
- {
- "x": -7.8358,
- "y": 11.644304
- },
- {
- "x": -25.262318,
- "y": 14.335989
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_SquareA",
- "Area_Park",
- "Area_BeckfordF",
- "Area_PortA",
- "Area_SquareB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Gear",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 149.15717,
- "originPos": {
- "x": -3.5073283,
- "y": -39.69387,
- "z": 124.79326
- },
- "xzPoints": [
- {
- "x": -48.263866,
- "y": -22.488785
- },
- {
- "x": 75.02621,
- "y": -27.141975
- },
- {
- "x": 70.06443,
- "y": 42.42482
- },
- {
- "x": -38.689857,
- "y": 3.716339
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_SquareD",
- "Area_Park"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_ConnectGlitch",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 117.74873,
- "originPos": {
- "x": 111.59791,
- "y": -43.56923,
- "z": -63.15664
- },
- "xzPoints": [
- {
- "x": -45.312706,
- "y": -88.406975
- },
- {
- "x": 40.6043,
- "y": -67.96592
- },
- {
- "x": 14.778702,
- "y": 39.84265
- },
- {
- "x": -5.224312,
- "y": 40.86185
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 93.243996,
- "originPos": {
- "x": 48.648754,
- "y": -24.442596,
- "z": -125.78613
- },
- "xzPoints": [
- {
- "x": -2.2155724,
- "y": -32.867294
- },
- {
- "x": 19.493305,
- "y": -40.865356
- },
- {
- "x": 36.407795,
- "y": 32.96525
- },
- {
- "x": -1.8783035,
- "y": 32.356575
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Glitch",
- "Area_Park",
- "Area_PortA",
- "Area_BeckfordF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_SquareD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 106.560524,
- "originPos": {
- "x": -49.85023,
- "y": -26.5141,
- "z": 103.81914
- },
- "xzPoints": [
- {
- "x": 0.3169899,
- "y": -27.77755
- },
- {
- "x": 74.11467,
- "y": -33.799942
- },
- {
- "x": 78.060265,
- "y": -3.0401917
- },
- {
- "x": -4.8161964,
- "y": 0.49884796
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_SquareA",
- "Area_Gear",
- "Area_Park"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_CCD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 79.19455,
- "originPos": {
- "x": -101.363014,
- "y": 21.82851,
- "z": 26.439827
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 32.47473,
- "y": -24.204708
- },
- {
- "x": 32.050896,
- "y": 36.963326
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_SquareB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_GearB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 127.77386,
- "originPos": {
- "x": 3.3038983,
- "y": -19.983887,
- "z": 175.47066
- },
- "xzPoints": [
- {
- "x": -45.041492,
- "y": -46.83661
- },
- {
- "x": 50.694405,
- "y": -13.200607
- },
- {
- "x": 50.550915,
- "y": -2.7904358
- },
- {
- "x": -53.6794,
- "y": 0.7333679
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Gear",
- "Area_GearC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_GearC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 122.9514,
- "originPos": {
- "x": -9.894812,
- "y": -19.949135,
- "z": 186.51727
- },
- "xzPoints": [
- {
- "x": -67.67527,
- "y": -9.151932
- },
- {
- "x": 63.758636,
- "y": -14.157272
- },
- {
- "x": 64.81241,
- "y": 21.92836
- },
- {
- "x": -66.548904,
- "y": 11.553894
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_GearB",
- "Area_GearD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_GearD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 111.93223,
- "originPos": {
- "x": -38.699245,
- "y": -14.969795,
- "z": 223.33914
- },
- "xzPoints": [
- {
- "x": -37.28545,
- "y": -25.244568
- },
- {
- "x": 94.34111,
- "y": -15.475494
- },
- {
- "x": 77.738556,
- "y": 16.943176
- },
- {
- "x": -39.42014,
- "y": 4.33374
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_GearC"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "AirBusStationLink_1",
- "NavMeshAreaType": "Walkable",
- "endPos": {
- "x": 129.83444,
- "y": 17.634743,
- "z": 24.521729
- },
- "startPos": {
- "x": 135.53339,
- "y": 17.64647,
- "z": 24.43451
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "AirBusStationLink_2",
- "NavMeshAreaType": "Walkable",
- "endPos": {
- "x": 37.698257,
- "y": 30.17305,
- "z": -24.322126
- },
- "startPos": {
- "x": 37.841187,
- "y": 30.17305,
- "z": -30.18311
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "AirBusStationLink_3",
- "NavMeshAreaType": "Walkable",
- "endPos": {
- "x": 54.894302,
- "y": 4.563916,
- "z": 59.72139
- },
- "startPos": {
- "x": 60.020607,
- "y": 4.563916,
- "z": 59.749557
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "AirBusStationLink_4",
- "NavMeshAreaType": "Walkable",
- "endPos": {
- "x": -19.424633,
- "y": 41.949814,
- "z": 151.71642
- },
- "startPos": {
- "x": -19.393223,
- "y": 41.949814,
- "z": 158.19974
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "ElevatorLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 135.95432,
- "y": 12.958967,
- "z": -0.19443578
- },
- "startPos": {
- "x": 130.35072,
- "y": 4.5045557,
- "z": -0.33302796
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "ElevatorLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 54.055153,
- "y": 31.2081,
- "z": -38.16356
- },
- "startPos": {
- "x": 53.69731,
- "y": 3.383152,
- "z": -29.45401
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "ElevatorLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 38.8957,
- "y": 38.90455,
- "z": -90.18359
- },
- "startPos": {
- "x": 38.087936,
- "y": 16.416481,
- "z": -96.739105
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "StaticBus_1",
- "NavMeshAreaType": "Walkable",
- "endPos": {
- "x": -5.062389,
- "y": 41.698723,
- "z": 212.65671
- },
- "startPos": {
- "x": -4.9262,
- "y": 41.78472,
- "z": 207.39195
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Roscaelifer.bytes",
- "SceneAreas": [
- ],
- "SceneId": 6002,
- "ScenePath": "Assets\/Scenes\/Ver30\/Roscaelifer\/Roscaelifer.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Roscaelifer.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Roscaelifer.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Roscaelifer"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Sobek_YokaiSkill_BaseDamage.json b/Data/_unsorted/Sobek_YokaiSkill_BaseDamage.json
index 85ec95cdb..8d1091a12 100644
--- a/Data/_unsorted/Sobek_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Sobek_YokaiSkill_BaseDamage.json
@@ -19,6 +19,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
@@ -37,6 +44,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -106,7 +151,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_03_TotalShare)\/specials(AS_ATK08_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_03_TotalShare)\/specials(AS_ATK08_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -134,7 +179,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_02_TotalShare)\/specials(AS_ATK08_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK08_02_TotalShare)\/specials(AS_ATK08_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/Sobek_YokaiSkill_Buff_S.json b/Data/_unsorted/Sobek_YokaiSkill_Buff_S.json
index 547a9dcae..2cf2bac97 100644
--- a/Data/_unsorted/Sobek_YokaiSkill_Buff_S.json
+++ b/Data/_unsorted/Sobek_YokaiSkill_Buff_S.json
@@ -243,7 +243,7 @@
"Target": "Self"
}
],
- "OnBeAttackLanded": [
+ "OnBeingHitPre": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1836,
@@ -254,13 +254,6 @@
"YokaiSkill_Sobek_ShieldActive"
],
"Target": "Self"
- },
- {
- "$type": "ByHasHpShield",
- "HpShieldValueCompare": "Greater",
- "Tag": "YokaiSkill_Sobek_Shield",
- "Target": "Self",
- "Value": 0
}
]
}
diff --git a/Data/_unsorted/Stage_404Livehouse_Battle.json b/Data/_unsorted/Stage_404Livehouse_Battle.json
index 6cbe50154..c29329d21 100644
--- a/Data/_unsorted/Stage_404Livehouse_Battle.json
+++ b/Data/_unsorted/Stage_404Livehouse_Battle.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_404Livehouse_Battle.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_404Livehouse_Battle.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_404Livehouse_Battle.bytes",
- "SceneAreas": [
- ],
- "SceneId": 6205,
- "ScenePath": "Assets\/Scenes\/MainCity\/Stage_404Livehouse_Battle.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_404Livehouse_Battle.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_404Livehouse_Battle.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_404Livehouse_Battle"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_AbandonedMine_1_1.json b/Data/_unsorted/Stage_AbandonedMine_1_1.json
index 63dd3db06..05a9f74dc 100644
--- a/Data/_unsorted/Stage_AbandonedMine_1_1.json
+++ b/Data/_unsorted/Stage_AbandonedMine_1_1.json
@@ -1,1326 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_AbandonedMine_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_AbandonedMine_1_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.22554,
- "originPos": {
- "x": -206.2956,
- "y": -1.055191,
- "z": -241.0693
- },
- "xzPoints": [
- {
- "x": -63.060516,
- "y": -16.635086
- },
- {
- "x": 44.710495,
- "y": -23.71347
- },
- {
- "x": 26.216583,
- "y": 39.962524
- },
- {
- "x": -57.91107,
- "y": 15.168655
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.779984,
- "originPos": {
- "x": -140.38513,
- "y": -0.33722878,
- "z": -226.08061
- },
- "xzPoints": [
- {
- "x": -24.562775,
- "y": -34.393692
- },
- {
- "x": 78.237274,
- "y": -29.699127
- },
- {
- "x": 89.36956,
- "y": 29.330688
- },
- {
- "x": 4.7851257,
- "y": 41.835083
- },
- {
- "x": -42.91992,
- "y": 34.58522
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.980217,
- "originPos": {
- "x": -94.28967,
- "y": 0.41858673,
- "z": -156.90141
- },
- "xzPoints": [
- {
- "x": -53.07843,
- "y": 25.505295
- },
- {
- "x": -42.916946,
- "y": -34.772995
- },
- {
- "x": 40.91081,
- "y": -38.243835
- },
- {
- "x": 38.931183,
- "y": 45.676277
- },
- {
- "x": -30.192902,
- "y": 44.810883
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB",
- "AreaD",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.621475,
- "originPos": {
- "x": -218.55399,
- "y": -8.3593445,
- "z": -144.22614
- },
- "xzPoints": [
- {
- "x": -34.317398,
- "y": -56.55623
- },
- {
- "x": -9.8871,
- "y": -70.832
- },
- {
- "x": 38.877075,
- "y": -50.86003
- },
- {
- "x": 77.85503,
- "y": -14.193176
- },
- {
- "x": 55.241226,
- "y": 47.064133
- },
- {
- "x": -27.023056,
- "y": 32.62348
- },
- {
- "x": -69.35779,
- "y": 6.4263
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB",
- "AreaC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.911064,
- "originPos": {
- "x": -126.63961,
- "y": -1,
- "z": -100.07379
- },
- "xzPoints": [
- {
- "x": 10.596123,
- "y": -12.39003
- },
- {
- "x": 25.055313,
- "y": -12.103889
- },
- {
- "x": 25.79506,
- "y": 39.202477
- },
- {
- "x": 10.167572,
- "y": 38.91444
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.264946,
- "originPos": {
- "x": -147.5726,
- "y": 7.19479,
- "z": -27.569502
- },
- "xzPoints": [
- {
- "x": -27.347229,
- "y": -33.105644
- },
- {
- "x": 50.13764,
- "y": -33.186966
- },
- {
- "x": 67.56689,
- "y": 18.819632
- },
- {
- "x": 25.143425,
- "y": 59.68872
- },
- {
- "x": -7.957062,
- "y": 74.55053
- },
- {
- "x": -44.48053,
- "y": 41.21822
- },
- {
- "x": -44.766937,
- "y": 7.8039913
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaG",
- "AreaK"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaG",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.152756,
- "originPos": {
- "x": -51.946266,
- "y": 15.490009,
- "z": -40.22283
- },
- "xzPoints": [
- {
- "x": -31.809624,
- "y": -28.056526
- },
- {
- "x": 65.671394,
- "y": -34.14721
- },
- {
- "x": 86.350586,
- "y": 0.7993393
- },
- {
- "x": 77.442955,
- "y": 36.500153
- },
- {
- "x": -33.4392,
- "y": 29.975891
- },
- {
- "x": -46.591026,
- "y": -19.494095
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaF",
- "AreaH"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaH",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.746544,
- "originPos": {
- "x": -49.289536,
- "y": 14.5994,
- "z": 28.254255
- },
- "xzPoints": [
- {
- "x": -17.928452,
- "y": -40.092644
- },
- {
- "x": 17.459839,
- "y": -39.122284
- },
- {
- "x": 3.3806915,
- "y": 38.678307
- },
- {
- "x": -13.36087,
- "y": 42.55516
- },
- {
- "x": -30.923393,
- "y": 14.85541
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaG",
- "AreaI"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaI",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -128.92879,
- "y": 22.10091,
- "z": 49.405483
- },
- "xzPoints": [
- {
- "x": -29.937347,
- "y": -8.359066
- },
- {
- "x": -1.9844818,
- "y": -21.920057
- },
- {
- "x": 50.2464,
- "y": -5.781048
- },
- {
- "x": 67.861595,
- "y": 22.722599
- },
- {
- "x": 58.55768,
- "y": 43.723476
- },
- {
- "x": 25.493301,
- "y": 47.392117
- },
- {
- "x": 0.030059814,
- "y": 42.905506
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaH",
- "AreaJ"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaJ",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.267014,
- "originPos": {
- "x": -114.22114,
- "y": 30.886875,
- "z": 41.50554
- },
- "xzPoints": [
- {
- "x": -55.599586,
- "y": -18.457674
- },
- {
- "x": -16.249962,
- "y": -56.15104
- },
- {
- "x": 18.76474,
- "y": -88.7272
- },
- {
- "x": 76.31782,
- "y": -25.63536
- },
- {
- "x": 40.83893,
- "y": 19.956215
- },
- {
- "x": 6.462738,
- "y": 71.533165
- },
- {
- "x": -32.575584,
- "y": 63.363167
- },
- {
- "x": -41.26586,
- "y": 17.8797
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaH",
- "AreaK"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaK",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 314.8129,
- "z": 0
- },
- "heightY": 31.753258,
- "originPos": {
- "x": -144.29924,
- "y": 12.46574,
- "z": 40.238617
- },
- "xzPoints": [
- {
- "x": -9.787015,
- "y": -3.5223918
- },
- {
- "x": -3.0778632,
- "y": -3.0784545
- },
- {
- "x": -3.3974695,
- "y": 3.9691105
- },
- {
- "x": -10.069811,
- "y": 3.6272607
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaI",
- "AreaF"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -145.25142,
- "y": 37.389782,
- "z": 39.195763
- },
- "startPos": {
- "x": -152.3119,
- "y": 12.566301,
- "z": 32.12219
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_AbandonedMine_1_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.22554,
- "originPos": {
- "x": -206.2956,
- "y": -1.055191,
- "z": -241.0693
- },
- "xzPoints": [
- {
- "x": -63.060516,
- "y": -16.635086
- },
- {
- "x": 44.710495,
- "y": -23.71347
- },
- {
- "x": 26.216583,
- "y": 39.962524
- },
- {
- "x": -57.91107,
- "y": 15.168655
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.779984,
- "originPos": {
- "x": -140.38513,
- "y": -0.33722878,
- "z": -226.08061
- },
- "xzPoints": [
- {
- "x": -24.562775,
- "y": -34.393692
- },
- {
- "x": 78.237274,
- "y": -29.699127
- },
- {
- "x": 89.36956,
- "y": 29.330688
- },
- {
- "x": 4.7851257,
- "y": 41.835083
- },
- {
- "x": -42.91992,
- "y": 34.58522
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.980217,
- "originPos": {
- "x": -94.28967,
- "y": 0.41858673,
- "z": -156.90141
- },
- "xzPoints": [
- {
- "x": -53.07843,
- "y": 25.505295
- },
- {
- "x": -42.916946,
- "y": -34.772995
- },
- {
- "x": 40.91081,
- "y": -38.243835
- },
- {
- "x": 38.931183,
- "y": 45.676277
- },
- {
- "x": -30.192902,
- "y": 44.810883
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB",
- "AreaD",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.621475,
- "originPos": {
- "x": -218.55399,
- "y": -8.3593445,
- "z": -144.22614
- },
- "xzPoints": [
- {
- "x": -34.317398,
- "y": -56.55623
- },
- {
- "x": -9.8871,
- "y": -70.832
- },
- {
- "x": 38.877075,
- "y": -50.86003
- },
- {
- "x": 77.85503,
- "y": -14.193176
- },
- {
- "x": 55.241226,
- "y": 47.064133
- },
- {
- "x": -27.023056,
- "y": 32.62348
- },
- {
- "x": -69.35779,
- "y": 6.4263
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaB",
- "AreaC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.911064,
- "originPos": {
- "x": -126.63961,
- "y": -1,
- "z": -100.07379
- },
- "xzPoints": [
- {
- "x": 10.596123,
- "y": -12.39003
- },
- {
- "x": 25.055313,
- "y": -12.103889
- },
- {
- "x": 25.79506,
- "y": 39.202477
- },
- {
- "x": 10.167572,
- "y": 38.91444
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.264946,
- "originPos": {
- "x": -147.5726,
- "y": 7.19479,
- "z": -27.569502
- },
- "xzPoints": [
- {
- "x": -27.347229,
- "y": -33.105644
- },
- {
- "x": 50.13764,
- "y": -33.186966
- },
- {
- "x": 67.56689,
- "y": 18.819632
- },
- {
- "x": 25.143425,
- "y": 59.68872
- },
- {
- "x": -7.957062,
- "y": 74.55053
- },
- {
- "x": -44.48053,
- "y": 41.21822
- },
- {
- "x": -44.766937,
- "y": 7.8039913
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaG",
- "AreaK"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaG",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.152756,
- "originPos": {
- "x": -51.946266,
- "y": 15.490009,
- "z": -40.22283
- },
- "xzPoints": [
- {
- "x": -31.809624,
- "y": -28.056526
- },
- {
- "x": 65.671394,
- "y": -34.14721
- },
- {
- "x": 86.350586,
- "y": 0.7993393
- },
- {
- "x": 77.442955,
- "y": 36.500153
- },
- {
- "x": -33.4392,
- "y": 29.975891
- },
- {
- "x": -46.591026,
- "y": -19.494095
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaF",
- "AreaH"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaH",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.746544,
- "originPos": {
- "x": -49.289536,
- "y": 14.5994,
- "z": 28.254255
- },
- "xzPoints": [
- {
- "x": -17.928452,
- "y": -40.092644
- },
- {
- "x": 17.459839,
- "y": -39.122284
- },
- {
- "x": 3.3806915,
- "y": 38.678307
- },
- {
- "x": -13.36087,
- "y": 42.55516
- },
- {
- "x": -30.923393,
- "y": 14.85541
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaG",
- "AreaI"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaI",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -128.92879,
- "y": 22.10091,
- "z": 49.405483
- },
- "xzPoints": [
- {
- "x": -29.937347,
- "y": -8.359066
- },
- {
- "x": -1.9844818,
- "y": -21.920057
- },
- {
- "x": 50.2464,
- "y": -5.781048
- },
- {
- "x": 67.861595,
- "y": 22.722599
- },
- {
- "x": 58.55768,
- "y": 43.723476
- },
- {
- "x": 25.493301,
- "y": 47.392117
- },
- {
- "x": 0.030059814,
- "y": 42.905506
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaH",
- "AreaJ"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaJ",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.267014,
- "originPos": {
- "x": -114.22114,
- "y": 30.886875,
- "z": 41.50554
- },
- "xzPoints": [
- {
- "x": -55.599586,
- "y": -18.457674
- },
- {
- "x": -16.249962,
- "y": -56.15104
- },
- {
- "x": 18.76474,
- "y": -88.7272
- },
- {
- "x": 76.31782,
- "y": -25.63536
- },
- {
- "x": 40.83893,
- "y": 19.956215
- },
- {
- "x": 6.462738,
- "y": 71.533165
- },
- {
- "x": -32.575584,
- "y": 63.363167
- },
- {
- "x": -41.26586,
- "y": 17.8797
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaH",
- "AreaK"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaK",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 314.8129,
- "z": 0
- },
- "heightY": 31.753258,
- "originPos": {
- "x": -144.29924,
- "y": 12.46574,
- "z": 40.238617
- },
- "xzPoints": [
- {
- "x": -9.787015,
- "y": -3.5223918
- },
- {
- "x": -3.0778632,
- "y": -3.0784545
- },
- {
- "x": -3.3974695,
- "y": 3.9691105
- },
- {
- "x": -10.069811,
- "y": 3.6272607
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaI",
- "AreaF"
- ],
- "priority": 0
- }
- ],
- "SceneId": 1601,
- "ScenePath": "Assets\/Scenes\/Stage_AbandonedMine\/Stage_AbandonedMine_1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_AbandonedMine_1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_AbandonedMine_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_AbandonedMine_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_AbandonedMine_Boss_1.json b/Data/_unsorted/Stage_AbandonedMine_Boss_1.json
index 9940d8470..667b99496 100644
--- a/Data/_unsorted/Stage_AbandonedMine_Boss_1.json
+++ b/Data/_unsorted/Stage_AbandonedMine_Boss_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_AbandonedMine_Boss_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_AbandonedMine_Boss_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_AbandonedMine_Boss_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1602,
- "ScenePath": "Assets\/Scenes\/Stage_AbandonedMine\/Stage_AbandonedMine_Boss_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_AbandonedMine_Boss_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_AbandonedMine_Boss_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_AbandonedMine_Boss_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_1.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_1.json
index bd769c6f9..6f7f59c37 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_1.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_1.json
@@ -1,24 +1,160 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1307,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Block2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Blocks"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Grass"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_1_Dynamic_Holder"
+ }
+ ],
+ "setNameId": "1"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_2.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_2.json
index 9e637781a..eadc89716 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_2.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_2.json
@@ -1,24 +1,502 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1308,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (7)"
+ }
+ ],
+ "setNameId": "1"
+ },
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Grass"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_2_Holder (7)"
+ }
+ ],
+ "setNameId": "2"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_3.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_3.json
index 4c1820d04..48034355a 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_3.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_3.json
@@ -1,24 +1,112 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1309,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Grass (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Grass (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Obstacle (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Obstacle (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Obstacle (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Obstacle"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (28)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Holder (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Holder"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_3_Stage_BangbooDefenseBattle_1_9_RangedPlatform1 (24)"
+ }
+ ],
+ "setNameId": "1"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_4.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_4.json
index 1f2a340a8..bcae16a95 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_4.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_4.json
@@ -1,24 +1,200 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_4.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1310,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_4.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_4.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_BangbooDefense_SwitchPlace1 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_BangbooDefense_SwitchPlace1 (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_BangbooDefense_SwitchPlace1 (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_Obstacles (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_RangedPlatform"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_Stage_BangbooDefenseBattle_2_4_RangedPlatform (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_Stage_BangbooDefenseBattle_2_4_RangedPlatform (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_Stage_BangbooDefenseBattle_2_4_RangedPlatform (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4_Stage_BangbooDefenseBattle_2_4_RangedPlatform (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light1"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light3"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light5"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light6"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light7"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light8"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light9"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light10"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light11"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4Light12"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_4SwitchPlace1"
+ }
+ ],
+ "setNameId": "1"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_5.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_5.json
index dc74c12da..7ca89b77a 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_5.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_5.json
@@ -1,24 +1,1286 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_5.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1311,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_5.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_5.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light1"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light3"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light5"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light6"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light7"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light8"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light9"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light10"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light11"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light12"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light13"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light14"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light15"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light16"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light22"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light23"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light24"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light21"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light25"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light26"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light17"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light18"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light19"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5Light25"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (15)"
+ }
+ ],
+ "setNameId": "1"
+ },
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light1"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light3"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light5"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light6"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light7"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light8"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light9"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light10"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light11"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light12"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light13"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light14"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light15"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light16"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light22"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light23"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light24"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light21"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Obstacles (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light25"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light26"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light17"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light18"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5Light19"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5_RangedPlatform (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Obstacles (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Stage_BangbooDefenseBattle_2_5Light25"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_5_Plat (15)"
+ }
+ ],
+ "setNameId": "2"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_5"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_6.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_6.json
index 6b07149eb..52ab04186 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_6.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_6.json
@@ -1,24 +1,886 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_6.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1312,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_6.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light1"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light3"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light5"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light6"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light7"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light8"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_RangedPlatform (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_RangedPlatform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light9"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light10"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light11"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light12"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light13"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light14"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (8)"
+ }
+ ],
+ "setNameId": "1"
+ },
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Plat"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Plat (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Plat (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Plat (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light1"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light2"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light3"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light5"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light6"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light7"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6Light8"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Obstacles (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_RangedPlatform (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_RangedPlatform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6_RangedPlatform (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light9"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light10"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light11"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light12"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light13"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_Stage_BangbooDefenseBattle_2_6Light14"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_6_BangbooDefense_SwitchPlace (8)"
+ }
+ ],
+ "setNameId": "2"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_7.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_7.json
index 06afc27ea..97c5897af 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_7.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_7.json
@@ -1,24 +1,1780 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_7.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1313,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_7.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_7.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12"
+ }
+ ],
+ "setNameId": "1"
+ },
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12"
+ }
+ ],
+ "setNameId": "2"
+ },
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Huixi"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Platform_Day4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_PlatformDay4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Dynamic_Ying"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Stage_BangbooDefenseBattle_2_7_ObstaclesDay4 (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4 (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat4"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12 (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_7_Plat12"
+ }
+ ],
+ "setNameId": "3"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_7"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_8.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_8.json
index ebfd2ce3a..4f5239efc 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_8.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_8.json
@@ -1,24 +1,408 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_8.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1314,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_8.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_8.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Ying (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Ying (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Ying"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Obstacles (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Plat"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Dynamic_Huixi (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_8_Holder (18)"
+ }
+ ],
+ "setNameId": "1"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_8"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BangbooDefenseBattle_2_9.json b/Data/_unsorted/Stage_BangbooDefenseBattle_2_9.json
index fb47c238c..2a7d72b80 100644
--- a/Data/_unsorted/Stage_BangbooDefenseBattle_2_9.json
+++ b/Data/_unsorted/Stage_BangbooDefenseBattle_2_9.json
@@ -1,24 +1,392 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": false,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BangbooDefenseBattle_2_9.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1315,
- "ScenePath": "Assets\/Scenes\/BangbooKnockout\/Stage_BangbooDefenseBattle_2_9.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BangbooDefenseBattle_2_9.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (14)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (16)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (17)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (25)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (26)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Huixi (27)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Plat (11)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Plat (12)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Plat (13)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Ying (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Ying (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Ying (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Dynamic_Ying (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (15)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (18)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (19)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (20)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (21)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (22)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (23)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Obstacles (24)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (1)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (2)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (3)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (4)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (5)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (6)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (7)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ true,
+ false
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (8)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (9)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (10)"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false,
+ true
+ ],
+ "nameId": "Stage_BangbooDefenseBattle_2_9_Platform (11)"
+ }
+ ],
+ "setNameId": "1"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_BangbooDefenseBattle_2_9"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_BellTowerSquare.json b/Data/_unsorted/Stage_BellTowerSquare.json
index bf016f8bc..eb88ecdbe 100644
--- a/Data/_unsorted/Stage_BellTowerSquare.json
+++ b/Data/_unsorted/Stage_BellTowerSquare.json
@@ -1,24 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_BellTowerSquare.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_BellTowerSquare.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_BellTowerSquare.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1010,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_BellTowerSquare.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_BellTowerSquare.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 30.04073,
+ "originPos": {
+ "x": 3.899684,
+ "y": 26.79979,
+ "z": -4.26416
+ },
+ "xzPoints": [
+ {
+ "x": -57.17518,
+ "y": -46.99733
+ },
+ {
+ "x": 65.07514,
+ "y": -43.06863
+ },
+ {
+ "x": 69.33586,
+ "y": 59.86943
+ },
+ {
+ "x": -57.99834,
+ "y": 63.49895
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_BellTowerSquare"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_DataCenter_Dome.json b/Data/_unsorted/Stage_DataCenter_Dome.json
index dff582451..9a5ddbdcf 100644
--- a/Data/_unsorted/Stage_DataCenter_Dome.json
+++ b/Data/_unsorted/Stage_DataCenter_Dome.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_DataCenter_Dome.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "",
- "SceneAreas": [
- ],
- "SceneId": 1719,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_DataCenter\/Stage_DataCenter_Dome.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_DataCenter_Dome.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_DataCenter_Dome.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_DataCenter_Dome"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_DataCenter_MainHall.json b/Data/_unsorted/Stage_DataCenter_MainHall.json
index ba4d4a795..bd1c6d05e 100644
--- a/Data/_unsorted/Stage_DataCenter_MainHall.json
+++ b/Data/_unsorted/Stage_DataCenter_MainHall.json
@@ -1,1068 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_DataCenter_MainHall.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_DataCenter_MainHall.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area1-1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.762531,
- "originPos": {
- "x": -2.3757298,
- "y": 29.880539,
- "z": 20.376152
- },
- "xzPoints": [
- {
- "x": -58.827015,
- "y": -135.06006
- },
- {
- "x": 65.44379,
- "y": -124.417366
- },
- {
- "x": 55.869396,
- "y": -35.950726
- },
- {
- "x": -27.84845,
- "y": -41.769577
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area1-Connect"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area1-2",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.762531,
- "originPos": {
- "x": -2.3757298,
- "y": 29.880539,
- "z": 20.376152
- },
- "xzPoints": [
- {
- "x": -42.907185,
- "y": -42.02166
- },
- {
- "x": 37.003056,
- "y": -38.67074
- },
- {
- "x": 36.051044,
- "y": 46.420105
- },
- {
- "x": -70.46988,
- "y": 58.0617
- },
- {
- "x": -83.4887,
- "y": -29.491436
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area1-Connect"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area1-3",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.762531,
- "originPos": {
- "x": -4.4139967,
- "y": 29.880539,
- "z": -158.2717
- },
- "xzPoints": [
- {
- "x": 14.8634815,
- "y": -30.303146
- },
- {
- "x": 48.711395,
- "y": -27.039948
- },
- {
- "x": 29.970161,
- "y": 48.838806
- },
- {
- "x": -89.94719,
- "y": 51.614777
- },
- {
- "x": -9.862584,
- "y": -27.517853
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area1-Connect",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 2.1693897,
- "y": 38.33075,
- "z": -18.258055
- },
- "xzPoints": [
- {
- "x": -13.533655,
- "y": -25.989614
- },
- {
- "x": 9.196658,
- "y": -26.349669
- },
- {
- "x": 9.866645,
- "y": -8.922667
- },
- {
- "x": 2.7604232,
- "y": 2.5405684
- },
- {
- "x": -7.3452053,
- "y": 2.7092142
- },
- {
- "x": -13.540823,
- "y": -9.037506
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area1-1",
- "Area1-2"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area2-1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.323536,
- "originPos": {
- "x": 0.6888418,
- "y": 44.068153,
- "z": -25.142738
- },
- "xzPoints": [
- {
- "x": -26.427444,
- "y": -112.51345
- },
- {
- "x": 44.571655,
- "y": -107.94024
- },
- {
- "x": 27.696846,
- "y": -46.340294
- },
- {
- "x": 17.589317,
- "y": -8.917477
- },
- {
- "x": -41.028313,
- "y": -4.40411
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-Connect1"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area2-2",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.491402,
- "originPos": {
- "x": 0.6888418,
- "y": 44.068153,
- "z": -25.142738
- },
- "xzPoints": [
- {
- "x": -22.070148,
- "y": -8.019665
- },
- {
- "x": 62.702965,
- "y": -18.00306
- },
- {
- "x": 86.10379,
- "y": 84.63316
- },
- {
- "x": -11.751154,
- "y": 78.30327
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-Connect1",
- "Area2-Connect2"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area2-3",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.926937,
- "originPos": {
- "x": -41.814053,
- "y": 47.8,
- "z": 5.9630938
- },
- "xzPoints": [
- {
- "x": -60.422314,
- "y": -37.046604
- },
- {
- "x": 30.081333,
- "y": -32.209435
- },
- {
- "x": 27.79077,
- "y": 22.012829
- },
- {
- "x": -60.56673,
- "y": 31.32888
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.311043,
- "originPos": {
- "x": -1.028872,
- "y": 45.81,
- "z": -18.799963
- },
- "xzPoints": [
- {
- "x": -11.267948,
- "y": -6.5356464
- },
- {
- "x": 7.8200493,
- "y": -6.458027
- },
- {
- "x": 7.4767957,
- "y": 15.76093
- },
- {
- "x": -13.156715,
- "y": 17.329145
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-Connect2",
- "Area3-Connect"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area2-Connect1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -0.04787779,
- "y": 45.799995,
- "z": -26.70343
- },
- "xzPoints": [
- {
- "x": -4.4068465,
- "y": -12.900093
- },
- {
- "x": 4.986434,
- "y": -12.955254
- },
- {
- "x": 5.05078,
- "y": 2.3082542
- },
- {
- "x": -4.8588643,
- "y": 2.2669697
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-2"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area2-Connect2",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 7.759655,
- "originPos": {
- "x": -23.411728,
- "y": 47.8,
- "z": -0.0027942657
- },
- "xzPoints": [
- {
- "x": -5.418543,
- "y": -5.4695396
- },
- {
- "x": 6.740589,
- "y": -3.9594507
- },
- {
- "x": 7.1310215,
- "y": 4.0679355
- },
- {
- "x": -5.3613625,
- "y": 3.3811724
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-2",
- "Area2-3"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area3-1",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.612774,
- "originPos": {
- "x": -54.53869,
- "y": 56.878586,
- "z": -18.587564
- },
- "xzPoints": [
- {
- "x": -1.442009,
- "y": -29.593878
- },
- {
- "x": 156.26169,
- "y": -57.06143
- },
- {
- "x": 176.11937,
- "y": 26.565577
- },
- {
- "x": 0.8216133,
- "y": 16.04094
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area3-Connect"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area3-2",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.54483,
- "originPos": {
- "x": -54.53869,
- "y": 56.878586,
- "z": -18.587564
- },
- "xzPoints": [
- {
- "x": -16.452492,
- "y": 22.197702
- },
- {
- "x": 179.97882,
- "y": 13.377762
- },
- {
- "x": 175.54141,
- "y": 102.78765
- },
- {
- "x": -21.921915,
- "y": 108.45137
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area3-Connect",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -28.578917,
- "y": 58.40423,
- "z": -24.986109
- },
- "xzPoints": [
- {
- "x": -15.029127,
- "y": -24.31199
- },
- {
- "x": 14.505211,
- "y": -25.104761
- },
- {
- "x": 13.717341,
- "y": 9.627643
- },
- {
- "x": -15.009771,
- "y": 3.01466
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area2-3",
- "Area3-1"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area4",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 80.59726,
- "y": 90.321396,
- "z": 1.4010506
- },
- "xzPoints": [
- {
- "x": -226.63998,
- "y": -110.852234
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -110.65107,
- "y": 41.671604
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaVR",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 69.755486,
- "originPos": {
- "x": -46.6306,
- "y": 28.560066,
- "z": 739.49536
- },
- "xzPoints": [
- {
- "x": -91.95166,
- "y": -107.4176
- },
- {
- "x": 143.14505,
- "y": -117.42316
- },
- {
- "x": 125.61536,
- "y": 47.69983
- },
- {
- "x": -62.94935,
- "y": 47.014038
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_0",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -0.07074642,
- "y": 36.464874,
- "z": -75.170876
- },
- "startPos": {
- "x": -0.2469033,
- "y": 35.078922,
- "z": -70.78839
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -0.32902908,
- "y": 49.104023,
- "z": -101.96906
- },
- "startPos": {
- "x": -0.40873432,
- "y": 47.739494,
- "z": -94.603935
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -46.367985,
- "y": 59.21566,
- "z": 725.8727
- },
- "startPos": {
- "x": -46.367985,
- "y": 58.66561,
- "z": 718.1188
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -46.367985,
- "y": 58.535194,
- "z": 710.99945
- },
- "startPos": {
- "x": -46.367985,
- "y": 59.069336,
- "z": 703.9971
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 0.07361765,
- "y": 35.257957,
- "z": 7.531495
- },
- "startPos": {
- "x": 0.12704906,
- "y": 35.21042,
- "z": -1.1990175
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 0.36464953,
- "y": 45.950947,
- "z": -6.0240016
- },
- "startPos": {
- "x": 0,
- "y": 45.962513,
- "z": 0.645787
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 0,
- "y": 68.93858,
- "z": -1.8135557
- },
- "startPos": {
- "x": -0.11381173,
- "y": 68.93307,
- "z": 6.1507354
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 0.1248837,
- "y": 91.02587,
- "z": 7.2512493
- },
- "startPos": {
- "x": 0.025662184,
- "y": 90.77102,
- "z": -1.9608498
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 85.03978,
- "y": 69.920685,
- "z": 47.23194
- },
- "startPos": {
- "x": 89.57289,
- "y": 94.724304,
- "z": -0.2456111
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -40.987183,
- "y": 47.77335,
- "z": -18.30243
- },
- "startPos": {
- "x": -41.001637,
- "y": 48.438007,
- "z": -26.41065
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_9",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -42.23204,
- "y": 59.871765,
- "z": -24.510166
- },
- "startPos": {
- "x": -34.443977,
- "y": 59.941315,
- "z": -24.719248
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_10",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 52.79993,
- "y": 67.03081,
- "z": 11.442758
- },
- "startPos": {
- "x": 58.330082,
- "y": 66.70236,
- "z": 11.28811
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_11",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 56.817215,
- "y": 47.919655,
- "z": 5.7945704
- },
- "startPos": {
- "x": 56.97235,
- "y": 48.264,
- "z": 11.967492
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_12",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 96.28063,
- "y": 94.04159,
- "z": -0.2456111
- },
- "startPos": {
- "x": 101.598976,
- "y": 93.90975,
- "z": 1.0893669
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_13",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 95.441734,
- "y": 72.987274,
- "z": 47.76199
- },
- "startPos": {
- "x": 87.257195,
- "y": 71.0714,
- "z": 47.495674
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_DataCenter_MainHall.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1702,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_DataCenter\/Stage_DataCenter_MainHall.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_DataCenter_MainHall.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_DataCenter_MainHall.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_DataCenter_MainHall"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Exploration_1_1_Boss.json b/Data/_unsorted/Stage_Exploration_1_1_Boss.json
index 6d76ac9ce..7987447da 100644
--- a/Data/_unsorted/Stage_Exploration_1_1_Boss.json
+++ b/Data/_unsorted/Stage_Exploration_1_1_Boss.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Exploration_1_1_Boss.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Exploration_1_1_Boss.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Exploration_1_1_Boss.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5117,
- "ScenePath": "Assets\/Scenes\/Stage_Exploration\/Stage_Exploration_1_1_Boss.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Exploration_1_1_Boss.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Exploration_1_1_Boss"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_ForbiddenArea_1_1.json b/Data/_unsorted/Stage_ForbiddenArea_1_1.json
index 60b1225c8..603d9c9e4 100644
--- a/Data/_unsorted/Stage_ForbiddenArea_1_1.json
+++ b/Data/_unsorted/Stage_ForbiddenArea_1_1.json
@@ -1,2928 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_ForbiddenArea_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_ForbiddenArea_1_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -18.613708,
- "y": -15,
- "z": 7.145813
- },
- "xzPoints": [
- {
- "x": -12.919283,
- "y": 25.838326
- },
- {
- "x": 55.979954,
- "y": 26.431267
- },
- {
- "x": 55.79115,
- "y": 142.19614
- },
- {
- "x": -0.8960228,
- "y": 141.18582
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaABC",
- "AreaADE",
- "AreaAF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 54.83165,
- "originPos": {
- "x": 2.2836792,
- "y": -21.546305,
- "z": 39.028023
- },
- "xzPoints": [
- {
- "x": -122.67578,
- "y": -3.6075745
- },
- {
- "x": -11.027027,
- "y": -3.1366348
- },
- {
- "x": -17.303297,
- "y": 76.38915
- },
- {
- "x": -131.29694,
- "y": 73.57361
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaABC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 49.160088,
- "originPos": {
- "x": -34.05985,
- "y": -27.30635,
- "z": 15.134197
- },
- "xzPoints": [
- {
- "x": -85.52797,
- "y": -98.13124
- },
- {
- "x": 18.55144,
- "y": -90.16968
- },
- {
- "x": 22.297287,
- "y": 27.611618
- },
- {
- "x": -90.74199,
- "y": 25.63441
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaABC",
- "AreaB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 55.376854,
- "originPos": {
- "x": 69.799866,
- "y": -31.09433,
- "z": 62.21468
- },
- "xzPoints": [
- {
- "x": -42.510216,
- "y": -53.24221
- },
- {
- "x": 78.66824,
- "y": -46.162342
- },
- {
- "x": 52.171936,
- "y": 44.740948
- },
- {
- "x": -40.088905,
- "y": 44.26479
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaADE",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 64.186035,
- "originPos": {
- "x": 71.53551,
- "y": -28.066149,
- "z": -18.315329
- },
- "xzPoints": [
- {
- "x": -39.599823,
- "y": -72.09542
- },
- {
- "x": 54.739365,
- "y": -70.15974
- },
- {
- "x": 59.541306,
- "y": 33.072903
- },
- {
- "x": -38.58928,
- "y": 32.93538
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaADE",
- "AreaD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 45.14032,
- "originPos": {
- "x": 18.686333,
- "y": -9.520718,
- "z": -0.38484153
- },
- "xzPoints": [
- {
- "x": -53.809338,
- "y": -174.19524
- },
- {
- "x": 23.102844,
- "y": -173.89589
- },
- {
- "x": 21.70185,
- "y": 24.238256
- },
- {
- "x": -54.91562,
- "y": 20.660305
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaAF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaABC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 43.818222,
- "originPos": {
- "x": -46.114502,
- "y": -19.601017,
- "z": 29.553623
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 38.706825,
- "y": -23.309052
- },
- {
- "x": 41.113564,
- "y": 24.630638
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaA",
- "AreaB",
- "AreaC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaADE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 59.372025,
- "originPos": {
- "x": 39.196575,
- "y": -26.281372,
- "z": -1.959013
- },
- "xzPoints": [
- {
- "x": -27.345781,
- "y": 16.707695
- },
- {
- "x": 51.107113,
- "y": 21.205902
- },
- {
- "x": 50.89426,
- "y": 55.27661
- },
- {
- "x": -30.39442,
- "y": 56.98198
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaA",
- "AreaD",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaAF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.286133,
- "originPos": {
- "x": 37.258892,
- "y": -18.54816,
- "z": 5.1459527
- },
- "xzPoints": [
- {
- "x": -70.75573,
- "y": -22.404606
- },
- {
- "x": 3.5342216,
- "y": -22.97585
- },
- {
- "x": 4.6620636,
- "y": 32.069862
- },
- {
- "x": -67.738525,
- "y": 30.356207
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaF",
- "AreaA"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -67.49861,
- "y": -18.54816,
- "z": 75.4636
- },
- "xzPoints": [
- {
- "x": 37.63142,
- "y": -30.80774
- },
- {
- "x": 90.18776,
- "y": -30.244034
- },
- {
- "x": 95.65103,
- "y": 89.85363
- },
- {
- "x": 44.972664,
- "y": 90.36503
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.988907,
- "y": -18.54816,
- "z": 70.6833
- },
- "xzPoints": [
- {
- "x": -27.727152,
- "y": -33.65166
- },
- {
- "x": 28.240898,
- "y": -33.86659
- },
- {
- "x": 27.690552,
- "y": 12.770218
- },
- {
- "x": -27.873997,
- "y": 12.586769
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 3.8831477,
- "y": -18.54816,
- "z": 45.9615
- },
- "xzPoints": [
- {
- "x": -111.64669,
- "y": -9.515179
- },
- {
- "x": -26.578114,
- "y": -8.376587
- },
- {
- "x": -26.236544,
- "y": 68.15256
- },
- {
- "x": -109.483376,
- "y": 65.41994
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -46.58217,
- "y": -18.54816,
- "z": 68.46551
- },
- "xzPoints": [
- {
- "x": -56.163185,
- "y": -56.95548
- },
- {
- "x": 19.321953,
- "y": -57.61571
- },
- {
- "x": 19.321953,
- "y": -28.47921
- },
- {
- "x": -56.55934,
- "y": -25.442112
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -69.21614,
- "y": -18.54816,
- "z": 50.271698
- },
- "xzPoints": [
- {
- "x": 18.591606,
- "y": -23.431362
- },
- {
- "x": 61.656574,
- "y": -22.110405
- },
- {
- "x": 61.739143,
- "y": -13.060089
- },
- {
- "x": 19.086967,
- "y": -13.307766
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -62.585976,
- "y": -18.54816,
- "z": -9.220757
- },
- "xzPoints": [
- {
- "x": -47.442352,
- "y": -53.117584
- },
- {
- "x": 37.320663,
- "y": -57.772972
- },
- {
- "x": 36.142162,
- "y": 23.376886
- },
- {
- "x": -46.42724,
- "y": 24.212568
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 1.9248605,
- "y": -18.54816,
- "z": 48.831085
- },
- "xzPoints": [
- {
- "x": 30.975584,
- "y": -11.625301
- },
- {
- "x": 123.906715,
- "y": -11.377621
- },
- {
- "x": 100.62485,
- "y": 53.89595
- },
- {
- "x": 32.213985,
- "y": 54.39131
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 80.93465,
- "y": -18.54816,
- "z": 38.923935
- },
- "xzPoints": [
- {
- "x": -35.967285,
- "y": -48.990936
- },
- {
- "x": 44.878204,
- "y": -48.599247
- },
- {
- "x": 35.77143,
- "y": -1.0472946
- },
- {
- "x": -36.261055,
- "y": -1.5369034
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 83.94332,
- "y": -18.54816,
- "z": -0.1793196
- },
- "xzPoints": [
- {
- "x": -24.899883,
- "y": -46.125008
- },
- {
- "x": 37.71505,
- "y": -46.225124
- },
- {
- "x": 31.908188,
- "y": -9.24054
- },
- {
- "x": -24.699638,
- "y": -9.540894
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 102.36512,
- "y": -18.54816,
- "z": -44.031235
- },
- "xzPoints": [
- {
- "x": -65.78457,
- "y": -37.71422
- },
- {
- "x": 21.862724,
- "y": -38.539818
- },
- {
- "x": 17.156807,
- "y": -2.4924316
- },
- {
- "x": -64.7113,
- "y": -1.831955
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 79.74371,
- "y": -18.54816,
- "z": -18.93303
- },
- "xzPoints": [
- {
- "x": -42.82339,
- "y": -34.20796
- },
- {
- "x": -18.917374,
- "y": -43.482365
- },
- {
- "x": -20.02729,
- "y": 9.35894
- },
- {
- "x": -42.1337,
- "y": 10.139229
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 59.86587,
- "y": -18.54816,
- "z": -7.8276153
- },
- "xzPoints": [
- {
- "x": -22.027843,
- "y": -6.424029
- },
- {
- "x": -14.958973,
- "y": -6.589152
- },
- {
- "x": -15.041523,
- "y": 45.63996
- },
- {
- "x": -22.140167,
- "y": 45.677048
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 42.550613,
- "y": -18.54816,
- "z": 22.173664
- },
- "xzPoints": [
- {
- "x": -24.83488,
- "y": 5.547146
- },
- {
- "x": 2.673561,
- "y": 6.337099
- },
- {
- "x": 2.573452,
- "y": 15.188385
- },
- {
- "x": -25,
- "y": 14.927696
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 10.112207,
- "y": -18.54816,
- "z": 8.457422
- },
- "xzPoints": [
- {
- "x": -17.98241,
- "y": 13.303528
- },
- {
- "x": 8.796461,
- "y": 13.652843
- },
- {
- "x": 8.900827,
- "y": 28.302393
- },
- {
- "x": -18.395208,
- "y": 28.715197
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.4981318,
- "y": -18.54816,
- "z": 10.273739
- },
- "xzPoints": [
- {
- "x": -30.696629,
- "y": -20.046408
- },
- {
- "x": 33.503666,
- "y": -19.38593
- },
- {
- "x": 33.75135,
- "y": 18.80801
- },
- {
- "x": -31.357113,
- "y": 17.817291
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 5.6539726,
- "y": -18.54816,
- "z": 13.906372
- },
- "xzPoints": [
- {
- "x": -31.682468,
- "y": -69.32049
- },
- {
- "x": 30.79803,
- "y": -68.43604
- },
- {
- "x": 32.272106,
- "y": -13.522465
- },
- {
- "x": -30.699749,
- "y": -13.4241905
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_VP_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.7852297,
- "y": -18.54816,
- "z": -29.109743
- },
- "xzPoints": [
- {
- "x": -39.809242,
- "y": -101.853424
- },
- {
- "x": 42.291416,
- "y": -98.74855
- },
- {
- "x": 40.79599,
- "y": -26.045958
- },
- {
- "x": -38.135597,
- "y": -25.713411
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -54.219883,
- "y": 7.446204,
- "z": 101.09419
- },
- "startPos": {
- "x": -38.31703,
- "y": 7.8128695,
- "z": 101.31365
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -31.387287,
- "y": 7.779537,
- "z": 95.19751
- },
- "startPos": {
- "x": -31.786682,
- "y": 2.0795364,
- "z": 86.798676
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -69.095345,
- "y": 12.246204,
- "z": 77.628555
- },
- "startPos": {
- "x": -62.94181,
- "y": 7.5128717,
- "z": 85.8206
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -82.59381,
- "y": 9.11287,
- "z": 33.9675
- },
- "startPos": {
- "x": -86.19979,
- "y": 14.681412,
- "z": 39.791996
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -82.64146,
- "y": 6.2952156,
- "z": 18.794369
- },
- "startPos": {
- "x": -82.74061,
- "y": 9.125541,
- "z": 29.786768
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 85.93251,
- "y": 2.0128694,
- "z": 82.835175
- },
- "startPos": {
- "x": 86.49199,
- "y": 6.646204,
- "z": 76.68993
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 78.08147,
- "y": 8.046204,
- "z": 3.5520933
- },
- "startPos": {
- "x": 85.861664,
- "y": 8.577158,
- "z": -0.79744864
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 78.73524,
- "y": 10.679537,
- "z": 23.0839
- },
- "startPos": {
- "x": 77.86075,
- "y": 8.046205,
- "z": 7.528477
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 55.609756,
- "y": 2.0128708,
- "z": 33.355305
- },
- "startPos": {
- "x": 67.87012,
- "y": 7.8795366,
- "z": 35.07366
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 96.6196,
- "y": 7.2128716,
- "z": -26.081232
- },
- "startPos": {
- "x": 90.16484,
- "y": 4.9128714,
- "z": -19.613804
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -42.685585,
- "y": 5.2462034,
- "z": 70.39643
- },
- "startPos": {
- "x": -54.19336,
- "y": 5.379537,
- "z": 68.82781
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -39.0364,
- "y": 5.2462025,
- "z": 69.21711
- },
- "startPos": {
- "x": -36.676228,
- "y": 6.679538,
- "z": 68.47304
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -63.5592,
- "y": 8.046204,
- "z": 65.78183
- },
- "startPos": {
- "x": -60.207413,
- "y": 5.379536,
- "z": 65.95902
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 70.38667,
- "y": 5.746203,
- "z": 70.59583
- },
- "startPos": {
- "x": 59.283596,
- "y": 7.0462036,
- "z": 73.75276
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 73.55915,
- "y": 5.7462034,
- "z": 67.50417
- },
- "startPos": {
- "x": 72.118614,
- "y": 4.5791187,
- "z": 62.45544
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 50.729874,
- "y": 4.9795365,
- "z": 59.82806
- },
- "startPos": {
- "x": 49.07238,
- "y": 7.0462036,
- "z": 64.18419
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 54.304882,
- "y": 7.646204,
- "z": 84.97105
- },
- "startPos": {
- "x": 49.551727,
- "y": 7.0408587,
- "z": 80.41992
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 53.229275,
- "y": 7.81287,
- "z": -14.214704
- },
- "startPos": {
- "x": 46.352592,
- "y": 2.0128708,
- "z": -14.283247
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 56.32511,
- "y": 7.4795365,
- "z": -30.21799
- },
- "startPos": {
- "x": 57.110123,
- "y": 7.8128695,
- "z": -15.228537
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 15.760067,
- "y": 6.979536,
- "z": 15.417293
- },
- "startPos": {
- "x": 9.931286,
- "y": 1.2128706,
- "z": 14.67384
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -9.272432,
- "y": 6.346204,
- "z": 13.133163
- },
- "startPos": {
- "x": -0.795876,
- "y": 1.2128696,
- "z": 14.373773
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 4.9350376,
- "y": 9.712871,
- "z": 7.086362
- },
- "startPos": {
- "x": 15.953178,
- "y": 6.979536,
- "z": 15.275034
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -9.653881,
- "y": 6.3462048,
- "z": 10.019233
- },
- "startPos": {
- "x": 3.475327,
- "y": 9.712871,
- "z": 5.830265
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 4.8707104,
- "y": 12.752944,
- "z": -7.554449
- },
- "startPos": {
- "x": 6.2626495,
- "y": 6.646204,
- "z": -14.999228
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 90.48211,
- "y": 2.0128698,
- "z": -37.08855
- },
- "startPos": {
- "x": 97.37167,
- "y": 7.2128706,
- "z": -36.670376
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 102.50952,
- "y": 8.546204,
- "z": 19.83542
- },
- "startPos": {
- "x": 102.51579,
- "y": 12.212282,
- "z": 28.345865
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_ForbiddenArea_1_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -18.613708,
- "y": -15,
- "z": 7.145813
- },
- "xzPoints": [
- {
- "x": -12.919283,
- "y": 25.838326
- },
- {
- "x": 55.979954,
- "y": 26.431267
- },
- {
- "x": 55.79115,
- "y": 142.19614
- },
- {
- "x": -0.8960228,
- "y": 141.18582
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaABC",
- "AreaADE",
- "AreaAF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaB",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 54.83165,
- "originPos": {
- "x": 2.2836792,
- "y": -21.546305,
- "z": 39.028023
- },
- "xzPoints": [
- {
- "x": -122.67578,
- "y": -3.6075745
- },
- {
- "x": -11.027027,
- "y": -3.1366348
- },
- {
- "x": -17.303297,
- "y": 76.38915
- },
- {
- "x": -131.29694,
- "y": 73.57361
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaC",
- "AreaABC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 49.160088,
- "originPos": {
- "x": -34.05985,
- "y": -27.30635,
- "z": 15.134197
- },
- "xzPoints": [
- {
- "x": -85.52797,
- "y": -98.13124
- },
- {
- "x": 18.55144,
- "y": -90.16968
- },
- {
- "x": 22.297287,
- "y": 27.611618
- },
- {
- "x": -90.74199,
- "y": 25.63441
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaABC",
- "AreaB"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 55.376854,
- "originPos": {
- "x": 69.799866,
- "y": -31.09433,
- "z": 62.21468
- },
- "xzPoints": [
- {
- "x": -42.510216,
- "y": -53.24221
- },
- {
- "x": 78.66824,
- "y": -46.162342
- },
- {
- "x": 52.171936,
- "y": 44.740948
- },
- {
- "x": -40.088905,
- "y": 44.26479
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaADE",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 64.186035,
- "originPos": {
- "x": 71.53551,
- "y": -28.066149,
- "z": -18.315329
- },
- "xzPoints": [
- {
- "x": -39.599823,
- "y": -72.09542
- },
- {
- "x": 54.739365,
- "y": -70.15974
- },
- {
- "x": 59.541306,
- "y": 33.072903
- },
- {
- "x": -38.58928,
- "y": 32.93538
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaADE",
- "AreaD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 45.14032,
- "originPos": {
- "x": 18.686333,
- "y": -9.520718,
- "z": -0.38484153
- },
- "xzPoints": [
- {
- "x": -53.809338,
- "y": -174.19524
- },
- {
- "x": 23.102844,
- "y": -173.89589
- },
- {
- "x": 21.70185,
- "y": 24.238256
- },
- {
- "x": -54.91562,
- "y": 20.660305
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaAF"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaABC",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 43.818222,
- "originPos": {
- "x": -46.114502,
- "y": -19.601017,
- "z": 29.553623
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 38.706825,
- "y": -23.309052
- },
- {
- "x": 41.113564,
- "y": 24.630638
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaA",
- "AreaB",
- "AreaC"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaADE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 59.372025,
- "originPos": {
- "x": 39.196575,
- "y": -26.281372,
- "z": -1.959013
- },
- "xzPoints": [
- {
- "x": -27.345781,
- "y": 16.707695
- },
- {
- "x": 51.107113,
- "y": 21.205902
- },
- {
- "x": 50.89426,
- "y": 55.27661
- },
- {
- "x": -30.39442,
- "y": 56.98198
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaA",
- "AreaD",
- "AreaE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaAF",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.286133,
- "originPos": {
- "x": 37.258892,
- "y": -18.54816,
- "z": 5.1459527
- },
- "xzPoints": [
- {
- "x": -70.75573,
- "y": -22.404606
- },
- {
- "x": 3.5342216,
- "y": -22.97585
- },
- {
- "x": 4.6620636,
- "y": 32.069862
- },
- {
- "x": -67.738525,
- "y": 30.356207
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "AreaF",
- "AreaA"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -67.49861,
- "y": -18.54816,
- "z": 75.4636
- },
- "xzPoints": [
- {
- "x": 37.63142,
- "y": -30.80774
- },
- {
- "x": 90.18776,
- "y": -30.244034
- },
- {
- "x": 95.65103,
- "y": 89.85363
- },
- {
- "x": 44.972664,
- "y": 90.36503
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.988907,
- "y": -18.54816,
- "z": 70.6833
- },
- "xzPoints": [
- {
- "x": -27.727152,
- "y": -33.65166
- },
- {
- "x": 28.240898,
- "y": -33.86659
- },
- {
- "x": 27.690552,
- "y": 12.770218
- },
- {
- "x": -27.873997,
- "y": 12.586769
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 3.8831477,
- "y": -18.54816,
- "z": 45.9615
- },
- "xzPoints": [
- {
- "x": -111.64669,
- "y": -9.515179
- },
- {
- "x": -26.578114,
- "y": -8.376587
- },
- {
- "x": -26.236544,
- "y": 68.15256
- },
- {
- "x": -109.483376,
- "y": 65.41994
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -46.58217,
- "y": -18.54816,
- "z": 68.46551
- },
- "xzPoints": [
- {
- "x": -56.163185,
- "y": -56.95548
- },
- {
- "x": 19.321953,
- "y": -57.61571
- },
- {
- "x": 19.321953,
- "y": -28.47921
- },
- {
- "x": -56.55934,
- "y": -25.442112
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -69.21614,
- "y": -18.54816,
- "z": 50.271698
- },
- "xzPoints": [
- {
- "x": 18.591606,
- "y": -23.431362
- },
- {
- "x": 61.656574,
- "y": -22.110405
- },
- {
- "x": 61.739143,
- "y": -13.060089
- },
- {
- "x": 19.086967,
- "y": -13.307766
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -62.585976,
- "y": -18.54816,
- "z": -9.220757
- },
- "xzPoints": [
- {
- "x": -47.442352,
- "y": -53.117584
- },
- {
- "x": 37.320663,
- "y": -57.772972
- },
- {
- "x": 36.142162,
- "y": 23.376886
- },
- {
- "x": -46.42724,
- "y": 24.212568
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 1.9248605,
- "y": -18.54816,
- "z": 48.831085
- },
- "xzPoints": [
- {
- "x": 30.975584,
- "y": -11.625301
- },
- {
- "x": 123.906715,
- "y": -11.377621
- },
- {
- "x": 100.62485,
- "y": 53.89595
- },
- {
- "x": 32.213985,
- "y": 54.39131
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 80.93465,
- "y": -18.54816,
- "z": 38.923935
- },
- "xzPoints": [
- {
- "x": -35.967285,
- "y": -48.990936
- },
- {
- "x": 44.878204,
- "y": -48.599247
- },
- {
- "x": 35.77143,
- "y": -1.0472946
- },
- {
- "x": -36.261055,
- "y": -1.5369034
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 83.94332,
- "y": -18.54816,
- "z": -0.1793196
- },
- "xzPoints": [
- {
- "x": -24.899883,
- "y": -46.125008
- },
- {
- "x": 37.71505,
- "y": -46.225124
- },
- {
- "x": 31.908188,
- "y": -9.24054
- },
- {
- "x": -24.699638,
- "y": -9.540894
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 102.36512,
- "y": -18.54816,
- "z": -44.031235
- },
- "xzPoints": [
- {
- "x": -65.78457,
- "y": -37.71422
- },
- {
- "x": 21.862724,
- "y": -38.539818
- },
- {
- "x": 17.156807,
- "y": -2.4924316
- },
- {
- "x": -64.7113,
- "y": -1.831955
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 79.74371,
- "y": -18.54816,
- "z": -18.93303
- },
- "xzPoints": [
- {
- "x": -42.82339,
- "y": -34.20796
- },
- {
- "x": -18.917374,
- "y": -43.482365
- },
- {
- "x": -20.02729,
- "y": 9.35894
- },
- {
- "x": -42.1337,
- "y": 10.139229
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 59.86587,
- "y": -18.54816,
- "z": -7.8276153
- },
- "xzPoints": [
- {
- "x": -22.027843,
- "y": -6.424029
- },
- {
- "x": -14.958973,
- "y": -6.589152
- },
- {
- "x": -15.041523,
- "y": 45.63996
- },
- {
- "x": -22.140167,
- "y": 45.677048
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 42.550613,
- "y": -18.54816,
- "z": 22.173664
- },
- "xzPoints": [
- {
- "x": -24.83488,
- "y": 5.547146
- },
- {
- "x": 2.673561,
- "y": 6.337099
- },
- {
- "x": 2.573452,
- "y": 15.188385
- },
- {
- "x": -25,
- "y": 14.927696
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 10.112207,
- "y": -18.54816,
- "z": 8.457422
- },
- "xzPoints": [
- {
- "x": -17.98241,
- "y": 13.303528
- },
- {
- "x": 8.796461,
- "y": 13.652843
- },
- {
- "x": 8.900827,
- "y": 28.302393
- },
- {
- "x": -18.395208,
- "y": 28.715197
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.4981318,
- "y": -18.54816,
- "z": 10.273739
- },
- "xzPoints": [
- {
- "x": -30.696629,
- "y": -20.046408
- },
- {
- "x": 33.503666,
- "y": -19.38593
- },
- {
- "x": 33.75135,
- "y": 18.80801
- },
- {
- "x": -31.357113,
- "y": 17.817291
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 5.6539726,
- "y": -18.54816,
- "z": 13.906372
- },
- "xzPoints": [
- {
- "x": -31.682468,
- "y": -69.32049
- },
- {
- "x": 30.79803,
- "y": -68.43604
- },
- {
- "x": 32.272106,
- "y": -13.522465
- },
- {
- "x": -30.699749,
- "y": -13.4241905
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_VP_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 4.7852297,
- "y": -18.54816,
- "z": -29.109743
- },
- "xzPoints": [
- {
- "x": -39.809242,
- "y": -101.853424
- },
- {
- "x": 42.291416,
- "y": -98.74855
- },
- {
- "x": 40.79599,
- "y": -26.045958
- },
- {
- "x": -38.135597,
- "y": -25.713411
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1504,
- "ScenePath": "Assets\/Scenes\/Stage_ForbiddenArea\/Stage_ForbiddenArea_1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_ForbiddenArea_1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_ForbiddenArea_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_ForbiddenArea_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_HiveLord_Explosion.json b/Data/_unsorted/Stage_HiveLord_Explosion.json
index a6b5cc712..5f5a03dc0 100644
--- a/Data/_unsorted/Stage_HiveLord_Explosion.json
+++ b/Data/_unsorted/Stage_HiveLord_Explosion.json
@@ -1,177 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_HiveLord_Explosion.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_HiveLord_Explosion.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170700004_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0.8215578,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -106.584595,
- "y": 517.49133,
- "z": 989.06323
- },
- "xzPoints": [
- {
- "x": -4.5993385,
- "y": -6.6784544
- },
- {
- "x": 4.5993385,
- "y": -6.6784544
- },
- {
- "x": 4.5993385,
- "y": 6.6784544
- },
- {
- "x": -4.5993385,
- "y": 6.6784544
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170700004_Spline_003",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 73.957794,
- "y": 468.47885,
- "z": 1001.7449
- },
- "xzPoints": [
- {
- "x": -6.5244613,
- "y": -7.6297956
- },
- {
- "x": 6.5244613,
- "y": -7.6297956
- },
- {
- "x": 6.5244613,
- "y": 7.6297956
- },
- {
- "x": -6.5244613,
- "y": 7.6297956
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170700004_Spline_004",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 355.6405,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -29.378374,
- "y": 462.7234,
- "z": 1064.0051
- },
- "xzPoints": [
- {
- "x": -5.6016226,
- "y": -6.269432
- },
- {
- "x": 5.6016226,
- "y": -6.269432
- },
- {
- "x": 5.6016226,
- "y": 6.269432
- },
- {
- "x": -5.6016226,
- "y": 6.269432
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- }
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_HiveLord_Explosion.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1707,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_HiveLord\/Stage_HiveLord_Explosion.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_HiveLord_Explosion.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_HiveLord_Explosion"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_HiveLord_Part2.json b/Data/_unsorted/Stage_HiveLord_Part2.json
index 24940753b..9791f7af7 100644
--- a/Data/_unsorted/Stage_HiveLord_Part2.json
+++ b/Data/_unsorted/Stage_HiveLord_Part2.json
@@ -1,1431 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_HiveLord_Part2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_HiveLord_Part2.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 47.284203,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 133.22844,
- "y": 142.67703,
- "z": 168.89537
- },
- "xzPoints": [
- {
- "x": -38.683987,
- "y": -117.216896
- },
- {
- "x": 100.53174,
- "y": -109.00347
- },
- {
- "x": 102.76223,
- "y": 6.072122
- },
- {
- "x": -39.994404,
- "y": -0.63994044
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 41.817078,
- "originPos": {
- "x": -2.364346,
- "y": 142.84409,
- "z": 16.315712
- },
- "xzPoints": [
- {
- "x": -141.35188,
- "y": -138.80717
- },
- {
- "x": 87.30731,
- "y": -135.97293
- },
- {
- "x": 83.779175,
- "y": 28.99805
- },
- {
- "x": -131.934,
- "y": 35.88933
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 314.40042,
- "z": 0
- },
- "heightY": 38.788177,
- "originPos": {
- "x": -85.870026,
- "y": 186.63431,
- "z": -141.52155
- },
- "xzPoints": [
- {
- "x": -4.48449,
- "y": -52.355404
- },
- {
- "x": 96.59096,
- "y": -54.348526
- },
- {
- "x": 100.08921,
- "y": 128.005
- },
- {
- "x": 5.231463,
- "y": 125.918945
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 49.413727,
- "originPos": {
- "x": 256.80814,
- "y": 44.237762,
- "z": 338.32416
- },
- "xzPoints": [
- {
- "x": -65.66565,
- "y": -64.055664
- },
- {
- "x": 67.50061,
- "y": -67.39581
- },
- {
- "x": 65.97836,
- "y": 32.37973
- },
- {
- "x": -64.59863,
- "y": 33.108612
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Map_Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 47.284203,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 133.22844,
- "y": 142.67703,
- "z": 168.89537
- },
- "xzPoints": [
- {
- "x": 19.098942,
- "y": -131.65425
- },
- {
- "x": 36.288486,
- "y": -133.13075
- },
- {
- "x": 38.103027,
- "y": -34.366642
- },
- {
- "x": 13.37469,
- "y": -35.47499
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Map_Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Map_Area_B",
- "areaExcluded": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.33,
- "originPos": {
- "x": -107.014336,
- "y": 154.1371,
- "z": 11.572956
- },
- "xzPoints": [
- {
- "x": 49.9455,
- "y": 0.88770294
- },
- {
- "x": 148.50613,
- "y": -1.5561886
- },
- {
- "x": 148.47702,
- "y": 40.104343
- },
- {
- "x": 54.02362,
- "y": 42.137325
- }
- ]
- }
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.43074,
- "originPos": {
- "x": -7.782829,
- "y": 145.2201,
- "z": -16.892698
- },
- "xzPoints": [
- {
- "x": -81.64241,
- "y": -115.45343
- },
- {
- "x": 46.35199,
- "y": -116.87079
- },
- {
- "x": 46.070297,
- "y": 63.40203
- },
- {
- "x": -81.77599,
- "y": 63.03112
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.38974,
- "originPos": {
- "x": -93.935005,
- "y": 153.058,
- "z": 8.647373
- },
- "xzPoints": [
- {
- "x": -16.492577,
- "y": -44.818016
- },
- {
- "x": 52.780926,
- "y": -42.71259
- },
- {
- "x": 52.44132,
- "y": 9.207926
- },
- {
- "x": -17.762291,
- "y": 8.094404
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11.1,
- "originPos": {
- "x": 44.449078,
- "y": 143.77919,
- "z": 61.995117
- },
- "xzPoints": [
- {
- "x": -63.65197,
- "y": -22.553543
- },
- {
- "x": -52.604477,
- "y": -22.452374
- },
- {
- "x": -52.408195,
- "y": 1.3211937
- },
- {
- "x": -62.827618,
- "y": 1.141613
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 52.94059,
- "y": 145.17413,
- "z": -13.33223
- },
- "xzPoints": [
- {
- "x": -22.478333,
- "y": 8.95356
- },
- {
- "x": -0.5456314,
- "y": 8.020359
- },
- {
- "x": -0.37062454,
- "y": 14.638203
- },
- {
- "x": -22.62672,
- "y": 15.38318
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.029343,
- "originPos": {
- "x": -109.3095,
- "y": 171.66779,
- "z": 0.43862695
- },
- "xzPoints": [
- {
- "x": -7.8081207,
- "y": 7.6289086
- },
- {
- "x": -8.529663,
- "y": -12.722791
- },
- {
- "x": 25.762764,
- "y": -12.361562
- },
- {
- "x": 25.397217,
- "y": 7.3187585
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.394852,
- "originPos": {
- "x": -126.66001,
- "y": 153.01573,
- "z": -15.840893
- },
- "xzPoints": [
- {
- "x": -11.186226,
- "y": -22.746284
- },
- {
- "x": 24.932335,
- "y": -26.521282
- },
- {
- "x": 24.357628,
- "y": 18.471743
- },
- {
- "x": -4.12397,
- "y": 13.345211
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.041016,
- "originPos": {
- "x": -102.84804,
- "y": 164.48206,
- "z": -44.968277
- },
- "xzPoints": [
- {
- "x": -28.86377,
- "y": -13.353657
- },
- {
- "x": 56.970825,
- "y": -13.079407
- },
- {
- "x": 58.157616,
- "y": 26.951523
- },
- {
- "x": -32.358627,
- "y": 22.795918
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.458054,
- "originPos": {
- "x": -63.47538,
- "y": 173.40154,
- "z": -12.894127
- },
- "xzPoints": [
- {
- "x": -21.592354,
- "y": -22.087337
- },
- {
- "x": 22.43459,
- "y": -24.65329
- },
- {
- "x": 22.483654,
- "y": 18.818733
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Map_Area_A",
- "Map_Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Map_Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 314.40042,
- "z": 0
- },
- "heightY": 33.18466,
- "originPos": {
- "x": -85.870026,
- "y": 191.12085,
- "z": -141.52155
- },
- "xzPoints": [
- {
- "x": -1.4102618,
- "y": -39.7608
- },
- {
- "x": 79.46552,
- "y": -38.452015
- },
- {
- "x": 81.16326,
- "y": 98.94953
- },
- {
- "x": 0.57682765,
- "y": 98.745575
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -130.62524,
- "y": 190.35973,
- "z": -49.03459
- },
- "xzPoints": [
- {
- "x": -16.934118,
- "y": 11.215892
- },
- {
- "x": 7.3778477,
- "y": 11.043171
- },
- {
- "x": 7.281752,
- "y": 19.916977
- },
- {
- "x": -17.47456,
- "y": 20.154476
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -24.15338,
- "y": 205.85364,
- "z": -96.44371
- },
- "xzPoints": [
- {
- "x": -14.72333,
- "y": 0.5146721
- },
- {
- "x": -8.270052,
- "y": 1.4688826
- },
- {
- "x": -9.319333,
- "y": 23.844847
- },
- {
- "x": -14.518089,
- "y": 23.72052
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 12.7514,
- "originPos": {
- "x": -57.86355,
- "y": 198.9529,
- "z": -64.8951
- },
- "xzPoints": [
- {
- "x": -24.884432,
- "y": -0.9315373
- },
- {
- "x": 31.833344,
- "y": -0.64525074
- },
- {
- "x": 31.873379,
- "y": 26.076384
- },
- {
- "x": -24.081472,
- "y": 25.918528
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Map_Area_B"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline_HiveLord2_01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -13.273633,
- "y": 147.85938,
- "z": 39.07127
- },
- "xzPoints": [
- {
- "x": -6.254179,
- "y": -7.223824
- },
- {
- "x": 6.254179,
- "y": -7.223824
- },
- {
- "x": 6.254179,
- "y": 7.223824
- },
- {
- "x": -6.254179,
- "y": 7.223824
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline_HiveLord2_02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 266.5489,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -83.519844,
- "y": 155.20158,
- "z": -0.16314171
- },
- "xzPoints": [
- {
- "x": -2.6118808,
- "y": -4.9865117
- },
- {
- "x": 2.6118808,
- "y": -4.9865117
- },
- {
- "x": 2.6118808,
- "y": 4.9865117
- },
- {
- "x": -2.6118808,
- "y": 4.9865117
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_X_Zipline_HiveLord2_04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -113.16246,
- "y": 192.66827,
- "z": -44.827118
- },
- "xzPoints": [
- {
- "x": -10.711086,
- "y": -7.0675864
- },
- {
- "x": 10.711086,
- "y": -7.0675864
- },
- {
- "x": 10.711086,
- "y": 7.0675864
- },
- {
- "x": -10.711086,
- "y": 7.0675864
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline_HiveLord2_05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -31.838724,
- "y": 208.05974,
- "z": -87.36
- },
- "xzPoints": [
- {
- "x": -3.4818075,
- "y": -6.729018
- },
- {
- "x": 3.4818075,
- "y": -6.729018
- },
- {
- "x": 3.4818075,
- "y": 6.729018
- },
- {
- "x": -3.4818075,
- "y": 6.729018
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_X_Zipline_HiveLord2_07",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 268.0094,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -98.62615,
- "y": 176.15115,
- "z": -1.163365
- },
- "xzPoints": [
- {
- "x": -8.373568,
- "y": -13.925505
- },
- {
- "x": 8.373568,
- "y": -13.925505
- },
- {
- "x": 8.373568,
- "y": 13.925505
- },
- {
- "x": -8.373568,
- "y": 13.925505
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline_HiveLord2_08",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 31.73288,
- "y": 148.25247,
- "z": -1.6391028
- },
- "xzPoints": [
- {
- "x": -4.292198,
- "y": -4.539401
- },
- {
- "x": 4.292198,
- "y": -4.539401
- },
- {
- "x": 4.292198,
- "y": 4.539401
- },
- {
- "x": -4.292198,
- "y": 4.539401
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline_HiveLord2_09",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 69.93286,
- "y": 148.84308,
- "z": 76.064644
- },
- "xzPoints": [
- {
- "x": -6.539981,
- "y": -5.7868342
- },
- {
- "x": 6.539981,
- "y": -5.7868342
- },
- {
- "x": 6.539981,
- "y": 5.7868342
- },
- {
- "x": -6.539981,
- "y": 5.7868342
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_0",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 67.76509,
- "y": 150.11797,
- "z": 73.588356
- },
- "startPos": {
- "x": 66.825745,
- "y": 150.0899,
- "z": 73.03545
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -13.327755,
- "y": 149.5888,
- "z": 42.57941
- },
- "startPos": {
- "x": -12.794573,
- "y": 149.70561,
- "z": 46.98468
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -87.890724,
- "y": 155.92969,
- "z": 0.013926357
- },
- "startPos": {
- "x": -84.96489,
- "y": 156.03886,
- "z": -0.122187644
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -147.22217,
- "y": 193.95728,
- "z": 3.1240475
- },
- "startPos": {
- "x": -151.64636,
- "y": 193.40726,
- "z": 3.2333832
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -111.047485,
- "y": 178.38542,
- "z": -1.2773583
- },
- "startPos": {
- "x": -109.63301,
- "y": 178.3358,
- "z": -1.4600847
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -118.84143,
- "y": 193.9708,
- "z": -38.396137
- },
- "startPos": {
- "x": -120.63895,
- "y": 193.64317,
- "z": -36.790695
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -28.067154,
- "y": 208.99582,
- "z": -83.32637
- },
- "startPos": {
- "x": -29.527233,
- "y": 208.93393,
- "z": -84.607
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 4.0301623,
- "y": 179.09953,
- "z": -64.31542
- },
- "startPos": {
- "x": 0.90206814,
- "y": 178.84943,
- "z": -60.153908
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -24.183802,
- "y": 196.38997,
- "z": -114.14004
- },
- "startPos": {
- "x": -9.927242,
- "y": 171.00124,
- "z": -106.4706
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_9",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 29.824171,
- "y": 172.51346,
- "z": -89.422775
- },
- "startPos": {
- "x": 31.078138,
- "y": 172.2573,
- "z": -92.39139
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "spline_10",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 35.63186,
- "y": 149.63286,
- "z": -1.6959777
- },
- "startPos": {
- "x": 32.890923,
- "y": 149.5472,
- "z": -1.9727077
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 1,
- "DependsAvatarTags": [
- ],
- "NameKey": "nl_012",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -71.6432,
- "y": 199.95,
- "z": -75.18845
- },
- "startPos": {
- "x": -68.36281,
- "y": 199.97018,
- "z": -71.86305
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -77.64629,
- "y": 208.86736,
- "z": -80.88402
- },
- "startPos": {
- "x": -74.70126,
- "y": 208.85751,
- "z": -78.07251
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -81.76071,
- "y": 194.75298,
- "z": -89.031235
- },
- "startPos": {
- "x": -74.27431,
- "y": 194.77695,
- "z": -96.25074
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -71.964516,
- "y": 197.518,
- "z": -76.65339
- },
- "startPos": {
- "x": -81.52942,
- "y": 194.75693,
- "z": -85.24393
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -80.95079,
- "y": 199.87881,
- "z": -84.617294
- },
- "startPos": {
- "x": -78.53561,
- "y": 199.86717,
- "z": -82.13177
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -84.56583,
- "y": 208.89333,
- "z": -87.89008
- },
- "startPos": {
- "x": -87.71477,
- "y": 208.96494,
- "z": -90.71326
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -94.22486,
- "y": 207.34845,
- "z": -124.30992
- },
- "startPos": {
- "x": -89.766685,
- "y": 197.31369,
- "z": -120.02454
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_HiveLord_Part2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1709,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_HiveLord\/Stage_HiveLord_Part2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_HiveLord_Part2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_HiveLord_Part2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_HiveLord_Part2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Hivelord_Part1.json b/Data/_unsorted/Stage_Hivelord_Part1.json
index 15ca9434a..73e8d3b33 100644
--- a/Data/_unsorted/Stage_Hivelord_Part1.json
+++ b/Data/_unsorted/Stage_Hivelord_Part1.json
@@ -1,2008 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Hivelord_Part1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Hivelord_Part1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.768402,
- "originPos": {
- "x": 419.3853,
- "y": 169.86359,
- "z": 303.96698
- },
- "xzPoints": [
- {
- "x": -23.544464,
- "y": 0.45446777
- },
- {
- "x": 20.380493,
- "y": 0.6566162
- },
- {
- "x": 20.295502,
- "y": 8.716858
- },
- {
- "x": -23.614655,
- "y": 7.617035
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.714005,
- "originPos": {
- "x": 454.9471,
- "y": 170.59038,
- "z": 304.15622
- },
- "xzPoints": [
- {
- "x": -15.511078,
- "y": -38.80185
- },
- {
- "x": 17.96051,
- "y": -40.027985
- },
- {
- "x": 44.610718,
- "y": -20.59549
- },
- {
- "x": 43.33191,
- "y": 38.375244
- },
- {
- "x": -15.80423,
- "y": 39.777344
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C",
- "ConnectionArea_BD",
- "ConnectionArea_BE"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.838272,
- "originPos": {
- "x": 421.18494,
- "y": 168.21152,
- "z": 292.28583
- },
- "xzPoints": [
- {
- "x": -17.798523,
- "y": -6.649658
- },
- {
- "x": 7.0312805,
- "y": -21.913239
- },
- {
- "x": 18.31363,
- "y": -24.30774
- },
- {
- "x": 18.447327,
- "y": -11.161652
- },
- {
- "x": 18.863617,
- "y": 12.731567
- },
- {
- "x": -17.48581,
- "y": 12.127319
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.638275,
- "originPos": {
- "x": 430.06754,
- "y": 174.85266,
- "z": 316.22986
- },
- "xzPoints": [
- {
- "x": -32.02664,
- "y": -14.686798
- },
- {
- "x": -2.5714111,
- "y": -22.938385
- },
- {
- "x": 9.664734,
- "y": -22.928406
- },
- {
- "x": 11.266754,
- "y": 41.570343
- },
- {
- "x": -2.5889893,
- "y": 41.08087
- },
- {
- "x": -29.72821,
- "y": 25.462067
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "ConnectionArea_BD"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ConnectionArea_BD",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.496826,
- "originPos": {
- "x": 440.78503,
- "y": 178.30945,
- "z": 310.26126
- },
- "xzPoints": [
- {
- "x": -3.3817139,
- "y": -6.9740295
- },
- {
- "x": 1.09906,
- "y": -7.049713
- },
- {
- "x": 1.6372986,
- "y": 4.52829
- },
- {
- "x": -3.2685242,
- "y": 4.2841797
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ConnectionArea_BE",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.562042,
- "originPos": {
- "x": 446.0163,
- "y": 169.2083,
- "z": 255.91248
- },
- "xzPoints": [
- {
- "x": -12.660126,
- "y": -19.145325
- },
- {
- "x": 25.160736,
- "y": -20.107529
- },
- {
- "x": 25.531403,
- "y": 10.45166
- },
- {
- "x": -11.675262,
- "y": 10.190216
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.748672,
- "originPos": {
- "x": 465.03647,
- "y": 153.28862,
- "z": 202.804
- },
- "xzPoints": [
- {
- "x": -13.356903,
- "y": -234.37988
- },
- {
- "x": 31.668518,
- "y": -235.7555
- },
- {
- "x": 13.837463,
- "y": 36.426804
- },
- {
- "x": -23.235626,
- "y": 38.676376
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "ConnectionArea_BE",
- "Area_F",
- "Area_N"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 109.63574,
- "originPos": {
- "x": 477.29483,
- "y": 145.62656,
- "z": -73.5091
- },
- "xzPoints": [
- {
- "x": -89.9975,
- "y": -30.329582
- },
- {
- "x": -12.30368,
- "y": -108.22021
- },
- {
- "x": 29.656372,
- "y": -66.92373
- },
- {
- "x": 23.892609,
- "y": 45.88587
- },
- {
- "x": -34.98242,
- "y": 49.772427
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.026749,
- "originPos": {
- "x": 343.55612,
- "y": 214.99231,
- "z": -51.639168
- },
- "xzPoints": [
- {
- "x": -68.53613,
- "y": -32.643585
- },
- {
- "x": -28.39627,
- "y": -33.317924
- },
- {
- "x": 12.017273,
- "y": -4.7281227
- },
- {
- "x": 31.575958,
- "y": 13.643711
- },
- {
- "x": 17.530334,
- "y": 29.791338
- },
- {
- "x": -65.60065,
- "y": 2.3468094
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "ConnectionArea_FG",
- "Area_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ConnectionArea_FG",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.427185,
- "originPos": {
- "x": 385.88113,
- "y": 215.39493,
- "z": -62.690727
- },
- "xzPoints": [
- {
- "x": -29.518188,
- "y": 8.257977
- },
- {
- "x": 11.159241,
- "y": -32.006874
- },
- {
- "x": 25.508362,
- "y": -17.121239
- },
- {
- "x": -14.978302,
- "y": 22.499916
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 42.90883,
- "originPos": {
- "x": 226.74583,
- "y": 193.53424,
- "z": -106.45381
- },
- "xzPoints": [
- {
- "x": -94.65126,
- "y": -56.183044
- },
- {
- "x": 53.229355,
- "y": 5.1215897
- },
- {
- "x": 53.238632,
- "y": 33.619743
- },
- {
- "x": -98.407684,
- "y": -2.6982803
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 44.807205,
- "originPos": {
- "x": 90.63783,
- "y": 195.42836,
- "z": -151.05498
- },
- "xzPoints": [
- {
- "x": -54.974182,
- "y": -31.808075
- },
- {
- "x": -3.5761337,
- "y": -32.360443
- },
- {
- "x": 44.810364,
- "y": -15.829117
- },
- {
- "x": 39.46411,
- "y": 46.50727
- },
- {
- "x": -13.872833,
- "y": 50.172417
- },
- {
- "x": -72.29585,
- "y": 45.47673
- },
- {
- "x": -73.09779,
- "y": 16.869919
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "ConnectionArea_IJ",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 45.45041,
- "originPos": {
- "x": 46.921177,
- "y": 195.97844,
- "z": -67.179474
- },
- "xzPoints": [
- {
- "x": -41.134766,
- "y": 11.219185
- },
- {
- "x": 54.9436,
- "y": 11.770977
- },
- {
- "x": 53.526043,
- "y": 65.258606
- },
- {
- "x": -42.623478,
- "y": 67.46033
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "ConnectionArea_IJ"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ConnectionArea_IJ",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 33.479782,
- "originPos": {
- "x": 71.290535,
- "y": 199.35132,
- "z": -78.497086
- },
- "xzPoints": [
- {
- "x": -38.900623,
- "y": -26.801918
- },
- {
- "x": 45.7946,
- "y": -25.523743
- },
- {
- "x": 35.54824,
- "y": 24.36834
- },
- {
- "x": -40.87724,
- "y": 24.23373
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.457367,
- "originPos": {
- "x": -15.057264,
- "y": 196.65466,
- "z": -117.59705
- },
- "xzPoints": [
- {
- "x": -25.806265,
- "y": -24.023628
- },
- {
- "x": 35.91031,
- "y": -22.48423
- },
- {
- "x": 35.78621,
- "y": 41.989113
- },
- {
- "x": -25.205145,
- "y": 42.57151
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I",
- "Area_L"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 115.78909,
- "originPos": {
- "x": -59.149673,
- "y": 173.9573,
- "z": 169.3082
- },
- "xzPoints": [
- {
- "x": -78.91394,
- "y": -244.4036
- },
- {
- "x": 75.22633,
- "y": -246.2784
- },
- {
- "x": 37.949028,
- "y": 406.5859
- },
- {
- "x": -51.176834,
- "y": 387.72867
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_K",
- "Area_M"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_M",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.190369,
- "originPos": {
- "x": -53.902214,
- "y": 202.39478,
- "z": 585.13605
- },
- "xzPoints": [
- {
- "x": -30.132797,
- "y": -22.618286
- },
- {
- "x": 29.69398,
- "y": -22.958313
- },
- {
- "x": 25.128448,
- "y": 106.62848
- },
- {
- "x": -26.923302,
- "y": 106.62256
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_L"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_N",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.745102,
- "originPos": {
- "x": 499.1903,
- "y": 138.53246,
- "z": 238.07988
- },
- "xzPoints": [
- {
- "x": -69.74307,
- "y": -54.75447
- },
- {
- "x": 1.9066467,
- "y": -38.020416
- },
- {
- "x": -9.665039,
- "y": 46.112747
- },
- {
- "x": -40.19232,
- "y": 49.48027
- },
- {
- "x": -131.16486,
- "y": 52.145554
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_O"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_O",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.757416,
- "originPos": {
- "x": 435.84634,
- "y": 142.49,
- "z": 311.48865
- },
- "xzPoints": [
- {
- "x": -19.278107,
- "y": -29.496124
- },
- {
- "x": 13.011353,
- "y": -30.976288
- },
- {
- "x": 15.296967,
- "y": 6.711731
- },
- {
- "x": -21.373138,
- "y": 6.7690125
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_N",
- "Area_P",
- "ConnectionArea_OQ"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_P",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.557686,
- "originPos": {
- "x": 564.3456,
- "y": 110.682945,
- "z": 414.18082
- },
- "xzPoints": [
- {
- "x": -22.829285,
- "y": -25.762665
- },
- {
- "x": 36.9386,
- "y": -23.656433
- },
- {
- "x": 36.58612,
- "y": 19.625458
- },
- {
- "x": -21.670288,
- "y": 16.123993
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_O"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Q",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.249985,
- "originPos": {
- "x": 456.23715,
- "y": 137.57375,
- "z": 333.99576
- },
- "xzPoints": [
- {
- "x": -54.430237,
- "y": -8.0911255
- },
- {
- "x": 27.49472,
- "y": -14.624512
- },
- {
- "x": 28.617035,
- "y": 13.3168335
- },
- {
- "x": -53.828644,
- "y": 13.262848
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "ConnectionArea_OQ"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ConnectionArea_OQ",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11.042053,
- "originPos": {
- "x": 415.5332,
- "y": 139.49083,
- "z": 337.19446
- },
- "xzPoints": [
- {
- "x": -5.7231445,
- "y": -31.890808
- },
- {
- "x": -0.13549805,
- "y": -31.591644
- },
- {
- "x": -0.03930664,
- "y": -10.960876
- },
- {
- "x": -6.7158813,
- "y": -11.114166
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_O",
- "Area_Q"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 95.73793,
- "originPos": {
- "x": 443.96194,
- "y": 102.94412,
- "z": 309.07703
- },
- "xzPoints": [
- {
- "x": -41.33249,
- "y": -43.874878
- },
- {
- "x": 14.058105,
- "y": -76.18419
- },
- {
- "x": 97.099945,
- "y": -52.89795
- },
- {
- "x": 168.66623,
- "y": 126.109375
- },
- {
- "x": -56.714874,
- "y": 154.39844
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 55.778015,
- "originPos": {
- "x": 434.21768,
- "y": 205.21268,
- "z": -111.42893
- },
- "xzPoints": [
- {
- "x": -1.3901367,
- "y": -34.62536
- },
- {
- "x": 31.852966,
- "y": 2.2564468
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -95.59549,
- "y": 91.1434
- },
- {
- "x": -168.40808,
- "y": 63.110947
- },
- {
- "x": -193.75917,
- "y": 0.16381073
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 23.663849,
- "originPos": {
- "x": 35.676407,
- "y": 195.54272,
- "z": -66.03137
- },
- "xzPoints": [
- {
- "x": -75.46775,
- "y": -79.97806
- },
- {
- "x": 92.79286,
- "y": -84.95064
- },
- {
- "x": 81.31648,
- "y": 79.017746
- },
- {
- "x": -73.867645,
- "y": 56.63972
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.880173,
- "originPos": {
- "x": -53.034992,
- "y": 209.47046,
- "z": 643.0133
- },
- "xzPoints": [
- {
- "x": -10.466225,
- "y": -26.69397
- },
- {
- "x": 13.311111,
- "y": -26.37677
- },
- {
- "x": 10.081589,
- "y": 41.705994
- },
- {
- "x": -10.670116,
- "y": 40.98285
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline01",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 456.2934,
- "y": 171.52179,
- "z": 245.61565
- },
- "xzPoints": [
- {
- "x": -3.09831,
- "y": -8.579624
- },
- {
- "x": 3.09831,
- "y": -8.579624
- },
- {
- "x": 3.09831,
- "y": 8.579624
- },
- {
- "x": -3.09831,
- "y": 8.579624
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline02",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 440.16376,
- "y": 142.26236,
- "z": 285.65732
- },
- "xzPoints": [
- {
- "x": -7.06034,
- "y": -5.118267
- },
- {
- "x": 7.06034,
- "y": -5.118267
- },
- {
- "x": 7.06034,
- "y": 5.118267
- },
- {
- "x": -7.06034,
- "y": 5.118267
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline03",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 45.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 444.44406,
- "y": 213.8672,
- "z": -114.17413
- },
- "xzPoints": [
- {
- "x": -4.4140506,
- "y": -7.4680653
- },
- {
- "x": 4.4140506,
- "y": -7.4680653
- },
- {
- "x": 4.4140506,
- "y": 7.4680653
- },
- {
- "x": -4.4140506,
- "y": 7.4680653
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline04",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 284.5882,
- "y": 226.9212,
- "z": -75.99947
- },
- "xzPoints": [
- {
- "x": -5.299333,
- "y": -3.3612285
- },
- {
- "x": 5.299333,
- "y": -3.3612285
- },
- {
- "x": 5.299333,
- "y": 3.3612285
- },
- {
- "x": -5.299333,
- "y": 3.3612285
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline05",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 107.71657,
- "y": 206.87366,
- "z": -137.95502
- },
- "xzPoints": [
- {
- "x": -9.494156,
- "y": -4.2510233
- },
- {
- "x": 9.494156,
- "y": -4.2510233
- },
- {
- "x": 9.494156,
- "y": 4.2510233
- },
- {
- "x": -9.494156,
- "y": 4.2510233
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline06",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -22.029858,
- "y": 202.65392,
- "z": -96.13388
- },
- "xzPoints": [
- {
- "x": -11.750158,
- "y": -14.949103
- },
- {
- "x": 11.750158,
- "y": -14.949103
- },
- {
- "x": 11.750158,
- "y": 14.949103
- },
- {
- "x": -11.750158,
- "y": 14.949103
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_Zipline07",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -52.615833,
- "y": 211.51712,
- "z": 630.4454
- },
- "xzPoints": [
- {
- "x": -3.8687162,
- "y": -4.226104
- },
- {
- "x": 3.8687162,
- "y": -4.226104
- },
- {
- "x": 3.8687162,
- "y": 4.226104
- },
- {
- "x": -3.8687162,
- "y": 4.226104
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 435.45282,
- "y": 184.85777,
- "z": 352.09247
- },
- "startPos": {
- "x": 433.96823,
- "y": 179.76196,
- "z": 352.27997
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 451.0685,
- "y": 172.02803,
- "z": 235.96964
- },
- "startPos": {
- "x": 456.17047,
- "y": 172.3953,
- "z": 240.28215
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 440.07413,
- "y": 142.69528,
- "z": 282.62738
- },
- "startPos": {
- "x": 446.48004,
- "y": 145.0396,
- "z": 278.40683
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 545.64075,
- "y": 113.72862,
- "z": 412.5713
- },
- "startPos": {
- "x": 446.4301,
- "y": 142.76196,
- "z": 313.47284
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 447.165,
- "y": 215.29529,
- "z": -116.1012
- },
- "startPos": {
- "x": 449.58832,
- "y": 215.9122,
- "z": -118.26919
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 277.5956,
- "y": 230.02405,
- "z": -75.71739
- },
- "startPos": {
- "x": 281.71213,
- "y": 227.9953,
- "z": -75.33417
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 106.25495,
- "y": 207.42862,
- "z": -140.35556
- },
- "startPos": {
- "x": 108.00356,
- "y": 210.3683,
- "z": -143.88252
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -26.467476,
- "y": 203.88948,
- "z": -88.165405
- },
- "startPos": {
- "x": -21.376585,
- "y": 203.10408,
- "z": -89.83295
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_9",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -52.52251,
- "y": 211.82861,
- "z": 631.28455
- },
- "startPos": {
- "x": -52.25308,
- "y": 212.84131,
- "z": 624.4617
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_10",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 470.34363,
- "y": 158.019,
- "z": 106.66468
- },
- "startPos": {
- "x": 465.4371,
- "y": 157.5406,
- "z": 111.266174
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_11",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 474.2679,
- "y": 155.94481,
- "z": -52.950317
- },
- "startPos": {
- "x": 476.8052,
- "y": 156.59567,
- "z": -47.995117
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_12",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -30.164768,
- "y": 195.98578,
- "z": 43.881073
- },
- "startPos": {
- "x": -33.97771,
- "y": 194.04889,
- "z": 38.599052
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Hivelord_Part1_13",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -95.85303,
- "y": 255.65608,
- "z": 347.74792
- },
- "startPos": {
- "x": -100.44813,
- "y": 255.76942,
- "z": 338.3892
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Hivelord_Part1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1703,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_HiveLord\/Stage_Hivelord_Part1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Hivelord_Part1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Hivelord_Part1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Hivelord_Part1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Hivelord_Part1_Boss_1.json b/Data/_unsorted/Stage_Hivelord_Part1_Boss_1.json
index 159477b2a..52055a410 100644
--- a/Data/_unsorted/Stage_Hivelord_Part1_Boss_1.json
+++ b/Data/_unsorted/Stage_Hivelord_Part1_Boss_1.json
@@ -1,80 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Hivelord_Part1_Boss_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Hivelord_Part1_Boss_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 25.53632,
- "originPos": {
- "x": -2.6132882,
- "y": -4.9655533,
- "z": -0.13191831
- },
- "xzPoints": [
- {
- "x": -38.07458,
- "y": -30.498117
- },
- {
- "x": 37.87864,
- "y": -31.455114
- },
- {
- "x": 34.35659,
- "y": 162.05196
- },
- {
- "x": -27.896875,
- "y": 162.6444
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Hivelord_Part1_Boss_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1704,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_HiveLord\/Stage_Hivelord_Part1_Boss_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Hivelord_Part1_Boss_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Hivelord_Part1_Boss_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Hivelord_Part1_Boss_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_MindMaze_2_6.json b/Data/_unsorted/Stage_MindMaze_2_6.json
index dc4e07c6b..c4df6c6c4 100644
--- a/Data/_unsorted/Stage_MindMaze_2_6.json
+++ b/Data/_unsorted/Stage_MindMaze_2_6.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_MindMaze_2_6.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_MindMaze_2_6.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_MindMaze_2_6.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5109,
- "ScenePath": "Assets\/Scenes\/Stage_Event\/Stage_MindMaze_2_6.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_MindMaze_2_6.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_MindMaze_2_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_MindMaze_2_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_MusicBattle_2_6.json b/Data/_unsorted/Stage_MusicBattle_2_6.json
index 37ff3f398..53620f45d 100644
--- a/Data/_unsorted/Stage_MusicBattle_2_6.json
+++ b/Data/_unsorted/Stage_MusicBattle_2_6.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_MusicBattle_2_6.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_MusicBattle_2_6.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1218,
- "ScenePath": "Assets\/Scenes\/Stage_Event\/Stage_MusicBattle_2_6.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_MusicBattle_2_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_MusicBattle_2_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_NamelessOne_01.json b/Data/_unsorted/Stage_NamelessOne_01.json
index f2387e246..b8e742b45 100644
--- a/Data/_unsorted/Stage_NamelessOne_01.json
+++ b/Data/_unsorted/Stage_NamelessOne_01.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_NamelessOne_01.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_NamelessOne_01.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1213,
- "ScenePath": "Assets\/Scenes\/Stage_Event\/Stage_NamelessOne_01.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_NamelessOne_01.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_NamelessOne_01"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Offshore_EnergyCenter.json b/Data/_unsorted/Stage_Offshore_EnergyCenter.json
index b006410d4..649e01d08 100644
--- a/Data/_unsorted/Stage_Offshore_EnergyCenter.json
+++ b/Data/_unsorted/Stage_Offshore_EnergyCenter.json
@@ -1,1036 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Offshore_EnergyCenter.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Offshore_EnergyCenter.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.210815,
- "originPos": {
- "x": -442.59705,
- "y": 413.45517,
- "z": 65.03444
- },
- "xzPoints": [
- {
- "x": -18.439545,
- "y": -90.43242
- },
- {
- "x": 17.817993,
- "y": -91.44011
- },
- {
- "x": 18.021347,
- "y": 43.195442
- },
- {
- "x": -18.021347,
- "y": 43.195442
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.293793,
- "originPos": {
- "x": -140.55086,
- "y": 258.86905,
- "z": 32.85919
- },
- "xzPoints": [
- {
- "x": -25.996552,
- "y": -69.29919
- },
- {
- "x": 24.558693,
- "y": -70.75984
- },
- {
- "x": 26.870504,
- "y": 27.312916
- },
- {
- "x": -26.870504,
- "y": 27.312916
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.233337,
- "originPos": {
- "x": -79.57593,
- "y": 251.09836,
- "z": 61.608406
- },
- "xzPoints": [
- {
- "x": -51.788677,
- "y": -30.286827
- },
- {
- "x": 75.08152,
- "y": -28.946823
- },
- {
- "x": 75.72393,
- "y": 29.006538
- },
- {
- "x": -51.788677,
- "y": 30.286827
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 25.422165,
- "originPos": {
- "x": -82.06169,
- "y": 180.37465,
- "z": -16.288004
- },
- "xzPoints": [
- {
- "x": -43.90621,
- "y": -51.807518
- },
- {
- "x": 99.349396,
- "y": -57.31173
- },
- {
- "x": 94.162994,
- "y": 18.105629
- },
- {
- "x": -42.57686,
- "y": 57.263657
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 320.00488,
- "z": 0
- },
- "heightY": 25.032684,
- "originPos": {
- "x": -187.75514,
- "y": 200.00403,
- "z": 101.19167
- },
- "xzPoints": [
- {
- "x": -35.418537,
- "y": -24.932747
- },
- {
- "x": 35.418537,
- "y": -24.932747
- },
- {
- "x": 35.418537,
- "y": 24.932747
- },
- {
- "x": -35.418537,
- "y": 24.932747
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 18.207314,
- "z": 0
- },
- "heightY": 33.681076,
- "originPos": {
- "x": 32.569614,
- "y": 148.73456,
- "z": 219.6747
- },
- "xzPoints": [
- {
- "x": -30.916622,
- "y": -41.947914
- },
- {
- "x": 30.916622,
- "y": -41.947914
- },
- {
- "x": 30.916622,
- "y": 41.947914
- },
- {
- "x": -30.916622,
- "y": 41.947914
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.926693,
- "originPos": {
- "x": -73.462975,
- "y": 40.466908,
- "z": -30.12313
- },
- "xzPoints": [
- {
- "x": -40.29972,
- "y": -45.84796
- },
- {
- "x": 36.96117,
- "y": -45.13401
- },
- {
- "x": 38.34299,
- "y": 39.521385
- },
- {
- "x": -38.34299,
- "y": 39.521385
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 320.7201,
- "z": 0
- },
- "heightY": 17.767426,
- "originPos": {
- "x": -217.94525,
- "y": 209.19489,
- "z": 131.3984
- },
- "xzPoints": [
- {
- "x": -30.338924,
- "y": -25
- },
- {
- "x": 30.338924,
- "y": -25
- },
- {
- "x": 30.338924,
- "y": 25
- },
- {
- "x": -30.338924,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100006_Spline_006",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 90.62971,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -71.49936,
- "y": 199.27371,
- "z": -58.588665
- },
- "xzPoints": [
- {
- "x": -5.3059163,
- "y": -11.82201
- },
- {
- "x": 5.3059163,
- "y": -11.82201
- },
- {
- "x": 5.3059163,
- "y": 11.82201
- },
- {
- "x": -5.3059163,
- "y": 11.82201
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_008",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 359.56772,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 5.8416796,
- "y": 183.50705,
- "z": -36.533146
- },
- "xzPoints": [
- {
- "x": -4.7869368,
- "y": -4.5644236
- },
- {
- "x": 4.7869368,
- "y": -4.5644236
- },
- {
- "x": 4.7869368,
- "y": 4.5644236
- },
- {
- "x": -4.7869368,
- "y": 4.5644236
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_009",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 179.80907,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -446.43073,
- "y": 422.57373,
- "z": 47.21334
- },
- "xzPoints": [
- {
- "x": -4.0359497,
- "y": -10.013344
- },
- {
- "x": 4.0359497,
- "y": -10.013344
- },
- {
- "x": 4.0359497,
- "y": 10.013344
- },
- {
- "x": -4.0359497,
- "y": 10.013344
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_010",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0.88447505,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -147.57355,
- "y": 270.30707,
- "z": 22.026129
- },
- "xzPoints": [
- {
- "x": -3.2648437,
- "y": -8.791946
- },
- {
- "x": 3.2648437,
- "y": -8.791946
- },
- {
- "x": 3.2648437,
- "y": 8.791946
- },
- {
- "x": -3.2648437,
- "y": 8.791946
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_011",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 174.85365,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -23.837221,
- "y": 251.6904,
- "z": 67.28839
- },
- "xzPoints": [
- {
- "x": -6.4236546,
- "y": -17.098442
- },
- {
- "x": 6.4236546,
- "y": -17.098442
- },
- {
- "x": 6.4236546,
- "y": 17.098442
- },
- {
- "x": -6.4236546,
- "y": 17.098442
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_012",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 15.000001,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 6.0724816,
- "y": 170.3501,
- "z": 199.96138
- },
- "xzPoints": [
- {
- "x": -9.604546,
- "y": -9.669954
- },
- {
- "x": 9.604546,
- "y": -9.669954
- },
- {
- "x": 9.604546,
- "y": 9.669954
- },
- {
- "x": -9.604546,
- "y": 9.669954
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_013",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 50.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -193.63412,
- "y": 200.86084,
- "z": 81.922935
- },
- "xzPoints": [
- {
- "x": -6.665374,
- "y": -9.901262
- },
- {
- "x": 6.665374,
- "y": -9.901262
- },
- {
- "x": 6.665374,
- "y": 9.901262
- },
- {
- "x": -6.665374,
- "y": 9.901262
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_170100037_Spline_014",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 50.000004,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -119.91736,
- "y": 195.20021,
- "z": 31.450464
- },
- "xzPoints": [
- {
- "x": -6.2313004,
- "y": -3.464507
- },
- {
- "x": 6.2313004,
- "y": -3.464507
- },
- {
- "x": 6.2313004,
- "y": 3.464507
- },
- {
- "x": -6.2313004,
- "y": 3.464507
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -453.04892,
- "y": 425.12933,
- "z": 43.249817
- },
- "startPos": {
- "x": -447.94318,
- "y": 424.57333,
- "z": 43.522217
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -141.09311,
- "y": 273.36182,
- "z": 17.308275
- },
- "startPos": {
- "x": -146.2255,
- "y": 272.30667,
- "z": 17.277159
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -385.38464,
- "y": 430.16968,
- "z": -44.241196
- },
- "startPos": {
- "x": -385.02582,
- "y": 430.07373,
- "z": -51.047886
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -19.101536,
- "y": 254.62024,
- "z": 75.08414
- },
- "startPos": {
- "x": -23.824005,
- "y": 253.67374,
- "z": 75.55123
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -44.028915,
- "y": 252.51855,
- "z": 19.252432
- },
- "startPos": {
- "x": -43.27579,
- "y": 252.70482,
- "z": 24.518738
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -71.70118,
- "y": 201.27371,
- "z": -61.699757
- },
- "startPos": {
- "x": -73.3334,
- "y": 203.73827,
- "z": -66.23104
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -125.85722,
- "y": 197.33165,
- "z": 36.795307
- },
- "startPos": {
- "x": -110.348946,
- "y": 196.50705,
- "z": 17.457687
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -191.95482,
- "y": 202.37372,
- "z": 77.40427
- },
- "startPos": {
- "x": -189.5868,
- "y": 205.72916,
- "z": 72.175186
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-9",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -19.830482,
- "y": 253.70706,
- "z": 52.675934
- },
- "startPos": {
- "x": -13.223504,
- "y": 254.51224,
- "z": 48.91281
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-10",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -89.748344,
- "y": 244.14665,
- "z": 9.533205
- },
- "startPos": {
- "x": -91.41815,
- "y": 243.36873,
- "z": 8.0068445
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "Spline1-11",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -80.95905,
- "y": 203.91586,
- "z": -65.58556
- },
- "startPos": {
- "x": -79.26914,
- "y": 203.81091,
- "z": -65.85027
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Offshore_EnergyCenter.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1701,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_Offshore\/Stage_Offshore_EnergyCenter.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Offshore_EnergyCenter.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Offshore_EnergyCenter.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Offshore_EnergyCenter"
}
\ 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
index 99a284acc..37c594a4e 100644
--- a/Data/_unsorted/Stage_Port_SideScroller_1_1.json
+++ b/Data/_unsorted/Stage_Port_SideScroller_1_1.json
@@ -1,24 +1,277 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Port_SideScroller_1_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Port_SideScroller_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1210,
- "ScenePath": "Assets\/Scenes\/Stage_Port\/Stage_Port_SideScroller_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Port_SideScroller_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_Port_SideScroller_1_1_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 67.83044,
+ "y": 0,
+ "z": 7.266502
+ },
+ "xzPoints": [
+ {
+ "x": -30.25068,
+ "y": -9.372691
+ },
+ {
+ "x": 36.81316,
+ "y": -9.792056
+ },
+ {
+ "x": 37.03845,
+ "y": -1.1545
+ },
+ {
+ "x": -29.0358,
+ "y": -1.121832
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 54.44304,
+ "y": 0,
+ "z": -2.348202
+ },
+ "xzPoints": [
+ {
+ "x": -23.77403,
+ "y": -1.303154
+ },
+ {
+ "x": -15.89748,
+ "y": -0.5377579
+ },
+ {
+ "x": -15.31319,
+ "y": 28.09063
+ },
+ {
+ "x": -23.48153,
+ "y": 28.05804
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 34.82051,
+ "y": 0,
+ "z": 4.634687
+ },
+ "xzPoints": [
+ {
+ "x": -59.71106,
+ "y": 5.497019
+ },
+ {
+ "x": -3.156445,
+ "y": 5.888796
+ },
+ {
+ "x": -3.931763,
+ "y": 14.51786
+ },
+ {
+ "x": -59.72791,
+ "y": 12.74161
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 17.8847,
+ "y": 0,
+ "z": 22.40404
+ },
+ "xzPoints": [
+ {
+ "x": -32.59431,
+ "y": -6.061329
+ },
+ {
+ "x": -20.41532,
+ "y": -5.804754
+ },
+ {
+ "x": -20.92702,
+ "y": 9.632963
+ },
+ {
+ "x": -32.17495,
+ "y": 10.38426
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -23.17939,
+ "y": 0,
+ "z": 22.40404
+ },
+ "xzPoints": [
+ {
+ "x": -17.75097,
+ "y": -2.014507
+ },
+ {
+ "x": 10.13045,
+ "y": -1.88172
+ },
+ {
+ "x": 10.87324,
+ "y": 7.399168
+ },
+ {
+ "x": -18.04089,
+ "y": 7.424671
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 9.546928,
+ "y": 0,
+ "z": -17.24011
+ },
+ "xzPoints": [
+ {
+ "x": 17.64358,
+ "y": 5.999397
+ },
+ {
+ "x": 27.22711,
+ "y": 16.73046
+ },
+ {
+ "x": 19.41218,
+ "y": 24.62285
+ },
+ {
+ "x": 10.13502,
+ "y": 15.40569
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 27.45347,
+ "y": 0,
+ "z": -4.613311
+ },
+ "xzPoints": [
+ {
+ "x": -53.50639,
+ "y": -6.031252
+ },
+ {
+ "x": -0.1167183,
+ "y": -6.091626
+ },
+ {
+ "x": -5.450867,
+ "y": 3.708652
+ },
+ {
+ "x": -54.47915,
+ "y": 3.768867
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -14.99369,
+ "y": 0,
+ "z": -21.93136
+ },
+ "xzPoints": [
+ {
+ "x": -51.42494,
+ "y": 11.63868
+ },
+ {
+ "x": -9.766728,
+ "y": 10.90533
+ },
+ {
+ "x": -10.45425,
+ "y": 20.83121
+ },
+ {
+ "x": -51.93956,
+ "y": 20.43875
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Port_SideScroller_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Pursenas_1_1.json b/Data/_unsorted/Stage_Pursenas_1_1.json
index 681a2f772..91adae165 100644
--- a/Data/_unsorted/Stage_Pursenas_1_1.json
+++ b/Data/_unsorted/Stage_Pursenas_1_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Pursenas_1_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Pursenas_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5201,
- "ScenePath": "Assets\/Scenes\/Stage_Pursenas\/Stage_Pursenas_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Pursenas_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Pursenas_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Pursenas_1_2.json b/Data/_unsorted/Stage_Pursenas_1_2.json
index caf52ab55..571659d0d 100644
--- a/Data/_unsorted/Stage_Pursenas_1_2.json
+++ b/Data/_unsorted/Stage_Pursenas_1_2.json
@@ -1,81 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Pursenas_1_2.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 1,
- "DependsAvatarTags": [
- ],
- "NameKey": "Stage_Pursenas_1_2Link_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -70.97832,
- "y": 0.33747673,
- "z": 10.463076
- },
- "startPos": {
- "x": 5.0253763,
- "y": 18.304144,
- "z": 33.94143
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 1,
- "DependsAvatarTags": [
- ],
- "NameKey": "Stage_Pursenas_1_2Link_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -56.47896,
- "y": 19.670809,
- "z": 53.849804
- },
- "startPos": {
- "x": 5.178693,
- "y": 0.33747482,
- "z": -6.720201
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 1,
- "DependsAvatarTags": [
- ],
- "NameKey": "Stage_Pursenas_1_2Link_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -14.587599,
- "y": 41.10414,
- "z": -328.9745
- },
- "startPos": {
- "x": -45.426693,
- "y": 18.304144,
- "z": -48.239754
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Pursenas_1_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5202,
- "ScenePath": "Assets\/Scenes\/Stage_Pursenas\/Stage_Pursenas_1_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Pursenas_1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Pursenas_1_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Pursenas_1_3.json b/Data/_unsorted/Stage_Pursenas_1_3.json
index 97ac521c9..a8c3dbb3e 100644
--- a/Data/_unsorted/Stage_Pursenas_1_3.json
+++ b/Data/_unsorted/Stage_Pursenas_1_3.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Pursenas_1_3.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Pursenas_1_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5203,
- "ScenePath": "Assets\/Scenes\/Stage_Pursenas\/Stage_Pursenas_1_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Pursenas_1_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Pursenas_1_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Pursenas_1_4.json b/Data/_unsorted/Stage_Pursenas_1_4.json
index feba867d2..40e745a8a 100644
--- a/Data/_unsorted/Stage_Pursenas_1_4.json
+++ b/Data/_unsorted/Stage_Pursenas_1_4.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Pursenas_1_4.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Pursenas_1_4.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5204,
- "ScenePath": "Assets\/Scenes\/Stage_Pursenas\/Stage_Pursenas_1_4.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Pursenas_1_4.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Pursenas_1_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Pursenas_1_5.json b/Data/_unsorted/Stage_Pursenas_1_5.json
index ad50f46dd..677169527 100644
--- a/Data/_unsorted/Stage_Pursenas_1_5.json
+++ b/Data/_unsorted/Stage_Pursenas_1_5.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Pursenas_1_5.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Pursenas_1_5.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Pursenas_1_5.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5205,
- "ScenePath": "Assets\/Scenes\/Stage_Pursenas\/Stage_Pursenas_1_5.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Pursenas_1_5.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Pursenas_1_5"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SaveAria_Mind.json b/Data/_unsorted/Stage_SaveAria_Mind.json
index ddfc62186..68961dd9f 100644
--- a/Data/_unsorted/Stage_SaveAria_Mind.json
+++ b/Data/_unsorted/Stage_SaveAria_Mind.json
@@ -1,24 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SaveAria_Mind.bytes",
- "SceneAreas": [
- ],
- "SceneId": 6207,
- "ScenePath": "Assets\/Scenes\/Stage_Event\/Stage_SaveAria_Mind.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SaveAria_Mind.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_SaveAria_Mind_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 3.290699,
+ "y": -2.53,
+ "z": 0.2132035
+ },
+ "xzPoints": [
+ {
+ "x": -6.825772,
+ "y": -5.659515
+ },
+ {
+ "x": 5.076377,
+ "y": -5.756704
+ },
+ {
+ "x": 7.797657,
+ "y": 7.117336
+ },
+ {
+ "x": -6.922962,
+ "y": 6.922964
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_SaveAria_Mind"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SkyScraper_L_1_2_SecretBase.json b/Data/_unsorted/Stage_SkyScraper_L_1_2_SecretBase.json
index 5b09de871..59ac3a1b9 100644
--- a/Data/_unsorted/Stage_SkyScraper_L_1_2_SecretBase.json
+++ b/Data/_unsorted/Stage_SkyScraper_L_1_2_SecretBase.json
@@ -1,24 +1,16 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_SkyScraper_L_1_2_SecretBase.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_SkyScraper_L_1_2_SecretBase.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SkyScraper_L_1_2_SecretBase.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5107,
- "ScenePath": "Assets\/Scenes\/Stage_SkyScraper\/Stage_SkyScraper_L_1_2_SecretBase.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_SkyScraper_L_1_2_SecretBase.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SkyScraper_L_1_2_SecretBase.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SkyScraper_L_1_2_SecretBase"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Story_MonsterFantasy_1.json b/Data/_unsorted/Stage_Story_MonsterFantasy_1.json
index dd9edf3d0..f53e1c27f 100644
--- a/Data/_unsorted/Stage_Story_MonsterFantasy_1.json
+++ b/Data/_unsorted/Stage_Story_MonsterFantasy_1.json
@@ -1,24 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Story_MonsterFantasy_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Story_MonsterFantasy_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1216,
- "ScenePath": "Assets\/Scenes\/Stage_Story\/Stage_Story_MonsterFantasy_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Story_MonsterFantasy_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Story_MonsterFantasy_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_1_01",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 47.54228,
+ "originPos": {
+ "x": 3.682537,
+ "y": -1,
+ "z": -13.3231
+ },
+ "xzPoints": [
+ {
+ "x": -111.3217,
+ "y": -58.5027
+ },
+ {
+ "x": 39.29242,
+ "y": -58.5027
+ },
+ {
+ "x": 39.29242,
+ "y": 76.0652
+ },
+ {
+ "x": -111.3217,
+ "y": 76.0652
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Story_MonsterFantasy_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Story_MonsterFantasy_2.json b/Data/_unsorted/Stage_Story_MonsterFantasy_2.json
index d4142a252..05b3bbf42 100644
--- a/Data/_unsorted/Stage_Story_MonsterFantasy_2.json
+++ b/Data/_unsorted/Stage_Story_MonsterFantasy_2.json
@@ -1,24 +1,249 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Story_MonsterFantasy_2.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Story_MonsterFantasy_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1217,
- "ScenePath": "Assets\/Scenes\/Stage_Story\/Stage_Story_MonsterFantasy_2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Story_MonsterFantasy_2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Story_MonsterFantasy_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_2_01",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -290.6054,
+ "y": 0.35154,
+ "z": 79.70837
+ },
+ "xzPoints": [
+ {
+ "x": -4.999115,
+ "y": 1.050026
+ },
+ {
+ "x": 30.24368,
+ "y": -14.03566
+ },
+ {
+ "x": 29.83707,
+ "y": 31.20731
+ },
+ {
+ "x": -7.459747,
+ "y": 30.81057
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_2_02",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -290.6054,
+ "y": 10.35154,
+ "z": 79.70837
+ },
+ "xzPoints": [
+ {
+ "x": -1.430939,
+ "y": -58.46646
+ },
+ {
+ "x": 61.93822,
+ "y": -58.98351
+ },
+ {
+ "x": 62.30632,
+ "y": -6.533218
+ },
+ {
+ "x": 30.50659,
+ "y": -6.146835
+ },
+ {
+ "x": 30.59598,
+ "y": 64.45943
+ },
+ {
+ "x": 0.6532288,
+ "y": 64.25928
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_2_Stair",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 29.21558,
+ "originPos": {
+ "x": -235.5551,
+ "y": 0.1270065,
+ "z": 109.7943
+ },
+ "xzPoints": [
+ {
+ "x": -25.00804,
+ "y": -36.36979
+ },
+ {
+ "x": -2.642365,
+ "y": -36.36979
+ },
+ {
+ "x": -2.733673,
+ "y": 24.47433
+ },
+ {
+ "x": -24.76906,
+ "y": 24.47433
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_2_Stair_2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -290.6054,
+ "y": 0.35154,
+ "z": 79.70837
+ },
+ "xzPoints": [
+ {
+ "x": 0.1337891,
+ "y": 30.94466
+ },
+ {
+ "x": 11.96582,
+ "y": 30.94466
+ },
+ {
+ "x": 11.96582,
+ "y": 52.66998
+ },
+ {
+ "x": 0.1337891,
+ "y": 52.66998
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MonsterFantasy_2_03",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 29.21558,
+ "originPos": {
+ "x": -235.5551,
+ "y": 0.1270065,
+ "z": 109.7943
+ },
+ "xzPoints": [
+ {
+ "x": -100.0311,
+ "y": -78.90201
+ },
+ {
+ "x": -71.06242,
+ "y": -77.88533
+ },
+ {
+ "x": -67.62584,
+ "y": 1.517097
+ },
+ {
+ "x": -54.97325,
+ "y": 1.165222
+ },
+ {
+ "x": -54.92,
+ "y": 22.71693
+ },
+ {
+ "x": -102.2775,
+ "y": 20.72073
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Story_MonsterFantasy_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Story_Seed_1.json b/Data/_unsorted/Stage_Story_Seed_1.json
index 316dc8417..464885cf0 100644
--- a/Data/_unsorted/Stage_Story_Seed_1.json
+++ b/Data/_unsorted/Stage_Story_Seed_1.json
@@ -1,24 +1,23 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Story_Seed_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Story_Seed_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1214,
- "ScenePath": "Assets\/Scenes\/Stage_Story\/Stage_Story_Seed_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Story_Seed_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Story_Seed_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "DynamicObjects_Light_01"
+ }
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Story_Seed_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Story_Seed_2.json b/Data/_unsorted/Stage_Story_Seed_2.json
index 4f980fcb5..80d17e255 100644
--- a/Data/_unsorted/Stage_Story_Seed_2.json
+++ b/Data/_unsorted/Stage_Story_Seed_2.json
@@ -1,24 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Story_Seed_2.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Story_Seed_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1215,
- "ScenePath": "Assets\/Scenes\/Stage_Story\/Stage_Story_Seed_2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Story_Seed_2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Story_Seed_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MainCity_Seed_2_01",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 20,
+ "originPos": {
+ "x": 5.201015,
+ "y": 13.06548,
+ "z": 10.12232
+ },
+ "xzPoints": [
+ {
+ "x": -25,
+ "y": -25
+ },
+ {
+ "x": 28.93325,
+ "y": -22.49133
+ },
+ {
+ "x": 32.28228,
+ "y": 35.71274
+ },
+ {
+ "x": -25,
+ "y": 25
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Story_Seed_2"
}
\ 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 c301fd751..ccc4b0dc6 100644
--- a/Data/_unsorted/Stage_Suburbs_1_1.json
+++ b/Data/_unsorted/Stage_Suburbs_1_1.json
@@ -1,157 +1,294 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -294.89737,
- "y": 20.829248,
- "z": 394.8164
- },
- "startPos": {
- "x": -257.83093,
- "y": 21.29326,
- "z": 394.5973
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -666.8869,
- "y": 1.3731937,
- "z": 501.27942
- },
- "startPos": {
- "x": -343.6044,
- "y": 11.608677,
- "z": 382.62357
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -685.93646,
- "y": 1.3731928,
- "z": 561.0916
- },
- "startPos": {
- "x": -686.6033,
- "y": 11.439859,
- "z": 548.7072
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -687.52814,
- "y": 11.439859,
- "z": 523.50476
- },
- "startPos": {
- "x": -688.4019,
- "y": 1.3731918,
- "z": 512.8471
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -89.7142,
- "y": 156.17319,
- "z": 475.2117
- },
- "startPos": {
- "x": -79.27677,
- "y": 6.2065244,
- "z": 474.62143
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -140.67574,
- "y": 21.639858,
- "z": 475.01562
- },
- "startPos": {
- "x": -135.42763,
- "y": 156.17319,
- "z": 478.57834
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -732.11475,
- "y": 11.449081,
- "z": 535.2472
- },
- "startPos": {
- "x": -691.3402,
- "y": 11.465298,
- "z": 534.5332
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_1.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaA",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 103.9574,
+ "originPos": {
+ "x": -117.5013,
+ "y": 74.27269,
+ "z": 482.4168
+ },
+ "xzPoints": [
+ {
+ "x": -35.19788,
+ "y": -44.40616
+ },
+ {
+ "x": 45.85233,
+ "y": -51.85968
+ },
+ {
+ "x": 43.83482,
+ "y": 23.11432
+ },
+ {
+ "x": -32.94764,
+ "y": 22.34406
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaB",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 11.53809,
+ "originPos": {
+ "x": -744.3678,
+ "y": -3.330673,
+ "z": 567.1212
+ },
+ "xzPoints": [
+ {
+ "x": -27.82721,
+ "y": -160.2968
+ },
+ {
+ "x": 125.0421,
+ "y": -148.7328
+ },
+ {
+ "x": 123.6302,
+ "y": 48.22931
+ },
+ {
+ "x": -35.633,
+ "y": 46.63794
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaB_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -679.7825,
+ "y": 10.714,
+ "z": 539.6141
+ },
+ "xzPoints": [
+ {
+ "x": -95.99646,
+ "y": -27.80273
+ },
+ {
+ "x": 55.57159,
+ "y": -20.58942
+ },
+ {
+ "x": 50.44202,
+ "y": 34.77545
+ },
+ {
+ "x": -96.24152,
+ "y": 37.56287
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaC",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 55.26805,
+ "originPos": {
+ "x": 1.338005,
+ "y": -6.230347,
+ "z": 370.4918
+ },
+ "xzPoints": [
+ {
+ "x": -33.21458,
+ "y": -390.4276
+ },
+ {
+ "x": 104.7925,
+ "y": -389.1234
+ },
+ {
+ "x": 71.90749,
+ "y": 124.9068
+ },
+ {
+ "x": -61.04115,
+ "y": 124.1825
+ },
+ {
+ "x": -93.06776,
+ "y": 128.0674
+ },
+ {
+ "x": -92.8028,
+ "y": 82.63046
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaD",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 32.82138,
+ "originPos": {
+ "x": -260.6587,
+ "y": 9.525818,
+ "z": 424.1502
+ },
+ "xzPoints": [
+ {
+ "x": -82.31549,
+ "y": -128.3523
+ },
+ {
+ "x": 119.774,
+ "y": -120.1568
+ },
+ {
+ "x": 130.7751,
+ "y": 21.72998
+ },
+ {
+ "x": 130.3367,
+ "y": 53.31952
+ },
+ {
+ "x": 125.1003,
+ "y": 74.80377
+ },
+ {
+ "x": -120.9991,
+ "y": 46.7717
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaE",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 52.46716,
+ "originPos": {
+ "x": -812.7537,
+ "y": -1,
+ "z": 537.3415
+ },
+ "xzPoints": [
+ {
+ "x": -250.857,
+ "y": -44.07062
+ },
+ {
+ "x": 39.03992,
+ "y": -40.60956
+ },
+ {
+ "x": 37.45746,
+ "y": 60.8299
+ },
+ {
+ "x": -257.1666,
+ "y": 65.68066
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_1_1"
}
\ 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 3cd7af31a..8bf789d82 100644
--- a/Data/_unsorted/Stage_Suburbs_1_2.json
+++ b/Data/_unsorted/Stage_Suburbs_1_2.json
@@ -1,195 +1,195 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_2.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 148.31223,
- "y": 52.977955,
- "z": -65.449974
- },
- "startPos": {
- "x": 151.97675,
- "y": 49.94462,
- "z": -62.065845
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 116.598076,
- "y": 53.069847,
- "z": -77.02491
- },
- "startPos": {
- "x": 120.65771,
- "y": 52.67795,
- "z": -80.29395
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 84.83097,
- "y": 50.34462,
- "z": -107.69327
- },
- "startPos": {
- "x": 79.038246,
- "y": 49.94462,
- "z": -106.299446
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 133.37671,
- "y": 50.277954,
- "z": -95.84767
- },
- "startPos": {
- "x": 133.44707,
- "y": 50.24462,
- "z": -88.47131
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 140.0638,
- "y": 53.17795,
- "z": -109.91438
- },
- "startPos": {
- "x": 130.71245,
- "y": 50.24462,
- "z": -109.59371
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 188.14932,
- "y": 37.21129,
- "z": -176.65663
- },
- "startPos": {
- "x": 188.51688,
- "y": 11.189026,
- "z": -162.21196
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 188.12967,
- "y": 39.677948,
- "z": -84.285416
- },
- "startPos": {
- "x": 188.2855,
- "y": 11.198282,
- "z": -97.49919
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -64.82512,
- "y": 41.67795,
- "z": -28.717571
- },
- "startPos": {
- "x": -75.38167,
- "y": 43.111286,
- "z": -29.527107
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 133.58472,
- "y": 50.2928,
- "z": -105.55914
- },
- "startPos": {
- "x": 130.3783,
- "y": 50.259468,
- "z": -108.43155
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_2.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaA",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 64.9418,
+ "originPos": {
+ "x": 66.05115,
+ "y": 25.76479,
+ "z": 143.9834
+ },
+ "xzPoints": [
+ {
+ "x": 174.1089,
+ "y": 3.181442
+ },
+ {
+ "x": 173.3381,
+ "y": -73.22485
+ },
+ {
+ "x": 19.7475,
+ "y": -95.62312
+ },
+ {
+ "x": -98.37128,
+ "y": -152.8876
+ },
+ {
+ "x": -180.4203,
+ "y": -163.3599
+ },
+ {
+ "x": -220.6854,
+ "y": -169.0139
+ },
+ {
+ "x": -221.5511,
+ "y": -100.5966
+ },
+ {
+ "x": -119.3219,
+ "y": 64.57018
+ },
+ {
+ "x": -71.43379,
+ "y": 65.32259
+ },
+ {
+ "x": -16.21733,
+ "y": 9.513077
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaB",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 75.02097,
+ "originPos": {
+ "x": -75.92171,
+ "y": 21.85219,
+ "z": -87.131
+ },
+ "xzPoints": [
+ {
+ "x": -32.59563,
+ "y": -104.6824
+ },
+ {
+ "x": 82.95249,
+ "y": -105.39
+ },
+ {
+ "x": 81.27579,
+ "y": 39.54499
+ },
+ {
+ "x": 108.7128,
+ "y": 39.05752
+ },
+ {
+ "x": 110.0924,
+ "y": 82.58295
+ },
+ {
+ "x": 15.90141,
+ "y": 79.38679
+ },
+ {
+ "x": -35.62336,
+ "y": 75.75181
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaC",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 81.94443,
+ "originPos": {
+ "x": 63.61626,
+ "y": 10.20126,
+ "z": 1.758766
+ },
+ "xzPoints": [
+ {
+ "x": -31.02221,
+ "y": -129.0822
+ },
+ {
+ "x": 38.96647,
+ "y": -131.0849
+ },
+ {
+ "x": 39.13064,
+ "y": -198.7696
+ },
+ {
+ "x": 131.7728,
+ "y": -199.2872
+ },
+ {
+ "x": 137.3354,
+ "y": -157.9612
+ },
+ {
+ "x": 172.3007,
+ "y": -157.5168
+ },
+ {
+ "x": 170.9912,
+ "y": 23.77575
+ },
+ {
+ "x": -30.07748,
+ "y": 23.66416
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_1_2"
}
\ 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 7fa869770..4dfe7c1c6 100644
--- a/Data/_unsorted/Stage_Suburbs_1_3.json
+++ b/Data/_unsorted/Stage_Suburbs_1_3.json
@@ -1,62 +1,629 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_3.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_3.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -137.40927,
- "y": 19.988205,
- "z": 50.35786
- },
- "startPos": {
- "x": -123.953415,
- "y": 35.05487,
- "z": 50.139107
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -147.17102,
- "y": 24.888203,
- "z": -125.537704
- },
- "startPos": {
- "x": -146.84866,
- "y": 35.088203,
- "z": -125.437004
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_3.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area1_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 23.09221,
+ "originPos": {
+ "x": 19.96668,
+ "y": 18.42166,
+ "z": 32.47796
+ },
+ "xzPoints": [
+ {
+ "x": -40.53337,
+ "y": -0.0006408691
+ },
+ {
+ "x": 31.93719,
+ "y": -17.40866
+ },
+ {
+ "x": 178.7401,
+ "y": -24.44768
+ },
+ {
+ "x": 177.4349,
+ "y": 18.64991
+ },
+ {
+ "x": 34.63653,
+ "y": 168.8326
+ },
+ {
+ "x": -39.44421,
+ "y": 42.38287
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area1_2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -54.22747,
+ "y": 34.57159,
+ "z": 48.23954
+ },
+ "xzPoints": [
+ {
+ "x": 36.13261,
+ "y": -12.83197
+ },
+ {
+ "x": 36.56764,
+ "y": 20.33583
+ },
+ {
+ "x": -2.312084,
+ "y": 20.44738
+ },
+ {
+ "x": -28.94824,
+ "y": 18.30968
+ },
+ {
+ "x": -28.25989,
+ "y": -10.90953
+ },
+ {
+ "x": -6.234642,
+ "y": -19.66538
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 31.96497,
+ "originPos": {
+ "x": -29.48522,
+ "y": 22.75109,
+ "z": -102.0663
+ },
+ "xzPoints": [
+ {
+ "x": 32.57639,
+ "y": -126.0249
+ },
+ {
+ "x": 206.8456,
+ "y": -145.1582
+ },
+ {
+ "x": 64.49572,
+ "y": 76.61954
+ },
+ {
+ "x": 25.16113,
+ "y": 127.6731
+ },
+ {
+ "x": 0.06704903,
+ "y": 136.2453
+ },
+ {
+ "x": -51.56206,
+ "y": 127.5071
+ },
+ {
+ "x": -48.76628,
+ "y": 57.51626
+ },
+ {
+ "x": -35.22847,
+ "y": -59.30251
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area3_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -51.72028,
+ "y": 19.72942,
+ "z": 41.28554
+ },
+ "xzPoints": [
+ {
+ "x": -28.34015,
+ "y": -20.96836
+ },
+ {
+ "x": 28.32993,
+ "y": -24.33595
+ },
+ {
+ "x": 28.47371,
+ "y": 3.362873
+ },
+ {
+ "x": -29.94004,
+ "y": 15.08142
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area3_2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 18.45036,
+ "originPos": {
+ "x": -91.20062,
+ "y": 21.85449,
+ "z": 49.43739
+ },
+ "xzPoints": [
+ {
+ "x": -10.32703,
+ "y": -14.70609
+ },
+ {
+ "x": 11.73724,
+ "y": -14.55517
+ },
+ {
+ "x": 9.783241,
+ "y": 18.49934
+ },
+ {
+ "x": -9.823868,
+ "y": 19.34653
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area4_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 24.25253,
+ "originPos": {
+ "x": -106.3192,
+ "y": 26.77381,
+ "z": 35.9413
+ },
+ "xzPoints": [
+ {
+ "x": -88.04106,
+ "y": 5.374622
+ },
+ {
+ "x": 0.1887283,
+ "y": -16.19686
+ },
+ {
+ "x": 14.66154,
+ "y": 54.32785
+ },
+ {
+ "x": 8.105804,
+ "y": 90.47437
+ },
+ {
+ "x": -91.47429,
+ "y": 76.82956
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area4_3",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 15.35143,
+ "originPos": {
+ "x": -193.4821,
+ "y": 18.93625,
+ "z": -95.37816
+ },
+ "xzPoints": [
+ {
+ "x": -19.3371,
+ "y": -9.308777
+ },
+ {
+ "x": 18.92082,
+ "y": -8.906525
+ },
+ {
+ "x": 18.89838,
+ "y": 15.28758
+ },
+ {
+ "x": -18.86906,
+ "y": 12.32021
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area4_4",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 11.07667,
+ "originPos": {
+ "x": -152.4487,
+ "y": 16.71616,
+ "z": 46.40332
+ },
+ "xzPoints": [
+ {
+ "x": -42.33572,
+ "y": -126.4683
+ },
+ {
+ "x": 2.33992,
+ "y": -133.3669
+ },
+ {
+ "x": 34.82843,
+ "y": 29.61493
+ },
+ {
+ "x": -57.77441,
+ "y": 23.9128
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area5_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 27.61155,
+ "originPos": {
+ "x": -196.1705,
+ "y": 28.29761,
+ "z": -126.5559
+ },
+ "xzPoints": [
+ {
+ "x": -36.05457,
+ "y": -13.96163
+ },
+ {
+ "x": 72.61558,
+ "y": -9.854332
+ },
+ {
+ "x": 71.34212,
+ "y": 46.48045
+ },
+ {
+ "x": -39.29135,
+ "y": 46.63618
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area5_2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 22.42926,
+ "originPos": {
+ "x": -146.4016,
+ "y": 33.23565,
+ "z": -104.6461
+ },
+ "xzPoints": [
+ {
+ "x": -22.33272,
+ "y": -25.40205
+ },
+ {
+ "x": 22.04329,
+ "y": -24.81007
+ },
+ {
+ "x": 19.08543,
+ "y": 35.78487
+ },
+ {
+ "x": -22.31358,
+ "y": 37.05796
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area5_3",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -150.3996,
+ "y": 21.7198,
+ "z": -119.5307
+ },
+ "xzPoints": [
+ {
+ "x": -25,
+ "y": -25
+ },
+ {
+ "x": 25.72024,
+ "y": -25.72989
+ },
+ {
+ "x": 26.98937,
+ "y": 27.66761
+ },
+ {
+ "x": -28.30719,
+ "y": 28.45263
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area6_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 11.52444,
+ "originPos": {
+ "x": -189.5726,
+ "y": 31.71899,
+ "z": -74.40541
+ },
+ "xzPoints": [
+ {
+ "x": -33.56146,
+ "y": -9.468292
+ },
+ {
+ "x": 23.3596,
+ "y": -10.34294
+ },
+ {
+ "x": 23.29066,
+ "y": 5.736374
+ },
+ {
+ "x": -33.3884,
+ "y": 6.689514
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area6_2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 13.81075,
+ "originPos": {
+ "x": -214.9796,
+ "y": 30.65037,
+ "z": -57.88418
+ },
+ "xzPoints": [
+ {
+ "x": -175.4823,
+ "y": -2.375278
+ },
+ {
+ "x": 7.903198,
+ "y": -13.38013
+ },
+ {
+ "x": 5.651291,
+ "y": 67.51953
+ },
+ {
+ "x": -172.604,
+ "y": 82.5977
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_1_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_4.json b/Data/_unsorted/Stage_Suburbs_1_4.json
index 3fc98c31f..4eea648e1 100644
--- a/Data/_unsorted/Stage_Suburbs_1_4.json
+++ b/Data/_unsorted/Stage_Suburbs_1_4.json
@@ -1,1334 +1,8 @@
{
- "$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",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.796319,
- "originPos": {
- "x": -50.13389,
- "y": 15.995,
- "z": 118.85557
- },
- "xzPoints": [
- {
- "x": -47.11402,
- "y": -68.7005
- },
- {
- "x": 2.2706413,
- "y": -68.16731
- },
- {
- "x": 18.815712,
- "y": -26.561401
- },
- {
- "x": 18.768677,
- "y": 6.8710327
- },
- {
- "x": -42.390526,
- "y": 7.285347
- },
- {
- "x": -52.550682,
- "y": -40.583725
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.768753,
- "originPos": {
- "x": -66.98983,
- "y": 25.8,
- "z": 44.905132
- },
- "xzPoints": [
- {
- "x": -40.269455,
- "y": -28.322899
- },
- {
- "x": 9.649395,
- "y": -29.357037
- },
- {
- "x": 10.030746,
- "y": 6.232601
- },
- {
- "x": -40.629402,
- "y": 6.1248703
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.14735,
- "originPos": {
- "x": -100.94075,
- "y": 33.305,
- "z": 3.6679106
- },
- "xzPoints": [
- {
- "x": -11.918175,
- "y": -21.822475
- },
- {
- "x": 33.811684,
- "y": -26.890701
- },
- {
- "x": 33.476593,
- "y": 12.698531
- },
- {
- "x": -10.138069,
- "y": 13.441264
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -61.741276,
- "y": 38.299,
- "z": -10.444015
- },
- "xzPoints": [
- {
- "x": -5.894718,
- "y": -16.167305
- },
- {
- "x": 17.400093,
- "y": -20.590511
- },
- {
- "x": 19.066483,
- "y": 25.378105
- },
- {
- "x": -6.168354,
- "y": 24.309647
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.216172,
- "originPos": {
- "x": -16.474012,
- "y": 15.8,
- "z": -4.5803795
- },
- "xzPoints": [
- {
- "x": -14.309616,
- "y": -34.780746
- },
- {
- "x": 10.351684,
- "y": -36.30496
- },
- {
- "x": 12.106319,
- "y": -29.323742
- },
- {
- "x": 9.743923,
- "y": 26.39747
- },
- {
- "x": -23.53591,
- "y": 25.390242
- },
- {
- "x": -26.488535,
- "y": 7.2356896
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.761033,
- "originPos": {
- "x": 15.173,
- "y": 15.81,
- "z": -6.1637707
- },
- "xzPoints": [
- {
- "x": -21.273312,
- "y": -40.228767
- },
- {
- "x": 32.688522,
- "y": -33.465134
- },
- {
- "x": 33.670433,
- "y": 32.405033
- },
- {
- "x": -20.814142,
- "y": 30.265781
- },
- {
- "x": -27.729095,
- "y": -15.431236
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 45.119354,
- "y": 31.277336,
- "z": -9.413875
- },
- "xzPoints": [
- {
- "x": -17.271486,
- "y": -6.451563
- },
- {
- "x": 20.83319,
- "y": -8.26691
- },
- {
- "x": 20.092468,
- "y": 9.026649
- },
- {
- "x": -17.430508,
- "y": 8.325977
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F",
- "Area_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.082272,
- "originPos": {
- "x": 80.56581,
- "y": 36.03,
- "z": -11.968979
- },
- "xzPoints": [
- {
- "x": -15.387077,
- "y": -9.314148
- },
- {
- "x": 12.572624,
- "y": -10.436279
- },
- {
- "x": 12.880951,
- "y": 49.582314
- },
- {
- "x": -18.057713,
- "y": 50.234936
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.846436,
- "originPos": {
- "x": 61.675957,
- "y": 33.8,
- "z": 64.972015
- },
- "xzPoints": [
- {
- "x": -6.9425163,
- "y": -14.87104
- },
- {
- "x": 8.43367,
- "y": -27.316849
- },
- {
- "x": 52.233055,
- "y": -28.058392
- },
- {
- "x": 62.593483,
- "y": -16.909252
- },
- {
- "x": 65.73908,
- "y": -6.185871
- },
- {
- "x": 62.147545,
- "y": 17.399422
- },
- {
- "x": -4.6009483,
- "y": 13.904022
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.269531,
- "originPos": {
- "x": 14.855316,
- "y": 31.39,
- "z": 63.96676
- },
- "xzPoints": [
- {
- "x": -23.725708,
- "y": -34.98809
- },
- {
- "x": 40.7736,
- "y": -34.404305
- },
- {
- "x": 42.530952,
- "y": 19.109047
- },
- {
- "x": 9.591265,
- "y": 40.283127
- },
- {
- "x": -25.32222,
- "y": 37.037918
- },
- {
- "x": -27.325966,
- "y": 0.09244537
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 33.3893,
- "originPos": {
- "x": -37.687447,
- "y": 15.8,
- "z": -8.479328
- },
- "xzPoints": [
- {
- "x": 4.9136047,
- "y": -3.8357525
- },
- {
- "x": 4.9317245,
- "y": 4.386017
- },
- {
- "x": -6.332386,
- "y": 4.4555564
- },
- {
- "x": -6.3745575,
- "y": -3.9059963
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_E"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -54.957306,
- "y": 44.485497,
- "z": 11.491695
- },
- "startPos": {
- "x": -47.571037,
- "y": 41.41883,
- "z": 11.371254
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -30.541386,
- "y": 16.018833,
- "z": -8.528297
- },
- "startPos": {
- "x": -46.28522,
- "y": 38.584915,
- "z": -8.5903635
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 38.04994,
- "y": 22.218834,
- "z": 0.31123257
- },
- "startPos": {
- "x": 38.2146,
- "y": 19.018831,
- "z": 11.607696
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 30.978085,
- "y": 31.576237,
- "z": -8.244121
- },
- "startPos": {
- "x": 21.670158,
- "y": 16.07056,
- "z": -8.57701
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 15.315937,
- "y": 25.518833,
- "z": -34.319485
- },
- "startPos": {
- "x": 23.43746,
- "y": 25.518833,
- "z": -34.454838
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_4.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.796319,
- "originPos": {
- "x": -50.13389,
- "y": 15.995,
- "z": 118.85557
- },
- "xzPoints": [
- {
- "x": -47.11402,
- "y": -68.7005
- },
- {
- "x": 2.2706413,
- "y": -68.16731
- },
- {
- "x": 18.815712,
- "y": -26.561401
- },
- {
- "x": 18.768677,
- "y": 6.8710327
- },
- {
- "x": -42.390526,
- "y": 7.285347
- },
- {
- "x": -52.550682,
- "y": -40.583725
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.768753,
- "originPos": {
- "x": -66.98983,
- "y": 25.8,
- "z": 44.905132
- },
- "xzPoints": [
- {
- "x": -40.269455,
- "y": -28.322899
- },
- {
- "x": 9.649395,
- "y": -29.357037
- },
- {
- "x": 10.030746,
- "y": 6.232601
- },
- {
- "x": -40.629402,
- "y": 6.1248703
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.14735,
- "originPos": {
- "x": -100.94075,
- "y": 33.305,
- "z": 3.6679106
- },
- "xzPoints": [
- {
- "x": -11.918175,
- "y": -21.822475
- },
- {
- "x": 33.811684,
- "y": -26.890701
- },
- {
- "x": 33.476593,
- "y": 12.698531
- },
- {
- "x": -10.138069,
- "y": 13.441264
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -61.741276,
- "y": 38.299,
- "z": -10.444015
- },
- "xzPoints": [
- {
- "x": -5.894718,
- "y": -16.167305
- },
- {
- "x": 17.400093,
- "y": -20.590511
- },
- {
- "x": 19.066483,
- "y": 25.378105
- },
- {
- "x": -6.168354,
- "y": 24.309647
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.216172,
- "originPos": {
- "x": -16.474012,
- "y": 15.8,
- "z": -4.5803795
- },
- "xzPoints": [
- {
- "x": -14.309616,
- "y": -34.780746
- },
- {
- "x": 10.351684,
- "y": -36.30496
- },
- {
- "x": 12.106319,
- "y": -29.323742
- },
- {
- "x": 9.743923,
- "y": 26.39747
- },
- {
- "x": -23.53591,
- "y": 25.390242
- },
- {
- "x": -26.488535,
- "y": 7.2356896
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.761033,
- "originPos": {
- "x": 15.173,
- "y": 15.81,
- "z": -6.1637707
- },
- "xzPoints": [
- {
- "x": -21.273312,
- "y": -40.228767
- },
- {
- "x": 32.688522,
- "y": -33.465134
- },
- {
- "x": 33.670433,
- "y": 32.405033
- },
- {
- "x": -20.814142,
- "y": 30.265781
- },
- {
- "x": -27.729095,
- "y": -15.431236
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 45.119354,
- "y": 31.277336,
- "z": -9.413875
- },
- "xzPoints": [
- {
- "x": -17.271486,
- "y": -6.451563
- },
- {
- "x": 20.83319,
- "y": -8.26691
- },
- {
- "x": 20.092468,
- "y": 9.026649
- },
- {
- "x": -17.430508,
- "y": 8.325977
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F",
- "Area_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.082272,
- "originPos": {
- "x": 80.56581,
- "y": 36.03,
- "z": -11.968979
- },
- "xzPoints": [
- {
- "x": -15.387077,
- "y": -9.314148
- },
- {
- "x": 12.572624,
- "y": -10.436279
- },
- {
- "x": 12.880951,
- "y": 49.582314
- },
- {
- "x": -18.057713,
- "y": 50.234936
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.846436,
- "originPos": {
- "x": 61.675957,
- "y": 33.8,
- "z": 64.972015
- },
- "xzPoints": [
- {
- "x": -6.9425163,
- "y": -14.87104
- },
- {
- "x": 8.43367,
- "y": -27.316849
- },
- {
- "x": 52.233055,
- "y": -28.058392
- },
- {
- "x": 62.593483,
- "y": -16.909252
- },
- {
- "x": 65.73908,
- "y": -6.185871
- },
- {
- "x": 62.147545,
- "y": 17.399422
- },
- {
- "x": -4.6009483,
- "y": 13.904022
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 9.269531,
- "originPos": {
- "x": 14.855316,
- "y": 31.39,
- "z": 63.96676
- },
- "xzPoints": [
- {
- "x": -23.725708,
- "y": -34.98809
- },
- {
- "x": 40.7736,
- "y": -34.404305
- },
- {
- "x": 42.530952,
- "y": 19.109047
- },
- {
- "x": 9.591265,
- "y": 40.283127
- },
- {
- "x": -25.32222,
- "y": 37.037918
- },
- {
- "x": -27.325966,
- "y": 0.09244537
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 33.3893,
- "originPos": {
- "x": -37.687447,
- "y": 15.8,
- "z": -8.479328
- },
- "xzPoints": [
- {
- "x": 4.9136047,
- "y": -3.8357525
- },
- {
- "x": 4.9317245,
- "y": 4.386017
- },
- {
- "x": -6.332386,
- "y": 4.4555564
- },
- {
- "x": -6.3745575,
- "y": -3.9059963
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_E"
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Suburbs_1_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_5.json b/Data/_unsorted/Stage_Suburbs_1_5.json
index e7ef9dc23..b256f6e18 100644
--- a/Data/_unsorted/Stage_Suburbs_1_5.json
+++ b/Data/_unsorted/Stage_Suburbs_1_5.json
@@ -1,656 +1,8 @@
{
- "$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",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "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.456818
- },
- "xzPoints": [
- {
- "x": -150,
- "y": -46
- },
- {
- "x": 65,
- "y": -46
- },
- {
- "x": 65,
- "y": 46
- },
- {
- "x": -150,
- "y": 46
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11,
- "originPos": {
- "x": 57.646507,
- "y": 67.97811,
- "z": -23.736431
- },
- "xzPoints": [
- {
- "x": -40,
- "y": -40
- },
- {
- "x": 40,
- "y": -40
- },
- {
- "x": 40,
- "y": 40
- },
- {
- "x": -40,
- "y": 40
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "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.925892
- },
- "xzPoints": [
- {
- "x": -40,
- "y": -40
- },
- {
- "x": 40,
- "y": -40
- },
- {
- "x": 40,
- "y": 40
- },
- {
- "x": -40,
- "y": 40
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16,
- "originPos": {
- "x": 25.998283,
- "y": 68.99778,
- "z": 84.954994
- },
- "xzPoints": [
- {
- "x": -48.229996,
- "y": -30.624722
- },
- {
- "x": -26.110756,
- "y": -47.4927
- },
- {
- "x": 49.40455,
- "y": -70.1125
- },
- {
- "x": 70,
- "y": -70
- },
- {
- "x": 70,
- "y": 70
- },
- {
- "x": -69.970505,
- "y": 69.56533
- },
- {
- "x": -72.38708,
- "y": 18.48008
- },
- {
- "x": -69.137054,
- "y": 4.70459
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "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": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "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": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_5.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "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.456818
- },
- "xzPoints": [
- {
- "x": -150,
- "y": -46
- },
- {
- "x": 65,
- "y": -46
- },
- {
- "x": 65,
- "y": 46
- },
- {
- "x": -150,
- "y": 46
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11,
- "originPos": {
- "x": 57.646507,
- "y": 67.97811,
- "z": -23.736431
- },
- "xzPoints": [
- {
- "x": -40,
- "y": -40
- },
- {
- "x": 40,
- "y": -40
- },
- {
- "x": 40,
- "y": 40
- },
- {
- "x": -40,
- "y": 40
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "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.925892
- },
- "xzPoints": [
- {
- "x": -40,
- "y": -40
- },
- {
- "x": 40,
- "y": -40
- },
- {
- "x": 40,
- "y": 40
- },
- {
- "x": -40,
- "y": 40
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16,
- "originPos": {
- "x": 25.998283,
- "y": 68.99778,
- "z": 84.954994
- },
- "xzPoints": [
- {
- "x": -48.229996,
- "y": -30.624722
- },
- {
- "x": -26.110756,
- "y": -47.4927
- },
- {
- "x": 49.40455,
- "y": -70.1125
- },
- {
- "x": 70,
- "y": -70
- },
- {
- "x": 70,
- "y": 70
- },
- {
- "x": -69.970505,
- "y": 69.56533
- },
- {
- "x": -72.38708,
- "y": 18.48008
- },
- {
- "x": -69.137054,
- "y": 4.70459
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "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": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "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": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1012,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_5.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_5.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Suburbs_1_5"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_1_6.json b/Data/_unsorted/Stage_Suburbs_1_6.json
index 04a13a181..2a45f7668 100644
--- a/Data/_unsorted/Stage_Suburbs_1_6.json
+++ b/Data/_unsorted/Stage_Suburbs_1_6.json
@@ -1,304 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_1_6.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_1_6.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.603252,
- "originPos": {
- "x": -8.519112,
- "y": 19.25,
- "z": 97.77354
- },
- "xzPoints": [
- {
- "x": -48.76472,
- "y": -54.49197
- },
- {
- "x": 103.353546,
- "y": -60.349686
- },
- {
- "x": 100.13054,
- "y": 96.29452
- },
- {
- "x": -48.618324,
- "y": 82.99746
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.21878,
- "originPos": {
- "x": 6.9643536,
- "y": 42.427757,
- "z": -303.81842
- },
- "xzPoints": [
- {
- "x": -28.739202,
- "y": -17.435059
- },
- {
- "x": 25.48672,
- "y": -22.62909
- },
- {
- "x": 34.021034,
- "y": 243.16214
- },
- {
- "x": -24.898188,
- "y": 241.35147
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -53.85738,
- "y": 22.626759,
- "z": 145.27821
- },
- "startPos": {
- "x": -41.566025,
- "y": 22.556667,
- "z": 145.12357
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -54.4795,
- "y": 25.556667,
- "z": 134.0679
- },
- "startPos": {
- "x": -54.49113,
- "y": 22.61399,
- "z": 142.89427
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 13.489652,
- "y": 29.490002,
- "z": 126.40375
- },
- "startPos": {
- "x": 13.410064,
- "y": 19.456667,
- "z": 136.96007
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 7.815334,
- "y": 44.823334,
- "z": -77.39052
- },
- "startPos": {
- "x": 6.4932785,
- "y": 19.523335,
- "z": 89.8023
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_1_6.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.603252,
- "originPos": {
- "x": -8.519112,
- "y": 19.25,
- "z": 97.77354
- },
- "xzPoints": [
- {
- "x": -48.76472,
- "y": -54.49197
- },
- {
- "x": 103.353546,
- "y": -60.349686
- },
- {
- "x": 100.13054,
- "y": 96.29452
- },
- {
- "x": -48.618324,
- "y": 82.99746
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.21878,
- "originPos": {
- "x": 6.9643536,
- "y": 42.427757,
- "z": -303.81842
- },
- "xzPoints": [
- {
- "x": -28.739202,
- "y": -17.435059
- },
- {
- "x": 25.48672,
- "y": -22.62909
- },
- {
- "x": 34.021034,
- "y": 243.16214
- },
- {
- "x": -24.898188,
- "y": 241.35147
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1013,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_1_6.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_1_6.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_1_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Suburbs_1_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_2_1.json b/Data/_unsorted/Stage_Suburbs_2_1.json
index cf82f78d0..62b2c81ce 100644
--- a/Data/_unsorted/Stage_Suburbs_2_1.json
+++ b/Data/_unsorted/Stage_Suburbs_2_1.json
@@ -1,129 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_2_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_2_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 58.306114,
- "y": 12.135929,
- "z": -38.399754
- },
- "xzPoints": [
- {
- "x": -114.1309,
- "y": -42.915752
- },
- {
- "x": 44.60341,
- "y": -42.180508
- },
- {
- "x": 38.99366,
- "y": 131.65833
- },
- {
- "x": -111.497086,
- "y": 132.59026
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_2_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 58.306114,
- "y": 12.135929,
- "z": -38.399754
- },
- "xzPoints": [
- {
- "x": -114.1309,
- "y": -42.915752
- },
- {
- "x": 44.60341,
- "y": -42.180508
- },
- {
- "x": 38.99366,
- "y": 131.65833
- },
- {
- "x": -111.497086,
- "y": 132.59026
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1004,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_2_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Suburbs_2_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_2_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Suburbs_2_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_2_2.json b/Data/_unsorted/Stage_Suburbs_2_2.json
index 285e2f16f..bcbda5905 100644
--- a/Data/_unsorted/Stage_Suburbs_2_2.json
+++ b/Data/_unsorted/Stage_Suburbs_2_2.json
@@ -1,129 +1,53 @@
{
- "$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",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 53.281387,
- "y": 12.250239,
- "z": 17.012058
- },
- "xzPoints": [
- {
- "x": -76.15011,
- "y": -50.734238
- },
- {
- "x": 67.33733,
- "y": -49.734955
- },
- {
- "x": 71.1569,
- "y": 75.97897
- },
- {
- "x": -80.70306,
- "y": 74.53732
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_2_2.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area_A",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 25.57362,
+ "originPos": {
+ "x": 56.41789,
+ "y": 10.57254,
+ "z": 15.93716
+ },
+ "xzPoints": [
+ {
+ "x": -81.81347,
+ "y": -60.80348
},
- "heightY": 10,
- "originPos": {
- "x": 53.281387,
- "y": 12.250239,
- "z": 17.012058
+ {
+ "x": 66.73901,
+ "y": -63.16573
},
- "xzPoints": [
- {
- "x": -76.15011,
- "y": -50.734238
- },
- {
- "x": 67.33733,
- "y": -49.734955
- },
- {
- "x": 71.1569,
- "y": 75.97897
- },
- {
- "x": -80.70306,
- "y": 74.53732
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "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"
- }
+ {
+ "x": 67.5603,
+ "y": 87.40291
+ },
+ {
+ "x": -81.55579,
+ "y": 87.74489
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_2_2"
}
\ 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 f86447f1d..7c4f116cf 100644
--- a/Data/_unsorted/Stage_Suburbs_3_1.json
+++ b/Data/_unsorted/Stage_Suburbs_3_1.json
@@ -1,81 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_3_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_3_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 14.617428,
- "y": 13.866035,
- "z": 58.272675
- },
- "startPos": {
- "x": 14.561492,
- "y": 13.791881,
- "z": 46.84853
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -17.264614,
- "y": 13.825214,
- "z": 58.980675
- },
- "startPos": {
- "x": -17.198072,
- "y": 13.7918825,
- "z": 47.304993
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -16.614471,
- "y": 10.391882,
- "z": -78.599915
- },
- "startPos": {
- "x": -13.912231,
- "y": 10.391882,
- "z": -81.96342
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_1.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaA",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 130.9327,
+ "originPos": {
+ "x": -139.6217,
+ "y": -20.0108,
+ "z": -44.11216
+ },
+ "xzPoints": [
+ {
+ "x": -74.34256,
+ "y": -185.9428
+ },
+ {
+ "x": 241.2222,
+ "y": -181.8976
+ },
+ {
+ "x": 244.6231,
+ "y": 188.6867
+ },
+ {
+ "x": -74.69482,
+ "y": 195.1979
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_3_1"
}
\ 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 10e90cc74..d1392c649 100644
--- a/Data/_unsorted/Stage_Suburbs_3_2.json
+++ b/Data/_unsorted/Stage_Suburbs_3_2.json
@@ -1,119 +1,188 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_3_2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_3_2.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -86.57346,
- "y": 16.295599,
- "z": -24.308655
- },
- "startPos": {
- "x": -90.154236,
- "y": 13.1173725,
- "z": -27.627792
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -83.57987,
- "y": 17.629776,
- "z": 2.901891
- },
- "startPos": {
- "x": -89.80924,
- "y": 17.72817,
- "z": 2.423727
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 219.18077,
- "y": 25.195606,
- "z": -6.251112
- },
- "startPos": {
- "x": 218.45055,
- "y": 60.52893,
- "z": -14.189596
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 219.67209,
- "y": 20.228931,
- "z": 14.047261
- },
- "startPos": {
- "x": 219.53357,
- "y": 25.262047,
- "z": 5.2738843
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 185.0018,
- "y": 10.82893,
- "z": 110.89488
- },
- "startPos": {
- "x": -29.570217,
- "y": 19.945076,
- "z": 71.0452
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_2.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaA",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 47.63121,
+ "originPos": {
+ "x": -81.39599,
+ "y": -1,
+ "z": -42.60957
+ },
+ "xzPoints": [
+ {
+ "x": 328.2603,
+ "y": -116.2473
+ },
+ {
+ "x": 351.5498,
+ "y": 197.7964
+ },
+ {
+ "x": 147.7574,
+ "y": 212.2631
+ },
+ {
+ "x": 154.6557,
+ "y": -74.501
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaB",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 213.4857,
+ "y": 58.81991,
+ "z": -34.05069
+ },
+ "xzPoints": [
+ {
+ "x": -29.51091,
+ "y": -68.29821
+ },
+ {
+ "x": 16.75555,
+ "y": -63.56911
+ },
+ {
+ "x": 20.48177,
+ "y": 23.68563
+ },
+ {
+ "x": -25,
+ "y": 25
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaC",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 17.17849,
+ "originPos": {
+ "x": 18.22854,
+ "y": 6.057426,
+ "z": -61.37582
+ },
+ "xzPoints": [
+ {
+ "x": -196.8795,
+ "y": -67.63525
+ },
+ {
+ "x": 85.74847,
+ "y": -67.09028
+ },
+ {
+ "x": 88.46397,
+ "y": 180.2024
+ },
+ {
+ "x": -189.1809,
+ "y": 191.3648
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "AreaD",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -79.86418,
+ "y": 14.69356,
+ "z": -59.9045
+ },
+ "xzPoints": [
+ {
+ "x": -21.44491,
+ "y": -25.41251
+ },
+ {
+ "x": 4.044998,
+ "y": -26.59046
+ },
+ {
+ "x": 5.033875,
+ "y": 18.17977
+ },
+ {
+ "x": -20.32739,
+ "y": 17.32635
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_3_2"
}
\ 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 f91de4d7d..70b06c71d 100644
--- a/Data/_unsorted/Stage_Suburbs_3_3.json
+++ b/Data/_unsorted/Stage_Suburbs_3_3.json
@@ -1,43 +1,57 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_3_3.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_3_3.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -101.24791,
- "y": 14.369913,
- "z": -85.16314
- },
- "startPos": {
- "x": -101.84283,
- "y": 24.371193,
- "z": -85.117744
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_3_3.bytes",
- "SceneAreas": [
- ],
- "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"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Area1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 43.88556,
+ "originPos": {
+ "x": -27.64096,
+ "y": 4.744522,
+ "z": -38.4265
+ },
+ "xzPoints": [
+ {
+ "x": -110.4525,
+ "y": -128.9216
+ },
+ {
+ "x": 115.6944,
+ "y": -184.9757
+ },
+ {
+ "x": 168.2393,
+ "y": 171.3597
+ },
+ {
+ "x": 146.2724,
+ "y": 225.0861
+ },
+ {
+ "x": -94.18686,
+ "y": 124.0024
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_3_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Suburbs_Boss2.json b/Data/_unsorted/Stage_Suburbs_Boss2.json
index 84c45b7a5..2c126e73b 100644
--- a/Data/_unsorted/Stage_Suburbs_Boss2.json
+++ b/Data/_unsorted/Stage_Suburbs_Boss2.json
@@ -1,129 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_Boss2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Suburbs_Boss2.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 6.8507547,
- "y": -1,
- "z": 254.4143
- },
- "xzPoints": [
- {
- "x": -24.903706,
- "y": -270.87943
- },
- {
- "x": 13.574849,
- "y": -270.5027
- },
- {
- "x": 10.865718,
- "y": -230.22038
- },
- {
- "x": -26.897453,
- "y": -230.59111
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_Boss2.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 6.8507547,
- "y": -1,
- "z": 254.4143
- },
- "xzPoints": [
- {
- "x": -24.903706,
- "y": -270.87943
- },
- {
- "x": 13.574849,
- "y": -270.5027
- },
- {
- "x": 10.865718,
- "y": -230.22038
- },
- {
- "x": -26.897453,
- "y": -230.59111
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1014,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_Boss2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_Boss2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Suburbs_Boss2"
}
\ 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
index 63e7a0d22..d6b6f237e 100644
--- a/Data/_unsorted/Stage_Suburbs_SideScroller_1_1.json
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_1.json
@@ -1,24 +1,185 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1206,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_Suburbs_SideScroller_1_1_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 7.453833,
+ "originPos": {
+ "x": 63.75192,
+ "y": 4.782385,
+ "z": 21.64355
+ },
+ "xzPoints": [
+ {
+ "x": 5.557362,
+ "y": -9.372477
+ },
+ {
+ "x": 24.66576,
+ "y": -9.425986
+ },
+ {
+ "x": 24.76571,
+ "y": 0.2249775
+ },
+ {
+ "x": 5.803822,
+ "y": -0.1377029
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 7.453833,
+ "originPos": {
+ "x": 18.7623,
+ "y": 4.782385,
+ "z": 22.8931
+ },
+ "xzPoints": [
+ {
+ "x": -3.394234,
+ "y": -11.35781
+ },
+ {
+ "x": 55.07605,
+ "y": -11.30232
+ },
+ {
+ "x": 55.1916,
+ "y": -0.8487911
+ },
+ {
+ "x": -3.493535,
+ "y": -1.55018
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 15,
+ "originPos": {
+ "x": 3.334721,
+ "y": 4.782385,
+ "z": 12.87234
+ },
+ "xzPoints": [
+ {
+ "x": 18.68184,
+ "y": -16.08082
+ },
+ {
+ "x": 18.07653,
+ "y": -7.117599
+ },
+ {
+ "x": 13.38393,
+ "y": 6.908872
+ },
+ {
+ "x": -4.597616,
+ "y": 8.190377
+ },
+ {
+ "x": -4.017639,
+ "y": -13.68584
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 48.43611,
+ "y": 13,
+ "z": 2.822372
+ },
+ "xzPoints": [
+ {
+ "x": -29.60908,
+ "y": -4.561481
+ },
+ {
+ "x": 20.75069,
+ "y": -5.035381
+ },
+ {
+ "x": 20.1804,
+ "y": 4.74739
+ },
+ {
+ "x": -29.50299,
+ "y": 4.813043
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 65.20111,
+ "y": 14,
+ "z": 1.445995
+ },
+ "xzPoints": [
+ {
+ "x": 2.744225,
+ "y": -3.305556
+ },
+ {
+ "x": 34.06608,
+ "y": -3.349326
+ },
+ {
+ "x": 33.8772,
+ "y": 6.497826
+ },
+ {
+ "x": 3.355392,
+ "y": 6.567204
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_SideScroller_1_1"
}
\ 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
index 45f821cce..01c9266ce 100644
--- a/Data/_unsorted/Stage_Suburbs_SideScroller_1_2.json
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_2.json
@@ -1,24 +1,181 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_2.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1207,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_Suburbs_SideScroller_1_2_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 46.37132,
+ "y": 25,
+ "z": -61.545
+ },
+ "xzPoints": [
+ {
+ "x": -37.52887,
+ "y": 14.27994
+ },
+ {
+ "x": 11.37097,
+ "y": 12.39038
+ },
+ {
+ "x": 10.0622,
+ "y": 29.38052
+ },
+ {
+ "x": -37.19197,
+ "y": 28.64634
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -12.28966,
+ "y": 25,
+ "z": -29.4118
+ },
+ "xzPoints": [
+ {
+ "x": -3.588675,
+ "y": -19.48266
+ },
+ {
+ "x": 25.03891,
+ "y": -18.89835
+ },
+ {
+ "x": 25.58389,
+ "y": -3.055599
+ },
+ {
+ "x": -3.512833,
+ "y": -2.397259
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -17.58586,
+ "y": 25,
+ "z": -55.17848
+ },
+ "xzPoints": [
+ {
+ "x": -6.71097,
+ "y": -8.377918
+ },
+ {
+ "x": 22.67315,
+ "y": -8.710747
+ },
+ {
+ "x": 21.69568,
+ "y": 6.894585
+ },
+ {
+ "x": -6.683607,
+ "y": 6.771156
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -48.08671,
+ "y": 25,
+ "z": -55.21018
+ },
+ "xzPoints": [
+ {
+ "x": 2.806736,
+ "y": -6.699818
+ },
+ {
+ "x": 27.1046,
+ "y": -7.217232
+ },
+ {
+ "x": 27.17689,
+ "y": 6.035919
+ },
+ {
+ "x": 2.381126,
+ "y": 5.292843
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -47.7384,
+ "y": 25,
+ "z": -56.27726
+ },
+ "xzPoints": [
+ {
+ "x": -14.30702,
+ "y": -10.10732
+ },
+ {
+ "x": 4.216396,
+ "y": -10.46398
+ },
+ {
+ "x": 3.677368,
+ "y": 6.125134
+ },
+ {
+ "x": -14.24224,
+ "y": 5.89814
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_SideScroller_1_2"
}
\ 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
index ba0dd3282..c162e19de 100644
--- a/Data/_unsorted/Stage_Suburbs_SideScroller_1_3.json
+++ b/Data/_unsorted/Stage_Suburbs_SideScroller_1_3.json
@@ -1,24 +1,149 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Suburbs_SideScroller_1_3.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Suburbs_SideScroller_1_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1208,
- "ScenePath": "Assets\/Scenes\/Stage_Suburbs\/Stage_Suburbs_SideScroller_1_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Suburbs_SideScroller_1_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_Suburbs_SideScroller_1_3_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 59.42939,
+ "y": 25,
+ "z": -57.70876
+ },
+ "xzPoints": [
+ {
+ "x": -38.35677,
+ "y": 2.763748
+ },
+ {
+ "x": 10.51925,
+ "y": 4.433285
+ },
+ {
+ "x": 10.02495,
+ "y": 18.27776
+ },
+ {
+ "x": -38.61255,
+ "y": 17.3474
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 22.15486,
+ "y": 25,
+ "z": -57.70876
+ },
+ "xzPoints": [
+ {
+ "x": -27.16413,
+ "y": 3.586422
+ },
+ {
+ "x": 0.6354771,
+ "y": 2.196815
+ },
+ {
+ "x": 2.660305,
+ "y": 16.13294
+ },
+ {
+ "x": -27.42283,
+ "y": 16.64179
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -29.38222,
+ "y": 25,
+ "z": -46.41378
+ },
+ "xzPoints": [
+ {
+ "x": -18.91443,
+ "y": -7.875031
+ },
+ {
+ "x": 27.14788,
+ "y": -8.338814
+ },
+ {
+ "x": 32.9377,
+ "y": 7.354275
+ },
+ {
+ "x": -19.23816,
+ "y": 9.287376
+ }
+ ]
+ },
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": -81.55624,
+ "y": 25,
+ "z": -45.94633
+ },
+ "xzPoints": [
+ {
+ "x": -29.37906,
+ "y": -9.168503
+ },
+ {
+ "x": 32.93664,
+ "y": -10.28999
+ },
+ {
+ "x": 32.88076,
+ "y": 4.118343
+ },
+ {
+ "x": -30.43375,
+ "y": 2.222824
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_Suburbs_SideScroller_1_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerBattle_1.json b/Data/_unsorted/Stage_SummerBattle_1.json
index 6cc637933..2e57f96fe 100644
--- a/Data/_unsorted/Stage_SummerBattle_1.json
+++ b/Data/_unsorted/Stage_SummerBattle_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_SummerBattle_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerBattle_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1205,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerBattle_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerBattle_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SummerBattle_1"
}
\ 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
index 2a50291d5..931e239a4 100644
--- a/Data/_unsorted/Stage_SummerBeach_SideScroller_1_1.json
+++ b/Data/_unsorted/Stage_SummerBeach_SideScroller_1_1.json
@@ -1,24 +1,53 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_SummerBeach_SideScroller_1_1.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerBeach_SideScroller_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1209,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerBeach_SideScroller_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerBeach_SideScroller_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "Stage_SummerBeach_SideScroller_1_1_1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 10,
+ "originPos": {
+ "x": 38.87741,
+ "y": 2,
+ "z": 669.2582
+ },
+ "xzPoints": [
+ {
+ "x": -4.69685,
+ "y": 3.716431
+ },
+ {
+ "x": 6.516548,
+ "y": 4.758606
+ },
+ {
+ "x": 6.893528,
+ "y": 14.78778
+ },
+ {
+ "x": -5.518627,
+ "y": 16.60773
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Stage_SummerBeach_SideScroller_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_1.json b/Data/_unsorted/Stage_SummerSurfing_1.json
index ffad354fe..5ad2b9bee 100644
--- a/Data/_unsorted/Stage_SummerSurfing_1.json
+++ b/Data/_unsorted/Stage_SummerSurfing_1.json
@@ -1,24 +1,30 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1201,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_1_Dynamic_ForwardArrow"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_1_Dynamic_ReverseArrow"
+ }
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SummerSurfing_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_2.json b/Data/_unsorted/Stage_SummerSurfing_2.json
index 0d6d81085..55e614f4e 100644
--- a/Data/_unsorted/Stage_SummerSurfing_2.json
+++ b/Data/_unsorted/Stage_SummerSurfing_2.json
@@ -1,24 +1,30 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_2.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1202,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_2.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_2_DynamicObjects_S2_Indicator_01"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_2_DynamicObjects_S2_Indicator_02"
+ }
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SummerSurfing_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_3.json b/Data/_unsorted/Stage_SummerSurfing_3.json
index b6f55b5ee..4724bcff3 100644
--- a/Data/_unsorted/Stage_SummerSurfing_3.json
+++ b/Data/_unsorted/Stage_SummerSurfing_3.json
@@ -1,24 +1,30 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_3.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1203,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_3.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_3_Dynamic_ForwardArrow"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_3_Dynamic_ReverseArrow"
+ }
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SummerSurfing_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_SummerSurfing_4.json b/Data/_unsorted/Stage_SummerSurfing_4.json
index 144d28bda..e4efdc164 100644
--- a/Data/_unsorted/Stage_SummerSurfing_4.json
+++ b/Data/_unsorted/Stage_SummerSurfing_4.json
@@ -1,24 +1,51 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_SummerSurfing_4.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1204,
- "ScenePath": "Assets\/Scenes\/Beach\/Stage_SummerSurfing_4.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_SummerSurfing_4.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "dynamicObjectSets": [
+ {
+ "$type": "RuntimeDynamicObjectSet",
+ "setMembers": [
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_4_DynamicObjects_S4_Indicator_01"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_4_DynamicObjects_S4_Indicator_02"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_4_DynamicObjects_S4_Indicator_03"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_4_DynamicObjects_S4_Indicator_04"
+ },
+ {
+ "$type": "RuntimeSetMemberData",
+ "activeStates": [
+ false
+ ],
+ "nameId": "Stage_SummerSurfing_4_DynamicObjects_S4_Indicator_05"
+ }
+ ],
+ "setNameId": "Default"
+ }
+ ],
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_SummerSurfing_4"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Underground_Bangboo.json b/Data/_unsorted/Stage_Underground_Bangboo.json
index 5fac2e37c..1b2304a4c 100644
--- a/Data/_unsorted/Stage_Underground_Bangboo.json
+++ b/Data/_unsorted/Stage_Underground_Bangboo.json
@@ -1,694 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Underground_Bangboo.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Underground_Bangboo.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Up_Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 179.75966,
- "y": 131.47101,
- "z": -62.637833
- },
- "xzPoints": [
- {
- "x": -24.268997,
- "y": -51.67919
- },
- {
- "x": 53.818207,
- "y": -48.66411
- },
- {
- "x": 24.928497,
- "y": 20.833622
- },
- {
- "x": -30.89772,
- "y": 20.820988
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Up_Area_A_Robot"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Up_Area_A_Robot",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 170.32266,
- "y": 128.522,
- "z": -35.888515
- },
- "xzPoints": [
- {
- "x": -19.44748,
- "y": -5.6145134
- },
- {
- "x": 39.06453,
- "y": -5.2775
- },
- {
- "x": 38.955795,
- "y": 25.062023
- },
- {
- "x": -19.541733,
- "y": 24.56582
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Up_Area_A",
- "UpDownStar_Area_A_Robot"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "UpDownStar_Area_A_Robot",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 55.27041,
- "originPos": {
- "x": 234.2854,
- "y": 83.57383,
- "z": -29.876112
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Up_Area_A_Robot",
- "Down_Area_A_Robot"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_A_Robot",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 159.98926,
- "y": 75.22354,
- "z": -37.626774
- },
- "xzPoints": [
- {
- "x": 12.087677,
- "y": -12.491081
- },
- {
- "x": 58.492844,
- "y": -6.4344635
- },
- {
- "x": 56.373734,
- "y": 9.753622
- },
- {
- "x": 10.901215,
- "y": -3.7161102
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "UpDownStar_Area_A_Robot",
- "Down_Area_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 8.4878845,
- "originPos": {
- "x": 145.23459,
- "y": 78.135605,
- "z": -39.3018
- },
- "xzPoints": [
- {
- "x": -47.86326,
- "y": -31.011684
- },
- {
- "x": 32.824356,
- "y": -0.33037567
- },
- {
- "x": 33.55899,
- "y": 42.351303
- },
- {
- "x": -17.288681,
- "y": 43.768524
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Down_Area_A_Robot",
- "Down_Area_Secret_A_Robot",
- "Down_Area_C_EnaBang"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_Secret_A_Robot",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.844299,
- "originPos": {
- "x": 146.38321,
- "y": 75.84029,
- "z": 29.215456
- },
- "xzPoints": [
- {
- "x": -8.673172,
- "y": -24.76508
- },
- {
- "x": 9.554108,
- "y": -25.05873
- },
- {
- "x": 9.025558,
- "y": 17.89372
- },
- {
- "x": -9.143021,
- "y": 17.717531
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Down_Area_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_Secret_B_Robot",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.645607,
- "originPos": {
- "x": 124.12439,
- "y": 65.41761,
- "z": -28.827341
- },
- "xzPoints": [
- {
- "x": -41.321022,
- "y": -49.97367
- },
- {
- "x": 11.715988,
- "y": -71.00832
- },
- {
- "x": 24.394318,
- "y": 28.418997
- },
- {
- "x": -30.102386,
- "y": 28.48981
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Down_Area_C_EnaBang",
- "Down_Area_Secret_A_Robot"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_C_EnaBang",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 83.12979,
- "y": 72.20527,
- "z": -114.93801
- },
- "xzPoints": [
- {
- "x": -29.616478,
- "y": -22.985283
- },
- {
- "x": 8.737061,
- "y": -39.652992
- },
- {
- "x": 16.474854,
- "y": 46.11476
- },
- {
- "x": -28.732616,
- "y": 43.885033
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Down_Area_Secret_B_Robot",
- "Down_Area_A"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "3_1_UpArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.3581085,
- "originPos": {
- "x": 155.54857,
- "y": 126.7043,
- "z": -28.982988
- },
- "xzPoints": [
- {
- "x": 0.28553772,
- "y": -45.5214
- },
- {
- "x": 63.038284,
- "y": -74.88243
- },
- {
- "x": 49.363876,
- "y": 15.968885
- },
- {
- "x": 0.24398804,
- "y": 13.234098
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 58.430878,
- "originPos": {
- "x": 219.67584,
- "y": 83.40439,
- "z": -59.523895
- },
- "xzPoints": [
- {
- "x": -11.410645,
- "y": 3.1950912
- },
- {
- "x": 32.23535,
- "y": 3.0596313
- },
- {
- "x": 30.544418,
- "y": 45.55881
- },
- {
- "x": -11.173782,
- "y": 45.671577
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "3_1_DownArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4.864708,
- "originPos": {
- "x": 175.29227,
- "y": 75.32275,
- "z": -28.38475
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 43.421677,
- "y": -23.308258
- },
- {
- "x": 44.235718,
- "y": 11.849163
- },
- {
- "x": -21.825348,
- "y": 9.680199
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.562492,
- "originPos": {
- "x": 81.64183,
- "y": 71.15188,
- "z": -75.13981
- },
- "xzPoints": [
- {
- "x": -85.68121,
- "y": -74.17448
- },
- {
- "x": 87.09779,
- "y": -77.110756
- },
- {
- "x": 73.0784,
- "y": 49.907776
- },
- {
- "x": -84.61459,
- "y": 50.234737
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "3_1_SecretArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 3.4810867,
- "originPos": {
- "x": 120.21084,
- "y": 64.87376,
- "z": -83.3472
- },
- "xzPoints": [
- {
- "x": -36.26435,
- "y": -10.272446
- },
- {
- "x": 18.9273,
- "y": -12.1567
- },
- {
- "x": 22.394081,
- "y": 87.94919
- },
- {
- "x": -37.94291,
- "y": 40.402184
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.476257,
- "originPos": {
- "x": 140.07928,
- "y": 74.94925,
- "z": -3.4506469
- },
- "xzPoints": [
- {
- "x": -7.673218,
- "y": -15.2396965
- },
- {
- "x": 34.05133,
- "y": -14.732492
- },
- {
- "x": 20.874237,
- "y": 56.81051
- },
- {
- "x": -8.140503,
- "y": 56.848896
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Underground_Bangboo.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1705,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_Underground\/Stage_Underground_Bangboo.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Underground_Bangboo.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Underground_Bangboo.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Underground_Bangboo"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Underground_DownRoute.json b/Data/_unsorted/Stage_Underground_DownRoute.json
index 51e38fb5d..7871f40d0 100644
--- a/Data/_unsorted/Stage_Underground_DownRoute.json
+++ b/Data/_unsorted/Stage_Underground_DownRoute.json
@@ -1,180 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Underground_DownRoute.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Underground_DownRoute.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Up_Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 42.940285,
- "originPos": {
- "x": 63.34286,
- "y": 82.889534,
- "z": -169.66943
- },
- "xzPoints": [
- {
- "x": -73.97205,
- "y": -14.436356
- },
- {
- "x": 41.04057,
- "y": -15.348236
- },
- {
- "x": 40.82884,
- "y": 44.087578
- },
- {
- "x": -73.80009,
- "y": 43.407074
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Up_Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.763443,
- "originPos": {
- "x": -24.08976,
- "y": 58.399277,
- "z": -147.36081
- },
- "xzPoints": [
- {
- "x": -79.571175,
- "y": -41.528763
- },
- {
- "x": 40.17427,
- "y": -39.641327
- },
- {
- "x": -22.246632,
- "y": 83.307335
- },
- {
- "x": -84.484116,
- "y": 54.226967
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Down_Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 5.613949,
- "y": 16.55,
- "z": -73.878334
- },
- "xzPoints": [
- {
- "x": -46.08971,
- "y": -32.85005
- },
- {
- "x": 17.501423,
- "y": -36.01352
- },
- {
- "x": 25.234318,
- "y": 58.27487
- },
- {
- "x": -44.918056,
- "y": 53.353935
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Underground_DownRoute.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1706,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_Underground\/Stage_Underground_DownRoute.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Underground_DownRoute.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Underground_DownRoute.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Underground_DownRoute"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VirtualStage_1_1.json b/Data/_unsorted/Stage_VirtualStage_1_1.json
index 03323a0b9..3a387728c 100644
--- a/Data/_unsorted/Stage_VirtualStage_1_1.json
+++ b/Data/_unsorted/Stage_VirtualStage_1_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_VirtualStage_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_VirtualStage_1_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_VirtualStage_1_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 6206,
- "ScenePath": "Assets\/Scenes\/Stage_VirtualStage\/Stage_VirtualStage_1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_VirtualStage_1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_VirtualStage_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VirtualStage_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VolcanicMine_1_1.json b/Data/_unsorted/Stage_VolcanicMine_1_1.json
index e15d723b2..508140b9d 100644
--- a/Data/_unsorted/Stage_VolcanicMine_1_1.json
+++ b/Data/_unsorted/Stage_VolcanicMine_1_1.json
@@ -1,2469 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_VolcanicMine_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_VolcanicMine_1_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -257.79285,
- "y": 0.98024493,
- "z": 338.28314
- },
- "xzPoints": [
- {
- "x": -18.63269,
- "y": -37.51465
- },
- {
- "x": 14.455292,
- "y": -36.611267
- },
- {
- "x": 20.327316,
- "y": 8.863617
- },
- {
- "x": -14.329041,
- "y": 5.9887085
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.404335,
- "originPos": {
- "x": -239.95343,
- "y": -2.5702448,
- "z": 310.83496
- },
- "xzPoints": [
- {
- "x": -4.4017487,
- "y": -7.081665
- },
- {
- "x": 2.6723785,
- "y": -16.238586
- },
- {
- "x": 19.87915,
- "y": -21.77713
- },
- {
- "x": 21.256302,
- "y": -9.154816
- },
- {
- "x": 16.220642,
- "y": 10.518585
- },
- {
- "x": -1.3692017,
- "y": 15.728363
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -223.5609,
- "y": -1.3780031,
- "z": 307.4887
- },
- "xzPoints": [
- {
- "x": -2.579132,
- "y": -19.087433
- },
- {
- "x": 8.452866,
- "y": -22.174927
- },
- {
- "x": 31.945251,
- "y": -11.306854
- },
- {
- "x": 39.350082,
- "y": 15.575989
- },
- {
- "x": 26.712402,
- "y": 40.603516
- },
- {
- "x": 1.6451416,
- "y": 25.973328
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.94133,
- "originPos": {
- "x": -188.1359,
- "y": -0.5550208,
- "z": 277.2603
- },
- "xzPoints": [
- {
- "x": -25.205902,
- "y": -23.426025
- },
- {
- "x": -1.2674255,
- "y": -22.85791
- },
- {
- "x": -2.2716522,
- "y": 16.055206
- },
- {
- "x": -13.947983,
- "y": 15.925934
- },
- {
- "x": -25.361694,
- "y": 9.2612915
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 35.817245,
- "originPos": {
- "x": -172.11685,
- "y": 0.18024492,
- "z": 289.55273
- },
- "xzPoints": [
- {
- "x": -35.33966,
- "y": -63.029053
- },
- {
- "x": 30.733658,
- "y": -65.81911
- },
- {
- "x": 32.36978,
- "y": -31.866089
- },
- {
- "x": 23.928116,
- "y": -21.35614
- },
- {
- "x": -18.45285,
- "y": -21.23761
- },
- {
- "x": -43.031815,
- "y": -35.416092
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -169.5251,
- "y": 0.18024492,
- "z": 281.3819
- },
- "xzPoints": [
- {
- "x": -20.482574,
- "y": -16.22116
- },
- {
- "x": 11.195038,
- "y": -18.04309
- },
- {
- "x": 8.486542,
- "y": 42.756042
- },
- {
- "x": -9.284134,
- "y": 40.293
- },
- {
- "x": -20.521698,
- "y": 19.428772
- },
- {
- "x": -25.25563,
- "y": 9.601776
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.254257,
- "originPos": {
- "x": -264.95734,
- "y": -3.4563746,
- "z": 291.42276
- },
- "xzPoints": [
- {
- "x": -43.98517,
- "y": -45.42752
- },
- {
- "x": -3.006195,
- "y": -45.409866
- },
- {
- "x": 25.292603,
- "y": -46.156998
- },
- {
- "x": 50.22789,
- "y": -46.141327
- },
- {
- "x": 55.28026,
- "y": -39.678192
- },
- {
- "x": 54.824936,
- "y": -8.978424
- },
- {
- "x": 26.505936,
- "y": 11.473419
- },
- {
- "x": -56.58304,
- "y": 9.742706
- },
- {
- "x": -58.751556,
- "y": -29.879364
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.584976,
- "originPos": {
- "x": -257.00046,
- "y": 6.082745,
- "z": 228.8876
- },
- "xzPoints": [
- {
- "x": 6.3645477,
- "y": -28.0943
- },
- {
- "x": 41.947372,
- "y": -25.187576
- },
- {
- "x": 50.834747,
- "y": -7.3292694
- },
- {
- "x": 44.594116,
- "y": 21.486465
- },
- {
- "x": 15.214645,
- "y": 20.419403
- },
- {
- "x": 2.45253,
- "y": 13.060928
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -296.642,
- "y": 6.082745,
- "z": 222.25423
- },
- "xzPoints": [
- {
- "x": -14.9201355,
- "y": -19.467545
- },
- {
- "x": 2.2517395,
- "y": -27.274979
- },
- {
- "x": 52.50107,
- "y": -19.980576
- },
- {
- "x": 51.03604,
- "y": 22.6026
- },
- {
- "x": -5.658264,
- "y": 18.033829
- },
- {
- "x": -12.593018,
- "y": 6.1060333
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -260.95163,
- "y": 6.897745,
- "z": 197.36272
- },
- "xzPoints": [
- {
- "x": -18.309021,
- "y": -70.91885
- },
- {
- "x": -0.16113281,
- "y": -58.995285
- },
- {
- "x": 11.229752,
- "y": -23.741013
- },
- {
- "x": 11.093506,
- "y": 7.3750305
- },
- {
- "x": -13.300659,
- "y": 6.8598785
- },
- {
- "x": -31.46994,
- "y": -0.63708496
- },
- {
- "x": -44.84253,
- "y": -17.723724
- },
- {
- "x": -48.2088,
- "y": -40.351883
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.033187,
- "originPos": {
- "x": -301.5426,
- "y": 6.897745,
- "z": 197.31723
- },
- "xzPoints": [
- {
- "x": -45.049774,
- "y": -28.251175
- },
- {
- "x": -25.033966,
- "y": -45.02928
- },
- {
- "x": -4.64917,
- "y": -42.96512
- },
- {
- "x": 1.9705505,
- "y": -15.136261
- },
- {
- "x": 0.6843872,
- "y": 0.1378479
- },
- {
- "x": -23.646729,
- "y": 17.575012
- },
- {
- "x": -43.300446,
- "y": 4.066269
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.058182,
- "originPos": {
- "x": -274.50708,
- "y": -1.3026304,
- "z": 139.65137
- },
- "xzPoints": [
- {
- "x": 2.953003,
- "y": -44.51069
- },
- {
- "x": 60.78,
- "y": -46.32453
- },
- {
- "x": 77.82449,
- "y": -34.719
- },
- {
- "x": 79.80789,
- "y": -11.5802765
- },
- {
- "x": 63.411148,
- "y": -2.5191956
- },
- {
- "x": 12.76889,
- "y": 1.5111847
- },
- {
- "x": -9.619537,
- "y": -14.668907
- },
- {
- "x": -7.4566956,
- "y": -31.3068
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J",
- "Area_M",
- "Area_O",
- "Area_P"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_M",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.375954,
- "originPos": {
- "x": -316.92587,
- "y": 2.585845,
- "z": 141.95215
- },
- "xzPoints": [
- {
- "x": -1.9340515,
- "y": -63.001694
- },
- {
- "x": 43.377716,
- "y": -62.697388
- },
- {
- "x": 48.951508,
- "y": -45.155647
- },
- {
- "x": 32.23697,
- "y": -24.13668
- },
- {
- "x": 0.46691895,
- "y": -37.970062
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_L",
- "Area_N"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_N",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.690002,
- "originPos": {
- "x": -287.95126,
- "y": 2.5548782,
- "z": 72.52713
- },
- "xzPoints": [
- {
- "x": -72.26257,
- "y": -45.126205
- },
- {
- "x": -38.749847,
- "y": -56.317764
- },
- {
- "x": -5.7104187,
- "y": -44.458138
- },
- {
- "x": -3.2806091,
- "y": 3.2041473
- },
- {
- "x": -32.654266,
- "y": 24.713272
- },
- {
- "x": -59.28308,
- "y": 29.8331
- },
- {
- "x": -72.08438,
- "y": 2.8091736
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_M"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_O",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.19886,
- "originPos": {
- "x": -229.20804,
- "y": -0.7073822,
- "z": 84.60636
- },
- "xzPoints": [
- {
- "x": 18.92572,
- "y": -5.9440613
- },
- {
- "x": 63.46245,
- "y": -6.429825
- },
- {
- "x": 87.84134,
- "y": -5.4722977
- },
- {
- "x": 97.371414,
- "y": 27.89093
- },
- {
- "x": 83.441895,
- "y": 55.685005
- },
- {
- "x": 42.380005,
- "y": 66.99621
- },
- {
- "x": 13.737534,
- "y": 21.782257
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_L"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_P",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 28.257576,
- "originPos": {
- "x": -245.29611,
- "y": 1.5090208,
- "z": 59.690895
- },
- "xzPoints": [
- {
- "x": -13.930817,
- "y": -24.765244
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 30.099121,
- "y": -15.40728
- },
- {
- "x": 31.157028,
- "y": 50.08052
- },
- {
- "x": -2.1199646,
- "y": 51.60063
- },
- {
- "x": -16.93515,
- "y": 26.475769
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J",
- "Area_Q"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Q",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -185.94244,
- "y": 3.122745,
- "z": 57.419365
- },
- "xzPoints": [
- {
- "x": -35.681168,
- "y": -35.010216
- },
- {
- "x": 33.718796,
- "y": -43.93899
- },
- {
- "x": 58.754944,
- "y": 25.194984
- },
- {
- "x": -29.599457,
- "y": 25.566963
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_O"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "B1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -201.80122,
- "y": 7.3254585,
- "z": 275.38882
- },
- "startPos": {
- "x": -195.27496,
- "y": 7.3691015,
- "z": 276.45657
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "B2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -200.65778,
- "y": 1.3026676,
- "z": 257.99182
- },
- "startPos": {
- "x": -196.62224,
- "y": 7.2026668,
- "z": 258.23837
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "B3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -161.17416,
- "y": 4.169334,
- "z": 250.67136
- },
- "startPos": {
- "x": -162.07576,
- "y": 1.2026665,
- "z": 257.96054
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "B4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -159.74176,
- "y": 4.1799917,
- "z": 236.82437
- },
- "startPos": {
- "x": -159.2303,
- "y": 4.169334,
- "z": 250.18224
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "B5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -182.14464,
- "y": 10.091063,
- "z": 232.1906
- },
- "startPos": {
- "x": -180.96179,
- "y": 4.169334,
- "z": 238.83098
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "B7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -192.85535,
- "y": 11.096117,
- "z": 242.31111
- },
- "startPos": {
- "x": -192.17366,
- "y": 13.071398,
- "z": 229.69165
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "B8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -190.85938,
- "y": 11.262697,
- "z": 241.81175
- },
- "startPos": {
- "x": -187.70383,
- "y": 1.2359991,
- "z": 244.70619
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "A1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -228.30888,
- "y": 13.169334,
- "z": 233.26433
- },
- "startPos": {
- "x": -223.38988,
- "y": 7.1693335,
- "z": 239.02791
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "D1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -211.40877,
- "y": 7.1604304,
- "z": 103.60046
- },
- "startPos": {
- "x": -216.19997,
- "y": 1.4359999,
- "z": 102.009056
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "D2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -212.84062,
- "y": 4.3626666,
- "z": 125.330696
- },
- "startPos": {
- "x": -221.2278,
- "y": 1.3693333,
- "z": 123.447136
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "D3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -198.00743,
- "y": 4.2884393,
- "z": 125.08855
- },
- "startPos": {
- "x": -198.11446,
- "y": 1.374,
- "z": 115.20804
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "E1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -308.8254,
- "y": 14.336,
- "z": 81.32944
- },
- "startPos": {
- "x": -311.18634,
- "y": 4.169334,
- "z": 87.33019
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "F1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -238.91226,
- "y": 10.1511545,
- "z": 88.39122
- },
- "startPos": {
- "x": -232.0899,
- "y": 4.169334,
- "z": 90.78739
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "F2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -233.44557,
- "y": 16.069334,
- "z": 80.378624
- },
- "startPos": {
- "x": -240.58054,
- "y": 10.152992,
- "z": 88.07862
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "F3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -235.09749,
- "y": 22.036001,
- "z": 66.287186
- },
- "startPos": {
- "x": -231.30365,
- "y": 16.069334,
- "z": 80.34289
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "F4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -253.14476,
- "y": 10.136,
- "z": 56.38961
- },
- "startPos": {
- "x": -243.7738,
- "y": 12.602667,
- "z": 59.735226
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "F5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -235.42493,
- "y": 10.415921,
- "z": 51.00041
- },
- "startPos": {
- "x": -234.81607,
- "y": 4.169334,
- "z": 56.65791
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "F6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -191.81229,
- "y": 7.1790113,
- "z": 74.03686
- },
- "startPos": {
- "x": -203.74362,
- "y": 7.136,
- "z": 75.86589
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "B9",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -187.31294,
- "y": 13.080983,
- "z": 229.37488
- },
- "startPos": {
- "x": -184.13701,
- "y": 10.073514,
- "z": 230.66623
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "A_S1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -192.5685,
- "y": 7.0917826,
- "z": 289.18143
- },
- "startPos": {
- "x": -176.21931,
- "y": 1.2026663,
- "z": 299.5828
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_VolcanicMine_1_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -257.79285,
- "y": 0.98024493,
- "z": 338.28314
- },
- "xzPoints": [
- {
- "x": -18.63269,
- "y": -37.51465
- },
- {
- "x": 14.455292,
- "y": -36.611267
- },
- {
- "x": 20.327316,
- "y": 8.863617
- },
- {
- "x": -14.329041,
- "y": 5.9887085
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.404335,
- "originPos": {
- "x": -239.95343,
- "y": -2.5702448,
- "z": 310.83496
- },
- "xzPoints": [
- {
- "x": -4.4017487,
- "y": -7.081665
- },
- {
- "x": 2.6723785,
- "y": -16.238586
- },
- {
- "x": 19.87915,
- "y": -21.77713
- },
- {
- "x": 21.256302,
- "y": -9.154816
- },
- {
- "x": 16.220642,
- "y": 10.518585
- },
- {
- "x": -1.3692017,
- "y": 15.728363
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -223.5609,
- "y": -1.3780031,
- "z": 307.4887
- },
- "xzPoints": [
- {
- "x": -2.579132,
- "y": -19.087433
- },
- {
- "x": 8.452866,
- "y": -22.174927
- },
- {
- "x": 31.945251,
- "y": -11.306854
- },
- {
- "x": 39.350082,
- "y": 15.575989
- },
- {
- "x": 26.712402,
- "y": 40.603516
- },
- {
- "x": 1.6451416,
- "y": 25.973328
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.94133,
- "originPos": {
- "x": -188.1359,
- "y": -0.5550208,
- "z": 277.2603
- },
- "xzPoints": [
- {
- "x": -25.205902,
- "y": -23.426025
- },
- {
- "x": -1.2674255,
- "y": -22.85791
- },
- {
- "x": -2.2716522,
- "y": 16.055206
- },
- {
- "x": -13.947983,
- "y": 15.925934
- },
- {
- "x": -25.361694,
- "y": 9.2612915
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E",
- "Area_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 35.817245,
- "originPos": {
- "x": -172.11685,
- "y": 0.18024492,
- "z": 289.55273
- },
- "xzPoints": [
- {
- "x": -35.33966,
- "y": -63.029053
- },
- {
- "x": 30.733658,
- "y": -65.81911
- },
- {
- "x": 32.36978,
- "y": -31.866089
- },
- {
- "x": 23.928116,
- "y": -21.35614
- },
- {
- "x": -18.45285,
- "y": -21.23761
- },
- {
- "x": -43.031815,
- "y": -35.416092
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -169.5251,
- "y": 0.18024492,
- "z": 281.3819
- },
- "xzPoints": [
- {
- "x": -20.482574,
- "y": -16.22116
- },
- {
- "x": 11.195038,
- "y": -18.04309
- },
- {
- "x": 8.486542,
- "y": 42.756042
- },
- {
- "x": -9.284134,
- "y": 40.293
- },
- {
- "x": -20.521698,
- "y": 19.428772
- },
- {
- "x": -25.25563,
- "y": 9.601776
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.254257,
- "originPos": {
- "x": -264.95734,
- "y": -3.4563746,
- "z": 291.42276
- },
- "xzPoints": [
- {
- "x": -43.98517,
- "y": -45.42752
- },
- {
- "x": -3.006195,
- "y": -45.409866
- },
- {
- "x": 25.292603,
- "y": -46.156998
- },
- {
- "x": 50.22789,
- "y": -46.141327
- },
- {
- "x": 55.28026,
- "y": -39.678192
- },
- {
- "x": 54.824936,
- "y": -8.978424
- },
- {
- "x": 26.505936,
- "y": 11.473419
- },
- {
- "x": -56.58304,
- "y": 9.742706
- },
- {
- "x": -58.751556,
- "y": -29.879364
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.584976,
- "originPos": {
- "x": -257.00046,
- "y": 6.082745,
- "z": 228.8876
- },
- "xzPoints": [
- {
- "x": 6.3645477,
- "y": -28.0943
- },
- {
- "x": 41.947372,
- "y": -25.187576
- },
- {
- "x": 50.834747,
- "y": -7.3292694
- },
- {
- "x": 44.594116,
- "y": 21.486465
- },
- {
- "x": 15.214645,
- "y": 20.419403
- },
- {
- "x": 2.45253,
- "y": 13.060928
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -296.642,
- "y": 6.082745,
- "z": 222.25423
- },
- "xzPoints": [
- {
- "x": -14.9201355,
- "y": -19.467545
- },
- {
- "x": 2.2517395,
- "y": -27.274979
- },
- {
- "x": 52.50107,
- "y": -19.980576
- },
- {
- "x": 51.03604,
- "y": 22.6026
- },
- {
- "x": -5.658264,
- "y": 18.033829
- },
- {
- "x": -12.593018,
- "y": 6.1060333
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -260.95163,
- "y": 6.897745,
- "z": 197.36272
- },
- "xzPoints": [
- {
- "x": -18.309021,
- "y": -70.91885
- },
- {
- "x": -0.16113281,
- "y": -58.995285
- },
- {
- "x": 11.229752,
- "y": -23.741013
- },
- {
- "x": 11.093506,
- "y": 7.3750305
- },
- {
- "x": -13.300659,
- "y": 6.8598785
- },
- {
- "x": -31.46994,
- "y": -0.63708496
- },
- {
- "x": -44.84253,
- "y": -17.723724
- },
- {
- "x": -48.2088,
- "y": -40.351883
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_H",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.033187,
- "originPos": {
- "x": -301.5426,
- "y": 6.897745,
- "z": 197.31723
- },
- "xzPoints": [
- {
- "x": -45.049774,
- "y": -28.251175
- },
- {
- "x": -25.033966,
- "y": -45.02928
- },
- {
- "x": -4.64917,
- "y": -42.96512
- },
- {
- "x": 1.9705505,
- "y": -15.136261
- },
- {
- "x": 0.6843872,
- "y": 0.1378479
- },
- {
- "x": -23.646729,
- "y": 17.575012
- },
- {
- "x": -43.300446,
- "y": 4.066269
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.058182,
- "originPos": {
- "x": -274.50708,
- "y": -1.3026304,
- "z": 139.65137
- },
- "xzPoints": [
- {
- "x": 2.953003,
- "y": -44.51069
- },
- {
- "x": 60.78,
- "y": -46.32453
- },
- {
- "x": 77.82449,
- "y": -34.719
- },
- {
- "x": 79.80789,
- "y": -11.5802765
- },
- {
- "x": 63.411148,
- "y": -2.5191956
- },
- {
- "x": 12.76889,
- "y": 1.5111847
- },
- {
- "x": -9.619537,
- "y": -14.668907
- },
- {
- "x": -7.4566956,
- "y": -31.3068
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J",
- "Area_M",
- "Area_O",
- "Area_P"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_M",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.375954,
- "originPos": {
- "x": -316.92587,
- "y": 2.585845,
- "z": 141.95215
- },
- "xzPoints": [
- {
- "x": -1.9340515,
- "y": -63.001694
- },
- {
- "x": 43.377716,
- "y": -62.697388
- },
- {
- "x": 48.951508,
- "y": -45.155647
- },
- {
- "x": 32.23697,
- "y": -24.13668
- },
- {
- "x": 0.46691895,
- "y": -37.970062
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_L",
- "Area_N"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_N",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.690002,
- "originPos": {
- "x": -287.95126,
- "y": 2.5548782,
- "z": 72.52713
- },
- "xzPoints": [
- {
- "x": -72.26257,
- "y": -45.126205
- },
- {
- "x": -38.749847,
- "y": -56.317764
- },
- {
- "x": -5.7104187,
- "y": -44.458138
- },
- {
- "x": -3.2806091,
- "y": 3.2041473
- },
- {
- "x": -32.654266,
- "y": 24.713272
- },
- {
- "x": -59.28308,
- "y": 29.8331
- },
- {
- "x": -72.08438,
- "y": 2.8091736
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_M"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_O",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.19886,
- "originPos": {
- "x": -229.20804,
- "y": -0.7073822,
- "z": 84.60636
- },
- "xzPoints": [
- {
- "x": 18.92572,
- "y": -5.9440613
- },
- {
- "x": 63.46245,
- "y": -6.429825
- },
- {
- "x": 87.84134,
- "y": -5.4722977
- },
- {
- "x": 97.371414,
- "y": 27.89093
- },
- {
- "x": 83.441895,
- "y": 55.685005
- },
- {
- "x": 42.380005,
- "y": 66.99621
- },
- {
- "x": 13.737534,
- "y": 21.782257
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_L"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_P",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 28.257576,
- "originPos": {
- "x": -245.29611,
- "y": 1.5090208,
- "z": 59.690895
- },
- "xzPoints": [
- {
- "x": -13.930817,
- "y": -24.765244
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 30.099121,
- "y": -15.40728
- },
- {
- "x": 31.157028,
- "y": 50.08052
- },
- {
- "x": -2.1199646,
- "y": 51.60063
- },
- {
- "x": -16.93515,
- "y": 26.475769
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J",
- "Area_Q"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_Q",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -185.94244,
- "y": 3.122745,
- "z": 57.419365
- },
- "xzPoints": [
- {
- "x": -35.681168,
- "y": -35.010216
- },
- {
- "x": 33.718796,
- "y": -43.93899
- },
- {
- "x": 58.754944,
- "y": 25.194984
- },
- {
- "x": -29.599457,
- "y": 25.566963
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_O"
- ],
- "priority": 0
- }
- ],
- "SceneId": 1501,
- "ScenePath": "Assets\/Scenes\/Stage_VolcanicMine\/Stage_VolcanicMine_1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_VolcanicMine_1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_VolcanicMine_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VolcanicMine_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VolcanicMine_1_2.json b/Data/_unsorted/Stage_VolcanicMine_1_2.json
index 6044ac361..1d8aff302 100644
--- a/Data/_unsorted/Stage_VolcanicMine_1_2.json
+++ b/Data/_unsorted/Stage_VolcanicMine_1_2.json
@@ -1,855 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_VolcanicMine_1_2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_VolcanicMine_1_2.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -35.712624,
- "y": 678.3236,
- "z": -4.598182
- },
- "xzPoints": [
- {
- "x": 63.5,
- "y": -95.1
- },
- {
- "x": 145.28267,
- "y": -91.7
- },
- {
- "x": 141.9,
- "y": 115.13418
- },
- {
- "x": -53.4,
- "y": 118.07488
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.2,
- "originPos": {
- "x": 28.764587,
- "y": 658.0724,
- "z": -67.31671
- },
- "xzPoints": [
- {
- "x": -4,
- "y": -1.5
- },
- {
- "x": 3.1,
- "y": -1.47
- },
- {
- "x": 3.12,
- "y": 7.24
- },
- {
- "x": -4.1,
- "y": 7.2
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": -8.401511,
- "y": 649.74774,
- "z": -71.72119
- },
- "xzPoints": [
- {
- "x": -104.8,
- "y": -42.3
- },
- {
- "x": 43.2,
- "y": -38.3
- },
- {
- "x": 42.66651,
- "y": 36.971226
- },
- {
- "x": -105.73348,
- "y": 34.16953
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.7,
- "originPos": {
- "x": -22.304731,
- "y": 628.8884,
- "z": -36.039474
- },
- "xzPoints": [
- {
- "x": -9.105104,
- "y": -1.1012993
- },
- {
- "x": 1.2710247,
- "y": -1.1764374
- },
- {
- "x": 1.1576614,
- "y": 8.203274
- },
- {
- "x": -9.105108,
- "y": 8.259636
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 35,
- "originPos": {
- "x": -41.449577,
- "y": 603.691,
- "z": -11.151284
- },
- "xzPoints": [
- {
- "x": -75.81276,
- "y": -29.6786
- },
- {
- "x": 70.90993,
- "y": -31.612545
- },
- {
- "x": 71.02382,
- "y": 50.034794
- },
- {
- "x": -75.12643,
- "y": 49.47663
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 400,
- "originPos": {
- "x": 72.50102,
- "y": -226.8706,
- "z": -158.92088
- },
- "xzPoints": [
- {
- "x": -504.63165,
- "y": -550.6498
- },
- {
- "x": 107.553925,
- "y": -283.16296
- },
- {
- "x": 86.2063,
- "y": 268.83517
- },
- {
- "x": -461.7221,
- "y": 285.66122
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 54.26612,
- "y": 679.4046,
- "z": -26.533691
- },
- "startPos": {
- "x": 50.33324,
- "y": 685.3707,
- "z": -32.141495
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 22.982458,
- "y": 658.4707,
- "z": -64.9556
- },
- "startPos": {
- "x": 31.689674,
- "y": 682.03735,
- "z": -64.61889
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -27.126814,
- "y": 651.3433,
- "z": -62.20769
- },
- "startPos": {
- "x": -30.286772,
- "y": 658.57074,
- "z": -59.936
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -30.214848,
- "y": 629.7497,
- "z": -31.624617
- },
- "startPos": {
- "x": -26.710443,
- "y": 658.57074,
- "z": -37.112118
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -75.29526,
- "y": 623.6016,
- "z": -31.935658
- },
- "startPos": {
- "x": -75.14251,
- "y": 629.804,
- "z": -33.193493
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -4.0886517,
- "y": 35.739246,
- "z": -1.1823759
- },
- "startPos": {
- "x": 15.258085,
- "y": 610.4707,
- "z": 5.695897
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -61.99923,
- "y": 18.967041,
- "z": -10.94408
- },
- "startPos": {
- "x": -70.40812,
- "y": 31.742214,
- "z": 53.788544
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 27.21214,
- "y": 693.02167,
- "z": -2.254681
- },
- "startPos": {
- "x": 29.819286,
- "y": 686.02167,
- "z": 5.5468245
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- "Zhenzhen"
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 30.598282,
- "y": 686.055,
- "z": -12.091309
- },
- "startPos": {
- "x": 27.999714,
- "y": 693.02167,
- "z": -3.0357385
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 52.46217,
- "y": 679.41034,
- "z": -28.534662
- },
- "startPos": {
- "x": 48.141705,
- "y": 682.4324,
- "z": -28.599796
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -31.656313,
- "y": 651.3433,
- "z": -60.90327
- },
- "startPos": {
- "x": -31.615767,
- "y": 658.57074,
- "z": -60.336067
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_VolcanicMine_1_2.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": -35.712624,
- "y": 678.3236,
- "z": -4.598182
- },
- "xzPoints": [
- {
- "x": 63.5,
- "y": -95.1
- },
- {
- "x": 145.28267,
- "y": -91.7
- },
- {
- "x": 141.9,
- "y": 115.13418
- },
- {
- "x": -53.4,
- "y": 118.07488
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.2,
- "originPos": {
- "x": 28.764587,
- "y": 658.0724,
- "z": -67.31671
- },
- "xzPoints": [
- {
- "x": -4,
- "y": -1.5
- },
- {
- "x": 3.1,
- "y": -1.47
- },
- {
- "x": 3.12,
- "y": 7.24
- },
- {
- "x": -4.1,
- "y": 7.2
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": -8.401511,
- "y": 649.74774,
- "z": -71.72119
- },
- "xzPoints": [
- {
- "x": -104.8,
- "y": -42.3
- },
- {
- "x": 43.2,
- "y": -38.3
- },
- {
- "x": 42.66651,
- "y": 36.971226
- },
- {
- "x": -105.73348,
- "y": 34.16953
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.7,
- "originPos": {
- "x": -22.304731,
- "y": 628.8884,
- "z": -36.039474
- },
- "xzPoints": [
- {
- "x": -9.105104,
- "y": -1.1012993
- },
- {
- "x": 1.2710247,
- "y": -1.1764374
- },
- {
- "x": 1.1576614,
- "y": 8.203274
- },
- {
- "x": -9.105108,
- "y": 8.259636
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 35,
- "originPos": {
- "x": -41.449577,
- "y": 603.691,
- "z": -11.151284
- },
- "xzPoints": [
- {
- "x": -75.81276,
- "y": -29.6786
- },
- {
- "x": 70.90993,
- "y": -31.612545
- },
- {
- "x": 71.02382,
- "y": 50.034794
- },
- {
- "x": -75.12643,
- "y": 49.47663
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 400,
- "originPos": {
- "x": 72.50102,
- "y": -226.8706,
- "z": -158.92088
- },
- "xzPoints": [
- {
- "x": -504.63165,
- "y": -550.6498
- },
- {
- "x": 107.553925,
- "y": -283.16296
- },
- {
- "x": 86.2063,
- "y": 268.83517
- },
- {
- "x": -461.7221,
- "y": 285.66122
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E"
- ],
- "priority": 0
- }
- ],
- "SceneId": 1502,
- "ScenePath": "Assets\/Scenes\/Stage_VolcanicMine\/Stage_VolcanicMine_1_2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_VolcanicMine_1_2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_VolcanicMine_1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VolcanicMine_1_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VolcanicMine_1_3.json b/Data/_unsorted/Stage_VolcanicMine_1_3.json
index a33d3eaaf..5b1aac5f0 100644
--- a/Data/_unsorted/Stage_VolcanicMine_1_3.json
+++ b/Data/_unsorted/Stage_VolcanicMine_1_3.json
@@ -1,9 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "ViewObject": {
- "$type": "ConfigViewObject",
- "Traits": [
- ],
- "ViewObjectID": 0
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VolcanicMine_1_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VolcanicMine_1_6.json b/Data/_unsorted/Stage_VolcanicMine_1_6.json
index 31469e1ec..1bfded71d 100644
--- a/Data/_unsorted/Stage_VolcanicMine_1_6.json
+++ b/Data/_unsorted/Stage_VolcanicMine_1_6.json
@@ -1,243 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_VolcanicMine_1_6.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_VolcanicMine_1_6.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 164.92279,
- "originPos": {
- "x": 134.02045,
- "y": -1,
- "z": -8.592789
- },
- "xzPoints": [
- {
- "x": -134.26479,
- "y": -680.4281
- },
- {
- "x": 529.3536,
- "y": -557.0011
- },
- {
- "x": 216.5852,
- "y": 428.54443
- },
- {
- "x": -339.38907,
- "y": 284.9839
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 22.638475,
- "y": 50.89253,
- "z": 92.26113
- },
- "startPos": {
- "x": 23.206953,
- "y": 51.17961,
- "z": 81.42176
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -26.427164,
- "y": 59.04628,
- "z": -22.120148
- },
- "startPos": {
- "x": -23.23297,
- "y": 59.079613,
- "z": -22.309658
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 0.57181835,
- "y": 59.612946,
- "z": 47.183754
- },
- "startPos": {
- "x": -2.1931686,
- "y": 59.56434,
- "z": 47.537014
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 267.44806,
- "y": 51.426037,
- "z": -172.46329
- },
- "startPos": {
- "x": 272.3848,
- "y": 51.34673,
- "z": -171.84035
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 269.6806,
- "y": 61.062546,
- "z": -246.62633
- },
- "startPos": {
- "x": 265.6966,
- "y": 61.14489,
- "z": -245.65549
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 288.41537,
- "y": 60.979614,
- "z": -265.8373
- },
- "startPos": {
- "x": 289.0335,
- "y": 61.012947,
- "z": -257.54318
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_VolcanicMine_1_6.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "AreaA",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 164.92279,
- "originPos": {
- "x": 134.02045,
- "y": -1,
- "z": -8.592789
- },
- "xzPoints": [
- {
- "x": -134.26479,
- "y": -680.4281
- },
- {
- "x": 529.3536,
- "y": -557.0011
- },
- {
- "x": 216.5852,
- "y": 428.54443
- },
- {
- "x": -339.38907,
- "y": 284.9839
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1505,
- "ScenePath": "Assets\/Scenes\/Stage_VolcanicMine\/Stage_VolcanicMine_1_6.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_VolcanicMine_1_6.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_VolcanicMine_1_6.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VolcanicMine_1_6"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_VolcanicMine_Boss_1.json b/Data/_unsorted/Stage_VolcanicMine_Boss_1.json
index 38ae9057b..f167f9b79 100644
--- a/Data/_unsorted/Stage_VolcanicMine_Boss_1.json
+++ b/Data/_unsorted/Stage_VolcanicMine_Boss_1.json
@@ -1,129 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_VolcanicMine_Boss_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_VolcanicMine_Boss_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 400,
- "originPos": {
- "x": -168.57631,
- "y": -84.8811,
- "z": -98.111305
- },
- "xzPoints": [
- {
- "x": -165.3,
- "y": -456.7
- },
- {
- "x": 309.3,
- "y": -416.1
- },
- {
- "x": 214.7,
- "y": 106.03398
- },
- {
- "x": -240.42265,
- "y": 67.8
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_VolcanicMine_Boss_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 400,
- "originPos": {
- "x": -168.57631,
- "y": -84.8811,
- "z": -98.111305
- },
- "xzPoints": [
- {
- "x": -165.3,
- "y": -456.7
- },
- {
- "x": 309.3,
- "y": -416.1
- },
- {
- "x": 214.7,
- "y": 106.03398
- },
- {
- "x": -240.42265,
- "y": 67.8
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1506,
- "ScenePath": "Assets\/Scenes\/Stage_VolcanicMine\/Stage_VolcanicMine_Boss_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_VolcanicMine_Boss_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_VolcanicMine_Boss_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_VolcanicMine_Boss_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Whitfield_1_1.json b/Data/_unsorted/Stage_Whitfield_1_1.json
index 74a073bf6..54adf68df 100644
--- a/Data/_unsorted/Stage_Whitfield_1_1.json
+++ b/Data/_unsorted/Stage_Whitfield_1_1.json
@@ -1,169 +1,8 @@
{
- "$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",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.957794,
- "originPos": {
- "x": 3.3068485,
- "y": -1,
- "z": -26.396965
- },
- "xzPoints": [
- {
- "x": -53.643593,
- "y": -78.59639
- },
- {
- "x": 70.482735,
- "y": -78.77507
- },
- {
- "x": 57.350616,
- "y": 27.034317
- },
- {
- "x": 55.016716,
- "y": 136.249
- },
- {
- "x": -62.254623,
- "y": 105.50116
- },
- {
- "x": -82.65126,
- "y": 84.09981
- },
- {
- "x": -65.499146,
- "y": 42.001266
- },
- {
- "x": -94.21181,
- "y": 35.06711
- },
- {
- "x": -79.40902,
- "y": -55.756836
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Whitfield_1_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.957794,
- "originPos": {
- "x": 3.3068485,
- "y": -1,
- "z": -26.396965
- },
- "xzPoints": [
- {
- "x": -53.643593,
- "y": -78.59639
- },
- {
- "x": 70.482735,
- "y": -78.77507
- },
- {
- "x": 57.350616,
- "y": 27.034317
- },
- {
- "x": 55.016716,
- "y": 136.249
- },
- {
- "x": -62.254623,
- "y": 105.50116
- },
- {
- "x": -82.65126,
- "y": 84.09981
- },
- {
- "x": -65.499146,
- "y": 42.001266
- },
- {
- "x": -94.21181,
- "y": 35.06711
- },
- {
- "x": -79.40902,
- "y": -55.756836
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 6101,
- "ScenePath": "Assets\/Scenes\/Stage_Whitfield\/Stage_Whitfield_1_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Whitfield_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Whitfield_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Wilderness_1_1.json b/Data/_unsorted/Stage_Wilderness_1_1.json
index ebaa3dcd8..b8b11c806 100644
--- a/Data/_unsorted/Stage_Wilderness_1_1.json
+++ b/Data/_unsorted/Stage_Wilderness_1_1.json
@@ -1,1357 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Wilderness_1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Wilderness_1_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.815613,
- "originPos": {
- "x": -146.48473,
- "y": 8.515255,
- "z": 28.759016
- },
- "xzPoints": [
- {
- "x": 5.6678925,
- "y": -50.73314
- },
- {
- "x": 23.411346,
- "y": -38.74197
- },
- {
- "x": 11.133102,
- "y": 2.7963428
- },
- {
- "x": -13.024582,
- "y": 55.50994
- },
- {
- "x": -49.36519,
- "y": 77.53436
- },
- {
- "x": -73.1387,
- "y": 70.05311
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.063026,
- "originPos": {
- "x": -115.14657,
- "y": 7.255,
- "z": 19.736748
- },
- "xzPoints": [
- {
- "x": -8.511879,
- "y": -29.462399
- },
- {
- "x": 11.793854,
- "y": -62.00296
- },
- {
- "x": 50.99363,
- "y": -40.418182
- },
- {
- "x": 68.00699,
- "y": 27.707878
- },
- {
- "x": 37.32721,
- "y": 89.75019
- },
- {
- "x": -23.06755,
- "y": 75.976875
- },
- {
- "x": -15.154884,
- "y": -6.906783
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.392521,
- "originPos": {
- "x": -14.630606,
- "y": 16.77455,
- "z": -41.453354
- },
- "xzPoints": [
- {
- "x": -28.86143,
- "y": -35.093475
- },
- {
- "x": 59.215508,
- "y": -82.45393
- },
- {
- "x": 75.066414,
- "y": -48.146698
- },
- {
- "x": 2.7385635,
- "y": 74.745056
- },
- {
- "x": -35.67292,
- "y": 80.55168
- },
- {
- "x": -48.961884,
- "y": 28.016945
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.385635,
- "originPos": {
- "x": 66.15594,
- "y": 22.12284,
- "z": -125.79148
- },
- "xzPoints": [
- {
- "x": 28.238586,
- "y": -21.762245
- },
- {
- "x": 46.6951,
- "y": 55.71031
- },
- {
- "x": 25.037506,
- "y": 56.09777
- },
- {
- "x": -16.890965,
- "y": 13.902008
- },
- {
- "x": -21.27974,
- "y": 4.235718
- },
- {
- "x": -8.22831,
- "y": -9.285164
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.414841,
- "originPos": {
- "x": 95.95708,
- "y": 40.15233,
- "z": -49.840904
- },
- "xzPoints": [
- {
- "x": -6.3785477,
- "y": -20.319717
- },
- {
- "x": 19.644768,
- "y": -20.371437
- },
- {
- "x": 17.562386,
- "y": 34.449917
- },
- {
- "x": 13.937599,
- "y": 67.02889
- },
- {
- "x": -9.16774,
- "y": 67.426254
- },
- {
- "x": -10.937187,
- "y": -2.856079
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.388092,
- "originPos": {
- "x": 49.9684,
- "y": 32.332924,
- "z": 28.085836
- },
- "xzPoints": [
- {
- "x": -50.694798,
- "y": 2.0855427
- },
- {
- "x": -8.139763,
- "y": -10.746981
- },
- {
- "x": 109.18956,
- "y": -11.596996
- },
- {
- "x": 112.62561,
- "y": 56.84214
- },
- {
- "x": 5.165184,
- "y": 65.7149
- },
- {
- "x": -48.320198,
- "y": 52.68273
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_H",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.860558,
- "originPos": {
- "x": -15.68412,
- "y": 34.57074,
- "z": 68.74713
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 16.751104,
- "y": -13.239006
- },
- {
- "x": 17.237875,
- "y": 23.861908
- },
- {
- "x": -25,
- "y": 25
- },
- {
- "x": -45.56354,
- "y": -17.393322
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.687439,
- "originPos": {
- "x": 43.127,
- "y": 26.267815,
- "z": -19.90406
- },
- "xzPoints": [
- {
- "x": -41.467834,
- "y": -5.9676495
- },
- {
- "x": 2.574604,
- "y": -21.21239
- },
- {
- "x": 16.035843,
- "y": 6.807061
- },
- {
- "x": 16.228653,
- "y": 37.222954
- },
- {
- "x": -28.60968,
- "y": 39.34012
- },
- {
- "x": -46.627056,
- "y": 33.12301
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.00557,
- "originPos": {
- "x": 116.559204,
- "y": 44.96,
- "z": -22.469597
- },
- "xzPoints": [
- {
- "x": -2.924446,
- "y": -1.9471092
- },
- {
- "x": 2.721527,
- "y": -2.595684
- },
- {
- "x": 2.7235794,
- "y": 4.4820366
- },
- {
- "x": -2.98777,
- "y": 3.7380905
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.936966,
- "originPos": {
- "x": 101.964096,
- "y": 66.21857,
- "z": -46.997787
- },
- "xzPoints": [
- {
- "x": 41.46808,
- "y": -151.80768
- },
- {
- "x": 57.471436,
- "y": -151.86288
- },
- {
- "x": 67.276726,
- "y": -63.474754
- },
- {
- "x": 65.39734,
- "y": 34.220844
- },
- {
- "x": 19.95768,
- "y": 31.805878
- },
- {
- "x": -26.35981,
- "y": 14.693623
- },
- {
- "x": -27.214134,
- "y": -3.9592056
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.158264,
- "originPos": {
- "x": 157.22064,
- "y": 66.9783,
- "z": 7.3508368
- },
- "xzPoints": [
- {
- "x": -11.11908,
- "y": -21.85808
- },
- {
- "x": 9.118576,
- "y": -22.136799
- },
- {
- "x": 22.22496,
- "y": 36.96935
- },
- {
- "x": 4.2368774,
- "y": 48.33905
- },
- {
- "x": -14.551727,
- "y": 41.42204
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 120.9155,
- "y": 72.37614,
- "z": -21.694628
- },
- "startPos": {
- "x": 112.7922,
- "y": 45.176132,
- "z": -21.731117
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 15.802649,
- "y": 18.771461,
- "z": -83.22499
- },
- "startPos": {
- "x": 6.4533796,
- "y": 18.799057,
- "z": -71.66909
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Wilderness_1_1.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.815613,
- "originPos": {
- "x": -146.48473,
- "y": 8.515255,
- "z": 28.759016
- },
- "xzPoints": [
- {
- "x": 5.6678925,
- "y": -50.73314
- },
- {
- "x": 23.411346,
- "y": -38.74197
- },
- {
- "x": 11.133102,
- "y": 2.7963428
- },
- {
- "x": -13.024582,
- "y": 55.50994
- },
- {
- "x": -49.36519,
- "y": 77.53436
- },
- {
- "x": -73.1387,
- "y": 70.05311
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 21.063026,
- "originPos": {
- "x": -115.14657,
- "y": 7.255,
- "z": 19.736748
- },
- "xzPoints": [
- {
- "x": -8.511879,
- "y": -29.462399
- },
- {
- "x": 11.793854,
- "y": -62.00296
- },
- {
- "x": 50.99363,
- "y": -40.418182
- },
- {
- "x": 68.00699,
- "y": 27.707878
- },
- {
- "x": 37.32721,
- "y": 89.75019
- },
- {
- "x": -23.06755,
- "y": 75.976875
- },
- {
- "x": -15.154884,
- "y": -6.906783
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.392521,
- "originPos": {
- "x": -14.630606,
- "y": 16.77455,
- "z": -41.453354
- },
- "xzPoints": [
- {
- "x": -28.86143,
- "y": -35.093475
- },
- {
- "x": 59.215508,
- "y": -82.45393
- },
- {
- "x": 75.066414,
- "y": -48.146698
- },
- {
- "x": 2.7385635,
- "y": 74.745056
- },
- {
- "x": -35.67292,
- "y": 80.55168
- },
- {
- "x": -48.961884,
- "y": 28.016945
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 27.385635,
- "originPos": {
- "x": 66.15594,
- "y": 22.12284,
- "z": -125.79148
- },
- "xzPoints": [
- {
- "x": 28.238586,
- "y": -21.762245
- },
- {
- "x": 46.6951,
- "y": 55.71031
- },
- {
- "x": 25.037506,
- "y": 56.09777
- },
- {
- "x": -16.890965,
- "y": 13.902008
- },
- {
- "x": -21.27974,
- "y": 4.235718
- },
- {
- "x": -8.22831,
- "y": -9.285164
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.414841,
- "originPos": {
- "x": 95.95708,
- "y": 40.15233,
- "z": -49.840904
- },
- "xzPoints": [
- {
- "x": -6.3785477,
- "y": -20.319717
- },
- {
- "x": 19.644768,
- "y": -20.371437
- },
- {
- "x": 17.562386,
- "y": 34.449917
- },
- {
- "x": 13.937599,
- "y": 67.02889
- },
- {
- "x": -9.16774,
- "y": 67.426254
- },
- {
- "x": -10.937187,
- "y": -2.856079
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D",
- "Area_F",
- "Area_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.388092,
- "originPos": {
- "x": 49.9684,
- "y": 32.332924,
- "z": 28.085836
- },
- "xzPoints": [
- {
- "x": -50.694798,
- "y": 2.0855427
- },
- {
- "x": -8.139763,
- "y": -10.746981
- },
- {
- "x": 109.18956,
- "y": -11.596996
- },
- {
- "x": 112.62561,
- "y": 56.84214
- },
- {
- "x": 5.165184,
- "y": 65.7149
- },
- {
- "x": -48.320198,
- "y": 52.68273
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_G",
- "Area_H",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.860558,
- "originPos": {
- "x": -15.68412,
- "y": 34.57074,
- "z": 68.74713
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 16.751104,
- "y": -13.239006
- },
- {
- "x": 17.237875,
- "y": 23.861908
- },
- {
- "x": -25,
- "y": 25
- },
- {
- "x": -45.56354,
- "y": -17.393322
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.687439,
- "originPos": {
- "x": 43.127,
- "y": 26.267815,
- "z": -19.90406
- },
- "xzPoints": [
- {
- "x": -41.467834,
- "y": -5.9676495
- },
- {
- "x": 2.574604,
- "y": -21.21239
- },
- {
- "x": 16.035843,
- "y": 6.807061
- },
- {
- "x": 16.228653,
- "y": 37.222954
- },
- {
- "x": -28.60968,
- "y": 39.34012
- },
- {
- "x": -46.627056,
- "y": 33.12301
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.00557,
- "originPos": {
- "x": 116.559204,
- "y": 44.96,
- "z": -22.469597
- },
- "xzPoints": [
- {
- "x": -2.924446,
- "y": -1.9471092
- },
- {
- "x": 2.721527,
- "y": -2.595684
- },
- {
- "x": 2.7235794,
- "y": 4.4820366
- },
- {
- "x": -2.98777,
- "y": 3.7380905
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_E",
- "Area_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.936966,
- "originPos": {
- "x": 101.964096,
- "y": 66.21857,
- "z": -46.997787
- },
- "xzPoints": [
- {
- "x": 41.46808,
- "y": -151.80768
- },
- {
- "x": 57.471436,
- "y": -151.86288
- },
- {
- "x": 67.276726,
- "y": -63.474754
- },
- {
- "x": 65.39734,
- "y": 34.220844
- },
- {
- "x": 19.95768,
- "y": 31.805878
- },
- {
- "x": -26.35981,
- "y": 14.693623
- },
- {
- "x": -27.214134,
- "y": -3.9592056
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_I",
- "Area_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.158264,
- "originPos": {
- "x": 157.22064,
- "y": 66.9783,
- "z": 7.3508368
- },
- "xzPoints": [
- {
- "x": -11.11908,
- "y": -21.85808
- },
- {
- "x": 9.118576,
- "y": -22.136799
- },
- {
- "x": 22.22496,
- "y": 36.96935
- },
- {
- "x": 4.2368774,
- "y": 48.33905
- },
- {
- "x": -14.551727,
- "y": 41.42204
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_J"
- ],
- "priority": 0
- }
- ],
- "SceneId": 1401,
- "ScenePath": "Assets\/Scenes\/Stage_Wilderness\/Stage_Wilderness_1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Wilderness_1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Wilderness_1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Wilderness_1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Wilderness_1_2.json b/Data/_unsorted/Stage_Wilderness_1_2.json
index 5dbd22565..c9342cc35 100644
--- a/Data/_unsorted/Stage_Wilderness_1_2.json
+++ b/Data/_unsorted/Stage_Wilderness_1_2.json
@@ -1,367 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Wilderness_1_2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Wilderness_1_2.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 30.46288,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -25.430553,
- "y": 65.5,
- "z": 92.37444
- },
- "xzPoints": [
- {
- "x": -35.894066,
- "y": -138.40904
- },
- {
- "x": 87.71798,
- "y": -135.85529
- },
- {
- "x": 92.32622,
- "y": 63.246006
- },
- {
- "x": 50.0708,
- "y": 67.077805
- },
- {
- "x": 50.7186,
- "y": 120.169876
- },
- {
- "x": -4.669759,
- "y": 115.080864
- },
- {
- "x": -19.6082,
- "y": 66.0496
- },
- {
- "x": -52.255512,
- "y": 31.189873
- },
- {
- "x": -74.98982,
- "y": -62.904594
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 44.75196,
- "originPos": {
- "x": 40.97172,
- "y": 49.709106,
- "z": 54.676525
- },
- "xzPoints": [
- {
- "x": -36.48667,
- "y": -85.30893
- },
- {
- "x": 108.68004,
- "y": -174.57669
- },
- {
- "x": 139.1071,
- "y": -108.71737
- },
- {
- "x": 41.688343,
- "y": 36.400692
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 125.8361,
- "y": 52.82,
- "z": -356.25278
- },
- "xzPoints": [
- {
- "x": -13.208603,
- "y": -7.8546143
- },
- {
- "x": 16.71067,
- "y": -9.12442
- },
- {
- "x": 16.335655,
- "y": 22.6427
- },
- {
- "x": -15.51387,
- "y": 22.220947
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Wilderness_1_2.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 30.46288,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -25.430553,
- "y": 65.5,
- "z": 92.37444
- },
- "xzPoints": [
- {
- "x": -35.894066,
- "y": -138.40904
- },
- {
- "x": 87.71798,
- "y": -135.85529
- },
- {
- "x": 92.32622,
- "y": 63.246006
- },
- {
- "x": 50.0708,
- "y": 67.077805
- },
- {
- "x": 50.7186,
- "y": 120.169876
- },
- {
- "x": -4.669759,
- "y": 115.080864
- },
- {
- "x": -19.6082,
- "y": 66.0496
- },
- {
- "x": -52.255512,
- "y": 31.189873
- },
- {
- "x": -74.98982,
- "y": -62.904594
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 44.75196,
- "originPos": {
- "x": 40.97172,
- "y": 49.709106,
- "z": 54.676525
- },
- "xzPoints": [
- {
- "x": -36.48667,
- "y": -85.30893
- },
- {
- "x": 108.68004,
- "y": -174.57669
- },
- {
- "x": 139.1071,
- "y": -108.71737
- },
- {
- "x": 41.688343,
- "y": 36.400692
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 125.8361,
- "y": 52.82,
- "z": -356.25278
- },
- "xzPoints": [
- {
- "x": -13.208603,
- "y": -7.8546143
- },
- {
- "x": 16.71067,
- "y": -9.12442
- },
- {
- "x": 16.335655,
- "y": 22.6427
- },
- {
- "x": -15.51387,
- "y": 22.220947
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "SceneId": 1402,
- "ScenePath": "Assets\/Scenes\/Stage_Wilderness\/Stage_Wilderness_1_2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Wilderness_1_2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Wilderness_1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Wilderness_1_2"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Wilderness_1_3.json b/Data/_unsorted/Stage_Wilderness_1_3.json
index 16aefe1f4..3e78aaab6 100644
--- a/Data/_unsorted/Stage_Wilderness_1_3.json
+++ b/Data/_unsorted/Stage_Wilderness_1_3.json
@@ -1,669 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Wilderness_1_3.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Wilderness_1_3.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.743513,
- "originPos": {
- "x": 111.29886,
- "y": 31.202421,
- "z": -66.03258
- },
- "xzPoints": [
- {
- "x": -22.533653,
- "y": -19.752083
- },
- {
- "x": 19.596786,
- "y": -20.91687
- },
- {
- "x": 31.795776,
- "y": 42.76053
- },
- {
- "x": -13.066498,
- "y": 31.363949
- },
- {
- "x": -26.139137,
- "y": -3.6919708
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.37991,
- "originPos": {
- "x": 62.519863,
- "y": 39.671787,
- "z": -49.69426
- },
- "xzPoints": [
- {
- "x": -1.3485336,
- "y": -54.507423
- },
- {
- "x": 25.542934,
- "y": -63.337173
- },
- {
- "x": 30.072552,
- "y": 36.795647
- },
- {
- "x": 9.382351,
- "y": 49.408875
- },
- {
- "x": -28.310871,
- "y": 65.97063
- },
- {
- "x": -40.99495,
- "y": 63.999332
- },
- {
- "x": -50.345833,
- "y": 3.9183655
- },
- {
- "x": -49.72085,
- "y": -12.354832
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.204605,
- "originPos": {
- "x": -31.059639,
- "y": 46.326656,
- "z": -19.441837
- },
- "xzPoints": [
- {
- "x": -47.55847,
- "y": -65.670715
- },
- {
- "x": 48.274,
- "y": -54.041515
- },
- {
- "x": 34.25868,
- "y": 52.333324
- },
- {
- "x": -48.12445,
- "y": 54.16683
- },
- {
- "x": -59.140213,
- "y": -35.281033
- },
- {
- "x": -59.32148,
- "y": -51.61948
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.037613,
- "originPos": {
- "x": -111.930855,
- "y": 56.58,
- "z": 28.920782
- },
- "xzPoints": [
- {
- "x": 23.320442,
- "y": -83.87347
- },
- {
- "x": 18.254135,
- "y": 31.360567
- },
- {
- "x": 10.86142,
- "y": 53.323654
- },
- {
- "x": -57.706886,
- "y": 85.007164
- },
- {
- "x": -83.28927,
- "y": -17.638567
- },
- {
- "x": -83.23417,
- "y": -38.68095
- },
- {
- "x": -69.76028,
- "y": -114.501144
- },
- {
- "x": -16.095589,
- "y": -126.947586
- },
- {
- "x": 23.391106,
- "y": -106.60414
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.761528,
- "originPos": {
- "x": -219.10454,
- "y": 57.2201,
- "z": -2.4071531
- },
- "xzPoints": [
- {
- "x": -2.7848969,
- "y": 38.755493
- },
- {
- "x": -35.573685,
- "y": 40.25881
- },
- {
- "x": -126.39748,
- "y": 7.5605865
- },
- {
- "x": -126.44664,
- "y": -2.3683095
- },
- {
- "x": -41.113174,
- "y": -37.441425
- },
- {
- "x": -3.6872406,
- "y": -39.42853
- },
- {
- "x": 24.424744,
- "y": -3.965475
- },
- {
- "x": 24.66536,
- "y": 7.175477
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Wilderness_1_3.bytes",
- "SceneAreas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.743513,
- "originPos": {
- "x": 111.29886,
- "y": 31.202421,
- "z": -66.03258
- },
- "xzPoints": [
- {
- "x": -22.533653,
- "y": -19.752083
- },
- {
- "x": 19.596786,
- "y": -20.91687
- },
- {
- "x": 31.795776,
- "y": 42.76053
- },
- {
- "x": -13.066498,
- "y": 31.363949
- },
- {
- "x": -26.139137,
- "y": -3.6919708
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.37991,
- "originPos": {
- "x": 62.519863,
- "y": 39.671787,
- "z": -49.69426
- },
- "xzPoints": [
- {
- "x": -1.3485336,
- "y": -54.507423
- },
- {
- "x": 25.542934,
- "y": -63.337173
- },
- {
- "x": 30.072552,
- "y": 36.795647
- },
- {
- "x": 9.382351,
- "y": 49.408875
- },
- {
- "x": -28.310871,
- "y": 65.97063
- },
- {
- "x": -40.99495,
- "y": 63.999332
- },
- {
- "x": -50.345833,
- "y": 3.9183655
- },
- {
- "x": -49.72085,
- "y": -12.354832
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_A",
- "Area_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 16.204605,
- "originPos": {
- "x": -31.059639,
- "y": 46.326656,
- "z": -19.441837
- },
- "xzPoints": [
- {
- "x": -47.55847,
- "y": -65.670715
- },
- {
- "x": 48.274,
- "y": -54.041515
- },
- {
- "x": 34.25868,
- "y": 52.333324
- },
- {
- "x": -48.12445,
- "y": 54.16683
- },
- {
- "x": -59.140213,
- "y": -35.281033
- },
- {
- "x": -59.32148,
- "y": -51.61948
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_B",
- "Area_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.037613,
- "originPos": {
- "x": -111.930855,
- "y": 56.58,
- "z": 28.920782
- },
- "xzPoints": [
- {
- "x": 23.320442,
- "y": -83.87347
- },
- {
- "x": 18.254135,
- "y": 31.360567
- },
- {
- "x": 10.86142,
- "y": 53.323654
- },
- {
- "x": -57.706886,
- "y": 85.007164
- },
- {
- "x": -83.28927,
- "y": -17.638567
- },
- {
- "x": -83.23417,
- "y": -38.68095
- },
- {
- "x": -69.76028,
- "y": -114.501144
- },
- {
- "x": -16.095589,
- "y": -126.947586
- },
- {
- "x": 23.391106,
- "y": -106.60414
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_C",
- "Area_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Area_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.761528,
- "originPos": {
- "x": -219.10454,
- "y": 57.2201,
- "z": -2.4071531
- },
- "xzPoints": [
- {
- "x": -2.7848969,
- "y": 38.755493
- },
- {
- "x": -35.573685,
- "y": 40.25881
- },
- {
- "x": -126.39748,
- "y": 7.5605865
- },
- {
- "x": -126.44664,
- "y": -2.3683095
- },
- {
- "x": -41.113174,
- "y": -37.441425
- },
- {
- "x": -3.6872406,
- "y": -39.42853
- },
- {
- "x": 24.424744,
- "y": -3.965475
- },
- {
- "x": 24.66536,
- "y": 7.175477
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_D"
- ],
- "priority": 0
- }
- ],
- "SceneId": 1403,
- "ScenePath": "Assets\/Scenes\/Stage_Wilderness\/Stage_Wilderness_1_3.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Wilderness_1_3.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Wilderness_1_3.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Wilderness_1_3"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Wilderness_Boss_1.json b/Data/_unsorted/Stage_Wilderness_Boss_1.json
index 166d919c5..e82218598 100644
--- a/Data/_unsorted/Stage_Wilderness_Boss_1.json
+++ b/Data/_unsorted/Stage_Wilderness_Boss_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Wilderness_Boss_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Wilderness_Boss_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Wilderness_Boss_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 1404,
- "ScenePath": "Assets\/Scenes\/Stage_Wilderness\/Stage_Wilderness_Boss_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Wilderness_Boss_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Wilderness_Boss_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Wilderness_Boss_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Zenkov1_1.json b/Data/_unsorted/Stage_Zenkov1_1.json
index e84120110..370566b82 100644
--- a/Data/_unsorted/Stage_Zenkov1_1.json
+++ b/Data/_unsorted/Stage_Zenkov1_1.json
@@ -1,4495 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Zenkov1_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Zenkov1_1.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.033306,
- "originPos": {
- "x": 227.33287,
- "y": 50.15186,
- "z": -26.573582
- },
- "xzPoints": [
- {
- "x": -80.52011,
- "y": -60.321377
- },
- {
- "x": 6.0261383,
- "y": -100.83682
- },
- {
- "x": 76.84291,
- "y": 73.66191
- },
- {
- "x": -18.929688,
- "y": 113.154785
- },
- {
- "x": -43.230225,
- "y": 60.81737
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_D",
- "Area_Wasteland_C",
- "Area_Wasteland_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 160.15724,
- "y": 55.207603,
- "z": -101.61072
- },
- "xzPoints": [
- {
- "x": -68.98546,
- "y": -101.66695
- },
- {
- "x": 10.23851,
- "y": -132.69223
- },
- {
- "x": 71.6714,
- "y": -13.3079605
- },
- {
- "x": -14.540466,
- "y": 20.570824
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_A",
- "Area_Wasteland_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11.155121,
- "originPos": {
- "x": 127.23955,
- "y": 52.640953,
- "z": -49.507767
- },
- "xzPoints": [
- {
- "x": -120.267136,
- "y": -79.94948
- },
- {
- "x": -39.037704,
- "y": -171.72726
- },
- {
- "x": 32.894867,
- "y": -6.616005
- },
- {
- "x": -59.56112,
- "y": 27.933495
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_A",
- "Area_Wasteland_B",
- "Area_Wasteland_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40.75701,
- "originPos": {
- "x": 183.92601,
- "y": 38.178497,
- "z": 61.394325
- },
- "xzPoints": [
- {
- "x": -98.9028,
- "y": -90.323494
- },
- {
- "x": -27.158157,
- "y": -123.15958
- },
- {
- "x": 25.963867,
- "y": 34.620064
- },
- {
- "x": -52.234863,
- "y": 73.20559
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_A",
- "Area_Wasteland_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 28.752413,
- "y": 51.671364,
- "z": -22.968323
- },
- "xzPoints": [
- {
- "x": 19.443819,
- "y": -12.878395
- },
- {
- "x": 48.95269,
- "y": -23.814423
- },
- {
- "x": 73.237656,
- "y": 31.325127
- },
- {
- "x": 37.925858,
- "y": 46.694477
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_C",
- "Area_Wildfire_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 24.761639,
- "y": 52.471363,
- "z": -27.041039
- },
- "xzPoints": [
- {
- "x": -59.726856,
- "y": -27.765957
- },
- {
- "x": 13.705067,
- "y": -51.992096
- },
- {
- "x": 56.373478,
- "y": 29.036083
- },
- {
- "x": -46.311214,
- "y": 44.73771
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_A",
- "Area_Wildfire_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11.203545,
- "originPos": {
- "x": 1.159153,
- "y": 64.13321,
- "z": -58.325195
- },
- "xzPoints": [
- {
- "x": -80.71869,
- "y": -98.26808
- },
- {
- "x": 10.35817,
- "y": -146.06781
- },
- {
- "x": 31.630123,
- "y": 2.7447739
- },
- {
- "x": -39.180935,
- "y": 54.68907
- },
- {
- "x": -76.83061,
- "y": -22.719398
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_B",
- "Area_Wildfire_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -85.042854,
- "y": 66.16136,
- "z": -110.63409
- },
- "xzPoints": [
- {
- "x": -29.2566,
- "y": -33.68519
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 36.97692,
- "y": 18.634163
- },
- {
- "x": -27.19963,
- "y": 24.353622
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_C",
- "Area_Wildfire_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -127.1638,
- "y": 66.16149,
- "z": -127.90387
- },
- "xzPoints": [
- {
- "x": -45.8593,
- "y": -145.78418
- },
- {
- "x": 36.890114,
- "y": -145.8172
- },
- {
- "x": 32.901222,
- "y": 79.15786
- },
- {
- "x": -37.856415,
- "y": 100.77916
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_D",
- "Area_Wildfire_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -203.73195,
- "y": 66.16149,
- "z": -157.01895
- },
- "xzPoints": [
- {
- "x": -106.08092,
- "y": -106.62387
- },
- {
- "x": 36.630707,
- "y": -94.63832
- },
- {
- "x": 39.725204,
- "y": 50.15972
- },
- {
- "x": -117.643265,
- "y": 53.702965
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_E",
- "Area_Wildfire_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.788666,
- "originPos": {
- "x": -227.97162,
- "y": 66.01149,
- "z": -60.34854
- },
- "xzPoints": [
- {
- "x": -80.951355,
- "y": -47.064995
- },
- {
- "x": 44.827347,
- "y": -50.059875
- },
- {
- "x": 48.36754,
- "y": 6.0742073
- },
- {
- "x": -57.851074,
- "y": 5.7233505
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_F",
- "Area_Wildfire_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.956337,
- "originPos": {
- "x": -190.63403,
- "y": 44.075634,
- "z": 18.599648
- },
- "xzPoints": [
- {
- "x": -81.30069,
- "y": -33.62121
- },
- {
- "x": 25.457428,
- "y": -33.412193
- },
- {
- "x": 31.2247,
- "y": 36.426968
- },
- {
- "x": -79.86063,
- "y": 34.180096
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_H",
- "Area_Factory_B",
- "Area_Factory_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4.214203,
- "originPos": {
- "x": -206.73505,
- "y": 45.011166,
- "z": 64.542
- },
- "xzPoints": [
- {
- "x": -44.944427,
- "y": -25.705841
- },
- {
- "x": 4.423233,
- "y": -23.71719
- },
- {
- "x": 2.1096954,
- "y": 39.15393
- },
- {
- "x": -42.165115,
- "y": 47.64495
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_A",
- "Area_Factory_C",
- "Area_Factory_D",
- "Area_Factory_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -176.94629,
- "y": 42.206703,
- "z": 77.45634
- },
- "xzPoints": [
- {
- "x": -27.591644,
- "y": -24.956894
- },
- {
- "x": 20.700714,
- "y": -25.532063
- },
- {
- "x": 18.77388,
- "y": 23.152992
- },
- {
- "x": -20.103256,
- "y": 21.625061
- },
- {
- "x": -28.24643,
- "y": 19.685478
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_A",
- "Area_Factory_B",
- "Area_Factory_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -222.26408,
- "y": 48.06285,
- "z": 97.038895
- },
- "xzPoints": [
- {
- "x": -22.641418,
- "y": -45.52977
- },
- {
- "x": 19.378937,
- "y": -45.651
- },
- {
- "x": 18.74704,
- "y": 7.049385
- },
- {
- "x": -25.887314,
- "y": 14.803017
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_B",
- "Area_Factory_A",
- "Area_Factory_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wildfire_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -195.82236,
- "y": 65.21149,
- "z": -43.03134
- },
- "xzPoints": [
- {
- "x": -94.0943,
- "y": -15.990326
- },
- {
- "x": 37.728058,
- "y": -17.23468
- },
- {
- "x": 29.072205,
- "y": 62.4627
- },
- {
- "x": -27.548798,
- "y": 69.62468
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wildfire_G",
- "Area_Factory_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.9165955,
- "originPos": {
- "x": -226.0472,
- "y": 44.961166,
- "z": 126.69785
- },
- "xzPoints": [
- {
- "x": -61.59807,
- "y": -41.88318
- },
- {
- "x": -21.365967,
- "y": -41.093292
- },
- {
- "x": 31.010803,
- "y": -29.206398
- },
- {
- "x": 33.113388,
- "y": 33.007393
- },
- {
- "x": -65.85405,
- "y": 31.615685
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_B",
- "Area_Factory_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 3.3707771,
- "originPos": {
- "x": -163.049,
- "y": 39.24117,
- "z": 71.548416
- },
- "xzPoints": [
- {
- "x": -13.982025,
- "y": -19.6064
- },
- {
- "x": 6.9718018,
- "y": -19.594547
- },
- {
- "x": 7.092865,
- "y": 5.6219025
- },
- {
- "x": -13.994797,
- "y": 5.4641266
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_C",
- "Area_Factory_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Factory_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.408615,
- "originPos": {
- "x": -125.18604,
- "y": 40.04117,
- "z": 72.725365
- },
- "xzPoints": [
- {
- "x": -30.95205,
- "y": -21.410149
- },
- {
- "x": 20.68039,
- "y": -22.246323
- },
- {
- "x": 21.10289,
- "y": 25.997856
- },
- {
- "x": -31.142952,
- "y": 20.679298
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_F",
- "Area_Resort_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.098976,
- "originPos": {
- "x": -98.42989,
- "y": 20.022491,
- "z": 80.48931
- },
- "xzPoints": [
- {
- "x": -6.140564,
- "y": -8.819572
- },
- {
- "x": 7.8978043,
- "y": -7.9951553
- },
- {
- "x": 10.469551,
- "y": 21.961197
- },
- {
- "x": -6.459671,
- "y": 19.92929
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Factory_G",
- "Area_Resort_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 3.006939,
- "originPos": {
- "x": -89.84515,
- "y": 19.940956,
- "z": 106.991806
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 58.5618,
- "y": -17.8835
- },
- {
- "x": 77.609985,
- "y": 64.3427
- },
- {
- "x": -30.574013,
- "y": 98.21942
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_A",
- "Area_Resort_C",
- "Area_Resort_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5.504177,
- "originPos": {
- "x": 2.2795067,
- "y": 19.940956,
- "z": 123.47837
- },
- "xzPoints": [
- {
- "x": -34.585167,
- "y": -37.370483
- },
- {
- "x": 47.488426,
- "y": -35.668716
- },
- {
- "x": 28.138271,
- "y": 44.302147
- },
- {
- "x": -18.11007,
- "y": 34.82743
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_B",
- "Area_Resort_D",
- "Area_Resort_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.141747,
- "originPos": {
- "x": 50.589798,
- "y": 19.940956,
- "z": 141.94228
- },
- "xzPoints": [
- {
- "x": -3.9008827,
- "y": -41.333694
- },
- {
- "x": 15.818779,
- "y": -43.981247
- },
- {
- "x": 38.366524,
- "y": 13.13269
- },
- {
- "x": 16.454971,
- "y": 66.15494
- },
- {
- "x": -26.640074,
- "y": 49.488953
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_E",
- "areaExcluded": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.251318,
- "originPos": {
- "x": -10.776726,
- "y": 22.040956,
- "z": 43.94122
- },
- "xzPoints": [
- {
- "x": -22.576359,
- "y": -25.48785
- },
- {
- "x": 21.480465,
- "y": -26.802708
- },
- {
- "x": 21.502106,
- "y": 10.416477
- },
- {
- "x": -23.592167,
- "y": 10.094021
- }
- ]
- }
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 3.5714626,
- "originPos": {
- "x": 2.4372692,
- "y": 22.040956,
- "z": 67.05583
- },
- "xzPoints": [
- {
- "x": -47.10647,
- "y": -20.169228
- },
- {
- "x": 7.292927,
- "y": -24.40768
- },
- {
- "x": 37.119614,
- "y": -24.661282
- },
- {
- "x": 37.778786,
- "y": 21.251602
- },
- {
- "x": -46.677544,
- "y": 22.850441
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_C",
- "Area_Resort_F",
- "Area_Resort_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -51.66191,
- "y": 23.320955,
- "z": 79.48593
- },
- "xzPoints": [
- {
- "x": -24.139122,
- "y": -32.16686
- },
- {
- "x": 8.752029,
- "y": -32.122025
- },
- {
- "x": 8.4502945,
- "y": 23.152115
- },
- {
- "x": -26.619553,
- "y": 24.549995
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_E",
- "Area_Resort_B",
- "Area_Resort_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.552015,
- "originPos": {
- "x": -55.215103,
- "y": 24.651178,
- "z": 38.16262
- },
- "xzPoints": [
- {
- "x": -12.758545,
- "y": -9.377703
- },
- {
- "x": 21.038834,
- "y": -8.67321
- },
- {
- "x": 21.051823,
- "y": 9.292091
- },
- {
- "x": -12.766403,
- "y": 8.948189
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_F",
- "Area_Resort_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -13.6828785,
- "y": 27.137413,
- "z": 46.555042
- },
- "xzPoints": [
- {
- "x": -20.747725,
- "y": -16.94472
- },
- {
- "x": 23.753366,
- "y": -17.131557
- },
- {
- "x": 23.949528,
- "y": 7.397583
- },
- {
- "x": -20.419436,
- "y": 7.4059334
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_G",
- "Area_Resort_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_I",
- "areaExcluded": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 19.336372,
- "y": 22.040956,
- "z": 42.288303
- },
- "xzPoints": [
- {
- "x": -8.718061,
- "y": 0.5803528
- },
- {
- "x": 9.453188,
- "y": 0.5971718
- },
- {
- "x": 9.701315,
- "y": 16.352322
- },
- {
- "x": -8.52356,
- "y": 16.501198
- }
- ]
- }
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5.177845,
- "originPos": {
- "x": -25.46717,
- "y": 22.180956,
- "z": 40.159447
- },
- "xzPoints": [
- {
- "x": -8.387142,
- "y": -19.379257
- },
- {
- "x": 52.823135,
- "y": -17.836416
- },
- {
- "x": 52.723858,
- "y": 14.110012
- },
- {
- "x": -8.467705,
- "y": 13.7742
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Resort_H",
- "Area_Resort_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.624376,
- "originPos": {
- "x": 112.43437,
- "y": 24.003225,
- "z": 110.292694
- },
- "xzPoints": [
- {
- "x": -55.76592,
- "y": -35.82789
- },
- {
- "x": 7.9396896,
- "y": -45.214417
- },
- {
- "x": 65.287674,
- "y": 28.7471
- },
- {
- "x": -23.961624,
- "y": 32.361237
- },
- {
- "x": -56.197735,
- "y": -13.588249
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_D",
- "Area_Wasteland_F",
- "Area_Resort_J"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 46.49217,
- "y": 25.690956,
- "z": 83.01383
- },
- "xzPoints": [
- {
- "x": -13.195538,
- "y": -14.879593
- },
- {
- "x": 9.821453,
- "y": -14.1987
- },
- {
- "x": 10.26347,
- "y": 7.327194
- },
- {
- "x": -11.241959,
- "y": 4.43396
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_E",
- "Area_Wasteland_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 43.61302,
- "y": 23.880957,
- "z": 65.10231
- },
- "xzPoints": [
- {
- "x": -3.7482605,
- "y": -12.18314
- },
- {
- "x": 12.626579,
- "y": -10.052727
- },
- {
- "x": 12.960609,
- "y": 3.9720078
- },
- {
- "x": -3.9442406,
- "y": 3.1826782
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_F",
- "Area_Wasteland_H",
- "Area_Resort_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Wasteland_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 65.523796,
- "y": 26.740955,
- "z": 66.02632
- },
- "xzPoints": [
- {
- "x": -8.797619,
- "y": -21.369816
- },
- {
- "x": 17.303307,
- "y": -19.756195
- },
- {
- "x": 24.928116,
- "y": -1.4932251
- },
- {
- "x": 7.787796,
- "y": 7.176155
- },
- {
- "x": -9.4062,
- "y": 9.699371
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ""
- ],
- "SceneNameId": "Area_Resort_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 96.08309,
- "y": 26.640957,
- "z": 159.80345
- },
- "xzPoints": [
- {
- "x": -3.4201508,
- "y": -17.77069
- },
- {
- "x": 20.125076,
- "y": -18.609726
- },
- {
- "x": -9.711525,
- "y": 70.803116
- },
- {
- "x": -26.717522,
- "y": 40.96173
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Area_Wasteland_E",
- "Area_Resort_D"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "LevelPOI.Zenkov.OuterRingWasteland",
- "AreaTagList": [
- "LevelPOI.Zenkov.OuterRingWasteland"
- ],
- "SceneNameId": "POI_Wasteland",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 76.58339,
- "originPos": {
- "x": 227.33287,
- "y": 12.451267,
- "z": -26.573582
- },
- "xzPoints": [
- {
- "x": -212.89584,
- "y": -107.59085
- },
- {
- "x": -57.020264,
- "y": -258.73727
- },
- {
- "x": 76.84291,
- "y": 73.66191
- },
- {
- "x": -84.13133,
- "y": 179.14809
- },
- {
- "x": -170.82788,
- "y": 31.882505
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_Blazewood"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "LevelPOI.Zenkov.Blazewood",
- "AreaTagList": [
- "LevelPOI.Zenkov.Blazewood"
- ],
- "SceneNameId": "POI_Blazewood",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 80.44287,
- "originPos": {
- "x": 4.4393005,
- "y": 34.614006,
- "z": -5.43705
- },
- "xzPoints": [
- {
- "x": -323.72995,
- "y": -261.26233
- },
- {
- "x": -50.62812,
- "y": -268.08948
- },
- {
- "x": 59.594093,
- "y": 1.6990652
- },
- {
- "x": -30.668678,
- "y": 21.23687
- },
- {
- "x": -317.1648,
- "y": -4.521576
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_Factory",
- "POI_Wasteland"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "LevelPOI.Zenkov.OuterRingFactory",
- "AreaTagList": [
- "LevelPOI.Zenkov.OuterRingFactory"
- ],
- "SceneNameId": "POI_Factory",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.183533,
- "originPos": {
- "x": -147.12701,
- "y": 40.04117,
- "z": 72.94047
- },
- "xzPoints": [
- {
- "x": -36.30211,
- "y": -78.52195
- },
- {
- "x": 60.274208,
- "y": -30.476059
- },
- {
- "x": 61.266144,
- "y": 21.417923
- },
- {
- "x": -42.28943,
- "y": 93.80365
- },
- {
- "x": -161.09578,
- "y": 99.17111
- },
- {
- "x": -157.92278,
- "y": -24.19381
- },
- {
- "x": -97.28075,
- "y": -79.74861
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_Blazewood",
- "POI_Resort"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "LevelPOI.Zenkov.Resort",
- "AreaTagList": [
- "LevelPOI.Zenkov.Resort"
- ],
- "SceneNameId": "POI_Resort",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.298065,
- "originPos": {
- "x": -43.915108,
- "y": 19.940956,
- "z": 109.254814
- },
- "xzPoints": [
- {
- "x": -38.075813,
- "y": -108.36069
- },
- {
- "x": 231.67795,
- "y": -98.38161
- },
- {
- "x": 157.44946,
- "y": 146.45544
- },
- {
- "x": -106.44079,
- "y": 49.745674
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_Factory"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "LevelPOI"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "IndoorOutdoor.Indoor",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Wasteland_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.542549,
- "originPos": {
- "x": 206.47284,
- "y": 54.530785,
- "z": -60.61405
- },
- "xzPoints": [
- {
- "x": -22.12912,
- "y": -30.57949
- },
- {
- "x": -7.7710266,
- "y": -37.01706
- },
- {
- "x": 17.184769,
- "y": 10.7307205
- },
- {
- "x": 0.7991791,
- "y": 18.451061
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4.3313713,
- "originPos": {
- "x": 185.74977,
- "y": 55.330784,
- "z": -73.34639
- },
- "xzPoints": [
- {
- "x": -19.20343,
- "y": -7.764496
- },
- {
- "x": 0.69947815,
- "y": -17.118301
- },
- {
- "x": 5.554367,
- "y": -5.012207
- },
- {
- "x": -13.833176,
- "y": 4.2307053
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.271214,
- "originPos": {
- "x": 188.94427,
- "y": 54.560955,
- "z": -83.119736
- },
- "xzPoints": [
- {
- "x": -11.989319,
- "y": -4.9634323
- },
- {
- "x": 12.16481,
- "y": -16.276703
- },
- {
- "x": 19.59938,
- "y": 1.4109039
- },
- {
- "x": -3.759552,
- "y": 13.093864
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "IndoorOutdoor.Indoor",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Wasteland_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 99.631966,
- "y": 51.760956,
- "z": -90.20595
- },
- "xzPoints": [
- {
- "x": -21.69664,
- "y": -4.576523
- },
- {
- "x": 7.271492,
- "y": -18.494934
- },
- {
- "x": 17.672089,
- "y": 2.9148026
- },
- {
- "x": -10.812408,
- "y": 16.443222
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 90.62673,
- "y": 51.760956,
- "z": -86.28696
- },
- "xzPoints": [
- {
- "x": -26.168427,
- "y": -1.698822
- },
- {
- "x": 30.687492,
- "y": -28.702644
- },
- {
- "x": 37.00049,
- "y": -15.7022705
- },
- {
- "x": -19.800957,
- "y": 11.768517
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Factory_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.81292,
- "originPos": {
- "x": -223.33588,
- "y": 45.011166,
- "z": 82.39871
- },
- "xzPoints": [
- {
- "x": -22.249542,
- "y": -3.0375748
- },
- {
- "x": -6.2487183,
- "y": -3.1547546
- },
- {
- "x": -5.3842773,
- "y": 11.177727
- },
- {
- "x": -23.924805,
- "y": 17.198296
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10.986862,
- "originPos": {
- "x": -220.3202,
- "y": 45.011166,
- "z": 82.39853
- },
- "xzPoints": [
- {
- "x": 5.657669,
- "y": 10.712006
- },
- {
- "x": 16.52887,
- "y": 10.399467
- },
- {
- "x": 15.763382,
- "y": 21.361214
- },
- {
- "x": 5.403076,
- "y": 21.474716
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 12.397507,
- "originPos": {
- "x": -223.27745,
- "y": 45.011166,
- "z": 78.34181
- },
- "xzPoints": [
- {
- "x": -24.19542,
- "y": 15.310616
- },
- {
- "x": -14.445328,
- "y": 16.04084
- },
- {
- "x": -14.43367,
- "y": 31.26632
- },
- {
- "x": -24.321365,
- "y": 31.332275
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 14.963978,
- "originPos": {
- "x": -210.81912,
- "y": 45.003452,
- "z": 60.119854
- },
- "xzPoints": [
- {
- "x": -2.0032501,
- "y": -7.865116
- },
- {
- "x": 7.2758484,
- "y": -7.999527
- },
- {
- "x": 7.2059937,
- "y": 11.374607
- },
- {
- "x": -2.0341644,
- "y": 11.476688
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4.61277,
- "originPos": {
- "x": -152.88628,
- "y": 40.11597,
- "z": 70.437996
- },
- "xzPoints": [
- {
- "x": -24.175537,
- "y": -19.455956
- },
- {
- "x": -2.5939941,
- "y": -18.555782
- },
- {
- "x": -3.1746063,
- "y": 6.5954437
- },
- {
- "x": -24.128021,
- "y": 6.460556
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Resort_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 18.853651,
- "originPos": {
- "x": -10.945589,
- "y": 22.200956,
- "z": 42.047054
- },
- "xzPoints": [
- {
- "x": -23.800325,
- "y": -18.43934
- },
- {
- "x": 20.796936,
- "y": -25.084055
- },
- {
- "x": 21.689938,
- "y": 12.081398
- },
- {
- "x": -23.874884,
- "y": 12.356388
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 19.463873,
- "originPos": {
- "x": 18.664112,
- "y": 22.200956,
- "z": 32.668015
- },
- "xzPoints": [
- {
- "x": -8.389845,
- "y": -9.669815
- },
- {
- "x": 8.5238495,
- "y": -9.498112
- },
- {
- "x": 8.490519,
- "y": 10.5133095
- },
- {
- "x": -7.7250576,
- "y": 10.282852
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 13.15007,
- "originPos": {
- "x": -56.059982,
- "y": 24.86118,
- "z": 35.81533
- },
- "xzPoints": [
- {
- "x": -12.794205,
- "y": -8.868349
- },
- {
- "x": 23.174446,
- "y": -10.017172
- },
- {
- "x": 21.960022,
- "y": 11.852901
- },
- {
- "x": -13.177414,
- "y": 11.70541
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.7333355,
- "originPos": {
- "x": -61.555424,
- "y": 23.360956,
- "z": 55.789494
- },
- "xzPoints": [
- {
- "x": -15.929668,
- "y": -21.821789
- },
- {
- "x": 12.036598,
- "y": -8.640999
- },
- {
- "x": 12.059803,
- "y": 12.052151
- },
- {
- "x": -10.799931,
- "y": 11.149204
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Wasteland_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 81.09247,
- "y": 52.581364,
- "z": -20.033968
- },
- "xzPoints": [
- {
- "x": -10.362183,
- "y": -2.2036858
- },
- {
- "x": 5.2132034,
- "y": -10.294857
- },
- {
- "x": 17.841843,
- "y": 26.171505
- },
- {
- "x": 4.359741,
- "y": 31.548676
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 71.2156,
- "y": 53.66136,
- "z": 0.257653
- },
- "xzPoints": [
- {
- "x": -13.518295,
- "y": -4.2115893
- },
- {
- "x": 5.400963,
- "y": -12.397411
- },
- {
- "x": 15.162193,
- "y": 11.429109
- },
- {
- "x": -3.215805,
- "y": 18.834314
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Blazewood_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -27.788197,
- "y": 66.01136,
- "z": -88.99579
- },
- "xzPoints": [
- {
- "x": -18.661667,
- "y": -9.507759
- },
- {
- "x": -6.75243,
- "y": -15.836433
- },
- {
- "x": -1.4991798,
- "y": -4.6290894
- },
- {
- "x": -13.719246,
- "y": 1.1478729
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Blazewood_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -135.87543,
- "y": 66.60122,
- "z": -156.836
- },
- "xzPoints": [
- {
- "x": -10.179184,
- "y": -6.446701
- },
- {
- "x": 5.9288177,
- "y": -9.520813
- },
- {
- "x": 6.1952972,
- "y": 0.6742096
- },
- {
- "x": -10.184525,
- "y": 0.67526245
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -135.03441,
- "y": 65.797134,
- "z": -165.53218
- },
- "xzPoints": [
- {
- "x": -12.893616,
- "y": -13.092056
- },
- {
- "x": 7.3210144,
- "y": -13.075546
- },
- {
- "x": 7.3940735,
- "y": 3.2900696
- },
- {
- "x": -13.003464,
- "y": 3.3840637
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -150.4503,
- "y": 65.80072,
- "z": -165.57101
- },
- "xzPoints": [
- {
- "x": -9.79332,
- "y": -4.9079437
- },
- {
- "x": 3.0078125,
- "y": -4.9433594
- },
- {
- "x": 3.536728,
- "y": 3.1652985
- },
- {
- "x": -10.00528,
- "y": 3.178009
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Blazewood_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15.574371,
- "originPos": {
- "x": -181.48405,
- "y": 66.01149,
- "z": -140.50345
- },
- "xzPoints": [
- {
- "x": -3.3950653,
- "y": -10.745453
- },
- {
- "x": 4.7268677,
- "y": -10.6623535
- },
- {
- "x": 4.624466,
- "y": 13.048721
- },
- {
- "x": -3.170288,
- "y": 13.035515
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 11.479637,
- "originPos": {
- "x": -203.85854,
- "y": 66.01149,
- "z": -133.88014
- },
- "xzPoints": [
- {
- "x": -5.861328,
- "y": -17.379608
- },
- {
- "x": 4.404297,
- "y": -17.340256
- },
- {
- "x": 4.46669,
- "y": 3.0459137
- },
- {
- "x": -5.910507,
- "y": 2.8631134
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4.6861496,
- "originPos": {
- "x": -196.0734,
- "y": 66.01149,
- "z": -140.58235
- },
- "xzPoints": [
- {
- "x": -5.221176,
- "y": -10.884918
- },
- {
- "x": 3.1041107,
- "y": -10.570679
- },
- {
- "x": 3.292984,
- "y": 3.8670502
- },
- {
- "x": -4.9397736,
- "y": 3.9060516
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Resort_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -59.257366,
- "y": 20.030956,
- "z": 113.84775
- },
- "xzPoints": [
- {
- "x": -6.9307976,
- "y": -9.63533
- },
- {
- "x": -1.6834564,
- "y": -10.043526
- },
- {
- "x": -1.1535835,
- "y": -0.02078247
- },
- {
- "x": -6.395527,
- "y": 0.19140625
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Resort_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -32.32344,
- "y": 22.075191,
- "z": 85.97118
- },
- "xzPoints": [
- {
- "x": -5.04871,
- "y": -2.802925
- },
- {
- "x": 4.7924137,
- "y": -2.6906357
- },
- {
- "x": 4.872879,
- "y": 2.753357
- },
- {
- "x": -5.1922836,
- "y": 2.6382446
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -11.120638,
- "y": 20.030956,
- "z": 88.8793
- },
- "xzPoints": [
- {
- "x": -6.186676,
- "y": -10.929947
- },
- {
- "x": 23.21243,
- "y": -11.107712
- },
- {
- "x": 23.22633,
- "y": -3.4967422
- },
- {
- "x": -6.2152557,
- "y": -3.7979507
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 13.199795,
- "y": 20.030956,
- "z": 94.63918
- },
- "xzPoints": [
- {
- "x": -9.424295,
- "y": -18.156303
- },
- {
- "x": -4.707486,
- "y": -18.179901
- },
- {
- "x": -4.8923197,
- "y": -8.041664
- },
- {
- "x": -9.362593,
- "y": -8.053558
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 33.371265,
- "y": 23.871956,
- "z": 60.30783
- },
- "xzPoints": [
- {
- "x": 5.902191,
- "y": 1.411808
- },
- {
- "x": 23.29234,
- "y": 1.1840439
- },
- {
- "x": 23.480392,
- "y": 8.017174
- },
- {
- "x": 5.988674,
- "y": 8.322823
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 36.725822,
- "y": 23.871956,
- "z": 64.66199
- },
- "xzPoints": [
- {
- "x": -1.3293571,
- "y": 3.1731644
- },
- {
- "x": 18.828045,
- "y": 3.2704544
- },
- {
- "x": 19.558716,
- "y": 22.558487
- },
- {
- "x": -2.0042992,
- "y": 23.334557
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Narrow"
- ],
- "SceneNameId": "NarrowArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20.622074,
- "originPos": {
- "x": 41.566216,
- "y": 20.030956,
- "z": 117.37081
- },
- "xzPoints": [
- {
- "x": -0.20806122,
- "y": -21.409042
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 39.294548,
- "y": 23.182915
- },
- {
- "x": 2.3689804,
- "y": 7.0270844
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30.670662,
- "originPos": {
- "x": -98.5949,
- "y": 20.030956,
- "z": 92.11973
- },
- "xzPoints": [
- {
- "x": -2.103897,
- "y": -26.349998
- },
- {
- "x": 11.010208,
- "y": -36.089626
- },
- {
- "x": 13.63884,
- "y": 2.135498
- },
- {
- "x": -4.913147,
- "y": 3.1848068
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 39.875553,
- "originPos": {
- "x": -195.18884,
- "y": 50.263287,
- "z": 14.774966
- },
- "xzPoints": [
- {
- "x": -28.281876,
- "y": -31.367004
- },
- {
- "x": 18.705292,
- "y": -31.463547
- },
- {
- "x": 17.431976,
- "y": -9.040442
- },
- {
- "x": -21.511246,
- "y": -8.700162
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22.316296,
- "originPos": {
- "x": -4.3357725,
- "y": 52.581364,
- "z": -36.61532
- },
- "xzPoints": [
- {
- "x": -7.429866,
- "y": 1.9841309
- },
- {
- "x": 3.5214472,
- "y": -5.035408
- },
- {
- "x": 7.9093294,
- "y": -1.0867043
- },
- {
- "x": -5.3485613,
- "y": 8.762634
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -13.999641,
- "y": 20.030956,
- "z": 91.9694
- },
- "xzPoints": [
- {
- "x": -16.258457,
- "y": 4.192993
- },
- {
- "x": -4.303879,
- "y": 1.1364212
- },
- {
- "x": 2.6792116,
- "y": 37.851295
- },
- {
- "x": -7.2844887,
- "y": 39.72323
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -40.54576,
- "y": 20.030956,
- "z": 114.568756
- },
- "xzPoints": [
- {
- "x": 5.061619,
- "y": -9.929329
- },
- {
- "x": 13.159079,
- "y": -10.257576
- },
- {
- "x": 14.18791,
- "y": -2.8674927
- },
- {
- "x": 6.7132034,
- "y": -1.4178848
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -4.031685,
- "y": 20.030956,
- "z": 102.44394
- },
- "xzPoints": [
- {
- "x": -13.750141,
- "y": -0.24823761
- },
- {
- "x": -9.341856,
- "y": -1.2965927
- },
- {
- "x": -8.624697,
- "y": 1.0724869
- },
- {
- "x": -13.129446,
- "y": 2.2794342
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -29.061365,
- "y": 66.00636,
- "z": -88.87361
- },
- "xzPoints": [
- {
- "x": -7.61252,
- "y": 6.0134583
- },
- {
- "x": 4.4461,
- "y": 0.11172485
- },
- {
- "x": 10.445913,
- "y": 12.376953
- },
- {
- "x": -1.9659138,
- "y": 18.631973
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -152.94354,
- "y": 66.60072,
- "z": -166.20584
- },
- "xzPoints": [
- {
- "x": -7.5322113,
- "y": -4.4559326
- },
- {
- "x": 4.9462585,
- "y": -4.209717
- },
- {
- "x": 4.9319916,
- "y": 3.8275452
- },
- {
- "x": -7.600281,
- "y": 3.8256836
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -37.505177,
- "y": 66.00636,
- "z": -92.253044
- },
- "xzPoints": [
- {
- "x": -9.797024,
- "y": -6.375084
- },
- {
- "x": 3.556755,
- "y": -12.689285
- },
- {
- "x": 8.527895,
- "y": -1.0793533
- },
- {
- "x": -4.216095,
- "y": 4.5815887
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 36.36342,
- "originPos": {
- "x": 122.45822,
- "y": 27.520954,
- "z": 102.08847
- },
- "xzPoints": [
- {
- "x": 34.284256,
- "y": -38.762478
- },
- {
- "x": 50.452988,
- "y": -11.171257
- },
- {
- "x": -16.751976,
- "y": 24.783752
- },
- {
- "x": -30.771011,
- "y": 1.9000244
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "IndoorOutdoor"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_Factory",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 24.99221,
- "originPos": {
- "x": -189.69333,
- "y": 44.961166,
- "z": 81.21677
- },
- "xzPoints": [
- {
- "x": -97.87921,
- "y": -28.848888
- },
- {
- "x": 20.581924,
- "y": -30.674469
- },
- {
- "x": 26.38298,
- "y": 95.97308
- },
- {
- "x": -130.52872,
- "y": 85.9144
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_ResidentialArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -219.90114,
- "y": 66.01149,
- "z": -79.26965
- },
- "xzPoints": [
- {
- "x": -74.644394,
- "y": -155.35345
- },
- {
- "x": 32.40361,
- "y": -137.46237
- },
- {
- "x": 47.30771,
- "y": -30.788399
- },
- {
- "x": 45.919724,
- "y": 25.115864
- },
- {
- "x": -75.6768,
- "y": 34.682358
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_Restaurant",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -142.34895,
- "y": 66.01149,
- "z": -151.84265
- },
- "xzPoints": [
- {
- "x": -37.461456,
- "y": -73.59468
- },
- {
- "x": 41.047653,
- "y": -64.02319
- },
- {
- "x": 28.323357,
- "y": 39.315773
- },
- {
- "x": -23.61116,
- "y": 27.683289
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_OldStreet",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -16.926022,
- "y": 66.01136,
- "z": -87.16603
- },
- "xzPoints": [
- {
- "x": -63.132374,
- "y": -36.353615
- },
- {
- "x": 8.617741,
- "y": -69.22751
- },
- {
- "x": 40.70066,
- "y": 18.41169
- },
- {
- "x": 16.148746,
- "y": 48.19225
- },
- {
- "x": -31.086815,
- "y": 75.02472
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_GasStation",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 119.99182,
- "y": 52.580956,
- "z": -54.95188
- },
- "xzPoints": [
- {
- "x": -67.68274,
- "y": -41.135864
- },
- {
- "x": 3.3715057,
- "y": -75.86173
- },
- {
- "x": 36.384094,
- "y": -3.4302177
- },
- {
- "x": -29.645157,
- "y": 24.460732
- },
- {
- "x": -40.97126,
- "y": 9.637451
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_Motel",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 194.37007,
- "y": 55.450787,
- "z": -55.862328
- },
- "xzPoints": [
- {
- "x": -33.225952,
- "y": -28.50187
- },
- {
- "x": 16.18689,
- "y": -51.41275
- },
- {
- "x": 71.801926,
- "y": 45.920174
- },
- {
- "x": 20.006744,
- "y": 90.45032
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_GrandElevator",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 55.937084,
- "originPos": {
- "x": 121.57025,
- "y": 58.805367,
- "z": 28.827131
- },
- "xzPoints": [
- {
- "x": -25.037018,
- "y": -8.418282
- },
- {
- "x": 19.517319,
- "y": -20.657738
- },
- {
- "x": 28.38179,
- "y": 12.832827
- },
- {
- "x": 8.63649,
- "y": 26.176752
- },
- {
- "x": -31.41423,
- "y": 40.806885
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "Erosion.ValueType.MiddleValue",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_Ship",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 17.237865,
- "originPos": {
- "x": 0.29941177,
- "y": 20.030956,
- "z": 108.52888
- },
- "xzPoints": [
- {
- "x": 38.220104,
- "y": 40.42785
- },
- {
- "x": 76.92062,
- "y": 54.113045
- },
- {
- "x": 61.460213,
- "y": 99.32777
- },
- {
- "x": 26.382515,
- "y": 84.92109
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_Aquarium",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 6.5642185,
- "originPos": {
- "x": -28.708511,
- "y": 21.990955,
- "z": 71.05539
- },
- "xzPoints": [
- {
- "x": -46.84295,
- "y": -60.227562
- },
- {
- "x": 62.22923,
- "y": -61.990345
- },
- {
- "x": 59.694855,
- "y": 13.212303
- },
- {
- "x": 3.7899075,
- "y": 18.347977
- },
- {
- "x": -42.90275,
- "y": 18.480988
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ErosionArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Map",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 300,
- "originPos": {
- "x": -13.655653,
- "y": -1,
- "z": -11.411545
- },
- "xzPoints": [
- {
- "x": -394.4575,
- "y": -311.10266
- },
- {
- "x": 482.77597,
- "y": -354.1582
- },
- {
- "x": 352.01788,
- "y": 347.66248
- },
- {
- "x": -391.66214,
- "y": 241.07822
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200154_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 30.000002,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 173.60785,
- "y": 59.41057,
- "z": -77.477104
- },
- "xzPoints": [
- {
- "x": -8.061235,
- "y": -7.980485
- },
- {
- "x": 8.061235,
- "y": -7.980485
- },
- {
- "x": 8.061235,
- "y": 7.980485
- },
- {
- "x": -8.061235,
- "y": 7.980485
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200155_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 356.67944,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -255.61235,
- "y": 65.29265,
- "z": -186.92076
- },
- "xzPoints": [
- {
- "x": -9.774376,
- "y": -10.449369
- },
- {
- "x": 9.774376,
- "y": -10.449369
- },
- {
- "x": 9.774376,
- "y": 10.449369
- },
- {
- "x": -9.774376,
- "y": 10.449369
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200156_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 241.65079,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 27.999079,
- "y": 19.40409,
- "z": 142.63672
- },
- "xzPoints": [
- {
- "x": -9.804806,
- "y": -11.239934
- },
- {
- "x": 9.804806,
- "y": -11.239934
- },
- {
- "x": 9.804806,
- "y": 11.239934
- },
- {
- "x": -9.804806,
- "y": 11.239934
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200156_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -95.99717,
- "y": 38.969955,
- "z": 81.02002
- },
- "xzPoints": [
- {
- "x": -8.96454,
- "y": -10.4104395
- },
- {
- "x": 8.96454,
- "y": -10.4104395
- },
- {
- "x": 8.96454,
- "y": 10.4104395
- },
- {
- "x": -8.96454,
- "y": 10.4104395
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200155_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 356.67944,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -260.8125,
- "y": 65.29265,
- "z": -66.817406
- },
- "xzPoints": [
- {
- "x": -9.656122,
- "y": -10.106226
- },
- {
- "x": 9.656122,
- "y": -10.106226
- },
- {
- "x": 9.656122,
- "y": 10.106226
- },
- {
- "x": -9.656122,
- "y": 10.106226
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171200154_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 30.000002,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 92.16569,
- "y": 52.35964,
- "z": -36.330406
- },
- "xzPoints": [
- {
- "x": -8.061235,
- "y": -7.980485
- },
- {
- "x": 8.061235,
- "y": -7.980485
- },
- {
- "x": 8.061235,
- "y": 7.980485
- },
- {
- "x": -8.061235,
- "y": 7.980485
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 38.40669,
- "y": 20.232607,
- "z": 115.88396
- },
- "startPos": {
- "x": 50.03352,
- "y": 33.232605,
- "z": 115.11103
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 97.32191,
- "y": 27.404774,
- "z": 120.95614
- },
- "startPos": {
- "x": 168.25574,
- "y": 55.665955,
- "z": 77.24894
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -6.497322,
- "y": 66.232605,
- "z": -43.319077
- },
- "startPos": {
- "x": 3.511426,
- "y": 52.372284,
- "z": -31.709427
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -196.61588,
- "y": 49.795338,
- "z": 9.159011
- },
- "startPos": {
- "x": -196.54391,
- "y": 66.232605,
- "z": -19.039276
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -91.77433,
- "y": 19.868732,
- "z": 101.420944
- },
- "startPos": {
- "x": -97.17071,
- "y": 40.412407,
- "z": 87.256065
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "",
- "SceneAreas": [
- ],
- "SceneId": 1712,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_Zenkov\/Stage_Zenkov1_1.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Zenkov1_1.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Zenkov1_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Zenkov1_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stage_Zenkov1_2.json b/Data/_unsorted/Stage_Zenkov1_2.json
index 842c94014..61c15c8a6 100644
--- a/Data/_unsorted/Stage_Zenkov1_2.json
+++ b/Data/_unsorted/Stage_Zenkov1_2.json
@@ -1,4464 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Zenkov1_2.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Zenkov1_2.prefab",
- "CategoryAreaList": [
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -23.712353,
- "y": 4.4623775,
- "z": -182.0803
- },
- "xzPoints": [
- {
- "x": -26.158134,
- "y": -27.918304
- },
- {
- "x": 25.570194,
- "y": -27.2406
- },
- {
- "x": 27.41591,
- "y": 39.642944
- },
- {
- "x": -25.962292,
- "y": 23.265564
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -73.848366,
- "y": 5.908676,
- "z": -172.24794
- },
- "xzPoints": [
- {
- "x": -52.035774,
- "y": -28.15065
- },
- {
- "x": 23.931988,
- "y": -25.821945
- },
- {
- "x": 26.581078,
- "y": 24.604126
- },
- {
- "x": -50.13031,
- "y": 28.991806
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_A",
- "Sixth Street_C",
- "Sixth Street_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -148.52513,
- "y": 5.8293324,
- "z": -170.90674
- },
- "xzPoints": [
- {
- "x": -35.954773,
- "y": -8.481583
- },
- {
- "x": 27.397293,
- "y": -7.4645996
- },
- {
- "x": 25.674599,
- "y": 24.177505
- },
- {
- "x": -34.476303,
- "y": 24.88379
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_E",
- "Sixth Street_B",
- "Sixth Street_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -120.76997,
- "y": 7.29,
- "z": -125.704605
- },
- "xzPoints": [
- {
- "x": -23.264008,
- "y": -24.535706
- },
- {
- "x": -3.3530807,
- "y": -24.571045
- },
- {
- "x": -4.0426865,
- "y": 48.54769
- },
- {
- "x": -23.391373,
- "y": 48.879227
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_B",
- "Sixth Street_C",
- "Sixth Street_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -186.832,
- "y": 7.2700024,
- "z": -138.60167
- },
- "xzPoints": [
- {
- "x": -28.387817,
- "y": -24.333527
- },
- {
- "x": 14.412231,
- "y": -23.636688
- },
- {
- "x": 14.243301,
- "y": 17.828072
- },
- {
- "x": -27.922974,
- "y": 17.01593
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_C",
- "Sixth Street_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -204.9249,
- "y": 7.29,
- "z": -115.85727
- },
- "xzPoints": [
- {
- "x": -24.413559,
- "y": -8.702934
- },
- {
- "x": 23.762787,
- "y": -8.535881
- },
- {
- "x": 23.677078,
- "y": 18.567093
- },
- {
- "x": -25.337708,
- "y": 18.980637
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_E",
- "Sixth Street_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -193.1237,
- "y": 8.016394,
- "z": -72.06145
- },
- "xzPoints": [
- {
- "x": -42.38791,
- "y": -25.351616
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 24.513428,
- "y": 22.293167
- },
- {
- "x": -40.952133,
- "y": 20.972424
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_F",
- "Sixth Street_I"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -201.94157,
- "y": 13.013048,
- "z": -72.86714
- },
- "xzPoints": [
- {
- "x": -30.367935,
- "y": -18.994446
- },
- {
- "x": 33.673355,
- "y": -20.250488
- },
- {
- "x": 34.2921,
- "y": 23.075516
- },
- {
- "x": -30.309586,
- "y": 22.220047
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -188.45668,
- "y": 8.058981,
- "z": -38.145447
- },
- "xzPoints": [
- {
- "x": -27.65207,
- "y": -25.753857
- },
- {
- "x": 18.269455,
- "y": -26.244797
- },
- {
- "x": 18.711395,
- "y": 32.94786
- },
- {
- "x": -26.72696,
- "y": 32.059006
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_J",
- "Sixth Street_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_J",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -146.45863,
- "y": 7.991806,
- "z": -28.436214
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 11.991684,
- "y": -24.584026
- },
- {
- "x": 8.619217,
- "y": -14.036499
- },
- {
- "x": -4.406006,
- "y": 11.651808
- },
- {
- "x": -17.027893,
- "y": 19.533144
- },
- {
- "x": -24.704453,
- "y": 19.411896
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_I",
- "Sixth Street_R",
- "Sixth Street_M",
- "Sixth Street_K"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -146.31058,
- "y": 7.782736,
- "z": -70.11359
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 30.773079,
- "y": -23.667084
- },
- {
- "x": 39.509186,
- "y": 3.7484589
- },
- {
- "x": 30.45456,
- "y": 15.848019
- },
- {
- "x": 17.810394,
- "y": 18.27845
- },
- {
- "x": -0.60087585,
- "y": 17.843613
- },
- {
- "x": -15.263824,
- "y": 17.64066
- },
- {
- "x": -24.677658,
- "y": 14.867546
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_D",
- "Sixth Street_J",
- "Sixth Street_M"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -105.89931,
- "y": 7.33,
- "z": -38.688393
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_M",
- "Sixth Street_K",
- "Sixth Street_O",
- "Sixth Street_N"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_M",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -128.85617,
- "y": 7.7528906,
- "z": -19.268959
- },
- "xzPoints": [
- {
- "x": -24.19693,
- "y": -34.94851
- },
- {
- "x": 24.76767,
- "y": -36.917862
- },
- {
- "x": 24.998756,
- "y": 45.303947
- },
- {
- "x": -24.449646,
- "y": 46.389687
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_J",
- "Sixth Street_L",
- "Sixth Street_K",
- "Sixth Street_O"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_N",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -90.31568,
- "y": 8.090263,
- "z": -22.609257
- },
- "xzPoints": [
- {
- "x": -21.366371,
- "y": -13.274319
- },
- {
- "x": -3.472824,
- "y": -13.161961
- },
- {
- "x": -3.8894882,
- "y": 4.6248093
- },
- {
- "x": -21.35141,
- "y": 4.4963436
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_O",
- "Sixth Street_L",
- "Sixth Street_M"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_O",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -95.90757,
- "y": 7.838007,
- "z": -1.9853973
- },
- "xzPoints": [
- {
- "x": -17.4916,
- "y": -19.53036
- },
- {
- "x": 18.950043,
- "y": -20.191603
- },
- {
- "x": 19.388062,
- "y": 11.021908
- },
- {
- "x": -16.557076,
- "y": 11.3930235
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_M",
- "Sixth Street_P"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_P",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -78.14633,
- "y": 7.33,
- "z": -42.00953
- },
- "xzPoints": [
- {
- "x": -5.822563,
- "y": -25.980469
- },
- {
- "x": 15.71558,
- "y": -25.757622
- },
- {
- "x": 16.351997,
- "y": 54.566223
- },
- {
- "x": -4.584549,
- "y": 55.43458
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_O",
- "Sixth Street_L",
- "Sixth Street_Q"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_Q",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 35,
- "originPos": {
- "x": -32.73011,
- "y": 0.33105087,
- "z": -31.933144
- },
- "xzPoints": [
- {
- "x": -31.409508,
- "y": -28.913612
- },
- {
- "x": 54.193653,
- "y": -30.102028
- },
- {
- "x": 54.66642,
- "y": 40.382664
- },
- {
- "x": -31.878876,
- "y": 40.70477
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Sixth Street_P",
- "Belobog Heavy Industries_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_R",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": -199.72284,
- "y": -3.9482079,
- "z": 6.817646
- },
- "xzPoints": [
- {
- "x": -55.335342,
- "y": -17.338135
- },
- {
- "x": 22.952072,
- "y": -19.736767
- },
- {
- "x": 24.15503,
- "y": 4.0449924
- },
- {
- "x": -55.76709,
- "y": 4.566662
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Sixth Street_S",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -249.53989,
- "y": -14.98937,
- "z": -60.76396
- },
- "xzPoints": [
- {
- "x": -32.023224,
- "y": -28.503006
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25,
- "y": 25
- },
- {
- "x": -30.992401,
- "y": 25.609062
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 66.32147,
- "y": 6.110873,
- "z": 0.72468925
- },
- "xzPoints": [
- {
- "x": -47.986355,
- "y": -56.58186
- },
- {
- "x": 29.690598,
- "y": -56.931362
- },
- {
- "x": 31.013977,
- "y": 14.222441
- },
- {
- "x": -48.74813,
- "y": 14.112196
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_B",
- "Sixth Street_Q"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 48.650654,
- "y": 0.9221487,
- "z": 35.741547
- },
- "xzPoints": [
- {
- "x": -43.002678,
- "y": -26.556393
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25.100704,
- "y": 4.6402817
- },
- {
- "x": -42.403206,
- "y": 5.7038574
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 32.18,
- "originPos": {
- "x": 119.22775,
- "y": 7.241066,
- "z": -17.599049
- },
- "xzPoints": [
- {
- "x": -23.984192,
- "y": -26.897614
- },
- {
- "x": 28.119537,
- "y": -26.060822
- },
- {
- "x": 28.257584,
- "y": 31.051933
- },
- {
- "x": -24.49041,
- "y": 31.420898
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_A",
- "Belobog Heavy Industries_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 25,
- "originPos": {
- "x": 125.55731,
- "y": 13.742416,
- "z": 44.952293
- },
- "xzPoints": [
- {
- "x": -25.027184,
- "y": -32.559128
- },
- {
- "x": 24.90329,
- "y": -32.91926
- },
- {
- "x": 25.564606,
- "y": 24.007843
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_C",
- "Belobog Heavy Industries_E",
- "Belobog Heavy Industries_F"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 125.24885,
- "y": 14.473408,
- "z": 95.67664
- },
- "xzPoints": [
- {
- "x": -25.355644,
- "y": -28.946426
- },
- {
- "x": 24.976418,
- "y": -29.402351
- },
- {
- "x": 26.567024,
- "y": 54.51467
- },
- {
- "x": -22.903336,
- "y": 54.982292
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30,
- "originPos": {
- "x": 171.98035,
- "y": 10.441822,
- "z": 94.925964
- },
- "xzPoints": [
- {
- "x": -31.266022,
- "y": -26.780357
- },
- {
- "x": 36.37906,
- "y": -28.898499
- },
- {
- "x": 39.66783,
- "y": 56.79312
- },
- {
- "x": -29.171005,
- "y": 56.471786
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_D",
- "Belobog Heavy Industries_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Belobog Heavy Industries_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 198.2481,
- "y": 29.707977,
- "z": 195.86607
- },
- "xzPoints": [
- {
- "x": -18.677399,
- "y": -48.764435
- },
- {
- "x": 9.719009,
- "y": -48.51735
- },
- {
- "x": 11.5434265,
- "y": 68.15288
- },
- {
- "x": -20.17154,
- "y": 68.32445
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_D",
- "Lumina Square_A"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 168.82324,
- "y": 63.33384,
- "z": 278.3823
- },
- "xzPoints": [
- {
- "x": -24.310959,
- "y": -23.620956
- },
- {
- "x": 28.129532,
- "y": -23.020157
- },
- {
- "x": 27.975204,
- "y": 28.45343
- },
- {
- "x": -23.286896,
- "y": 28.397919
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Belobog Heavy Industries_G",
- "Lumina Square_C",
- "Lumina Square_B"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 204.61821,
- "y": 63.16896,
- "z": 288.42102
- },
- "xzPoints": [
- {
- "x": -10.085999,
- "y": -9.25531
- },
- {
- "x": 18.605469,
- "y": -9.165924
- },
- {
- "x": 18.37999,
- "y": 6.918579
- },
- {
- "x": -9.973999,
- "y": 7.4067383
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_A",
- "Lumina Square_C"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 201.80762,
- "y": 62.242912,
- "z": 319.3543
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 26.649338,
- "y": -25.178192
- },
- {
- "x": 26.968094,
- "y": 25.37561
- },
- {
- "x": -25,
- "y": 25
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_A",
- "Lumina Square_B",
- "Lumina Square_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 155.12634,
- "y": 63.060005,
- "z": 328.68628
- },
- "xzPoints": [
- {
- "x": -88.58946,
- "y": -25.036926
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25.261444,
- "y": 15.645111
- },
- {
- "x": -88.87779,
- "y": 14.168884
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_A",
- "Lumina Square_C",
- "Lumina Square_H",
- "Lumina Square_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_E",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 91.31166,
- "y": 63.094444,
- "z": 272.1189
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 17.103561,
- "y": -27.330185
- },
- {
- "x": 15.573082,
- "y": 37.289978
- },
- {
- "x": -24.20903,
- "y": 37.64514
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_H",
- "Lumina Square_D",
- "Lumina Square_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_F",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": -12.413893,
- "y": 55.327705,
- "z": 246.5116
- },
- "xzPoints": [
- {
- "x": -9.837099,
- "y": 4.8507843
- },
- {
- "x": -0.36223602,
- "y": -11.663803
- },
- {
- "x": 60.746292,
- "y": 38.121338
- },
- {
- "x": 47.67991,
- "y": 54.111633
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_G"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_G",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 42.182858,
- "y": 63.339706,
- "z": 289.49283
- },
- "xzPoints": [
- {
- "x": 8.9104805,
- "y": -26.619537
- },
- {
- "x": 26.186718,
- "y": -26.89563
- },
- {
- "x": 26.316364,
- "y": 24.766907
- },
- {
- "x": 10.882069,
- "y": 60.53476
- },
- {
- "x": -41.367764,
- "y": 62.259583
- },
- {
- "x": -41.723145,
- "y": 15.437897
- },
- {
- "x": -27.867413,
- "y": 15.40509
- },
- {
- "x": -0.103565216,
- "y": 15.737183
- },
- {
- "x": -0.20427322,
- "y": 8.514801
- },
- {
- "x": 8.646839,
- "y": -2.3858643
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_F",
- "Lumina Square_H",
- "Lumina Square_E"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_H",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 62.386253,
- "y": 63.32803,
- "z": 327.28473
- },
- "xzPoints": [
- {
- "x": -12.21817,
- "y": -24.643341
- },
- {
- "x": 24.432343,
- "y": -25.51529
- },
- {
- "x": 15.87059,
- "y": 24.8154
- },
- {
- "x": -12.865292,
- "y": 25.558197
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_I",
- "Lumina Square_G",
- "Lumina Square_D"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_I",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 55.231396,
- "y": 63.15741,
- "z": 374.90878
- },
- "xzPoints": [
- {
- "x": -37.890594,
- "y": -3.1756592
- },
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 27.291729,
- "y": -25.405853
- },
- {
- "x": 28.06036,
- "y": 18.089447
- },
- {
- "x": 39.80187,
- "y": 18.243622
- },
- {
- "x": 39.190434,
- "y": 78.994446
- },
- {
- "x": -81.075615,
- "y": 79.13556
- },
- {
- "x": -80.47251,
- "y": -0.24694824
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_H"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_J",
- "areaExcluded": [
- ],
- "areas": [
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_K",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 119.42176,
- "y": 57.792957,
- "z": 369.33185
- },
- "xzPoints": [
- {
- "x": -38.729294,
- "y": -28.894989
- },
- {
- "x": 16.426064,
- "y": -27.954742
- },
- {
- "x": 59.23678,
- "y": -25.617523
- },
- {
- "x": 58.622963,
- "y": 21.498322
- },
- {
- "x": -39.118546,
- "y": 22.323547
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_L"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "Lumina Square_L",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 15,
- "originPos": {
- "x": 119.635666,
- "y": 37.12392,
- "z": 367.40872
- },
- "xzPoints": [
- {
- "x": -34.710014,
- "y": -25.798584
- },
- {
- "x": 15.281403,
- "y": -25.419678
- },
- {
- "x": 14.699936,
- "y": 13.056976
- },
- {
- "x": -33.831055,
- "y": 13.720062
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "Lumina Square_K"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "Default"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_SixSt_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -200.72697,
- "y": 8.211834,
- "z": -116.42518
- },
- "xzPoints": [
- {
- "x": -32.921677,
- "y": -22.398842
- },
- {
- "x": 26.86647,
- "y": -22.510414
- },
- {
- "x": 32.377777,
- "y": 26.538712
- },
- {
- "x": 32.58394,
- "y": 48.218803
- },
- {
- "x": 26.166245,
- "y": 104.158745
- },
- {
- "x": -31.974274,
- "y": 106.07679
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_SixSt_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -139.44543,
- "y": 8.243985,
- "z": -43.19696
- },
- "xzPoints": [
- {
- "x": -22.316086,
- "y": -19.55951
- },
- {
- "x": 49.602768,
- "y": -18.961357
- },
- {
- "x": 49.2751,
- "y": 24.179405
- },
- {
- "x": -22.034973,
- "y": 23.425081
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_SixSt_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -107.604004,
- "y": 8.170761,
- "z": 6.1158714
- },
- "xzPoints": [
- {
- "x": -45.965958,
- "y": -25.07565
- },
- {
- "x": 44.558926,
- "y": -23.782516
- },
- {
- "x": 44.198296,
- "y": 22.825323
- },
- {
- "x": -41.402435,
- "y": 22.195223
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_SixSt_D",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -148.32039,
- "y": 8.278838,
- "z": -65.39401
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 41.671585,
- "y": -23.269775
- },
- {
- "x": 43.708305,
- "y": 3.4098473
- },
- {
- "x": -25.311981,
- "y": 4.2049065
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_Belobog_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 30,
- "originPos": {
- "x": -8.620995,
- "y": 7.143057,
- "z": -29.719631
- },
- "xzPoints": [
- {
- "x": -31.01271,
- "y": -26.348995
- },
- {
- "x": 25.789715,
- "y": -27.03897
- },
- {
- "x": 26.516714,
- "y": 38.370808
- },
- {
- "x": -32.8672,
- "y": 36.744324
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_Belobog_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40,
- "originPos": {
- "x": 121.31084,
- "y": 10.124713,
- "z": -17.65606
- },
- "xzPoints": [
- {
- "x": -25.338554,
- "y": -26.570503
- },
- {
- "x": 35.40074,
- "y": -26.468472
- },
- {
- "x": 36.854645,
- "y": 31.142227
- },
- {
- "x": -25.454659,
- "y": 29.585
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_Belobog_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40,
- "originPos": {
- "x": 127.6566,
- "y": 17.83816,
- "z": 45.340157
- },
- "xzPoints": [
- {
- "x": -23.782616,
- "y": -26.113485
- },
- {
- "x": 24.577057,
- "y": -24.444357
- },
- {
- "x": 24.234894,
- "y": 23.123177
- },
- {
- "x": -25.171799,
- "y": 22.478783
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_LightingPark_A",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 173.26321,
- "y": 64.1301,
- "z": 283.17163
- },
- "xzPoints": [
- {
- "x": -27.397888,
- "y": -25.370697
- },
- {
- "x": 25,
- "y": -25
- },
- {
- "x": 25.402863,
- "y": 30.257385
- },
- {
- "x": -26.35109,
- "y": 29.933075
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_LightingPark_B",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 89.097305,
- "y": 64.12484,
- "z": 289.25607
- },
- "xzPoints": [
- {
- "x": -22.337418,
- "y": -40.01819
- },
- {
- "x": 27.238167,
- "y": -34.70848
- },
- {
- "x": 22.353676,
- "y": 21.993225
- },
- {
- "x": -22.154205,
- "y": 21.941711
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.HighValue"
- ],
- "SceneNameId": "Erosion_LightingPark_C",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 50,
- "originPos": {
- "x": 118.180145,
- "y": 59.535942,
- "z": 364.09476
- },
- "xzPoints": [
- {
- "x": -38.96238,
- "y": -22.045288
- },
- {
- "x": 55.93782,
- "y": -17.621368
- },
- {
- "x": 56.301132,
- "y": 27.861267
- },
- {
- "x": -38.880928,
- "y": 26.278137
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "Erosion.ValueType.MiddleValue"
- ],
- "SceneNameId": "Erosion_LightingPark_D",
- "areaExcluded": [
- ],
- "areas": [
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ErosionArea"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "LevelPOI.Zenkov.SixthStreet"
- ],
- "SceneNameId": "POI_SixthStreet",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 60,
- "originPos": {
- "x": -94.2,
- "y": -20.080868,
- "z": -33.32336
- },
- "xzPoints": [
- {
- "x": -252.92262,
- "y": -290.05396
- },
- {
- "x": 129.60608,
- "y": -187.97253
- },
- {
- "x": 96.78575,
- "y": 96.45626
- },
- {
- "x": -227.63869,
- "y": 90.62979
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_BelobogHeavyIndustries",
- "POI_LuminaSquare"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "LevelPOI.Zenkov.Belobog"
- ],
- "SceneNameId": "POI_BelobogHeavyIndustries",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 70,
- "originPos": {
- "x": 68.30698,
- "y": 0.8110323,
- "z": -8.840928
- },
- "xzPoints": [
- {
- "x": -131.52538,
- "y": -70.523155
- },
- {
- "x": 179.4042,
- "y": -81.97285
- },
- {
- "x": 198.2579,
- "y": 232.59491
- },
- {
- "x": -100.75639,
- "y": 232.99442
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_SixthStreet",
- "POI_LuminaSquare"
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "LevelPOI.Zenkov.LuminaSquare"
- ],
- "SceneNameId": "POI_LuminaSquare",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 100,
- "originPos": {
- "x": 166.8512,
- "y": 32.188408,
- "z": 320.1175
- },
- "xzPoints": [
- {
- "x": -332.67584,
- "y": -108.15895
- },
- {
- "x": 97.3009,
- "y": -110.377594
- },
- {
- "x": 89.9249,
- "y": 188.65842
- },
- {
- "x": -353.5388,
- "y": 254.36676
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- "POI_SixthStreet",
- "POI_BelobogHeavyIndustries"
- ],
- "priority": 0
- }
- ],
- "CategoryType": "LevelPOI"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Narrow"
- ],
- "SceneNameId": "NarrowArea",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 26.79,
- "originPos": {
- "x": -246.75067,
- "y": -13.936062,
- "z": -69.969666
- },
- "xzPoints": [
- {
- "x": 15.460907,
- "y": -2.63591
- },
- {
- "x": 24.735275,
- "y": -2.5622177
- },
- {
- "x": 24.804321,
- "y": 2.504181
- },
- {
- "x": 15.506226,
- "y": 2.4495926
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 22,
- "originPos": {
- "x": 178.59102,
- "y": 17.325026,
- "z": 145.05675
- },
- "xzPoints": [
- {
- "x": -5.08992,
- "y": -6.5995483
- },
- {
- "x": 2.1434631,
- "y": -6.6613464
- },
- {
- "x": 2.1873627,
- "y": 0.12724304
- },
- {
- "x": -5.2912445,
- "y": 0.22850037
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 40,
- "originPos": {
- "x": 191.45541,
- "y": 31.813644,
- "z": 263.61017
- },
- "xzPoints": [
- {
- "x": -4.2596893,
- "y": -6.691559
- },
- {
- "x": 4.015579,
- "y": -6.7438965
- },
- {
- "x": 4.2268524,
- "y": 2.7023315
- },
- {
- "x": -4.281967,
- "y": 2.6076355
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 60,
- "originPos": {
- "x": 96.26996,
- "y": 36.446136,
- "z": 343.8765
- },
- "xzPoints": [
- {
- "x": -7.7787857,
- "y": -0.5679321
- },
- {
- "x": -0.90393066,
- "y": 0.056396484
- },
- {
- "x": -0.9693146,
- "y": 6.186371
- },
- {
- "x": -7.7056274,
- "y": 6.2802734
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 120.821,
- "y": 14.369659,
- "z": 98.89363
- },
- "xzPoints": [
- {
- "x": -25,
- "y": -25
- },
- {
- "x": 21.139084,
- "y": -23.579765
- },
- {
- "x": 24.069412,
- "y": 38.567215
- },
- {
- "x": -23.805588,
- "y": 41.177094
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 20,
- "originPos": {
- "x": 146.86339,
- "y": 64.141815,
- "z": 365.84714
- },
- "xzPoints": [
- {
- "x": -1.8553772,
- "y": -20.121857
- },
- {
- "x": 3.4309692,
- "y": -20.121124
- },
- {
- "x": 3.7673645,
- "y": -13.539429
- },
- {
- "x": -2.2715302,
- "y": -13.248474
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -157.34879,
- "y": 8.350923,
- "z": -25.596539
- },
- "xzPoints": [
- {
- "x": -2.1474762,
- "y": -12.512161
- },
- {
- "x": 8.9953,
- "y": -12.60548
- },
- {
- "x": 8.763977,
- "y": 3.2586994
- },
- {
- "x": -2.202301,
- "y": 3.2168903
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -145.05984,
- "y": 8.166552,
- "z": -33.98094
- },
- "xzPoints": [
- {
- "x": -4.750656,
- "y": -8.936474
- },
- {
- "x": 7.255142,
- "y": -8.831238
- },
- {
- "x": 7.262436,
- "y": 2.2663002
- },
- {
- "x": -4.825409,
- "y": 1.4117622
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -107.625084,
- "y": 8.2603855,
- "z": -31.700012
- },
- "xzPoints": [
- {
- "x": -4.9095383,
- "y": -3.4040337
- },
- {
- "x": 12.531479,
- "y": -3.4269714
- },
- {
- "x": 13.3004,
- "y": 13.273705
- },
- {
- "x": -4.940567,
- "y": 13.12125
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -28.660719,
- "y": 7.105176,
- "z": -5.067258
- },
- "xzPoints": [
- {
- "x": -19.754988,
- "y": -2.3618555
- },
- {
- "x": 9.633381,
- "y": -2.672505
- },
- {
- "x": 10.118109,
- "y": 20.949955
- },
- {
- "x": -20.620394,
- "y": 17.54055
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5,
- "originPos": {
- "x": -31.991964,
- "y": 22.113995,
- "z": -38.33063
- },
- "xzPoints": [
- {
- "x": -4.1111813,
- "y": 3.641777
- },
- {
- "x": 1.802824,
- "y": 3.699295
- },
- {
- "x": 1.7618675,
- "y": 19.589191
- },
- {
- "x": -4.130373,
- "y": 19.652962
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 23.49389,
- "y": 7.105176,
- "z": -10.226655
- },
- "xzPoints": [
- {
- "x": -19.57392,
- "y": -1.8385744
- },
- {
- "x": 2.96871,
- "y": -1.9819708
- },
- {
- "x": 2.8298702,
- "y": 12.521701
- },
- {
- "x": -19.539705,
- "y": 12.609424
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 38.844017,
- "y": 8.558454,
- "z": -21.880962
- },
- "xzPoints": [
- {
- "x": -17.156496,
- "y": -1.2761898
- },
- {
- "x": -9.4558525,
- "y": -1.5572929
- },
- {
- "x": -8.766138,
- "y": 4.8798656
- },
- {
- "x": -16.99635,
- "y": 4.99238
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 46.77337,
- "y": 8.558454,
- "z": -44.568382
- },
- "xzPoints": [
- {
- "x": -17.386696,
- "y": -2.0748901
- },
- {
- "x": -8.575714,
- "y": -1.9976158
- },
- {
- "x": -8.766138,
- "y": 4.8798656
- },
- {
- "x": -16.99635,
- "y": 4.99238
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 117.92544,
- "y": 12.729596,
- "z": -38.179985
- },
- "xzPoints": [
- {
- "x": -20.887245,
- "y": -2.841217
- },
- {
- "x": -9.453712,
- "y": -3.0173569
- },
- {
- "x": -9.413704,
- "y": 9.119989
- },
- {
- "x": -20.254745,
- "y": 8.764639
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 138.90274,
- "y": 28.487213,
- "z": 30.980799
- },
- "xzPoints": [
- {
- "x": -21.714104,
- "y": -7.646126
- },
- {
- "x": -10.492355,
- "y": -8.105572
- },
- {
- "x": -10.599701,
- "y": 10.976793
- },
- {
- "x": -21.218681,
- "y": 10.578768
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 195.48955,
- "y": 63.92747,
- "z": 286.13864
- },
- "xzPoints": [
- {
- "x": -1.0081787,
- "y": -6.591034
- },
- {
- "x": 27.35051,
- "y": -7.5466614
- },
- {
- "x": 27.614166,
- "y": 9.096802
- },
- {
- "x": -0.66967773,
- "y": 9.307526
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 74.058426,
- "y": 63.92747,
- "z": 281.1387
- },
- "xzPoints": [
- {
- "x": -10.434696,
- "y": -33.847855
- },
- {
- "x": 32.38092,
- "y": -37.891174
- },
- {
- "x": 27.30111,
- "y": 10.300934
- },
- {
- "x": -6.4566956,
- "y": 9.992249
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Sixth Street",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -157.34879,
- "y": 8.350923,
- "z": -25.596539
- },
- "xzPoints": [
- {
- "x": -2.1474762,
- "y": -12.512161
- },
- {
- "x": 8.9953,
- "y": -12.60548
- },
- {
- "x": 8.763977,
- "y": 3.2586994
- },
- {
- "x": -2.202301,
- "y": 3.2168903
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -145.05984,
- "y": 8.166552,
- "z": -33.98094
- },
- "xzPoints": [
- {
- "x": -4.750656,
- "y": -8.936474
- },
- {
- "x": 7.255142,
- "y": -8.831238
- },
- {
- "x": 7.262436,
- "y": 2.2663002
- },
- {
- "x": -4.825409,
- "y": 1.4117622
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -107.625084,
- "y": 8.2603855,
- "z": -31.700012
- },
- "xzPoints": [
- {
- "x": -4.9095383,
- "y": -3.4040337
- },
- {
- "x": 12.531479,
- "y": -3.4269714
- },
- {
- "x": 13.3004,
- "y": 13.273705
- },
- {
- "x": -4.940567,
- "y": 13.12125
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_Belobog",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": -28.660719,
- "y": 7.105176,
- "z": -5.067258
- },
- "xzPoints": [
- {
- "x": -19.754988,
- "y": -2.3618555
- },
- {
- "x": 9.633381,
- "y": -2.672505
- },
- {
- "x": 10.118109,
- "y": 20.949955
- },
- {
- "x": -20.620394,
- "y": 17.54055
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 5,
- "originPos": {
- "x": -31.991964,
- "y": 22.113995,
- "z": -38.33063
- },
- "xzPoints": [
- {
- "x": -4.1111813,
- "y": 3.641777
- },
- {
- "x": 1.802824,
- "y": 3.699295
- },
- {
- "x": 1.7618675,
- "y": 19.589191
- },
- {
- "x": -4.130373,
- "y": 19.652962
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 23.49389,
- "y": 7.105176,
- "z": -10.226655
- },
- "xzPoints": [
- {
- "x": -19.57392,
- "y": -1.8385744
- },
- {
- "x": 2.96871,
- "y": -1.9819708
- },
- {
- "x": 2.8298702,
- "y": 12.521701
- },
- {
- "x": -19.539705,
- "y": 12.609424
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 38.844017,
- "y": 8.558454,
- "z": -21.880962
- },
- "xzPoints": [
- {
- "x": -17.156496,
- "y": -1.2761898
- },
- {
- "x": -9.4558525,
- "y": -1.5572929
- },
- {
- "x": -8.766138,
- "y": 4.8798656
- },
- {
- "x": -16.99635,
- "y": 4.99238
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 46.77337,
- "y": 8.558454,
- "z": -44.568382
- },
- "xzPoints": [
- {
- "x": -17.386696,
- "y": -2.0748901
- },
- {
- "x": -8.575714,
- "y": -1.9976158
- },
- {
- "x": -8.766138,
- "y": 4.8798656
- },
- {
- "x": -16.99635,
- "y": 4.99238
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 117.92544,
- "y": 12.729596,
- "z": -38.179985
- },
- "xzPoints": [
- {
- "x": -20.887245,
- "y": -2.841217
- },
- {
- "x": -9.453712,
- "y": -3.0173569
- },
- {
- "x": -9.413704,
- "y": 9.119989
- },
- {
- "x": -20.254745,
- "y": 8.764639
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 138.90274,
- "y": 28.487213,
- "z": 30.980799
- },
- "xzPoints": [
- {
- "x": -21.714104,
- "y": -7.646126
- },
- {
- "x": -10.492355,
- "y": -8.105572
- },
- {
- "x": -10.599701,
- "y": 10.976793
- },
- {
- "x": -21.218681,
- "y": 10.578768
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- "IndoorOutdoor.Indoor"
- ],
- "SceneNameId": "Indoor_LightingPark",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 195.48955,
- "y": 63.92747,
- "z": 286.13864
- },
- "xzPoints": [
- {
- "x": -1.0081787,
- "y": -6.591034
- },
- {
- "x": 27.35051,
- "y": -7.5466614
- },
- {
- "x": 27.614166,
- "y": 9.096802
- },
- {
- "x": -0.66967773,
- "y": 9.307526
- }
- ]
- },
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 10,
- "originPos": {
- "x": 74.058426,
- "y": 63.92747,
- "z": 281.1387
- },
- "xzPoints": [
- {
- "x": -10.434696,
- "y": -33.847855
- },
- {
- "x": 32.38092,
- "y": -37.891174
- },
- {
- "x": 27.30111,
- "y": 10.300934
- },
- {
- "x": -6.4566956,
- "y": 9.992249
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "IndoorOutdoor"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300197_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -129.36745,
- "y": 6.363065,
- "z": -142.94687
- },
- "xzPoints": [
- {
- "x": -4.603363,
- "y": -6.7417407
- },
- {
- "x": 4.603363,
- "y": -6.7417407
- },
- {
- "x": 4.603363,
- "y": 6.7417407
- },
- {
- "x": -4.603363,
- "y": 6.7417407
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300198_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -174.18564,
- "y": 13.102081,
- "z": -77.34839
- },
- "xzPoints": [
- {
- "x": -7.9233046,
- "y": -13.340538
- },
- {
- "x": 7.9233046,
- "y": -13.340538
- },
- {
- "x": 7.9233046,
- "y": 13.340538
- },
- {
- "x": -7.9233046,
- "y": 13.340538
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300199_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 25.235178,
- "y": 8.063727,
- "z": -34.151184
- },
- "xzPoints": [
- {
- "x": -7.5629635,
- "y": -5.620729
- },
- {
- "x": 7.5629635,
- "y": -5.620729
- },
- {
- "x": 7.5629635,
- "y": 5.620729
- },
- {
- "x": -7.5629635,
- "y": 5.620729
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300200_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 9.9672365,
- "y": 12.039703,
- "z": -7.826975
- },
- "xzPoints": [
- {
- "x": -5.5978923,
- "y": -5.636718
- },
- {
- "x": 5.5978923,
- "y": -5.636718
- },
- {
- "x": 5.5978923,
- "y": 5.636718
- },
- {
- "x": -5.5978923,
- "y": 5.636718
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300202_Spline_000",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 161.26653,
- "y": 70.54148,
- "z": 297.3076
- },
- "xzPoints": [
- {
- "x": -7.853698,
- "y": -6.993105
- },
- {
- "x": 7.853698,
- "y": -6.993105
- },
- {
- "x": 7.853698,
- "y": 6.993105
- },
- {
- "x": -7.853698,
- "y": 6.993105
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300197_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -183.49846,
- "y": 12.723768,
- "z": -57.611004
- },
- "xzPoints": [
- {
- "x": -5.883005,
- "y": -6.5725584
- },
- {
- "x": 5.883005,
- "y": -6.5725584
- },
- {
- "x": 5.883005,
- "y": 6.5725584
- },
- {
- "x": -5.883005,
- "y": 6.5725584
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300197_Spline_002",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -123.381,
- "y": 8.024494,
- "z": -47.566715
- },
- "xzPoints": [
- {
- "x": -6.0882845,
- "y": -5.0741377
- },
- {
- "x": 6.0882845,
- "y": -5.0741377
- },
- {
- "x": 6.0882845,
- "y": 5.0741377
- },
- {
- "x": -6.0882845,
- "y": 5.0741377
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300199_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -61.855442,
- "y": 8.017205,
- "z": -51.32692
- },
- "xzPoints": [
- {
- "x": -7.2381783,
- "y": -5.3100176
- },
- {
- "x": 7.2381783,
- "y": -5.3100176
- },
- {
- "x": 7.2381783,
- "y": 5.3100176
- },
- {
- "x": -7.2381783,
- "y": 5.3100176
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300200_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": -24.370296,
- "y": 22.232784,
- "z": -29.344183
- },
- "xzPoints": [
- {
- "x": -5.5978923,
- "y": -5.636718
- },
- {
- "x": 5.5978923,
- "y": -5.636718
- },
- {
- "x": 5.5978923,
- "y": 5.636718
- },
- {
- "x": -5.5978923,
- "y": 5.636718
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- },
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "ZipLineArea_171300202_Spline_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 4,
- "originPos": {
- "x": 54.591595,
- "y": 63.546432,
- "z": 306.49658
- },
- "xzPoints": [
- {
- "x": -6.0375433,
- "y": -5.236674
- },
- {
- "x": 6.0375433,
- "y": -5.236674
- },
- {
- "x": 6.0375433,
- "y": 5.236674
- },
- {
- "x": -6.0375433,
- "y": 5.236674
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "ZipLine"
- },
- {
- "$type": "AreaCategory",
- "Areas": [
- {
- "$type": "SceneConfigRuntimeDataArea",
- "AreaMode": "Default",
- "AreaModeTag": "",
- "AreaTagList": [
- ],
- "SceneNameId": "area_001",
- "areaExcluded": [
- ],
- "areas": [
- {
- "$type": "RuntimePolygonBound",
- "eulerAngles": {
- "x": 0,
- "y": 0,
- "z": 0
- },
- "heightY": 500,
- "originPos": {
- "x": 3.8621182,
- "y": -5.7786884,
- "z": -242.98703
- },
- "xzPoints": [
- {
- "x": -250.86218,
- "y": 4.501892
- },
- {
- "x": 255.27466,
- "y": 4.9170227
- },
- {
- "x": 269.13416,
- "y": 705.25006
- },
- {
- "x": -221.36163,
- "y": 705.5613
- }
- ]
- }
- ],
- "battleRegion": [
- ],
- "connectedArea": [
- ],
- "priority": 0
- }
- ],
- "CategoryType": "MapArea"
- }
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_0",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": -226.05899,
- "y": -13.813996,
- "z": -69.83093
- },
- "startPos": {
- "x": -220.04428,
- "y": 8.619324,
- "z": -70.09133
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_1",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 125.04363,
- "y": 17.852661,
- "z": 95.70357
- },
- "startPos": {
- "x": 124.61385,
- "y": 26.966793,
- "z": 76.75891
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_2",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 190.07886,
- "y": 33.35266,
- "z": 143.29231
- },
- "startPos": {
- "x": 176.9618,
- "y": 17.71933,
- "z": 137.62152
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_3",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 193.23582,
- "y": 35.119324,
- "z": 221.05013
- },
- "startPos": {
- "x": 192.2765,
- "y": 35.050953,
- "z": 204.82065
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_4",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 191.44043,
- "y": 64.199936,
- "z": 264.55707
- },
- "startPos": {
- "x": 191.34323,
- "y": 35.152676,
- "z": 255.14836
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_5",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 147.6338,
- "y": 71.28601,
- "z": 352.9745
- },
- "startPos": {
- "x": 147.58041,
- "y": 64.186005,
- "z": 345.76416
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_6",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 96.17358,
- "y": 38.186005,
- "z": 346.83197
- },
- "startPos": {
- "x": 95.75327,
- "y": 59.661934,
- "z": 347.5591
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_7",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 95.68584,
- "y": 83.38599,
- "z": 347.23663
- },
- "startPos": {
- "x": 95.65778,
- "y": 71.28601,
- "z": 347.03842
- },
- "tag": 0
- },
- {
- "$type": "SceneNavMeshLinkData",
- "Cost": 0,
- "DependsAvatarTags": [
- ],
- "NameKey": "NavmeshLink_8",
- "NavMeshAreaType": "ObstacleArea",
- "endPos": {
- "x": 95.62521,
- "y": 71.28601,
- "z": 347.29388
- },
- "startPos": {
- "x": 96.72439,
- "y": 59.63773,
- "z": 347.76175
- },
- "tag": 0
- }
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "",
- "SceneAreas": [
- ],
- "SceneId": 1713,
- "ScenePath": "Assets\/Scenes\/Ver30\/Stage_Zenkov\/Stage_Zenkov1_2.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Stage_Zenkov1_2.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Zenkov1_2.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Zenkov1_2"
}
\ 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 0d2b20859..fa528cb9e 100644
--- a/Data/_unsorted/Stage_Zero_Abyss_4_1.json
+++ b/Data/_unsorted/Stage_Zero_Abyss_4_1.json
@@ -1,24 +1,8 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Stage_Zero_Abyss_4_1.prefab",
- "BakedSceneProp": "Assets\/Scenes\/AutoBaked\/SceneCollider\/SceneProp_Stage_Zero_Abyss_4_1.prefab",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": false,
- "IsIgnoreIkReady": true,
- "IsStreaming": false,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Stage_Zero_Abyss_4_1.bytes",
- "SceneAreas": [
- ],
- "SceneId": 5045,
- "ScenePath": "Assets\/Scenes\/Stage_Zero\/Stage_Zero_Abyss_4_1.unity",
- "SlopeEnvironmentPath": "",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Stage_Zero_Abyss_4_1.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ ],
+ "sceneNameId": "Stage_Zero_Abyss_4_1"
}
\ No newline at end of file
diff --git a/Data/_unsorted/Stalker_AntiStuck.json b/Data/_unsorted/Stalker_AntiStuck.json
index c74036378..e3d620e77 100644
--- a/Data/_unsorted/Stalker_AntiStuck.json
+++ b/Data/_unsorted/Stalker_AntiStuck.json
@@ -72,10 +72,6 @@
"Stalker_AntiStuck_Avatar_10s"
],
"Target": "Self"
- },
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 脚本初始化完成,开始监控"
}
],
"OnThinkInterval": [
@@ -189,10 +185,6 @@
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] DoTeleport生效,设置Int_MoveType=0,等待下一周期确认"
- },
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
@@ -216,25 +208,17 @@
}
},
"CompareType": "LessEqual",
- "Distance": 3,
+ "Distance": 3.5,
"Target": "Self"
}
],
"FailureActions": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 二次确认已脱离卡死,取消瞬移"
- },
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_DoTeleport"
}
],
"SuccessActions": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 二次确认仍卡死,执行瞬移"
- },
{
"$type": "BranchOperator",
"Conditions": [
@@ -321,10 +305,6 @@
}
],
"FailureActions": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 处于特殊状态,跳过瞬移"
- },
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_DoTeleport"
@@ -332,8 +312,9 @@
],
"SuccessActions": [
{
- "$type": "LogStringAction",
- "LogStr": "[防卡死] Int_Search_Mode=1且处于特殊状态,瞬移到ResourceOpen点"
+ "$type": "FireEffect",
+ "AttachPointName": "MiddlePoint",
+ "EffectPattern": "Eff_Monster_StalkerBoss_Attack_Telepert_07_Smoke"
},
{
"$type": "ApplyLogicMoveAction",
@@ -415,8 +396,9 @@
],
"SuccessActions": [
{
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 常规瞬移到玩家历史位置"
+ "$type": "FireEffect",
+ "AttachPointName": "MiddlePoint",
+ "EffectPattern": "Eff_Monster_StalkerBoss_Attack_Telepert_07_Smoke"
},
{
"$type": "ApplyLogicMoveAction",
@@ -511,20 +493,12 @@
"Stalker_AntiStuck_SelfPos"
],
"Target": "Self"
- },
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] Move标签激活,StuckChecker开始监控"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_DoTeleport"
- },
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] Move标签移除,StuckChecker停止监控"
}
],
"OnThinkInterval": [
@@ -559,6 +533,28 @@
}
]
},
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "InBossBattle_New_Tag"
+ ]
+ }
+ ]
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "YokaiDither_Tag"
+ ]
+ }
+ ]
+ },
{
"$type": "ByDistance",
"CompareTargetPosRot": {
@@ -575,20 +571,12 @@
}
],
"FailureActions": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 未满足卡死条件,清除瞬移准备"
- },
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_DoTeleport"
}
],
"SuccessActions": [
- {
- "$type": "LogStringAction",
- "LogStr": "[防卡死] 检测到卡死,准备瞬移"
- },
{
"$type": "CreateSavePointsByAbilityTargetAction",
"Predicates": [
diff --git a/Data/_unsorted/Stalker_HuntStateMachine.json b/Data/_unsorted/Stalker_HuntStateMachine.json
index bc652e691..a5fee5176 100644
--- a/Data/_unsorted/Stalker_HuntStateMachine.json
+++ b/Data/_unsorted/Stalker_HuntStateMachine.json
@@ -46,6 +46,10 @@
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1847
+ },
+ {
+ "$type": "ZenKovHuntStop",
+ "Reason": "DuelVictory"
}
]
}
@@ -188,6 +192,18 @@
"Stalker_Hunt_UnlimitedSwitchPoint_Conditional_Modifier"
]
},
+ {
+ "AnimatorStateName": "Attack_1_1_Skip",
+ "FrameCountHigh": 0,
+ "FrameCountLow": 0,
+ "IsLoop": false,
+ "LayerIndex": 0,
+ "MaxFrameCountHigh": true,
+ "MaxFrameCountLow": false,
+ "ModifierNameList": [
+ "Stalker_Hunt_UnlimitedSwitchPoint_Conditional_Modifier"
+ ]
+ },
{
"AnimatorStateName": "Attack_1_2",
"FrameCountHigh": 0,
@@ -1141,6 +1157,20 @@
"Stalker_Skyline_Tag_Mode3"
],
"IsAdd": true,
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_FakerCalled_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ }
+ ],
"Target": "Self"
},
{
@@ -1300,6 +1330,12 @@
},
"Target": "Self"
},
+ {
+ "$type": "SendCustomEvent",
+ "EventKey": "Create_StalkerUI_Event",
+ "IsGlobal": true,
+ "Target": "Self"
+ },
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
@@ -1468,7 +1504,21 @@
"SuccessActions": [
{
"$type": "RemoveModifier",
- "ModifierName": "Modifier_Mode1_Hidden"
+ "ModifierName": "Modifier_Mode1_Hidden",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "InBossBattle_New_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
},
{
"$type": "ModifyProperty",
@@ -1478,6 +1528,12 @@
"PropertyType": "Custom",
"Target": "Self"
},
+ {
+ "$type": "SendCustomEvent",
+ "EventKey": "Create_StalkerUI_Event",
+ "IsGlobal": true,
+ "Target": "Self"
+ },
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
@@ -1520,6 +1576,14 @@
}
],
"SuccessActions": [
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "InCounterAttack_Tag"
+ ],
+ "IsAdd": false,
+ "Target": "Self"
+ },
{
"$type": "RemoveModifier",
"ModifierName": "Stalker_EtherBarrier_LockStun_Modifier"
@@ -1740,6 +1804,14 @@
"$type": "ApplyModifier",
"ModifierName": "Modifier_MiddleTips_06"
},
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "Stalker_FakerCalled_Tag"
+ ],
+ "IsAdd": true,
+ "Target": "Self"
+ },
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
@@ -1776,14 +1848,6 @@
}
]
},
- {
- "$type": "HandleAnimatorZoneTagsAction",
- "AnimatorStateTags": [
- "Stalker_FakerCalled_Tag"
- ],
- "IsAdd": true,
- "Target": "Self"
- },
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_ModeTransition",
@@ -2898,6 +2962,18 @@
"Tags": [
"Stalker_ActionReady"
]
+ },
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "InBossBattle_New_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
}
]
},
@@ -3147,6 +3223,14 @@
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "InCounterAttack_Tag"
+ ],
+ "IsAdd": false,
+ "Target": "Self"
+ },
{
"$type": "ApplyModifier",
"ModifierName": "Stalker_Teleport_InvincibleLockStun_Modifier"
@@ -3377,7 +3461,21 @@
},
{
"$type": "RemoveModifier",
- "ModifierName": "Modifier_Mode1_Hidden"
+ "ModifierName": "Modifier_Mode1_Hidden",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "InBossBattle_New_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
},
{
"$type": "SendCustomEvent",
@@ -3482,7 +3580,7 @@
{
"$type": "ModifyEtherBarrierAction",
"Amount": 0,
- "Percentage": -0.034,
+ "Percentage": -0.025,
"Predicates": [
{
"$type": "ByIsInZoneTags",
@@ -3646,15 +3744,45 @@
"Target": "Self"
},
{
- "$type": "ZenKovHuntStop",
- "Predicates": [
+ "$type": "BranchOperator",
+ "Conditions": [
{
"$type": "ByAbilitySpecial",
- "CompareType": "LessEqual",
- "Param": 1,
- "ParamName": "AS_StalkerMode",
+ "CompareType": "Equal",
+ "Param": 0,
+ "ParamName": "AS_Stalker_Run_Enum",
"ParamType": "Float"
}
+ ],
+ "FailureActions": [
+ {
+ "$type": "ZenKovHuntStop",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "LessEqual",
+ "Param": 1,
+ "ParamName": "AS_StalkerMode",
+ "ParamType": "Float"
+ }
+ ],
+ "Reason": "StunReset"
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ZenKovHuntStop",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "LessEqual",
+ "Param": 1,
+ "ParamName": "AS_StalkerMode",
+ "ParamType": "Float"
+ }
+ ],
+ "Reason": "HunterTimeOut"
+ }
]
},
{
@@ -3854,7 +3982,28 @@
"Target": "Self"
},
{
- "$type": "ZenKovHuntStop"
+ "$type": "BranchOperator",
+ "Conditions": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Equal",
+ "Param": 0,
+ "ParamName": "AS_Stalker_Run_Enum",
+ "ParamType": "Float"
+ }
+ ],
+ "FailureActions": [
+ {
+ "$type": "ZenKovHuntStop",
+ "Reason": "LeaveMap"
+ }
+ ],
+ "SuccessActions": [
+ {
+ "$type": "ZenKovHuntStop",
+ "Reason": "LeaveMap"
+ }
+ ]
},
{
"$type": "RemoveModifier",
@@ -3904,13 +4053,13 @@
}
},
"Modifier_Mode4_CameraLockOn": {
- "Duration": 2,
+ "Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "Activity_Zenkov_MuteCameraLockOnTarget",
- "Target": "Level"
+ "Target": "TeamEntity"
},
{
"$type": "RemoveAbilityAction",
@@ -3923,23 +4072,20 @@
"Target": "Self"
},
{
- "$type": "PushCameraLockOnTargetAction",
- "Priority": 1,
- "Tag": "Stalker_CameraLockOn_Mode4",
+ "$type": "ApplyModifier",
+ "ModifierName": "Modifier_LockOn_General",
"Target": "Self"
}
],
"OnRemoved": [
{
- "$type": "PopCameraLockOnTargetAction",
- "Tag": "Stalker_CameraLockOn_Mode4",
- "Target": "Self"
+ "$type": "RemoveModifier",
+ "ModifierName": "Modifier_LockOn_General"
},
{
- "$type": "PushMuteCameraLockOnTargetAction",
- "MaxPriority": -1,
- "Tag": "Activity_Zenkov_MuteCameraLockOnTarget",
- "Target": "Self"
+ "$type": "ApplyAbilityAction",
+ "AbilityName": "Activity_Zenkov_MuteCameraLockOnTarget",
+ "Target": "TeamEntity"
}
]
},
@@ -4630,7 +4776,21 @@
},
{
"$type": "RemoveModifier",
- "ModifierName": "Modifier_Mode1_Hidden"
+ "ModifierName": "Modifier_Mode1_Hidden",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "InBossBattle_New_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
},
{
"$type": "SetAnimCtrlerParamAction",
@@ -5129,6 +5289,18 @@
],
"Target": "Self"
},
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_FakerCalled_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ },
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
@@ -5158,6 +5330,18 @@
],
"Target": "Self"
},
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_FakerCalled_Tag"
+ ]
+ }
+ ],
+ "Target": "Self"
+ },
{
"$type": "ByNot",
"Predicates": [
diff --git a/Data/_unsorted/Stalker_SpBeHit.json b/Data/_unsorted/Stalker_SpBeHit.json
index b5df8da5c..36b2ecfb2 100644
--- a/Data/_unsorted/Stalker_SpBeHit.json
+++ b/Data/_unsorted/Stalker_SpBeHit.json
@@ -15,6 +15,18 @@
"Stalker_SpBeHitCheck_Modifier"
]
},
+ {
+ "AnimatorStateName": "Attack_1_1_Skip",
+ "FrameCountHigh": 0,
+ "FrameCountLow": 0,
+ "IsLoop": false,
+ "LayerIndex": 0,
+ "MaxFrameCountHigh": true,
+ "MaxFrameCountLow": false,
+ "ModifierNameList": [
+ "Stalker_SpBeHitCheck_Modifier"
+ ]
+ },
{
"AnimatorStateName": "Attack_1_2",
"FrameCountHigh": 0,
diff --git a/Data/_unsorted/Stalker_SpecialEvade.json b/Data/_unsorted/Stalker_SpecialEvade.json
index 09749cb7d..c021cfcbc 100644
--- a/Data/_unsorted/Stalker_SpecialEvade.json
+++ b/Data/_unsorted/Stalker_SpecialEvade.json
@@ -86,7 +86,7 @@
],
"AnimatorStateName": "Attack_3",
"ForceTriggerOnTransitionIn": false,
- "ForceTriggerOnTransitionOut": false,
+ "ForceTriggerOnTransitionOut": true,
"Frame": 285,
"IsLoop": false,
"LayerIndex": 0
@@ -104,7 +104,7 @@
],
"AnimatorStateName": "Attack_8",
"ForceTriggerOnTransitionIn": false,
- "ForceTriggerOnTransitionOut": false,
+ "ForceTriggerOnTransitionOut": true,
"Frame": 330,
"IsLoop": false,
"LayerIndex": 0
diff --git a/Data/_unsorted/SymbioticEtherealSinner_AidTriggerControl.json b/Data/_unsorted/SymbioticEtherealSinner_AidTriggerControl.json
index 2d4f24496..ec3576b4e 100644
--- a/Data/_unsorted/SymbioticEtherealSinner_AidTriggerControl.json
+++ b/Data/_unsorted/SymbioticEtherealSinner_AidTriggerControl.json
@@ -595,7 +595,7 @@
},
{
"AnimatorStateName": "Attack_03",
- "FrameCountHigh": 409,
+ "FrameCountHigh": 410,
"FrameCountLow": 375,
"IsLoop": false,
"LayerIndex": 0,
@@ -3184,7 +3184,8 @@
{
"$type": "SetAidAttackExtraTargetRangeAction",
"AidAttackTypeList": [
- "ParryAid"
+ "ParryAid",
+ "EvadeAid"
],
"ExtraTargetRange": 100
}
@@ -3193,7 +3194,8 @@
{
"$type": "SetAidAttackExtraTargetRangeAction",
"AidAttackTypeList": [
- "ParryAid"
+ "ParryAid",
+ "EvadeAid"
],
"ExtraTargetRange": 0
}
diff --git a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet01.json b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet01.json
index 08eface37..8d97c80d0 100644
--- a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet01.json
+++ b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet01.json
@@ -51,7 +51,7 @@
"CanHitOther": true,
"CanHitStage": false,
"CanHitStageGround": false,
- "CanPickInvincible": false,
+ "CanPickInvincible": true,
"DestroyExplode": false,
"DodgeColliderConfig": {
"BoxColliderDistance": 6,
@@ -70,7 +70,7 @@
"ColliderType": "Box"
},
"ExplodePosType": "Bullet",
- "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01",
+ "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01_Check",
"HitExplodeRadius": 2,
"HitInterval": 0.06,
"HitOtherExplode": false,
diff --git a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet02.json b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet02.json
index 235e0075a..54c701882 100644
--- a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet02.json
+++ b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet02.json
@@ -51,7 +51,7 @@
"CanHitOther": true,
"CanHitStage": false,
"CanHitStageGround": false,
- "CanPickInvincible": false,
+ "CanPickInvincible": true,
"DestroyExplode": false,
"DodgeColliderConfig": {
"BoxColliderDistance": 6,
@@ -70,7 +70,7 @@
"ColliderType": "Box"
},
"ExplodePosType": "Bullet",
- "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01",
+ "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01_Check",
"HitExplodeRadius": 2,
"HitInterval": 0.06,
"HitOtherExplode": false,
diff --git a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet03.json b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet03.json
index 67b2962ba..63cbc9978 100644
--- a/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet03.json
+++ b/Data/_unsorted/SymbioticEtherealSinner_Attack_Execute_01_Combo_Bullet03.json
@@ -51,7 +51,7 @@
"CanHitOther": true,
"CanHitStage": false,
"CanHitStageGround": false,
- "CanPickInvincible": false,
+ "CanPickInvincible": true,
"DestroyExplode": false,
"DodgeColliderConfig": {
"BoxColliderDistance": 6,
@@ -70,7 +70,7 @@
"ColliderType": "Box"
},
"ExplodePosType": "Bullet",
- "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01",
+ "HitAnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01_Check",
"HitExplodeRadius": 2,
"HitInterval": 0.06,
"HitOtherExplode": false,
diff --git a/Data/_unsorted/SymbioticEtherealSinner_Execute_Manager.json b/Data/_unsorted/SymbioticEtherealSinner_Execute_Manager.json
index 662cc9896..354753be7 100644
--- a/Data/_unsorted/SymbioticEtherealSinner_Execute_Manager.json
+++ b/Data/_unsorted/SymbioticEtherealSinner_Execute_Manager.json
@@ -338,6 +338,13 @@
],
"Target": "Other"
},
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Evade"
+ ],
+ "Target": "Other"
+ },
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_EvadeAid",
@@ -437,6 +444,22 @@
}
]
}
+ ],
+ "OnIndirectHitOther": [
+ {
+ "$type": "DamageByAttackPropertyAction",
+ "AnimEventID": "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01",
+ "Attacker": "Self",
+ "Predicates": [
+ {
+ "$type": "ByAnimEventIDs",
+ "AnimEventIDs": [
+ "Monster_SymbioticEtherealSinner_Attack_Execute_01_Combo_Attackproperty_Bullet01_Check"
+ ]
+ }
+ ],
+ "Target": "Other"
+ }
]
},
"Modifiers": {
diff --git a/Data/_unsorted/Thracian_YokaiSkill_BaseDamage.json b/Data/_unsorted/Thracian_YokaiSkill_BaseDamage.json
index bd05865f6..acfbf3662 100644
--- a/Data/_unsorted/Thracian_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Thracian_YokaiSkill_BaseDamage.json
@@ -67,6 +67,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
@@ -85,6 +92,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -178,7 +223,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_01_TotalShare)\/specials(AS_ATK02_Enhance_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_01_TotalShare)\/specials(AS_ATK02_Enhance_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -206,7 +251,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_02_TotalShare)\/specials(AS_ATK02_Enhance_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_02_TotalShare)\/specials(AS_ATK02_Enhance_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -234,7 +279,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_01_TotalShare)\/specials(AS_ATK02_Enhance_Explode_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_01_TotalShare)\/specials(AS_ATK02_Enhance_Explode_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -262,7 +307,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_02_TotalShare)\/specials(AS_ATK02_Enhance_Explode_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_02_TotalShare)\/specials(AS_ATK02_Enhance_Explode_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -290,7 +335,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_03_TotalShare)\/specials(AS_ATK02_Enhance_Explode_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK02_Enhance_Explode_03_TotalShare)\/specials(AS_ATK02_Enhance_Explode_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -318,7 +363,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Extra_TotalShare)\/specials(AS_ChargeBurst_Extra_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Extra_TotalShare)\/specials(AS_ChargeBurst_Extra_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -346,7 +391,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_01_TotalShare)\/specials(AS_ChargeBurst_Main_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_01_TotalShare)\/specials(AS_ChargeBurst_Main_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -374,7 +419,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_02_TotalShare)\/specials(AS_ChargeBurst_Main_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_02_TotalShare)\/specials(AS_ChargeBurst_Main_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -402,7 +447,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_03_TotalShare)\/specials(AS_ChargeBurst_Main_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Main_03_TotalShare)\/specials(AS_ChargeBurst_Main_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -430,7 +475,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Start_TotalShare)\/specials(AS_ChargeBurst_Start_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ChargeBurst_Start_TotalShare)\/specials(AS_ChargeBurst_Start_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/Thracian_YokaiSkill_Buff_S.json b/Data/_unsorted/Thracian_YokaiSkill_Buff_S.json
index 986c51ce2..b84c05621 100644
--- a/Data/_unsorted/Thracian_YokaiSkill_Buff_S.json
+++ b/Data/_unsorted/Thracian_YokaiSkill_Buff_S.json
@@ -22,6 +22,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_EtherBarrierDecrease_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_EtherBarrierDecrease_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_EtherBarrierDecrease_Total": {
"Value": -1
}
@@ -32,7 +39,45 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_Coeff_01)",
+ "Expression": "specials(AS_EtherBarrierDecrease_StalkerScale)",
+ "ParamName": "AS_EtherBarrierDecrease_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_EtherBarrierDecrease_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_TagScale)*specials(AS_EtherBarrierDecrease_Coeff_01)",
"ParamName": "AS_EtherBarrierDecrease_Current",
"Predicates": [
{
@@ -55,7 +100,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_Coeff_02)",
+ "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_TagScale)*specials(AS_EtherBarrierDecrease_Coeff_02)",
"ParamName": "AS_EtherBarrierDecrease_Current",
"Predicates": [
{
@@ -79,7 +124,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_Coeff_03)",
+ "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_TagScale)*specials(AS_EtherBarrierDecrease_Coeff_03)",
"ParamName": "AS_EtherBarrierDecrease_Current",
"Predicates": [
{
@@ -101,7 +146,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_Coeff_04)",
+ "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_TagScale)*specials(AS_EtherBarrierDecrease_Coeff_04)",
"ParamName": "AS_EtherBarrierDecrease_Current",
"Predicates": [
{
@@ -125,7 +170,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_Coeff_05)",
+ "Expression": "specials(AS_EtherBarrierDecrease_Total)*specials(AS_EtherBarrierDecrease_TagScale)*specials(AS_EtherBarrierDecrease_Coeff_05)",
"ParamName": "AS_EtherBarrierDecrease_Current",
"Predicates": [
{
diff --git a/Data/_unsorted/UsmInfo.json b/Data/_unsorted/UsmInfo.json
index ee2a9b9cf..d040a52c4 100644
Binary files a/Data/_unsorted/UsmInfo.json and b/Data/_unsorted/UsmInfo.json differ
diff --git a/Data/_unsorted/Velina_CardS3_Base_03.json b/Data/_unsorted/Velina_CardS3_Base_03.json
index 74c4b3a55..5d9dd7cc1 100644
--- a/Data/_unsorted/Velina_CardS3_Base_03.json
+++ b/Data/_unsorted/Velina_CardS3_Base_03.json
@@ -6,7 +6,7 @@
"ValueType": "Float"
},
"AS_TeamSPGetRatio": {
- "Value": 0.3,
+ "Value": 0.4,
"ValueType": "Float"
},
"AS_WindRegionDurationAdd": {
diff --git a/Data/_unsorted/Velina_WindRegion.json b/Data/_unsorted/Velina_WindRegion.json
index 62c0fa93a..c6f5e01af 100644
--- a/Data/_unsorted/Velina_WindRegion.json
+++ b/Data/_unsorted/Velina_WindRegion.json
@@ -150,7 +150,7 @@
"ValueType": "Float"
},
"AS_TeamSPGetRatio": {
- "Value": 0.3,
+ "Value": 0.4,
"ValueType": "Float"
},
"AS_WindRegionAddDuration": {
diff --git a/Data/_unsorted/Velina_WindRegion_Controller.json b/Data/_unsorted/Velina_WindRegion_Controller.json
index 9b426bff7..f72bfbef6 100644
--- a/Data/_unsorted/Velina_WindRegion_Controller.json
+++ b/Data/_unsorted/Velina_WindRegion_Controller.json
@@ -25,7 +25,7 @@
"ValueType": "Float"
},
"AS_TeamSPGetRatio": {
- "Value": 0.3,
+ "Value": 0.4,
"ValueType": "Float"
},
"AS_WindRegionAddDuration": {
diff --git a/Data/_unsorted/Velina_WindRegion_UniqueSkill.json b/Data/_unsorted/Velina_WindRegion_UniqueSkill.json
index b493322d3..0341a9e0a 100644
--- a/Data/_unsorted/Velina_WindRegion_UniqueSkill.json
+++ b/Data/_unsorted/Velina_WindRegion_UniqueSkill.json
@@ -136,7 +136,7 @@
"ValueType": "Float"
},
"AS_TeamSPGetRatio": {
- "Value": 0.3,
+ "Value": 0.4,
"ValueType": "Float"
},
"AS_WindRegionDuration": {
diff --git a/Data/_unsorted/Vessel_YokaiSkill_BaseDamage.json b/Data/_unsorted/Vessel_YokaiSkill_BaseDamage.json
index c20363387..558bd1142 100644
--- a/Data/_unsorted/Vessel_YokaiSkill_BaseDamage.json
+++ b/Data/_unsorted/Vessel_YokaiSkill_BaseDamage.json
@@ -55,6 +55,13 @@
"Value": 0,
"ValueType": "Float"
},
+ "AS_Damage_StalkerScale": {
+ "Value": 0.5
+ },
+ "AS_Damage_TagScale": {
+ "Value": 1,
+ "ValueType": "Float"
+ },
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
@@ -73,6 +80,44 @@
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "specials(AS_Damage_StalkerScale)",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
+ {
+ "$type": "SetAbilitySpecialByExpression",
+ "DoRefresh": true,
+ "Expression": "1",
+ "ParamName": "AS_Damage_TagScale",
+ "Predicates": [
+ {
+ "$type": "ByNot",
+ "Predicates": [
+ {
+ "$type": "ByIsInZoneTags",
+ "Tags": [
+ "Stalker_Tag"
+ ],
+ "Target": "Target"
+ }
+ ],
+ "Target": "Target"
+ }
+ ],
+ "ValueType": "Float"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -160,7 +205,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_01_TotalShare)\/specials(AS_ATK09_02_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_01_TotalShare)\/specials(AS_ATK09_02_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -188,7 +233,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_02_TotalShare)\/specials(AS_ATK09_02_02_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_02_TotalShare)\/specials(AS_ATK09_02_02_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -216,7 +261,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_03_TotalShare)\/specials(AS_ATK09_02_03_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_03_TotalShare)\/specials(AS_ATK09_02_03_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -244,7 +289,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_03_01_TotalShare)\/specials(AS_ATK09_02_03_01_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_03_01_TotalShare)\/specials(AS_ATK09_02_03_01_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -272,7 +317,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_04_TotalShare)\/specials(AS_ATK09_02_04_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_04_TotalShare)\/specials(AS_ATK09_02_04_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -300,7 +345,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_05_TotalShare)\/specials(AS_ATK09_02_05_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_05_TotalShare)\/specials(AS_ATK09_02_05_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -328,7 +373,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_06_TotalShare)\/specials(AS_ATK09_02_06_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_06_TotalShare)\/specials(AS_ATK09_02_06_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
@@ -356,7 +401,7 @@
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
- "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_07_TotalShare)\/specials(AS_ATK09_02_07_HitCount)",
+ "Expression": "property(MaxHP)*specials(AS_TotalHpPercent)*specials(AS_ATK09_02_07_TotalShare)\/specials(AS_ATK09_02_07_HitCount)*specials(AS_Damage_TagScale)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
diff --git a/Data/_unsorted/ViewObject_2001176.json b/Data/_unsorted/ViewObject_2001176.json
index 40ce938b5..4e79e704e 100644
--- a/Data/_unsorted/ViewObject_2001176.json
+++ b/Data/_unsorted/ViewObject_2001176.json
@@ -43,7 +43,7 @@
{
"$type": "ZenkovEvacuationSystemTrait",
"EvacuableCountdown": 0,
- "EvacuationType": 3,
+ "EvacuationType": 4,
"Export2Server": true,
"LinkedGroupID": 0,
"LinkedGroupState": "",
diff --git a/Data/_unsorted/ViewObject_2001278.json b/Data/_unsorted/ViewObject_2001278.json
index 2dee53b21..836c3b822 100644
--- a/Data/_unsorted/ViewObject_2001278.json
+++ b/Data/_unsorted/ViewObject_2001278.json
@@ -15,7 +15,7 @@
{
"$type": "GadgetDefaultTrait",
"DitherConfigKey": "NewSceneObjDefault",
- "EnableDither": false,
+ "EnableDither": true,
"EnableMove": false,
"EnableRigidBodyInit": false,
"EnableTimeSlow": false,
diff --git a/Data/_unsorted/ViewObject_2001282.json b/Data/_unsorted/ViewObject_2001282.json
index 40eca5a03..b0ae9a7e0 100644
--- a/Data/_unsorted/ViewObject_2001282.json
+++ b/Data/_unsorted/ViewObject_2001282.json
@@ -15,7 +15,7 @@
{
"$type": "GadgetDefaultTrait",
"DitherConfigKey": "NewSceneObjDefault",
- "EnableDither": false,
+ "EnableDither": true,
"EnableMove": false,
"EnableRigidBodyInit": false,
"EnableTimeSlow": false,
diff --git a/Data/_unsorted/ViewObject_2001289.json b/Data/_unsorted/ViewObject_2001289.json
index d98f479e1..c5342b761 100644
--- a/Data/_unsorted/ViewObject_2001289.json
+++ b/Data/_unsorted/ViewObject_2001289.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_01.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001301.json b/Data/_unsorted/ViewObject_2001301.json
index c93879eff..669e76736 100644
--- a/Data/_unsorted/ViewObject_2001301.json
+++ b/Data/_unsorted/ViewObject_2001301.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovSlidingDoor_01.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001331.json b/Data/_unsorted/ViewObject_2001331.json
index 40c050bd0..7bad765ef 100644
--- a/Data/_unsorted/ViewObject_2001331.json
+++ b/Data/_unsorted/ViewObject_2001331.json
@@ -99,7 +99,7 @@
{
"$type": "GadgetDefaultTrait",
"DitherConfigKey": "NewSceneObjDefault",
- "EnableDither": false,
+ "EnableDither": true,
"EnableMove": false,
"EnableRigidBodyInit": false,
"EnableTimeSlow": false,
diff --git a/Data/_unsorted/ViewObject_2001332.json b/Data/_unsorted/ViewObject_2001332.json
index 3da74cc1d..59b45dbd9 100644
--- a/Data/_unsorted/ViewObject_2001332.json
+++ b/Data/_unsorted/ViewObject_2001332.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_02.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001351.json b/Data/_unsorted/ViewObject_2001351.json
index 5fd3e0a6c..9634ef5f3 100644
--- a/Data/_unsorted/ViewObject_2001351.json
+++ b/Data/_unsorted/ViewObject_2001351.json
@@ -15,7 +15,7 @@
{
"$type": "GadgetDefaultTrait",
"DitherConfigKey": "NewSceneObjDefault",
- "EnableDither": false,
+ "EnableDither": true,
"EnableMove": false,
"EnableRigidBodyInit": false,
"EnableTimeSlow": false,
diff --git a/Data/_unsorted/ViewObject_2001352.json b/Data/_unsorted/ViewObject_2001352.json
index aa12e0ec3..bfce47125 100644
--- a/Data/_unsorted/ViewObject_2001352.json
+++ b/Data/_unsorted/ViewObject_2001352.json
@@ -3,6 +3,39 @@
"ViewObject": {
"$type": "ConfigViewObject",
"Traits": [
+ {
+ "$type": "GadgetDefaultTrait",
+ "DitherConfigKey": "GadgetDefault_SizeMid",
+ "EnableDither": true,
+ "EnableMove": false,
+ "EnableRigidBodyInit": false,
+ "EnableTimeSlow": false,
+ "Export2Server": false,
+ "InitEntityDisable": false,
+ "PrefabPath": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Destruction_Prop_RedStone_01\/Destruction_Prop_RedStone_01.prefab",
+ "ShowName": "",
+ "isDisable": false
+ },
+ {
+ "$type": "AbilityAttacherTrait",
+ "AbilityList": [
+ {
+ "$type": "ConfigAbilityFragment",
+ "AbilityName": "Destruction_GadgetDefault",
+ "AbilitySpecial": [
+ ]
+ }
+ ],
+ "Export2Server": false,
+ "isDisable": false
+ },
+ {
+ "$type": "EnableBeHitTrait",
+ "Camp": "TeamNeutral",
+ "Export2Server": false,
+ "SetAliveState": true,
+ "isDisable": false
+ },
{
"$type": "ConfigDFScriptTrait",
"DFScriptName": "ViewObjectGraph_2001352",
@@ -15,7 +48,7 @@
"IntValue": 0,
"Key": "Destruction_BeHit_FireEffect_EffectPattern_0",
"ParamType": "String",
- "StringValue": "Eff_Destruction_Prop_Level3ltem_01_04_Explode",
+ "StringValue": "Eff_Destruction_Prop_RedStone_01_Explode",
"VectorValue": {
"x": 0,
"y": 0,
@@ -40,54 +73,10 @@
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
},
- {
- "$type": "AbilityAttacherTrait",
- "AbilityList": [
- {
- "$type": "ConfigAbilityFragment",
- "AbilityName": "Destruction_GadgetDefault",
- "AbilitySpecial": [
- ]
- }
- ],
- "Export2Server": false,
- "isDisable": false
- },
- {
- "$type": "EnableBeHitTrait",
- "Camp": "TeamNeutral",
- "Export2Server": false,
- "SetAliveState": true,
- "isDisable": false
- },
- {
- "$type": "GamePlayTagTrait",
- "EntityTagList": [
- "ECS_Entity_Monster_Destruction",
- "AnimatorCulling"
- ],
- "Export2Server": true,
- "TagList": [
- ],
- "isDisable": false
- },
- {
- "$type": "GadgetDefaultTrait",
- "DitherConfigKey": "GadgetDefault_SizeMid",
- "EnableDither": true,
- "EnableMove": false,
- "EnableRigidBodyInit": false,
- "EnableTimeSlow": false,
- "Export2Server": false,
- "InitEntityDisable": false,
- "PrefabPath": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Destruction_Prop_Level3ltem_01\/Destruction_Prop_Level3ltem_01.prefab",
- "ShowName": "",
- "isDisable": false
- },
{
"$type": "SimpleScriptConfigTrait",
"Export2Server": false,
- "ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Destruction_Prop_Level2ltem_04.asset",
+ "ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Destruction_Prop_RedStone_01.asset",
"UseFighterData": false,
"isDisable": false
}
diff --git a/Data/_unsorted/ViewObject_2001353.json b/Data/_unsorted/ViewObject_2001353.json
index 637bf3434..45c577862 100644
--- a/Data/_unsorted/ViewObject_2001353.json
+++ b/Data/_unsorted/ViewObject_2001353.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_03.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001367.json b/Data/_unsorted/ViewObject_2001367.json
index 5a8318b56..92c52a8b6 100644
--- a/Data/_unsorted/ViewObject_2001367.json
+++ b/Data/_unsorted/ViewObject_2001367.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_04.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001374.json b/Data/_unsorted/ViewObject_2001374.json
index a20d8069b..78cb5666f 100644
--- a/Data/_unsorted/ViewObject_2001374.json
+++ b/Data/_unsorted/ViewObject_2001374.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_05.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001375.json b/Data/_unsorted/ViewObject_2001375.json
index c59da51c6..310e354b4 100644
--- a/Data/_unsorted/ViewObject_2001375.json
+++ b/Data/_unsorted/ViewObject_2001375.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_06.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001376.json b/Data/_unsorted/ViewObject_2001376.json
index dfb8cb534..d35ac834a 100644
--- a/Data/_unsorted/ViewObject_2001376.json
+++ b/Data/_unsorted/ViewObject_2001376.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_07.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001377.json b/Data/_unsorted/ViewObject_2001377.json
index ba21c6c42..0007be644 100644
--- a/Data/_unsorted/ViewObject_2001377.json
+++ b/Data/_unsorted/ViewObject_2001377.json
@@ -159,6 +159,12 @@
"ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ZenkovGenericDoor_08.asset",
"UseFighterData": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 10,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001380.json b/Data/_unsorted/ViewObject_2001380.json
index 412515c7d..d66d33875 100644
--- a/Data/_unsorted/ViewObject_2001380.json
+++ b/Data/_unsorted/ViewObject_2001380.json
@@ -54,6 +54,12 @@
],
"Export2Server": false,
"isDisable": false
+ },
+ {
+ "$type": "EntitySpawnPriorityTrait",
+ "Export2Server": false,
+ "Priority": 0,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_2001441.json b/Data/_unsorted/ViewObject_2001441.json
index c88ff3e3e..a8420f14c 100644
--- a/Data/_unsorted/ViewObject_2001441.json
+++ b/Data/_unsorted/ViewObject_2001441.json
@@ -111,7 +111,7 @@
},
{
"$type": "ConfigInteractTrait",
- "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Common_GeneralInteract.asset",
+ "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Zenkov_ItemGeneralInteract_2M_360.asset",
"CoopInteractMaxCount": 0,
"Export2Server": false,
"Hint": "",
diff --git a/Data/_unsorted/ViewObject_2001453.json b/Data/_unsorted/ViewObject_2001453.json
index f622e6092..f03627077 100644
--- a/Data/_unsorted/ViewObject_2001453.json
+++ b/Data/_unsorted/ViewObject_2001453.json
@@ -111,7 +111,7 @@
},
{
"$type": "ConfigInteractTrait",
- "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Common_GeneralInteract.asset",
+ "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Zenkov_ItemGeneralInteract_2M_360.asset",
"CoopInteractMaxCount": 0,
"Export2Server": false,
"Hint": "",
diff --git a/Data/_unsorted/ViewObject_2001465.json b/Data/_unsorted/ViewObject_2001465.json
index 48f7f1b46..614017665 100644
--- a/Data/_unsorted/ViewObject_2001465.json
+++ b/Data/_unsorted/ViewObject_2001465.json
@@ -44,7 +44,7 @@
{
"$type": "ZenkovEvacuationSystemTrait",
"EvacuableCountdown": 0,
- "EvacuationType": 0,
+ "EvacuationType": 3,
"Export2Server": true,
"LinkedGroupID": 0,
"LinkedGroupState": "BattleEnd",
@@ -71,6 +71,34 @@
"DFScriptName": "ViewObjectGraph_2001465",
"Export2Server": false,
"InitParam": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": true,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "HasChat",
+ "ParamType": "Bool",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 231013202,
+ "Key": "ChatID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
],
"OverrideParamOnSuiteSwitch": false,
"isDisable": false
diff --git a/Data/_unsorted/ViewObject_2001485.json b/Data/_unsorted/ViewObject_2001485.json
new file mode 100644
index 000000000..7779424b2
--- /dev/null
+++ b/Data/_unsorted/ViewObject_2001485.json
@@ -0,0 +1,111 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "ViewObject": {
+ "$type": "ConfigViewObject",
+ "Traits": [
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "ViewObjectGraph_2001485",
+ "Export2Server": false,
+ "InitParam": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "TeleportID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "ArriveConfigID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ },
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 0,
+ "Key": "OverrideTeleportPoint",
+ "ParamType": "String",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ConfigColliderControlTrait",
+ "ColliderConfig": [
+ {
+ "$type": "ConfigColliderRegisterData",
+ "ActiveState": false,
+ "ColliderName": "DynamicColWall1"
+ },
+ {
+ "$type": "ConfigColliderRegisterData",
+ "ActiveState": false,
+ "ColliderName": "DynamicColWall2"
+ }
+ ],
+ "Export2Server": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ConfigTriggerControlTrait",
+ "ColliderConfig": [
+ "OutCollider",
+ "MidCollider",
+ "InCollider"
+ ],
+ "ColliderCreation": [
+ ],
+ "Export2Server": false,
+ "isDisable": false
+ },
+ {
+ "$type": "GadgetDefaultTrait",
+ "DitherConfigKey": "NewSceneObjDefault",
+ "EnableDither": false,
+ "EnableMove": false,
+ "EnableRigidBodyInit": false,
+ "EnableTimeSlow": false,
+ "Export2Server": false,
+ "InitEntityDisable": false,
+ "PrefabPath": "Assets\/NapResources\/Char\/Device\/Required_SceneProp_Collider\/Device_Prop_MineElevator_01\/Device_Prop_MineElevator_01.prefab",
+ "ShowName": "test",
+ "isDisable": false
+ },
+ {
+ "$type": "SimpleScriptConfigTrait",
+ "Export2Server": false,
+ "ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_MineElevator_01.asset",
+ "UseFighterData": false,
+ "isDisable": false
+ }
+ ],
+ "ViewObjectGamePlayTagList": [
+ ],
+ "ViewObjectID": 2001485
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/ViewObject_2001491.json b/Data/_unsorted/ViewObject_2001491.json
new file mode 100644
index 000000000..724c80029
--- /dev/null
+++ b/Data/_unsorted/ViewObject_2001491.json
@@ -0,0 +1,120 @@
+{
+ "$type": "ConfigLevelDataPackage",
+ "ViewObject": {
+ "$type": "ConfigViewObject",
+ "Traits": [
+ {
+ "$type": "GadgetDefaultTrait",
+ "DitherConfigKey": "NewSceneObjDefault",
+ "EnableDither": true,
+ "EnableMove": false,
+ "EnableRigidBodyInit": false,
+ "EnableTimeSlow": false,
+ "Export2Server": false,
+ "InitEntityDisable": false,
+ "PrefabPath": "Assets\/NapResources\/Char\/Device\/Device_Prop_ZenkovContainer_12\/Device_Prop_ZenkovContainer_12.prefab",
+ "ShowName": "ZenkovContainer_12",
+ "isDisable": false
+ },
+ {
+ "$type": "SimpleScriptConfigTrait",
+ "Export2Server": false,
+ "ScritptConfigPath": "Assets\/NapResources\/Data\/ScriptConfig\/Character\/Device_Prop_ChestTheater_01.asset",
+ "UseFighterData": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ConfigDFScriptTrait",
+ "DFScriptName": "ViewObjectGraph_2001491",
+ "Export2Server": false,
+ "InitParam": [
+ {
+ "$type": "ConfigBlackboardParam",
+ "BoolValue": false,
+ "FloatValue": 0,
+ "IntValue": 171300158,
+ "Key": "GroupID",
+ "ParamType": "Int",
+ "StringValue": "",
+ "VectorValue": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ }
+ }
+ ],
+ "OverrideParamOnSuiteSwitch": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ConfigInteractTrait",
+ "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Zenkov_ItemGeneralInteract_3M_360_2.asset",
+ "CoopInteractMaxCount": 0,
+ "Export2Server": false,
+ "Hint": "",
+ "InteractGroup": [
+ {
+ "$type": "ConfigInteractInfo",
+ "ConfigDataPath": "Assets\/NapResources\/Data\/LevelWorld\/CommonConfig\/InteractConfig\/Zenkov_ItemGeneralInteract_3M_360.asset",
+ "CoopInteractMaxCount": 0,
+ "InteractName": "Box_GeneralInteract_2"
+ }
+ ],
+ "InteractName": "Box_GeneralInteract",
+ "NpcRotateMode": "None",
+ "OverrideHoldInputTime": 0,
+ "PlayerRotate": false,
+ "SwitchAvatarMode": "DontSwitch",
+ "SwitchToSkin": 0,
+ "TargetAgent": 0,
+ "UnlockId": 0,
+ "isDisable": false
+ },
+ {
+ "$type": "ZKRewardTrait",
+ "DropTimeType": "MemberHPZero",
+ "DropVOID": 0,
+ "Export2Server": true,
+ "IsMemberDrop": false,
+ "ItemAttachPoint": "",
+ "RewardID": 310304,
+ "StateRewards": [
+ ],
+ "ZKRewardType": "ZKPackage",
+ "isDisable": false
+ },
+ {
+ "$type": "KinematicTrait",
+ "Export2Server": false,
+ "IsKinematic": true,
+ "isDisable": false
+ },
+ {
+ "$type": "AbilityAttacherTrait",
+ "AbilityList": [
+ ],
+ "Export2Server": false,
+ "isDisable": false
+ },
+ {
+ "$type": "ModifyQuestTrack",
+ "Export2Server": true,
+ "QuestID": 231013302,
+ "isDisable": false
+ },
+ {
+ "$type": "GamePlayTagTrait",
+ "EntityTagList": [
+ "AnimatorCulling"
+ ],
+ "Export2Server": true,
+ "TagList": [
+ ],
+ "isDisable": false
+ }
+ ],
+ "ViewObjectGamePlayTagList": [
+ ],
+ "ViewObjectID": 2001491
+ }
+}
\ No newline at end of file
diff --git a/Data/_unsorted/ViewObject_3000081.json b/Data/_unsorted/ViewObject_3000081.json
index d8735b3b0..625d84952 100644
--- a/Data/_unsorted/ViewObject_3000081.json
+++ b/Data/_unsorted/ViewObject_3000081.json
@@ -175,6 +175,8 @@
"Export2Server": false,
"InitEntityDisable": false,
"IsUsePlayerSkin": false,
+ "MontageConfigs": [
+ ],
"Name": "",
"NpcID": 0,
"RandomStartTimeRangeMax": 0,
@@ -250,6 +252,12 @@
],
"Export2Server": false,
"isDisable": false
+ },
+ {
+ "$type": "KinematicTrait",
+ "Export2Server": false,
+ "IsKinematic": true,
+ "isDisable": false
}
],
"ViewObjectGamePlayTagList": [
diff --git a/Data/_unsorted/ViewObject_3000146.json b/Data/_unsorted/ViewObject_3000146.json
index 935c0a0af..c10dedbd1 100644
--- a/Data/_unsorted/ViewObject_3000146.json
+++ b/Data/_unsorted/ViewObject_3000146.json
@@ -59,7 +59,7 @@
{
"$type": "ZenkovEvacuationSystemTrait",
"EvacuableCountdown": 0,
- "EvacuationType": 3,
+ "EvacuationType": 4,
"Export2Server": true,
"LinkedGroupID": 0,
"LinkedGroupState": "",
diff --git a/Data/_unsorted/Whitfield.json b/Data/_unsorted/Whitfield.json
index ca0550262..68054c547 100644
--- a/Data/_unsorted/Whitfield.json
+++ b/Data/_unsorted/Whitfield.json
@@ -1,24 +1,204 @@
{
- "$type": "ConfigLevelDataPackage",
- "Scene": {
- "$type": "ConfigScene",
- "BakedNapAudio": "Assets\/Scenes\/AutoBaked\/AudioData\/NapAudio_Whitfield.prefab",
- "BakedSceneProp": "",
- "CategoryAreaList": [
- ],
- "IsEnableEnvironmentFeature": true,
- "IsIgnoreIkReady": true,
- "IsStreaming": true,
- "Name": "",
- "NavMeshLinks": [
- ],
- "ObstacleAreaOverrideCost": 0,
- "SceneAreaData": "Assets\/NapResources\/Data\/JsonBytes\/AreaData\/Whitfield.bytes",
- "SceneAreas": [
- ],
- "SceneId": 6001,
- "ScenePath": "Assets\/Scenes\/Whitfield\/Whitfield.unity",
- "SlopeEnvironmentPath": "Assets\/Scenes\/AutoBaked\/SlopeEnvironment\/EnvMark_Whitfield.prefab",
- "StreamingScenePath": "Assets\/Scenes\/NapStreaming\/Whitfield.unity"
- }
+ "$type": "SceneConfigRuntimeData",
+ "mapLayers": [
+ ],
+ "sceneAreas": [
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MainCity_Whitfield_F2",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 26.87746,
+ "originPos": {
+ "x": -24.01086,
+ "y": 61.81699,
+ "z": 26.43819
+ },
+ "xzPoints": [
+ {
+ "x": -60.60927,
+ "y": -114.4947
+ },
+ {
+ "x": 66.06408,
+ "y": -114.3548
+ },
+ {
+ "x": 114.6837,
+ "y": 6.931749
+ },
+ {
+ "x": -71.60661,
+ "y": 37.06603
+ },
+ {
+ "x": -68.01642,
+ "y": -26.88572
+ },
+ {
+ "x": -16.38164,
+ "y": -27.45684
+ },
+ {
+ "x": -16.28904,
+ "y": -47.8266
+ },
+ {
+ "x": -61.67181,
+ "y": -47.6394
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MainCity_Whitfield_F3",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 35.84845,
+ "originPos": {
+ "x": -105.2814,
+ "y": 112.5531,
+ "z": -40.0685
+ },
+ "xzPoints": [
+ {
+ "x": -53.38699,
+ "y": -24.92884
+ },
+ {
+ "x": 32.38662,
+ "y": -49.0143
+ },
+ {
+ "x": 57.7481,
+ "y": 58.36102
+ },
+ {
+ "x": -10.20103,
+ "y": 83.09894
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MainCity_Whitfield_F1",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 34.18519,
+ "originPos": {
+ "x": 100.0514,
+ "y": -8.684206,
+ "z": -33.61694
+ },
+ "xzPoints": [
+ {
+ "x": -173.2165,
+ "y": -73.26997
+ },
+ {
+ "x": 24.70078,
+ "y": -75.19135
+ },
+ {
+ "x": 29.5808,
+ "y": 49.8062
+ },
+ {
+ "x": -157.6876,
+ "y": 55.15359
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ },
+ {
+ "$type": "SceneConfigRuntimeDataArea",
+ "AreaMode": "Default",
+ "AreaModeTag": "",
+ "SceneNameId": "MainCity_Whitfield_F2_YumChaSim",
+ "areaExcluded": [
+ ],
+ "areas": [
+ {
+ "$type": "RuntimePolygonBound",
+ "eulerAngles": {
+ "x": 0,
+ "y": 0,
+ "z": 0
+ },
+ "heightY": 7.610939,
+ "originPos": {
+ "x": -50.83576,
+ "y": 64.17799,
+ "z": -18.75748
+ },
+ "xzPoints": [
+ {
+ "x": -24.16001,
+ "y": -1.652092
+ },
+ {
+ "x": 8.621456,
+ "y": -0.7873325
+ },
+ {
+ "x": 8.869118,
+ "y": 16.53021
+ },
+ {
+ "x": -24.06136,
+ "y": 16.75372
+ }
+ ]
+ }
+ ],
+ "battleRegion": [
+ ],
+ "priority": 0
+ }
+ ],
+ "sceneNameId": "Whitfield"
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_Anomaly_SS02.json b/Data/_unsorted/ZenKov_Anomaly_SS02.json
index 7e0b21999..c8a778831 100644
--- a/Data/_unsorted/ZenKov_Anomaly_SS02.json
+++ b/Data/_unsorted/ZenKov_Anomaly_SS02.json
@@ -97,7 +97,7 @@
},
{
"$type": "ModifyAttackDataAction",
- "PropertyKey": "Actor_AddedDamageRatio",
+ "PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamageRatio",
"Target": "Self"
}
diff --git a/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style01.json b/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style01.json
index 96282012c..cb075638d 100644
--- a/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style01.json
+++ b/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style01.json
@@ -41,6 +41,14 @@
"IsAdd": true,
"Target": "Self"
},
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "AvatarSkill_Style01"
+ ],
+ "IsAdd": true,
+ "Target": "TeamAvatars"
+ },
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
@@ -140,6 +148,14 @@
"IsAdd": false,
"Target": "Self"
},
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "AvatarSkill_Style01"
+ ],
+ "IsAdd": false,
+ "Target": "TeamAvatars"
+ },
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
@@ -161,7 +177,7 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%AS_AvatarSkill_Style01_ErosionReduce_StrengthType1",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"Predicates": [
{
@@ -208,7 +224,7 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%AS_AvatarSkill_Style01_ErosionReduce_StrengthType2",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"Predicates": [
{
@@ -255,7 +271,7 @@
{
"$type": "ModifyDungeonProperty",
"Amount": "%AS_AvatarSkill_Style01_ErosionReduce_StrengthType3",
- "IsSkipRatio": false,
+ "IsSkipRatio": true,
"ModifyFunction": "Add",
"Predicates": [
{
diff --git a/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style03.json b/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style03.json
index 5de4fe78f..b66f147dc 100644
--- a/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style03.json
+++ b/Data/_unsorted/ZenKov_EquipAbility_AvatarSkill_Style03.json
@@ -17,6 +17,10 @@
"Value": 0.15,
"ValueType": "Float"
},
+ "AS_AvatarSkill_Style03_RecoverKillBoss": {
+ "Value": 1,
+ "ValueType": "Int"
+ },
"AS_AvatarSkill_Style03_StunPercentage_StrengthType1": {
"Value": 1,
"ValueType": "Float"
@@ -131,6 +135,19 @@
"Target": "Self"
}
],
+ "OnCustomEventReceived": [
+ {
+ "$type": "ModifyZenkovPyroisCurUseLimitAction",
+ "Amount": "%AS_AvatarSkill_Style03_RecoverKillBoss",
+ "Predicates": [
+ {
+ "$type": "ByCustomEvent",
+ "EventKey": "Zenkov_BossKilled_Event",
+ "Target": "Self"
+ }
+ ]
+ }
+ ],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
diff --git a/Data/_unsorted/ZenKov_Item_Random_27.json b/Data/_unsorted/ZenKov_Item_Random_27.json
index 53a17cc6d..e39b44460 100644
--- a/Data/_unsorted/ZenKov_Item_Random_27.json
+++ b/Data/_unsorted/ZenKov_Item_Random_27.json
@@ -8,6 +8,10 @@
"AS_StunTimeExtend": {
"Value": 5,
"ValueType": "Float"
+ },
+ "As_AddedEtherPurifyRatio": {
+ "Value": 0.2,
+ "ValueType": "Float"
}
},
"AbilityStacking": "Unique",
@@ -95,6 +99,13 @@
"Target": "Other"
}
],
+ "OnHitOtherPre": [
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "ZenKov__AddedEtherPurifyRatio",
+ "Target": "Other"
+ }
+ ],
"OnStunDestroyOtherActionsPre": [
{
"$type": "ApplyModifier",
@@ -111,6 +122,19 @@
"Target": "Other"
}
]
+ },
+ "ZenKov__AddedEtherPurifyRatio": {
+ "Duration": -1,
+ "IgnoreTimeScale": false,
+ "ModifierStacking": "Unique",
+ "OnBeingHit": [
+ {
+ "$type": "ModifyAttackDataAction",
+ "PropertyKey": "Actor_AddedEtherPurifyRatio",
+ "PropertyValue": "%As_AddedEtherPurifyRatio",
+ "Target": "Self"
+ }
+ ]
}
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield1.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield1.json
index fa85de00c..033b6e1bf 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield1.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield1.json
@@ -8,10 +8,54 @@
"AS_ShieldRemainValue1_1": {
"Value": -1,
"ValueType": "float"
+ },
+ "AS_ShieldTotalAmount": {
+ "Value": 0,
+ "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
+ "DelayHandlers": [
+ {
+ "DelayTime": 0.1,
+ "IgnoreTimeScale": false,
+ "TimeUpActions": [
+ {
+ "$type": "SetAbilitySpecialAction",
+ "DoRefresh": true,
+ "ModifyFunction": "Replace",
+ "Param": "%AS_ShieldTotalAmount",
+ "ParamName": "AS_ShieldRemainValue1_1",
+ "ParamType": "Float",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Equal",
+ "Param": -1,
+ "ParamName": "AS_ShieldRemainValue1_1",
+ "ParamType": "Float"
+ }
+ ],
+ "Target": "Self"
+ },
+ {
+ "$type": "ApplyModifier",
+ "ModifierName": "HPShieldModifier",
+ "Predicates": [
+ {
+ "$type": "ByAbilitySpecial",
+ "CompareType": "Greater",
+ "Param": 0,
+ "ParamName": "AS_ShieldRemainValue1_1",
+ "ParamType": "Float"
+ }
+ ],
+ "Target": "Self"
+ }
+ ]
+ }
+ ],
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
@@ -26,31 +70,8 @@
"DoRefresh": true,
"ModifyFunction": "Replace",
"Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue1_1",
+ "ParamName": "AS_ShieldTotalAmount",
"ParamType": "Float",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue1_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue1_1",
- "ParamType": "Float"
- }
- ],
"Target": "Self"
}
]
@@ -67,7 +88,7 @@
"ModifyFunction": "Replace",
"ParamName": "AS_ShieldRemainValue1_1",
"ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield1",
+ "Tag": "ZenKov_TalentTree_AutoShield",
"Target": "Self",
"ValueType": "CurValue"
}
@@ -77,7 +98,7 @@
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield1",
+ "Tag": "ZenKov_TalentTree_AutoShield",
"TotalValueConfig": {
"Amount": "%AS_ShieldRemainValue1_1",
"Percentage": 0,
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield10.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield10.json
index 8141bdb18..8a3e242ad 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield10.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield10.json
@@ -2,53 +2,27 @@
"AbilityName": "ZenKov_TalentTree_AutoShield10",
"AbilitySpecials": {
"AS_SheildAmount": {
- "Value": 500,
+ "Value": 700,
"ValueType": "int"
- },
- "AS_ShieldRemainValue10_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue10_1)",
- "ParamName": "AS_ShieldRemainValue10_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue10_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue10_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue10_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue10_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield10",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield10",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue10_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield11.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield11.json
index 3872b5319..7edf891b1 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield11.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield11.json
@@ -2,53 +2,27 @@
"AbilityName": "ZenKov_TalentTree_AutoShield11",
"AbilitySpecials": {
"AS_SheildAmount": {
- "Value": 500,
+ "Value": 700,
"ValueType": "int"
- },
- "AS_ShieldRemainValue11_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue11_1)",
- "ParamName": "AS_ShieldRemainValue11_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue11_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue11_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue11_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue11_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield11",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield11",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue11_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield12.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield12.json
index a938ae537..492664de4 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield12.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield12.json
@@ -2,53 +2,27 @@
"AbilityName": "ZenKov_TalentTree_AutoShield12",
"AbilitySpecials": {
"AS_SheildAmount": {
- "Value": 500,
+ "Value": 700,
"ValueType": "int"
- },
- "AS_ShieldRemainValue12_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue12_1)",
- "ParamName": "AS_ShieldRemainValue12_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue12_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue12_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue12_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue12_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield12",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield12",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue12_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield2.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield2.json
index 29da475f6..75bec8bbe 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield2.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield2.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue2_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue2_1)",
- "ParamName": "AS_ShieldRemainValue2_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue2_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue2_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue2_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue2_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield2",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield2",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue2_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield3.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield3.json
index 4ea9bcfec..35e00d1aa 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield3.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield3.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue3_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue3_1)",
- "ParamName": "AS_ShieldRemainValue3_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue3_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue3_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue3_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue3_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield3",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield3",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue3_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield4.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield4.json
index 8bb3322b7..fafa521fb 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield4.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield4.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue4_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue4_1)",
- "ParamName": "AS_ShieldRemainValue4_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue4_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue4_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue4_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue4_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield4",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield4",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue4_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield5.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield5.json
index cec3b9125..639325bcc 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield5.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield5.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue5_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue5_1)",
- "ParamName": "AS_ShieldRemainValue5_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue5_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue5_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue5_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue5_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield5",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield5",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue5_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield6.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield6.json
index 5d292a762..85849d952 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield6.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield6.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue6_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue6_1)",
- "ParamName": "AS_ShieldRemainValue6_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue6_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue6_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue6_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue6_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield6",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield6",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue6_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield7.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield7.json
index 3c4c0f433..92216ec7c 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield7.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield7.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue7_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue7_1)",
- "ParamName": "AS_ShieldRemainValue7_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue7_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue7_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue7_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue7_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield7",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield7",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue7_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield8.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield8.json
index a6e387250..f6771a1b2 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield8.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield8.json
@@ -4,51 +4,25 @@
"AS_SheildAmount": {
"Value": 500,
"ValueType": "int"
- },
- "AS_ShieldRemainValue8_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue8_1)",
- "ParamName": "AS_ShieldRemainValue8_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue8_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue8_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue8_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue8_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield8",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield8",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue8_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/ZenKov_TalentTree_AutoShield9.json b/Data/_unsorted/ZenKov_TalentTree_AutoShield9.json
index f0b8ef6fb..9ff3080ff 100644
--- a/Data/_unsorted/ZenKov_TalentTree_AutoShield9.json
+++ b/Data/_unsorted/ZenKov_TalentTree_AutoShield9.json
@@ -2,53 +2,27 @@
"AbilityName": "ZenKov_TalentTree_AutoShield9",
"AbilitySpecials": {
"AS_SheildAmount": {
- "Value": 500,
+ "Value": 700,
"ValueType": "int"
- },
- "AS_ShieldRemainValue_1": {
- "Value": -1,
- "ValueType": "float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
- "$type": "SetAbilitySpecialByExpression",
+ "$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
- "Expression": "scenevar(AS_ShieldRemainValue_1)",
- "ParamName": "AS_ShieldRemainValue_1",
- "Target": "Self",
- "ValueType": "Integer"
- },
- {
- "$type": "SetAbilitySpecialAction",
- "DoRefresh": true,
- "ModifyFunction": "Replace",
- "Param": "%AS_SheildAmount",
- "ParamName": "AS_ShieldRemainValue_1",
- "ParamType": "Float",
- "Predicates": [
+ "Params": [
{
- "$type": "ByAbilitySpecial",
- "CompareType": "Equal",
- "Param": -1,
- "ParamName": "AS_ShieldRemainValue_1",
- "ParamType": "Float"
- }
- ],
- "Target": "Self"
- },
- {
- "$type": "ApplyModifier",
- "ModifierName": "HPShieldModifier",
- "Predicates": [
- {
- "$type": "ByAbilitySpecial",
- "CompareType": "Greater",
- "Param": 0,
- "ParamName": "AS_ShieldRemainValue_1",
- "ParamType": "Float"
+ "AbilityName": "ZenKov_TalentTree_AutoShield1",
+ "AbilitySpecials": [
+ {
+ "ModifyFunction": "Add",
+ "Param": "%AS_SheildAmount",
+ "ParamName": "AS_ShieldTotalAmount",
+ "ParamType": "Float"
+ }
+ ]
}
],
"Target": "Self"
@@ -56,36 +30,5 @@
]
},
"Modifiers": {
- "HPShieldModifier": {
- "Duration": -1,
- "ModifierMixins": [
- {
- "$type": "HpShieldMixin",
- "DamagedActions": [
- {
- "$type": "SetAbilitySpecialsByHpShiledValueAction",
- "ModifyFunction": "Replace",
- "ParamName": "AS_ShieldRemainValue_1",
- "ParamType": "Float",
- "Tag": "ZenKov_TalentTree_AutoShield",
- "Target": "Self",
- "ValueType": "CurValue"
- }
- ],
- "Duration": -1,
- "IfTakeRestDamageWhenEmpty": true,
- "Priority": 0,
- "RecoverAmount": 0,
- "RecoverPercentage": 0,
- "Tag": "ZenKov_TalentTree_AutoShield",
- "TotalValueConfig": {
- "Amount": "%AS_ShieldRemainValue_1",
- "Percentage": 0,
- "PropertyType": "MaxHP"
- }
- }
- ],
- "ModifierStacking": "Replace"
- }
}
}
\ No newline at end of file
diff --git a/Data/_unsorted/Zenkov_AvatarCommon.json b/Data/_unsorted/Zenkov_AvatarCommon.json
index 489ae2f08..889a79922 100644
--- a/Data/_unsorted/Zenkov_AvatarCommon.json
+++ b/Data/_unsorted/Zenkov_AvatarCommon.json
@@ -79,6 +79,14 @@
"$type": "SendCustomEvent",
"EventKey": "Zenkov_AvatarReady_Event_Global",
"Target": "Level"
+ },
+ {
+ "$type": "HandleAnimatorZoneTagsAction",
+ "AnimatorStateTags": [
+ "ZenKov_AvatarSpTag"
+ ],
+ "IsAdd": true,
+ "Target": "Self"
}
]
},
diff --git a/Data/_unsorted/Zenkov_YokaiSkill_MuteTag.json b/Data/_unsorted/Zenkov_YokaiSkill_MuteTag.json
index f97613105..e0075a948 100644
--- a/Data/_unsorted/Zenkov_YokaiSkill_MuteTag.json
+++ b/Data/_unsorted/Zenkov_YokaiSkill_MuteTag.json
@@ -9,7 +9,7 @@
{
"$type": "ApplyModifier",
"ModifierName": "Zenkov_YokaiSkill_LockLifeModifier",
- "Target": "ZenkovYokais"
+ "Target": "Self"
}
],
"OnBeingHit": [
diff --git a/FileCfg/10239945438505539351.json b/FileCfg/10239945438505539351.json
index 6cb6234f7..dbe5e54b3 100644
--- a/FileCfg/10239945438505539351.json
+++ b/FileCfg/10239945438505539351.json
@@ -124,7 +124,7 @@
"DALBKGGEJEF": 100007,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -145,7 +145,7 @@
"DALBKGGEJEF": 100008,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -166,7 +166,7 @@
"DALBKGGEJEF": 100009,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -187,7 +187,7 @@
"DALBKGGEJEF": 100010,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -208,7 +208,7 @@
"DALBKGGEJEF": 100011,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -229,7 +229,7 @@
"DALBKGGEJEF": 100012,
"NOLPKFDODOF": 10,
"AKNIMHDBOAD": 25,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 900,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -250,7 +250,7 @@
"DALBKGGEJEF": 100013,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 800,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -271,7 +271,7 @@
"DALBKGGEJEF": 100014,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 800,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -292,7 +292,7 @@
"DALBKGGEJEF": 100015,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 800,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -313,7 +313,7 @@
"DALBKGGEJEF": 100016,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 800,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -334,7 +334,7 @@
"DALBKGGEJEF": 100017,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 800,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -355,7 +355,7 @@
"DALBKGGEJEF": 100018,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 700,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -377,7 +377,7 @@
"DALBKGGEJEF": 100019,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 700,
"DMDMHGGOOGG": [
0.68,
1.24
@@ -399,7 +399,7 @@
"DALBKGGEJEF": 100020,
"NOLPKFDODOF": 5,
"AKNIMHDBOAD": 20,
- "FMJAPDLCFEE": 1000,
+ "FMJAPDLCFEE": 700,
"DMDMHGGOOGG": [
0.68,
1.24
diff --git a/FileCfg/10253292503320312277.json b/FileCfg/10253292503320312277.json
index 2b5fbd242..1f3cb44ed 100644
--- a/FileCfg/10253292503320312277.json
+++ b/FileCfg/10253292503320312277.json
@@ -56,7 +56,7 @@
"KPNNFHDMCAA": 903003,
"DOPPJJLBNEE": false,
"PBKGBMHKHIH": 457,
- "FBLGCHIDIEE": 10136,
+ "FBLGCHIDIEE": 10144,
"ACIKDMFEJOJ": "ZKShopName03",
"BDLCDGFEKPC": -1,
"GMHGKDKPKJB": "",
diff --git a/FileCfg/11584323305770615900.json b/FileCfg/11584323305770615900.json
index 5c861e9de..1d80adb9e 100644
--- a/FileCfg/11584323305770615900.json
+++ b/FileCfg/11584323305770615900.json
@@ -115,7 +115,15 @@
{
"NJOJBDDBOCO": 1116,
"JOIKFCINHBG": "ZKMiddleTip_Desc_1116",
- "EHNBCAONLOF": "",
+ "EHNBCAONLOF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuate.png",
+ "DMKHKCPCDIL": "ZKMiddleTip_Title_1116",
+ "IGIBEIMCDLG": 0,
+ "HIAAKIPAMGM": -1
+ },
+ {
+ "NJOJBDDBOCO": 1117,
+ "JOIKFCINHBG": "ZKMiddleTip_Desc_1116",
+ "EHNBCAONLOF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuate.png",
"DMKHKCPCDIL": "ZKMiddleTip_Title_1116",
"IGIBEIMCDLG": 0,
"HIAAKIPAMGM": -1
diff --git a/FileCfg/12315940412468084600.json b/FileCfg/12315940412468084600.json
index aa0106a8e..1ad8b3dbf 100644
--- a/FileCfg/12315940412468084600.json
+++ b/FileCfg/12315940412468084600.json
@@ -477,7 +477,7 @@
"OJINJHJPPPJ": [
{
"IKGGLEKBEPJ": 4300001,
- "CLEHOBAKHOI": 30000
+ "CLEHOBAKHOI": 15000
}
]
},
@@ -504,7 +504,7 @@
"OJINJHJPPPJ": [
{
"IKGGLEKBEPJ": 4360095,
- "CLEHOBAKHOI": 1
+ "CLEHOBAKHOI": 3
}
]
},
@@ -523,6 +523,10 @@
{
"IKGGLEKBEPJ": 4360087,
"CLEHOBAKHOI": 1
+ },
+ {
+ "IKGGLEKBEPJ": 4360092,
+ "CLEHOBAKHOI": 1
}
]
},
@@ -532,10 +536,6 @@
{
"IKGGLEKBEPJ": 4360093,
"CLEHOBAKHOI": 1
- },
- {
- "IKGGLEKBEPJ": 4360094,
- "CLEHOBAKHOI": 1
}
]
},
@@ -832,7 +832,7 @@
"OJINJHJPPPJ": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 1000000
+ "CLEHOBAKHOI": 500000
}
]
},
@@ -841,7 +841,7 @@
"OJINJHJPPPJ": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 2000000
+ "CLEHOBAKHOI": 800000
}
]
},
diff --git a/FileCfg/14052783994780513994.json b/FileCfg/14052783994780513994.json
index 9ffa62cf4..6ca76cd33 100644
--- a/FileCfg/14052783994780513994.json
+++ b/FileCfg/14052783994780513994.json
@@ -232,7 +232,7 @@
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -244,7 +244,19 @@
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
+ "DLLCDKIDJHL": "",
+ "FIDPCLKCPMN": "",
+ "CEPKBKIKMAF": []
+ },
+ {
+ "GMGPNAHEEMB": 160103,
+ "LCLMHCGGMGF": [
+ 4360010
+ ],
+ "HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
+ "FFNJAIMHFAN": "",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -256,7 +268,7 @@
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -268,7 +280,7 @@
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -280,7 +292,7 @@
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -290,7 +302,7 @@
"LCLMHCGGMGF": [],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuateBattle.png",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -300,7 +312,7 @@
"LCLMHCGGMGF": [],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuateMoney.png",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -310,7 +322,7 @@
"LCLMHCGGMGF": [],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuateMission.png",
- "PPDCCPEFLDC": "00A3FD",
+ "PPDCCPEFLDC": "",
"DLLCDKIDJHL": "",
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
@@ -340,6 +352,21 @@
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
},
+ {
+ "GMGPNAHEEMB": 160457,
+ "LCLMHCGGMGF": [
+ 4360031,
+ 4334304,
+ 4311003,
+ 4301321
+ ],
+ "HJHHAKDJHOF": "ActivityBangkov_RewardOverviewTitle",
+ "FFNJAIMHFAN": "",
+ "PPDCCPEFLDC": "",
+ "DLLCDKIDJHL": "",
+ "FIDPCLKCPMN": "",
+ "CEPKBKIKMAF": []
+ },
{
"GMGPNAHEEMB": 160459,
"LCLMHCGGMGF": [
@@ -382,7 +409,7 @@
{
"GMGPNAHEEMB": 160465,
"LCLMHCGGMGF": [
- 4363503,
+ 4300001,
4301401
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
@@ -395,7 +422,7 @@
{
"GMGPNAHEEMB": 160467,
"LCLMHCGGMGF": [
- 4363503,
+ 4300001,
4301402
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
@@ -408,7 +435,7 @@
{
"GMGPNAHEEMB": 160468,
"LCLMHCGGMGF": [
- 4363503,
+ 4300001,
4301403
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
@@ -421,7 +448,7 @@
{
"GMGPNAHEEMB": 160469,
"LCLMHCGGMGF": [
- 4363503,
+ 4300001,
4301403
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
@@ -512,8 +539,8 @@
{
"GMGPNAHEEMB": 160507,
"LCLMHCGGMGF": [
- 4300101,
- 4300401
+ 4300201,
+ 4300402
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -525,8 +552,8 @@
{
"GMGPNAHEEMB": 160508,
"LCLMHCGGMGF": [
- 4300101,
- 4300401
+ 4300201,
+ 4300402
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -590,8 +617,8 @@
{
"GMGPNAHEEMB": 160513,
"LCLMHCGGMGF": [
- 4300201,
- 4300402
+ 4300101,
+ 4300401
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -603,8 +630,8 @@
{
"GMGPNAHEEMB": 160514,
"LCLMHCGGMGF": [
- 4300201,
- 4300402
+ 4300101,
+ 4300401
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -972,9 +999,9 @@
{
"GMGPNAHEEMB": 160541,
"LCLMHCGGMGF": [
- 4300311,
- 4300312,
- 4300426
+ 4300211,
+ 4300212,
+ 4300425
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -986,9 +1013,9 @@
{
"GMGPNAHEEMB": 160542,
"LCLMHCGGMGF": [
- 4300311,
- 4300312,
- 4300426
+ 4300111,
+ 4300112,
+ 4300424
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1150,9 +1177,9 @@
{
"GMGPNAHEEMB": 160554,
"LCLMHCGGMGF": [
- 4300111,
- 4300112,
- 4300421
+ 4300211,
+ 4300212,
+ 4300422
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1164,9 +1191,9 @@
{
"GMGPNAHEEMB": 160555,
"LCLMHCGGMGF": [
- 4300111,
- 4300112,
- 4300421
+ 4300211,
+ 4300212,
+ 4300422
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1234,9 +1261,9 @@
{
"GMGPNAHEEMB": 160560,
"LCLMHCGGMGF": [
- 4300211,
- 4300212,
- 4300422
+ 4300111,
+ 4300112,
+ 4300421
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1248,9 +1275,9 @@
{
"GMGPNAHEEMB": 160561,
"LCLMHCGGMGF": [
- 4300211,
- 4300212,
- 4300422
+ 4300111,
+ 4300112,
+ 4300421
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1460,9 +1487,10 @@
{
"GMGPNAHEEMB": 160576,
"LCLMHCGGMGF": [
- 4300121,
- 4300122,
- 4300451
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300452
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1474,9 +1502,10 @@
{
"GMGPNAHEEMB": 160577,
"LCLMHCGGMGF": [
- 4300121,
- 4300122,
- 4300451
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300452
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1546,10 +1575,9 @@
{
"GMGPNAHEEMB": 160582,
"LCLMHCGGMGF": [
- 4300221,
- 4300222,
- 4300223,
- 4300452
+ 4300121,
+ 4300122,
+ 4300451
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1561,10 +1589,9 @@
{
"GMGPNAHEEMB": 160583,
"LCLMHCGGMGF": [
- 4300221,
- 4300222,
- 4300223,
- 4300452
+ 4300121,
+ 4300122,
+ 4300451
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1781,9 +1808,10 @@
{
"GMGPNAHEEMB": 160598,
"LCLMHCGGMGF": [
- 4300121,
- 4300122,
- 4300451
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300452
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1795,9 +1823,10 @@
{
"GMGPNAHEEMB": 160599,
"LCLMHCGGMGF": [
- 4300121,
- 4300122,
- 4300451
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300452
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1867,10 +1896,9 @@
{
"GMGPNAHEEMB": 160604,
"LCLMHCGGMGF": [
- 4300221,
- 4300222,
- 4300223,
- 4300452
+ 4300121,
+ 4300122,
+ 4300451
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -1882,10 +1910,9 @@
{
"GMGPNAHEEMB": 160605,
"LCLMHCGGMGF": [
- 4300221,
- 4300222,
- 4300223,
- 4300452
+ 4300121,
+ 4300122,
+ 4300451
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2281,10 +2308,10 @@
{
"GMGPNAHEEMB": 160632,
"LCLMHCGGMGF": [
- 4300321,
- 4300322,
- 4300323,
- 4300456
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300455
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2296,10 +2323,9 @@
{
"GMGPNAHEEMB": 160633,
"LCLMHCGGMGF": [
- 4300321,
- 4300322,
- 4300323,
- 4300456
+ 4300121,
+ 4300122,
+ 4300454
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2591,10 +2617,10 @@
{
"GMGPNAHEEMB": 160653,
"LCLMHCGGMGF": [
- 4300321,
- 4300322,
- 4300323,
- 4300456
+ 4300221,
+ 4300222,
+ 4300223,
+ 4300455
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2606,10 +2632,9 @@
{
"GMGPNAHEEMB": 160654,
"LCLMHCGGMGF": [
- 4300321,
- 4300322,
- 4300323,
- 4300456
+ 4300121,
+ 4300122,
+ 4300454
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2633,19 +2658,6 @@
"FIDPCLKCPMN": "",
"CEPKBKIKMAF": []
},
- {
- "GMGPNAHEEMB": 160656,
- "LCLMHCGGMGF": [
- 4300201,
- 4300405
- ],
- "HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
- "FFNJAIMHFAN": "",
- "PPDCCPEFLDC": "",
- "DLLCDKIDJHL": "",
- "FIDPCLKCPMN": "",
- "CEPKBKIKMAF": []
- },
{
"GMGPNAHEEMB": 160657,
"LCLMHCGGMGF": [
@@ -2740,8 +2752,8 @@
{
"GMGPNAHEEMB": 160664,
"LCLMHCGGMGF": [
- 4300101,
- 4300404
+ 4300201,
+ 4300405
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2805,8 +2817,8 @@
{
"GMGPNAHEEMB": 160669,
"LCLMHCGGMGF": [
- 4300301,
- 4300406
+ 4300101,
+ 4300404
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2883,8 +2895,8 @@
{
"GMGPNAHEEMB": 160675,
"LCLMHCGGMGF": [
- 4300301,
- 4300406
+ 4300201,
+ 4300405
],
"HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
"FFNJAIMHFAN": "",
@@ -2895,6 +2907,19 @@
},
{
"GMGPNAHEEMB": 160676,
+ "LCLMHCGGMGF": [
+ 4300101,
+ 4300404
+ ],
+ "HJHHAKDJHOF": "ActivityZenkov_SpecialRewardOverview",
+ "FFNJAIMHFAN": "",
+ "PPDCCPEFLDC": "",
+ "DLLCDKIDJHL": "",
+ "FIDPCLKCPMN": "",
+ "CEPKBKIKMAF": []
+ },
+ {
+ "GMGPNAHEEMB": 160677,
"LCLMHCGGMGF": [
4300301,
4300406
diff --git a/FileCfg/14111928050549192512.json b/FileCfg/14111928050549192512.json
index 02bb2c970..9996a343e 100644
--- a/FileCfg/14111928050549192512.json
+++ b/FileCfg/14111928050549192512.json
@@ -4348,7 +4348,6 @@
31011001
],
"HOFPIPFFOLO": [
- 310130041,
310130042
],
"POJLNDICLAN": 1000,
diff --git a/FileCfg/14288106029709809777.json b/FileCfg/14288106029709809777.json
index c4db9a8ba..466809c0f 100644
--- a/FileCfg/14288106029709809777.json
+++ b/FileCfg/14288106029709809777.json
@@ -4745,6 +4745,23 @@
],
"GCMKCNEJMGM": []
},
+ {
+ "DALBKGGEJEF": 4360046,
+ "BJAHBEIOGLL": "",
+ "BLHGEIEDMHE": [
+ 43600461,
+ 43600462
+ ],
+ "GCMKCNEJMGM": []
+ },
+ {
+ "DALBKGGEJEF": 4360084,
+ "BJAHBEIOGLL": "",
+ "BLHGEIEDMHE": [
+ 43600841
+ ],
+ "GCMKCNEJMGM": []
+ },
{
"DALBKGGEJEF": 4360085,
"BJAHBEIOGLL": "",
diff --git a/FileCfg/14869149642759616140.json b/FileCfg/14869149642759616140.json
index af604926b..d2b4e0646 100644
--- a/FileCfg/14869149642759616140.json
+++ b/FileCfg/14869149642759616140.json
@@ -1515,7 +1515,7 @@
65
],
"HDAPPOBJFGJ": "",
- "GBNCKLMIOGN": 0,
+ "GBNCKLMIOGN": 30210,
"FDKJHAPJAEA": "",
"FKJOAFLDJDP": "",
"AOBGOOKIFGO": 31,
diff --git a/FileCfg/15635584859323586759.json b/FileCfg/15635584859323586759.json
index 068fc13bb..a4e39b360 100644
--- a/FileCfg/15635584859323586759.json
+++ b/FileCfg/15635584859323586759.json
@@ -735,8 +735,8 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 160302,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MKBAADEDOFN": 0,
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -748,7 +748,7 @@
{
"KPJAJAHHKIJ": 231011601,
"CBOLEEHAICM": 0,
- "PEALGIHMNON": 1,
+ "PEALGIHMNON": 2,
"ACDIDLKNKGG": "",
"NPGMJJEGEIK": 3,
"JOJAFDMAIEM": 0,
@@ -773,8 +773,8 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 160302,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MKBAADEDOFN": 0,
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -1765,7 +1765,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102041,
"LCACOBDGPDC": 5,
@@ -1792,7 +1792,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102041,
"LCACOBDGPDC": 5,
@@ -1819,7 +1819,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -1846,7 +1846,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -1873,7 +1873,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102041,
"LCACOBDGPDC": 5,
@@ -1900,7 +1900,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 101,
"LCACOBDGPDC": 2,
@@ -1925,7 +1925,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -1950,7 +1950,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -1975,7 +1975,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2000,7 +2000,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 201,
"LCACOBDGPDC": 2,
@@ -2025,7 +2025,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 201,
"LCACOBDGPDC": 2,
@@ -2050,7 +2050,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2077,7 +2077,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2104,7 +2104,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2131,7 +2131,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2158,7 +2158,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2183,7 +2183,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 301,
"LCACOBDGPDC": 2,
@@ -2208,7 +2208,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2233,7 +2233,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2258,7 +2258,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2283,7 +2283,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2308,7 +2308,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2335,7 +2335,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2362,7 +2362,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2389,7 +2389,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102042,
"LCACOBDGPDC": 5,
@@ -2414,7 +2414,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2439,7 +2439,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2464,7 +2464,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2489,7 +2489,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2514,7 +2514,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2539,7 +2539,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2564,7 +2564,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2589,7 +2589,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 401,
"LCACOBDGPDC": 2,
@@ -2614,7 +2614,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2639,7 +2639,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2666,7 +2666,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2693,7 +2693,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2720,7 +2720,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2745,7 +2745,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2772,7 +2772,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2799,7 +2799,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2824,7 +2824,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -2849,7 +2849,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -2876,7 +2876,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2903,7 +2903,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 5,
@@ -2928,7 +2928,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 5,
@@ -2955,7 +2955,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102043,
"LCACOBDGPDC": 0,
@@ -2977,12 +2977,10 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [
- 102014
- ],
+ "NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102,
"LCACOBDGPDC": 2,
@@ -3007,7 +3005,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3034,7 +3032,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3057,11 +3055,11 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102014
+ 102043
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -3088,7 +3086,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -3115,7 +3113,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102014,
"LCACOBDGPDC": 5,
@@ -3144,7 +3142,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3173,7 +3171,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3202,7 +3200,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3231,7 +3229,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3256,7 +3254,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3281,7 +3279,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102,
"LCACOBDGPDC": 2,
@@ -3308,7 +3306,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
@@ -3333,7 +3331,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3358,7 +3356,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3383,7 +3381,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3408,9 +3406,9 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
- "NKEEKKGMBIK": 301,
+ "NKEEKKGMBIK": 302,
"LCACOBDGPDC": 2,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -3433,9 +3431,9 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
- "NKEEKKGMBIK": 401,
+ "NKEEKKGMBIK": 402,
"LCACOBDGPDC": 2,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -3458,9 +3456,9 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
- "NKEEKKGMBIK": 201,
+ "NKEEKKGMBIK": 202,
"LCACOBDGPDC": 2,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -3483,7 +3481,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 13201,
"LCACOBDGPDC": 6,
@@ -3508,7 +3506,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 13301,
"LCACOBDGPDC": 6,
@@ -3535,7 +3533,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3562,7 +3560,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3589,7 +3587,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3616,7 +3614,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3641,7 +3639,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3663,10 +3661,12 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 103,
"LCACOBDGPDC": 2,
@@ -3693,7 +3693,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3720,7 +3720,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102012,
"LCACOBDGPDC": 5,
@@ -3747,7 +3747,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102008,
"LCACOBDGPDC": 5,
@@ -3776,7 +3776,7 @@
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 102008,
"LCACOBDGPDC": 5,
@@ -3801,7 +3801,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -3826,7 +3826,7 @@
"NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
- "MKBAADEDOFN": 0,
+ "MKBAADEDOFN": 160656,
"MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble16.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
@@ -4129,11 +4129,39 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -4158,7 +4186,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -4183,7 +4211,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -4204,11 +4232,39 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -4233,7 +4289,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -4255,18 +4311,38 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
+ 102008,
+ 102012,
102014,
102015,
- 102008,
102016,
102018,
- 102012,
- 102019
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble11.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -5477,7 +5553,8 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [
- "NextTime:300"
+ "RandNextTimeMin:300",
+ "RandNextTimeMax:400"
],
"NONBNILIONH": [
102008,
@@ -6452,7 +6529,57 @@
},
{
"KPJAJAHHKIJ": 231018201,
- "CBOLEEHAICM": 3,
+ "CBOLEEHAICM": 0,
+ "PEALGIHMNON": 0,
+ "ACDIDLKNKGG": "",
+ "NPGMJJEGEIK": 4,
+ "JOJAFDMAIEM": 0,
+ "PDLDKBJMIMG": [],
+ "NIJJIHGDKBH": 0,
+ "EMOFMKNHFDH": 0,
+ "MAPKEOFHELJ": 0,
+ "GMLPFDIEFHE": [],
+ "NONBNILIONH": [],
+ "OBGMIIDLALF": [],
+ "NPPKLBENPPH": "",
+ "MKBAADEDOFN": 0,
+ "MDGPHIPIIKK": "",
+ "NKEEKKGMBIK": 0,
+ "LCACOBDGPDC": 0,
+ "PAODDOCAPMI": false,
+ "BABOBKGIMEP": 0,
+ "DLBCBLJDBJO": 0,
+ "AADCLAGJNCH": 0,
+ "BKNLEBKIDJC": false
+ },
+ {
+ "KPJAJAHHKIJ": 231018202,
+ "CBOLEEHAICM": 0,
+ "PEALGIHMNON": 0,
+ "ACDIDLKNKGG": "",
+ "NPGMJJEGEIK": 4,
+ "JOJAFDMAIEM": 0,
+ "PDLDKBJMIMG": [],
+ "NIJJIHGDKBH": 0,
+ "EMOFMKNHFDH": 0,
+ "MAPKEOFHELJ": 0,
+ "GMLPFDIEFHE": [],
+ "NONBNILIONH": [],
+ "OBGMIIDLALF": [],
+ "NPPKLBENPPH": "",
+ "MKBAADEDOFN": 0,
+ "MDGPHIPIIKK": "",
+ "NKEEKKGMBIK": 0,
+ "LCACOBDGPDC": 0,
+ "PAODDOCAPMI": false,
+ "BABOBKGIMEP": 0,
+ "DLBCBLJDBJO": 0,
+ "AADCLAGJNCH": 0,
+ "BKNLEBKIDJC": false
+ },
+ {
+ "KPJAJAHHKIJ": 231018203,
+ "CBOLEEHAICM": 0,
"PEALGIHMNON": 0,
"ACDIDLKNKGG": "",
"NPGMJJEGEIK": 4,
@@ -6575,19 +6702,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102015,
- 102008,
- 102016,
- 102021,
- 102022,
- 102023,
- 102024,
- 102025,
- 102026,
- 102027,
- 102028,
- 102029,
- 102030
+ 102015
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -6614,19 +6729,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102015,
- 102008,
- 102016,
- 102021,
- 102022,
- 102023,
- 102024,
- 102025,
- 102026,
- 102027,
- 102028,
- 102029,
- 102030
+ 102015
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -6653,19 +6756,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102018,
- 102012,
- 102019,
- 102031,
- 102032,
- 102033,
- 102034,
- 102035,
- 102036,
- 102037,
- 102038,
- 102039,
- 102040
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -6692,19 +6783,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102018,
- 102012,
- 102019,
- 102031,
- 102032,
- 102033,
- 102034,
- 102035,
- 102036,
- 102037,
- 102038,
- 102039,
- 102040
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -7531,9 +7610,7 @@
"NONBNILIONH": [
102008,
102012,
- 102015,
102016,
- 102018,
102019,
102021,
102022,
@@ -7571,43 +7648,16 @@
{
"KPJAJAHHKIJ": 231021901,
"CBOLEEHAICM": 0,
- "PEALGIHMNON": 2,
+ "PEALGIHMNON": 1,
"ACDIDLKNKGG": "",
"NPGMJJEGEIK": 2,
- "JOJAFDMAIEM": 0,
+ "JOJAFDMAIEM": 20011,
"PDLDKBJMIMG": [],
"NIJJIHGDKBH": 0,
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [
- 102008,
- 102012,
- 102015,
- 102016,
- 102018,
- 102019,
- 102021,
- 102022,
- 102023,
- 102024,
- 102025,
- 102026,
- 102027,
- 102028,
- 102029,
- 102030,
- 102031,
- 102032,
- 102033,
- 102034,
- 102035,
- 102036,
- 102037,
- 102038,
- 102039,
- 102040
- ],
+ "NONBNILIONH": [],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -7863,7 +7913,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -7888,7 +7966,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -7986,7 +8092,7 @@
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
- "BABOBKGIMEP": 3000,
+ "BABOBKGIMEP": 2000,
"DLBCBLJDBJO": 0,
"AADCLAGJNCH": 0,
"BKNLEBKIDJC": true
@@ -8003,7 +8109,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -8399,7 +8533,7 @@
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
- "BABOBKGIMEP": 3000,
+ "BABOBKGIMEP": 2000,
"DLBCBLJDBJO": 0,
"AADCLAGJNCH": 0,
"BKNLEBKIDJC": true
@@ -8424,7 +8558,7 @@
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
- "BABOBKGIMEP": 3000,
+ "BABOBKGIMEP": 2000,
"DLBCBLJDBJO": 0,
"AADCLAGJNCH": 0,
"BKNLEBKIDJC": true
@@ -8965,7 +9099,7 @@
{
"KPJAJAHHKIJ": 231026101,
"CBOLEEHAICM": 0,
- "PEALGIHMNON": 1,
+ "PEALGIHMNON": 2,
"ACDIDLKNKGG": "",
"NPGMJJEGEIK": 2,
"JOJAFDMAIEM": 0,
@@ -9118,7 +9252,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9158,7 +9292,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9198,7 +9332,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9237,7 +9371,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9276,7 +9410,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9315,7 +9449,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9353,7 +9487,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9391,7 +9525,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9429,7 +9563,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -9467,7 +9601,7 @@
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
- "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovSeason02.png",
+ "MDGPHIPIIKK": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconMissionSmall/Packer/IconNPCBubble_ZenkovWeekly02.png",
"NKEEKKGMBIK": 0,
"LCACOBDGPDC": 0,
"PAODDOCAPMI": true,
@@ -10138,7 +10272,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10238,7 +10400,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10463,7 +10653,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10488,7 +10706,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10638,7 +10884,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10663,7 +10937,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10688,7 +10990,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10713,7 +11043,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10738,7 +11096,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10763,7 +11149,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10788,7 +11202,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10813,7 +11255,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10838,7 +11308,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10863,7 +11361,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10888,7 +11414,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10913,7 +11467,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10938,7 +11520,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10963,7 +11573,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -10988,7 +11626,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -11013,7 +11679,35 @@
"EMOFMKNHFDH": 0,
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
- "NONBNILIONH": [],
+ "NONBNILIONH": [
+ 102008,
+ 102012,
+ 102014,
+ 102015,
+ 102016,
+ 102018,
+ 102019,
+ 102021,
+ 102022,
+ 102023,
+ 102024,
+ 102025,
+ 102026,
+ 102027,
+ 102028,
+ 102029,
+ 102030,
+ 102031,
+ 102032,
+ 102033,
+ 102034,
+ 102035,
+ 102036,
+ 102037,
+ 102038,
+ 102039,
+ 102040
+ ],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
@@ -11360,13 +12054,13 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
"MDGPHIPIIKK": "",
- "NKEEKKGMBIK": 102012,
+ "NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -11387,7 +12081,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -11439,13 +12133,13 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
"MDGPHIPIIKK": "",
- "NKEEKKGMBIK": 102012,
+ "NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -11466,13 +12160,13 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
"MDGPHIPIIKK": "",
- "NKEEKKGMBIK": 102012,
+ "NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -11493,13 +12187,13 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
"MKBAADEDOFN": 0,
"MDGPHIPIIKK": "",
- "NKEEKKGMBIK": 102012,
+ "NKEEKKGMBIK": 102018,
"LCACOBDGPDC": 5,
"PAODDOCAPMI": false,
"BABOBKGIMEP": 0,
@@ -11520,7 +12214,7 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102012
+ 102018
],
"OBGMIIDLALF": [],
"NPPKLBENPPH": "",
@@ -12203,18 +12897,13 @@
"MAPKEOFHELJ": 0,
"GMLPFDIEFHE": [],
"NONBNILIONH": [
- 102041,
- 102042,
102008,
- 102010,
102012,
102014,
102015,
102016,
- 102017,
102018,
102019,
- 102020,
102021,
102022,
102023,
diff --git a/FileCfg/16009237400291852882.json b/FileCfg/16009237400291852882.json
index 5e7eb0b04..e9ed7ee2f 100644
--- a/FileCfg/16009237400291852882.json
+++ b/FileCfg/16009237400291852882.json
@@ -4,20 +4,29 @@
"PJABHBNCJOI": 1011,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 4582434361688472141,
"AKJPPFLGMED": 231013127
@@ -26,20 +35,35 @@
"PJABHBNCJOI": 1021,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 7997247076442078784,
"AKJPPFLGMED": 231013129
@@ -48,20 +72,35 @@
"PJABHBNCJOI": 1031,
"GAHAHKAPNPJ": [
4320274,
- 4325504,
+ 4320279,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12959744123489180395,
"AKJPPFLGMED": 231013126
@@ -70,20 +109,35 @@
"PJABHBNCJOI": 1041,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 17854502660510348025,
"AKJPPFLGMED": 231013153
@@ -92,20 +146,29 @@
"PJABHBNCJOI": 1051,
"GAHAHKAPNPJ": [
4320275,
- 4325505,
4320175,
+ 4325505,
4323155,
- 4325405,
4320155,
+ 4325405,
4320135,
4323125,
- 4325305,
4320125,
+ 4325305,
+ 4320150,
4320115,
+ 4320120,
4323108,
- 4325205,
4320108,
- 4320102
+ 4325205,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 4877766317012943535,
"AKJPPFLGMED": 231013170
@@ -114,20 +177,35 @@
"PJABHBNCJOI": 1061,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 17223610031837545468,
"AKJPPFLGMED": 231013135
@@ -136,20 +214,29 @@
"PJABHBNCJOI": 1071,
"GAHAHKAPNPJ": [
4320276,
- 4325506,
4320176,
+ 4325506,
4323156,
- 4325406,
4320156,
+ 4325406,
4320136,
4323126,
- 4325306,
4320126,
+ 4325306,
+ 4320150,
4320116,
+ 4320120,
4323109,
- 4325206,
4320109,
- 4320102
+ 4325206,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13326616076549559982,
"AKJPPFLGMED": 231013138
@@ -158,20 +245,35 @@
"PJABHBNCJOI": 1081,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13817710877372006064,
"AKJPPFLGMED": 231013128
@@ -180,23 +282,38 @@
"PJABHBNCJOI": 1091,
"GAHAHKAPNPJ": [
4322002,
+ 4320273,
4320278,
- 4326002,
- 4325508,
4321002,
+ 4326002,
+ 4320173,
4320178,
+ 4325503,
+ 4325508,
+ 4323153,
4323158,
- 4325408,
+ 4320153,
4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11511845612581740114,
"AKJPPFLGMED": 231013143
@@ -205,20 +322,29 @@
"PJABHBNCJOI": 1101,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12788822771888196552,
"AKJPPFLGMED": 231013130
@@ -227,20 +353,35 @@
"PJABHBNCJOI": 1111,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 9650879427319131645,
"AKJPPFLGMED": 231013132
@@ -249,20 +390,29 @@
"PJABHBNCJOI": 1121,
"GAHAHKAPNPJ": [
4320276,
- 4325506,
4320176,
+ 4325506,
4323156,
- 4325406,
4320156,
+ 4325406,
4320136,
4323126,
- 4325306,
4320126,
+ 4325306,
+ 4320150,
4320116,
+ 4320120,
4323109,
- 4325206,
4320109,
- 4320102
+ 4325206,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 2311974531258183740,
"AKJPPFLGMED": 231013133
@@ -271,20 +421,35 @@
"PJABHBNCJOI": 1131,
"GAHAHKAPNPJ": [
4320274,
- 4325504,
+ 4320279,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 17839860966546705155,
"AKJPPFLGMED": 231013144
@@ -293,20 +458,29 @@
"PJABHBNCJOI": 1141,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12367632837843542507,
"AKJPPFLGMED": 231013134
@@ -315,20 +489,35 @@
"PJABHBNCJOI": 1151,
"GAHAHKAPNPJ": [
4320274,
- 4325504,
+ 4320279,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 3861214361368507136,
"AKJPPFLGMED": 231013139
@@ -337,20 +526,29 @@
"PJABHBNCJOI": 1161,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 6017691479162333725,
"AKJPPFLGMED": 231013140
@@ -359,20 +557,35 @@
"PJABHBNCJOI": 1171,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 9274336050097607642,
"AKJPPFLGMED": 231013141
@@ -381,20 +594,35 @@
"PJABHBNCJOI": 1181,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 8280884537297680212,
"AKJPPFLGMED": 231013131
@@ -404,22 +632,37 @@
"GAHAHKAPNPJ": [
4322021,
4320271,
- 4326021,
- 4325501,
+ 4320277,
4321021,
+ 4326021,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13590544412878194868,
"AKJPPFLGMED": 231013137
@@ -428,20 +671,35 @@
"PJABHBNCJOI": 1201,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 316874751323083877,
"AKJPPFLGMED": 231013146
@@ -450,20 +708,35 @@
"PJABHBNCJOI": 1211,
"GAHAHKAPNPJ": [
4320274,
- 4325504,
+ 4320279,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 14491234492251067415,
"AKJPPFLGMED": 231013136
@@ -472,27 +745,73 @@
"PJABHBNCJOI": 1221,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11440446965577790283,
"AKJPPFLGMED": 231013145
},
{
"PJABHBNCJOI": 1231,
- "GAHAHKAPNPJ": [],
+ "GAHAHKAPNPJ": [
+ 4320271,
+ 4320277,
+ 4320171,
+ 4320177,
+ 4325501,
+ 4325507,
+ 4323151,
+ 4323157,
+ 4320151,
+ 4320157,
+ 4325401,
+ 4325407,
+ 4320131,
+ 4323121,
+ 4320121,
+ 4325301,
+ 4320150,
+ 4320111,
+ 4320120,
+ 4323104,
+ 4320104,
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
+ ],
"DDHBDDJGHFF": 4582434361688472141,
"AKJPPFLGMED": 231013173
},
@@ -500,20 +819,35 @@
"PJABHBNCJOI": 1241,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12811238696139305113,
"AKJPPFLGMED": 231013147
@@ -522,20 +856,29 @@
"PJABHBNCJOI": 1251,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 15305427179113710278,
"AKJPPFLGMED": 231013148
@@ -545,22 +888,37 @@
"GAHAHKAPNPJ": [
4322020,
4320273,
- 4326020,
- 4325503,
+ 4320278,
4321020,
+ 4326020,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 3335041339486800551,
"AKJPPFLGMED": 231013150
@@ -569,20 +927,29 @@
"PJABHBNCJOI": 1271,
"GAHAHKAPNPJ": [
4320276,
- 4325506,
4320176,
+ 4325506,
4323156,
- 4325406,
4320156,
+ 4325406,
4320136,
4323126,
- 4325306,
4320126,
+ 4325306,
+ 4320150,
4320116,
+ 4320120,
4323109,
- 4325206,
4320109,
- 4320102
+ 4325206,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 311574799212617106,
"AKJPPFLGMED": 231013149
@@ -591,20 +958,35 @@
"PJABHBNCJOI": 1281,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 8914687793463549987,
"AKJPPFLGMED": 231013142
@@ -613,20 +995,35 @@
"PJABHBNCJOI": 1291,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 3523413044897958848,
"AKJPPFLGMED": 231013157
@@ -634,21 +1031,36 @@
{
"PJABHBNCJOI": 1301,
"GAHAHKAPNPJ": [
+ 4320271,
4320277,
- 4325507,
+ 4320171,
4320177,
+ 4325501,
+ 4325507,
+ 4323151,
4323157,
- 4325407,
+ 4320151,
4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 7473739899905391897,
"AKJPPFLGMED": 231013155
@@ -656,21 +1068,39 @@
{
"PJABHBNCJOI": 1311,
"GAHAHKAPNPJ": [
+ 4322008,
4320274,
- 4325504,
+ 4320279,
+ 4321008,
+ 4326008,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 4451521863054359290,
"AKJPPFLGMED": 231013151
@@ -680,22 +1110,37 @@
"GAHAHKAPNPJ": [
4322019,
4320271,
- 4326019,
- 4325501,
+ 4320277,
4321019,
+ 4326019,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12962709350183523388,
"AKJPPFLGMED": 231013152
@@ -704,20 +1149,35 @@
"PJABHBNCJOI": 1331,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 8442083994269222434,
"AKJPPFLGMED": 231013158
@@ -726,20 +1186,29 @@
"PJABHBNCJOI": 1341,
"GAHAHKAPNPJ": [
4320276,
- 4325506,
4320176,
+ 4325506,
4323156,
- 4325406,
4320156,
+ 4325406,
4320136,
4323126,
- 4325306,
4320126,
+ 4325306,
+ 4320150,
4320116,
+ 4320120,
4323109,
- 4325206,
4320109,
- 4320102
+ 4325206,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 6066857720105611945,
"AKJPPFLGMED": 231013165
@@ -748,20 +1217,29 @@
"PJABHBNCJOI": 1351,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 16224170456386148610,
"AKJPPFLGMED": 231013181
@@ -770,20 +1248,29 @@
"PJABHBNCJOI": 1361,
"GAHAHKAPNPJ": [
4320272,
- 4325502,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 16034817125102711835,
"AKJPPFLGMED": 231013154
@@ -793,22 +1280,31 @@
"GAHAHKAPNPJ": [
4322003,
4320275,
- 4326003,
- 4325505,
4321003,
+ 4326003,
4320175,
+ 4325505,
4323155,
- 4325405,
4320155,
+ 4325405,
4320135,
4323125,
- 4325305,
4320125,
+ 4325305,
+ 4320150,
4320115,
+ 4320120,
4323108,
- 4325205,
4320108,
- 4320102
+ 4325205,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 17466547126829141275,
"AKJPPFLGMED": 231013159
@@ -817,20 +1313,35 @@
"PJABHBNCJOI": 1381,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 9251225543164218419,
"AKJPPFLGMED": 231013182
@@ -840,22 +1351,31 @@
"GAHAHKAPNPJ": [
4322018,
4320272,
- 4326018,
- 4325502,
4321018,
+ 4326018,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 10295972303448138809,
"AKJPPFLGMED": 231013161
@@ -864,20 +1384,35 @@
"PJABHBNCJOI": 1401,
"GAHAHKAPNPJ": [
4320273,
- 4325503,
+ 4320278,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13080109031684544851,
"AKJPPFLGMED": 231013168
@@ -887,22 +1422,37 @@
"GAHAHKAPNPJ": [
4322017,
4320274,
- 4326017,
- 4325504,
+ 4320279,
4321017,
+ 4326017,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13585103431090203454,
"AKJPPFLGMED": 231013167
@@ -911,20 +1461,29 @@
"PJABHBNCJOI": 1421,
"GAHAHKAPNPJ": [
4320276,
- 4325506,
4320176,
+ 4325506,
4323156,
- 4325406,
4320156,
+ 4325406,
4320136,
4323126,
- 4325306,
4320126,
+ 4325306,
+ 4320150,
4320116,
+ 4320120,
4323109,
- 4325206,
4320109,
- 4320102
+ 4325206,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 14332893494412754113,
"AKJPPFLGMED": 231013163
@@ -932,21 +1491,39 @@
{
"PJABHBNCJOI": 1431,
"GAHAHKAPNPJ": [
+ 4322001,
4320271,
- 4325501,
+ 4320277,
+ 4321001,
+ 4326001,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 17432856405667774853,
"AKJPPFLGMED": 231013160
@@ -955,20 +1532,29 @@
"PJABHBNCJOI": 1441,
"GAHAHKAPNPJ": [
4320275,
- 4325505,
4320175,
+ 4325505,
4323155,
- 4325405,
4320155,
+ 4325405,
4320135,
4323125,
- 4325305,
4320125,
+ 4325305,
+ 4320150,
4320115,
+ 4320120,
4323108,
- 4325205,
4320108,
- 4320102
+ 4325205,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 8807405168967834493,
"AKJPPFLGMED": 231013169
@@ -977,23 +1563,38 @@
"PJABHBNCJOI": 1451,
"GAHAHKAPNPJ": [
4322006,
+ 4320274,
4320279,
- 4326006,
- 4325509,
4321006,
+ 4326006,
+ 4320174,
4320179,
+ 4325504,
+ 4325509,
+ 4323154,
4323159,
- 4325409,
+ 4320154,
4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 15088199705960264731,
"AKJPPFLGMED": 231013171
@@ -1002,20 +1603,35 @@
"PJABHBNCJOI": 1461,
"GAHAHKAPNPJ": [
4320271,
- 4325501,
+ 4320277,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11515549972903724002,
"AKJPPFLGMED": 231013156
@@ -1024,20 +1640,29 @@
"PJABHBNCJOI": 1471,
"GAHAHKAPNPJ": [
4320275,
- 4325505,
4320175,
+ 4325505,
4323155,
- 4325405,
4320155,
+ 4325405,
4320135,
4323125,
- 4325305,
4320125,
+ 4325305,
+ 4320150,
4320115,
+ 4320120,
4323108,
- 4325205,
4320108,
- 4320102
+ 4325205,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 13311092404587684894,
"AKJPPFLGMED": 231013162
@@ -1047,22 +1672,31 @@
"GAHAHKAPNPJ": [
4322005,
4320272,
- 4326005,
- 4325502,
4321005,
+ 4326005,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12875998084813322303,
"AKJPPFLGMED": 231013164
@@ -1072,22 +1706,37 @@
"GAHAHKAPNPJ": [
4322007,
4320274,
- 4326007,
- 4325504,
+ 4320279,
4321007,
+ 4326007,
4320174,
+ 4320179,
+ 4325504,
+ 4325509,
4323154,
- 4325404,
+ 4323159,
4320154,
+ 4320159,
+ 4325404,
+ 4325409,
4320134,
4323124,
- 4325304,
4320124,
+ 4325304,
+ 4320150,
4320114,
+ 4320120,
4323107,
- 4325204,
4320107,
- 4320102
+ 4325204,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 8297853798119135535,
"AKJPPFLGMED": 231013172
@@ -1097,53 +1746,108 @@
"GAHAHKAPNPJ": [
4322016,
4320273,
- 4326016,
- 4325503,
+ 4320278,
4321016,
+ 4326016,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 2772608027452231051,
"AKJPPFLGMED": 231013174
},
{
"PJABHBNCJOI": 1502,
- "GAHAHKAPNPJ": [],
+ "GAHAHKAPNPJ": [
+ 4320273,
+ 4320278,
+ 4320173,
+ 4320178,
+ 4325503,
+ 4325508,
+ 4323153,
+ 4323158,
+ 4320153,
+ 4320158,
+ 4325403,
+ 4325408,
+ 4320133,
+ 4323123,
+ 4320123,
+ 4325303,
+ 4320150,
+ 4320113,
+ 4320120,
+ 4323106,
+ 4320106,
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
+ ],
"DDHBDDJGHFF": 15305427179113710278,
"AKJPPFLGMED": 231013174
},
{
"PJABHBNCJOI": 1511,
"GAHAHKAPNPJ": [
- 4322012,
+ 4322004,
4320272,
- 4326012,
- 4325502,
- 4321012,
+ 4321004,
+ 4326004,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 7638286182352358998,
"AKJPPFLGMED": 231013173
@@ -1152,23 +1856,38 @@
"PJABHBNCJOI": 1521,
"GAHAHKAPNPJ": [
4322015,
+ 4320271,
4320277,
- 4326015,
- 4325507,
4321015,
+ 4326015,
+ 4320171,
4320177,
+ 4325501,
+ 4325507,
+ 4323151,
4323157,
- 4325407,
+ 4320151,
4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 12397377387482569219,
"AKJPPFLGMED": 231013175
@@ -1177,20 +1896,29 @@
"PJABHBNCJOI": 1531,
"GAHAHKAPNPJ": [
4320275,
- 4325505,
4320175,
+ 4325505,
4323155,
- 4325405,
4320155,
+ 4325405,
4320135,
4323125,
- 4325305,
4320125,
+ 4325305,
+ 4320150,
4320115,
+ 4320120,
4323108,
- 4325205,
4320108,
- 4320102
+ 4325205,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 10365211887554579083,
"AKJPPFLGMED": 231013183
@@ -1200,22 +1928,37 @@
"GAHAHKAPNPJ": [
4322014,
4320273,
- 4326014,
- 4325503,
+ 4320278,
4321014,
+ 4326014,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 15453674183072982056,
"AKJPPFLGMED": 231013166
@@ -1223,21 +1966,39 @@
{
"PJABHBNCJOI": 1551,
"GAHAHKAPNPJ": [
+ 4322013,
4320271,
- 4325501,
+ 4320277,
+ 4321013,
+ 4326013,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 311574799212617106,
"AKJPPFLGMED": 231013180
@@ -1247,22 +2008,37 @@
"GAHAHKAPNPJ": [
4322009,
4320273,
- 4326009,
- 4325503,
+ 4320278,
4321009,
+ 4326009,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11615181618908835364,
"AKJPPFLGMED": 231013177
@@ -1272,22 +2048,31 @@
"GAHAHKAPNPJ": [
4322012,
4320272,
- 4326012,
- 4325502,
4321012,
+ 4326012,
4320172,
+ 4325502,
4323152,
- 4325402,
4320152,
+ 4325402,
4320132,
4323122,
- 4325302,
4320122,
+ 4325302,
+ 4320150,
4320112,
+ 4320120,
4323105,
- 4325202,
4320105,
- 4320102
+ 4325202,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11615181618908835364,
"AKJPPFLGMED": 231013178
@@ -1297,22 +2082,37 @@
"GAHAHKAPNPJ": [
4322010,
4320273,
- 4326010,
- 4325503,
+ 4320278,
4321010,
+ 4326010,
4320173,
+ 4320178,
+ 4325503,
+ 4325508,
4323153,
- 4325403,
+ 4323158,
4320153,
+ 4320158,
+ 4325403,
+ 4325408,
4320133,
4323123,
- 4325303,
4320123,
+ 4325303,
+ 4320150,
4320113,
+ 4320120,
4323106,
- 4325203,
4320106,
- 4320102
+ 4325203,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11615181618908835364,
"AKJPPFLGMED": 231013176
@@ -1322,22 +2122,37 @@
"GAHAHKAPNPJ": [
4322011,
4320271,
- 4326011,
- 4325501,
+ 4320277,
4321011,
+ 4326011,
4320171,
+ 4320177,
+ 4325501,
+ 4325507,
4323151,
- 4325401,
+ 4323157,
4320151,
+ 4320157,
+ 4325401,
+ 4325407,
4320131,
4323121,
- 4325301,
4320121,
+ 4325301,
+ 4320150,
4320111,
+ 4320120,
4323104,
- 4325201,
4320104,
- 4320102
+ 4325201,
+ 4323102,
+ 4320103,
+ 4323101,
+ 4323110,
+ 4320102,
+ 4323103,
+ 4320100,
+ 4320101
],
"DDHBDDJGHFF": 11615181618908835364,
"AKJPPFLGMED": 231013179
diff --git a/FileCfg/16827886127794690420.json b/FileCfg/16827886127794690420.json
index f2a2253ea..7e571429c 100644
--- a/FileCfg/16827886127794690420.json
+++ b/FileCfg/16827886127794690420.json
@@ -3487,7 +3487,7 @@
"DMFCFEGMEKF": "",
"GJIKKBMPJAF": "Access_Zenkov_Evacuate",
"EEIBGNCMCDA": 1,
- "ACBEDPHKGJA": "",
+ "ACBEDPHKGJA": "1750143104",
"PNMMFPIBIHK": 2,
"HFGPAJGINPK": 0,
"LNEMADLHOFJ": "",
diff --git a/FileCfg/17175591933055513574.json b/FileCfg/17175591933055513574.json
index a6f96303a..95e348255 100644
--- a/FileCfg/17175591933055513574.json
+++ b/FileCfg/17175591933055513574.json
@@ -369,7 +369,8 @@
"FBGLOGHMNIO": 217,
"CDDMBMLMJMO": [
13305,
- 13101
+ 13101,
+ 13308
],
"LFIKMNONEBM": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovBagIcon/ZenkovBagTagIcon03.png",
"GMEIFDCKPNP": "ZKBag_217_Name",
diff --git a/FileCfg/17360642502418614584.json b/FileCfg/17360642502418614584.json
index 23947cee5..9e219f9b7 100644
--- a/FileCfg/17360642502418614584.json
+++ b/FileCfg/17360642502418614584.json
@@ -6,7 +6,7 @@
"MEJGAONAKEO": 300,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300201:1",
- "COLOPENACAM": 3,
+ "COLOPENACAM": 2,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -19,7 +19,7 @@
"MEJGAONAKEO": 1800,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300211:2",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -32,7 +32,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300221:1|4300222:1",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -45,7 +45,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300221:3|4300222:3",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -58,7 +58,7 @@
"MEJGAONAKEO": 300,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300201:1",
- "COLOPENACAM": 3,
+ "COLOPENACAM": 2,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -71,7 +71,7 @@
"MEJGAONAKEO": 1800,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300212:2",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -84,7 +84,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300221:1|4300223:1",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -97,7 +97,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4300221:3|4300223:3",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -110,7 +110,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301322:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -123,7 +123,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301322:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -136,7 +136,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301321:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -149,7 +149,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301321:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -162,7 +162,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301323:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -175,7 +175,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301323:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -188,7 +188,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301322:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -201,7 +201,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301321:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -214,7 +214,7 @@
"MEJGAONAKEO": 270000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:3|4301321:30",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -227,7 +227,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -240,7 +240,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -253,7 +253,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301323:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -266,7 +266,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -279,7 +279,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -292,7 +292,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -305,7 +305,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -318,7 +318,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -331,7 +331,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -344,7 +344,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -357,7 +357,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -370,7 +370,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -383,7 +383,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -396,7 +396,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -409,7 +409,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -422,7 +422,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -435,7 +435,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301323:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -448,7 +448,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -461,7 +461,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -474,7 +474,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301321:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -487,7 +487,7 @@
"MEJGAONAKEO": 450000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:5|4301322:50",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -500,7 +500,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301302:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -513,7 +513,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301302:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -526,7 +526,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301301:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -539,7 +539,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301301:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -552,7 +552,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301303:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -565,7 +565,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301401:2|4301303:20",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -578,7 +578,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301312:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -591,7 +591,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301312:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -604,7 +604,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301311:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -617,7 +617,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301311:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -630,7 +630,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301313:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -643,7 +643,7 @@
"MEJGAONAKEO": 45000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:1|4301313:20",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -656,7 +656,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301312:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -669,7 +669,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301312:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -682,7 +682,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301311:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -695,7 +695,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301311:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -708,7 +708,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301313:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -721,7 +721,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301313:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -734,7 +734,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301312:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -747,7 +747,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301311:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -760,7 +760,7 @@
"MEJGAONAKEO": 99000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301402:3|4301311:40",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -773,7 +773,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -786,7 +786,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -799,7 +799,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -812,7 +812,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -825,7 +825,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301323:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -838,7 +838,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301323:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -851,7 +851,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -864,7 +864,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -877,7 +877,7 @@
"MEJGAONAKEO": 150000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:1|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -890,7 +890,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -903,7 +903,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -916,7 +916,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301323:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -929,7 +929,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -942,7 +942,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -955,7 +955,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -968,7 +968,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -981,7 +981,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -994,7 +994,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1007,7 +1007,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1020,7 +1020,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1033,7 +1033,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1046,7 +1046,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1059,7 +1059,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1072,7 +1072,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1085,7 +1085,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1098,7 +1098,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301323:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1111,7 +1111,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1124,7 +1124,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1137,7 +1137,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301321:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1150,7 +1150,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 1,
"AMLDJAEJFCC": "4301403:2|4301322:20",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1160,10 +1160,10 @@
{
"DALBKGGEJEF": 4331501,
"LFIIJEEIHGG": 0,
- "MEJGAONAKEO": 6000,
+ "MEJGAONAKEO": 8000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300101:20",
- "COLOPENACAM": 3,
+ "COLOPENACAM": 2,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1173,10 +1173,10 @@
{
"DALBKGGEJEF": 4331502,
"LFIIJEEIHGG": 0,
- "MEJGAONAKEO": 18000,
+ "MEJGAONAKEO": 24000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300111:10|4300112:10",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1186,10 +1186,10 @@
{
"DALBKGGEJEF": 4331503,
"LFIIJEEIHGG": 0,
- "MEJGAONAKEO": 72000,
+ "MEJGAONAKEO": 96000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300121:12|4300122:12",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1199,10 +1199,10 @@
{
"DALBKGGEJEF": 4331504,
"LFIIJEEIHGG": 4350002,
- "MEJGAONAKEO": 150000,
+ "MEJGAONAKEO": 200000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300121:25|4300122:25",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1215,7 +1215,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300301:20",
- "COLOPENACAM": 3,
+ "COLOPENACAM": 2,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1228,7 +1228,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300311:10|4300312:10",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1241,7 +1241,7 @@
"MEJGAONAKEO": 72000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300321:8|4300322:8|4300323:8",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1254,7 +1254,7 @@
"MEJGAONAKEO": 144000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300321:16|4300322:16|4300323:16",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1267,7 +1267,7 @@
"MEJGAONAKEO": 12000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300401:8",
- "COLOPENACAM": 3,
+ "COLOPENACAM": 2,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1280,7 +1280,7 @@
"MEJGAONAKEO": 36000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300421:4|4300424:4",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1293,7 +1293,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300451:6|4300454:6",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1306,7 +1306,7 @@
"MEJGAONAKEO": 300000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300451:10|4300454:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1319,7 +1319,7 @@
"MEJGAONAKEO": 36000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300423:4|4300426:4",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1332,7 +1332,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300453:6|4300456:6",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1345,7 +1345,7 @@
"MEJGAONAKEO": 300000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300453:10|4300456:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1358,7 +1358,7 @@
"MEJGAONAKEO": 36000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300422:4|4300425:4",
- "COLOPENACAM": 6,
+ "COLOPENACAM": 4,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1371,7 +1371,7 @@
"MEJGAONAKEO": 180000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300452:6|4300455:6",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1384,7 +1384,7 @@
"MEJGAONAKEO": 300000,
"PDJDEONEAAF": 2,
"AMLDJAEJFCC": "4300452:10|4300455:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1397,7 +1397,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301302:10",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1410,7 +1410,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301302:10",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1423,7 +1423,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301303:10",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1436,7 +1436,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1449,7 +1449,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1462,7 +1462,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1475,7 +1475,7 @@
"MEJGAONAKEO": 6000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301302:10",
- "COLOPENACAM": 9,
+ "COLOPENACAM": 6,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1488,7 +1488,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1501,7 +1501,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1514,7 +1514,7 @@
"MEJGAONAKEO": 18000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301311:10",
- "COLOPENACAM": 30,
+ "COLOPENACAM": 8,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1527,7 +1527,7 @@
"MEJGAONAKEO": 60000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301321:10",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
@@ -1540,7 +1540,7 @@
"MEJGAONAKEO": 60000,
"PDJDEONEAAF": 3,
"AMLDJAEJFCC": "4301321:10",
- "COLOPENACAM": 60,
+ "COLOPENACAM": 10,
"BHEPNGCEBDC": 0,
"LCENKGFMKCC": 0,
"DIIELCGKBNH": 0,
diff --git a/FileCfg/17823083984682053718.json b/FileCfg/17823083984682053718.json
index c6275b2e0..a0cad559f 100644
--- a/FileCfg/17823083984682053718.json
+++ b/FileCfg/17823083984682053718.json
@@ -587,6 +587,36 @@
"MAFALHOHAPD": "2002,2003,2015,2010",
"FBGLOGHMNIO": 203,
"GJGIFOMENAD": ""
+ },
+ {
+ "BIBLBEPFELH": 2013,
+ "MAFALHOHAPD": "",
+ "FBGLOGHMNIO": -1,
+ "GJGIFOMENAD": "2005,2002,2003,2010"
+ },
+ {
+ "BIBLBEPFELH": 2013,
+ "MAFALHOHAPD": "2005,2002,2001,2010",
+ "FBGLOGHMNIO": 201,
+ "GJGIFOMENAD": "2005,2002,2004,2009,2010"
+ },
+ {
+ "BIBLBEPFELH": 2013,
+ "MAFALHOHAPD": "2005,2003,2001,2010",
+ "FBGLOGHMNIO": 202,
+ "GJGIFOMENAD": "2005,2003,2004,2009,2010"
+ },
+ {
+ "BIBLBEPFELH": 2013,
+ "MAFALHOHAPD": "2005,2002,2003,2010",
+ "FBGLOGHMNIO": 203,
+ "GJGIFOMENAD": ""
+ },
+ {
+ "BIBLBEPFELH": 2013,
+ "MAFALHOHAPD": "2002,2003,2001,2010",
+ "FBGLOGHMNIO": 216,
+ "GJGIFOMENAD": "2002,2003,2004,2009,2010"
}
]
}
\ No newline at end of file
diff --git a/FileCfg/1795786301571246385.json b/FileCfg/1795786301571246385.json
index a93a26520..4adc1962c 100644
--- a/FileCfg/1795786301571246385.json
+++ b/FileCfg/1795786301571246385.json
@@ -19,6 +19,10 @@
{
"DALBKGGEJEF": 5,
"LIMGPIGLMMO": 2400
+ },
+ {
+ "DALBKGGEJEF": 6,
+ "LIMGPIGLMMO": 0
}
]
}
\ No newline at end of file
diff --git a/FileCfg/18198500820325943911.json b/FileCfg/18198500820325943911.json
index 82b17b0ac..743eb3208 100644
--- a/FileCfg/18198500820325943911.json
+++ b/FileCfg/18198500820325943911.json
@@ -293,7 +293,7 @@
3012
],
"ICEIHNHNCLD": 0,
- "CLHKBHPFNGJ": 61000511,
+ "CLHKBHPFNGJ": -1,
"NIKIBGJJEIA": "",
"BNEIBOJEMEA": "",
"JNBGMDOKJOF": "",
diff --git a/FileCfg/18228235192789238686.json b/FileCfg/18228235192789238686.json
index 4ff546dc8..44cb8d7a3 100644
--- a/FileCfg/18228235192789238686.json
+++ b/FileCfg/18228235192789238686.json
@@ -204,11 +204,11 @@
"NIHHHKBCAMP": 1021027,
"EEDAPFKJGBI": 2102,
"HJKLLCGAJEP": 40111,
- "FJJBFONPFAH": 10,
+ "FJJBFONPFAH": 15,
"CCPCACGJEDH": 10,
"PLFLAEILBOD": 7,
- "AMMIOHFGKLA": 10,
- "MMCAKLKPOKL": 10
+ "AMMIOHFGKLA": 15,
+ "MMCAKLKPOKL": 15
},
{
"NIHHHKBCAMP": 1021031,
diff --git a/FileCfg/2866628856798843378.json b/FileCfg/2866628856798843378.json
index ffbbfd0fc..ff4a7a335 100644
--- a/FileCfg/2866628856798843378.json
+++ b/FileCfg/2866628856798843378.json
@@ -1267,12 +1267,12 @@
},
{
"DALBKGGEJEF": 43210101,
- "KJNBGNJBLFL": "ZKRelic_13702010_des",
+ "KJNBGNJBLFL": "ZKItem_4326010_Desc",
"ECACGPLCGDP": "ZKItem_Title_Effect"
},
{
"DALBKGGEJEF": 43210111,
- "KJNBGNJBLFL": "ZKRelic_13702110_des",
+ "KJNBGNJBLFL": "ZKItem_4326011_Desc",
"ECACGPLCGDP": "ZKItem_Title_Effect"
},
{
@@ -1372,12 +1372,12 @@
},
{
"DALBKGGEJEF": 43220101,
- "KJNBGNJBLFL": "ZKRelic_13702010_des",
+ "KJNBGNJBLFL": "ZKItem_4326010_Desc",
"ECACGPLCGDP": "ZKItem_Title_Effect"
},
{
"DALBKGGEJEF": 43220111,
- "KJNBGNJBLFL": "ZKRelic_13702110_des",
+ "KJNBGNJBLFL": "ZKItem_4326011_Desc",
"ECACGPLCGDP": "ZKItem_Title_Effect"
},
{
@@ -1777,7 +1777,7 @@
},
{
"DALBKGGEJEF": 43260151,
- "KJNBGNJBLFL": "ZKItem_4326015_Desc",
+ "KJNBGNJBLFL": "ZKRelic_13701410_des",
"ECACGPLCGDP": "ZKItem_Title_Effect"
},
{
@@ -1937,7 +1937,7 @@
},
{
"DALBKGGEJEF": 43330112,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft_Shop",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1947,7 +1947,7 @@
},
{
"DALBKGGEJEF": 43330122,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1957,7 +1957,7 @@
},
{
"DALBKGGEJEF": 43330132,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1967,7 +1967,7 @@
},
{
"DALBKGGEJEF": 43330142,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1977,7 +1977,7 @@
},
{
"DALBKGGEJEF": 43330222,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1987,7 +1987,7 @@
},
{
"DALBKGGEJEF": 43330232,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -1997,7 +1997,7 @@
},
{
"DALBKGGEJEF": 43330242,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -2007,7 +2007,7 @@
},
{
"DALBKGGEJEF": 43330322,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -2017,7 +2017,7 @@
},
{
"DALBKGGEJEF": 43330332,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -2027,7 +2027,7 @@
},
{
"DALBKGGEJEF": 43330342,
- "KJNBGNJBLFL": "ZKItem_Bottom_Source_Craft",
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
{
@@ -4345,6 +4345,21 @@
"KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
"ECACGPLCGDP": "ZKItem_Title_Source"
},
+ {
+ "DALBKGGEJEF": 43600461,
+ "KJNBGNJBLFL": "ZKItem_4360046_Desc",
+ "ECACGPLCGDP": "ZKItem_Title_Valuable"
+ },
+ {
+ "DALBKGGEJEF": 43600462,
+ "KJNBGNJBLFL": "ZKItem_Bottom_Source_Search",
+ "ECACGPLCGDP": "ZKItem_Title_Source"
+ },
+ {
+ "DALBKGGEJEF": 43600841,
+ "KJNBGNJBLFL": "ZKItem_4360094_Desc",
+ "ECACGPLCGDP": "ZKItem_Title_Usage"
+ },
{
"DALBKGGEJEF": 43600851,
"KJNBGNJBLFL": "ZKItem_Desc_YiTi_Charge_C",
diff --git a/FileCfg/4319121203273509264.json b/FileCfg/4319121203273509264.json
index 292385a0c..b5f60d160 100644
--- a/FileCfg/4319121203273509264.json
+++ b/FileCfg/4319121203273509264.json
@@ -467,7 +467,7 @@
"DMGEEHKMJHB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovWarehouseIcon/ZenkovEquipBG01.png",
"EMALDLLEHFB": "ZKItemSubClass_13306_Name",
"EMCBDHGPLDE": 133,
- "IOCEMAKFHOE": 2010,
+ "IOCEMAKFHOE": 2013,
"OBOBPCLDBCD": 0,
"HFOHMEJDEGE": "Icon_Zenkov_TeamEquip",
"FLHKKLBJJJJ": false,
@@ -489,7 +489,7 @@
"DMGEEHKMJHB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovWarehouseIcon/ZenkovEquipBG01.png",
"EMALDLLEHFB": "ZKItemSubClass_13306_Name",
"EMCBDHGPLDE": 133,
- "IOCEMAKFHOE": 2010,
+ "IOCEMAKFHOE": 2013,
"OBOBPCLDBCD": 0,
"HFOHMEJDEGE": "Icon_Zenkov_TeamEquip",
"FLHKKLBJJJJ": false,
@@ -560,6 +560,17 @@
"HFOHMEJDEGE": "Icon_Zenkov_Other",
"FLHKKLBJJJJ": false,
"MBEBMEADNIE": false
+ },
+ {
+ "LCKNKGMIOLB": 13507,
+ "DMGEEHKMJHB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Activity/Ver2_8/Bangkov/UnPacker/BangkovTabIcon06.png",
+ "EMALDLLEHFB": "ZKItemSubClass_13501_Name",
+ "EMCBDHGPLDE": 135,
+ "IOCEMAKFHOE": 2011,
+ "OBOBPCLDBCD": 0,
+ "HFOHMEJDEGE": "Icon_Zenkov_Other",
+ "FLHKKLBJJJJ": false,
+ "MBEBMEADNIE": true
}
]
}
\ No newline at end of file
diff --git a/FileCfg/5268488348618900007.json b/FileCfg/5268488348618900007.json
index 2f6258828..d1b867c76 100644
--- a/FileCfg/5268488348618900007.json
+++ b/FileCfg/5268488348618900007.json
@@ -695,6 +695,21 @@
"CGMHAGPPFHC": 60,
"GOBJMJCGNFF": 5066
},
+ {
+ "NJCMMGOOMGP": 300999,
+ "CGMHAGPPFHC": 1,
+ "GOBJMJCGNFF": 5099
+ },
+ {
+ "NJCMMGOOMGP": 300999,
+ "CGMHAGPPFHC": 40,
+ "GOBJMJCGNFF": 5099
+ },
+ {
+ "NJCMMGOOMGP": 300999,
+ "CGMHAGPPFHC": 60,
+ "GOBJMJCGNFF": 5099
+ },
{
"NJCMMGOOMGP": 301000,
"CGMHAGPPFHC": 1,
@@ -875,6 +890,66 @@
"CGMHAGPPFHC": 60,
"GOBJMJCGNFF": 60030203
},
+ {
+ "NJCMMGOOMGP": 302040,
+ "CGMHAGPPFHC": 1,
+ "GOBJMJCGNFF": 10030204
+ },
+ {
+ "NJCMMGOOMGP": 302040,
+ "CGMHAGPPFHC": 20,
+ "GOBJMJCGNFF": 20030204
+ },
+ {
+ "NJCMMGOOMGP": 302040,
+ "CGMHAGPPFHC": 40,
+ "GOBJMJCGNFF": 40030204
+ },
+ {
+ "NJCMMGOOMGP": 302040,
+ "CGMHAGPPFHC": 60,
+ "GOBJMJCGNFF": 60030204
+ },
+ {
+ "NJCMMGOOMGP": 302050,
+ "CGMHAGPPFHC": 1,
+ "GOBJMJCGNFF": 10030205
+ },
+ {
+ "NJCMMGOOMGP": 302050,
+ "CGMHAGPPFHC": 20,
+ "GOBJMJCGNFF": 20030205
+ },
+ {
+ "NJCMMGOOMGP": 302050,
+ "CGMHAGPPFHC": 40,
+ "GOBJMJCGNFF": 40030205
+ },
+ {
+ "NJCMMGOOMGP": 302050,
+ "CGMHAGPPFHC": 60,
+ "GOBJMJCGNFF": 60030205
+ },
+ {
+ "NJCMMGOOMGP": 302060,
+ "CGMHAGPPFHC": 1,
+ "GOBJMJCGNFF": 10030206
+ },
+ {
+ "NJCMMGOOMGP": 302060,
+ "CGMHAGPPFHC": 20,
+ "GOBJMJCGNFF": 20030206
+ },
+ {
+ "NJCMMGOOMGP": 302060,
+ "CGMHAGPPFHC": 40,
+ "GOBJMJCGNFF": 40030206
+ },
+ {
+ "NJCMMGOOMGP": 302060,
+ "CGMHAGPPFHC": 60,
+ "GOBJMJCGNFF": 60030206
+ },
{
"NJCMMGOOMGP": 302100,
"CGMHAGPPFHC": 40,
@@ -3085,6 +3160,11 @@
"CGMHAGPPFHC": 1,
"GOBJMJCGNFF": 10080031
},
+ {
+ "NJCMMGOOMGP": 800320,
+ "CGMHAGPPFHC": 1,
+ "GOBJMJCGNFF": 10080032
+ },
{
"NJCMMGOOMGP": 800400,
"CGMHAGPPFHC": 1,
@@ -3160,16 +3240,6 @@
"CGMHAGPPFHC": 1,
"GOBJMJCGNFF": 10080107
},
- {
- "NJCMMGOOMGP": 801080,
- "CGMHAGPPFHC": 1,
- "GOBJMJCGNFF": 10080108
- },
- {
- "NJCMMGOOMGP": 801090,
- "CGMHAGPPFHC": 1,
- "GOBJMJCGNFF": 10080109
- },
{
"NJCMMGOOMGP": 900000,
"CGMHAGPPFHC": 1,
diff --git a/FileCfg/5578844672141263387.json b/FileCfg/5578844672141263387.json
index 880dc9d39..10e5d50de 100644
--- a/FileCfg/5578844672141263387.json
+++ b/FileCfg/5578844672141263387.json
@@ -2349,275 +2349,51 @@
{
"EOMMNCOGBID": 5010,
"DJDIMBLEBKJ": [
- 4360017
- ],
- "CPEFDJIJFHP": 1
- },
- {
- "EOMMNCOGBID": 5010,
- "DJDIMBLEBKJ": [
- 4360018
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5010,
- "DJDIMBLEBKJ": [
- 4360019
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5011,
- "DJDIMBLEBKJ": [
- 4360012
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5011,
"DJDIMBLEBKJ": [
- 4360003
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5011,
- "DJDIMBLEBKJ": [
- 4360014
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5011,
- "DJDIMBLEBKJ": [
- 4360041
- ],
- "CPEFDJIJFHP": 4
- },
- {
- "EOMMNCOGBID": 5011,
- "DJDIMBLEBKJ": [
- 4360042
- ],
- "CPEFDJIJFHP": 5
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360016
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5012,
"DJDIMBLEBKJ": [
- 4360034
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360035
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360036
- ],
- "CPEFDJIJFHP": 4
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360037
- ],
- "CPEFDJIJFHP": 5
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360043
- ],
- "CPEFDJIJFHP": 6
- },
- {
- "EOMMNCOGBID": 5012,
- "DJDIMBLEBKJ": [
- 4360044
- ],
- "CPEFDJIJFHP": 7
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360011
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5013,
"DJDIMBLEBKJ": [
- 4360013
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360015
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360031
- ],
- "CPEFDJIJFHP": 4
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360032
- ],
- "CPEFDJIJFHP": 5
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360033
- ],
- "CPEFDJIJFHP": 6
- },
- {
- "EOMMNCOGBID": 5013,
- "DJDIMBLEBKJ": [
- 4360045
- ],
- "CPEFDJIJFHP": 7
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360022
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5014,
"DJDIMBLEBKJ": [
- 4360023
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360024
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360025
- ],
- "CPEFDJIJFHP": 4
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360026
- ],
- "CPEFDJIJFHP": 5
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360027
- ],
- "CPEFDJIJFHP": 6
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360028
- ],
- "CPEFDJIJFHP": 7
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360029
- ],
- "CPEFDJIJFHP": 8
- },
- {
- "EOMMNCOGBID": 5014,
- "DJDIMBLEBKJ": [
- 4360030
- ],
- "CPEFDJIJFHP": 9
- },
- {
- "EOMMNCOGBID": 5015,
- "DJDIMBLEBKJ": [
- 4360002
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5015,
"DJDIMBLEBKJ": [
- 4360006
- ],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5015,
- "DJDIMBLEBKJ": [
- 4360007
- ],
- "CPEFDJIJFHP": 3
- },
- {
- "EOMMNCOGBID": 5015,
- "DJDIMBLEBKJ": [
- 4360008
- ],
- "CPEFDJIJFHP": 4
- },
- {
- "EOMMNCOGBID": 5015,
- "DJDIMBLEBKJ": [
- 4360009
- ],
- "CPEFDJIJFHP": 5
- },
- {
- "EOMMNCOGBID": 5016,
- "DJDIMBLEBKJ": [
- 4360001
+ 4360046
],
"CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5016,
"DJDIMBLEBKJ": [
- 4360004
+ 4360046
],
- "CPEFDJIJFHP": 2
- },
- {
- "EOMMNCOGBID": 5016,
- "DJDIMBLEBKJ": [
- 4360005
- ],
- "CPEFDJIJFHP": 3
+ "CPEFDJIJFHP": 1
},
{
"EOMMNCOGBID": 5066,
@@ -2626,6 +2402,13 @@
],
"CPEFDJIJFHP": 1
},
+ {
+ "EOMMNCOGBID": 5099,
+ "DJDIMBLEBKJ": [
+ 4360019
+ ],
+ "CPEFDJIJFHP": 1
+ },
{
"EOMMNCOGBID": 1030100,
"DJDIMBLEBKJ": [
@@ -2757,79 +2540,67 @@
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360039,
- 4360040
+ 4360001,
+ 4360004,
+ 4360005
],
"CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360001,
- 4360004,
- 4360005
+ 4360007,
+ 4360008,
+ 4360009
],
"CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360002,
- 4360006,
- 4360007
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
],
"CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360022,
- 4360023,
- 4360024,
- 4360025,
- 4360028,
- 4360030
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033
],
"CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360015,
- 4360031,
- 4360032,
- 4360011,
- 4360045
+ 4360016,
+ 4360034,
+ 4360036
],
"CPEFDJIJFHP": 9
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360035,
- 4360037,
- 4360016,
- 4360043
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031320,
"DJDIMBLEBKJ": [
@@ -2867,14 +2638,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10031320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10031320,
"DJDIMBLEBKJ": [
@@ -2882,7 +2645,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031320,
@@ -2891,7 +2654,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031320,
@@ -2903,7 +2666,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031320,
@@ -2911,38 +2674,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031320,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10031320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031320,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031330,
"DJDIMBLEBKJ": [
@@ -2980,14 +2739,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10031330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10031330,
"DJDIMBLEBKJ": [
@@ -2995,7 +2746,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031330,
@@ -3004,7 +2755,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031330,
@@ -3016,7 +2767,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031330,
@@ -3024,38 +2775,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031330,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10031330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031330,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031410,
"DJDIMBLEBKJ": [
@@ -3093,14 +2840,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10031410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10031410,
"DJDIMBLEBKJ": [
@@ -3108,7 +2847,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031410,
@@ -3117,7 +2856,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031410,
@@ -3129,7 +2868,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031410,
@@ -3137,38 +2876,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031410,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10031410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031410,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031420,
"DJDIMBLEBKJ": [
@@ -3206,14 +2941,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10031420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10031420,
"DJDIMBLEBKJ": [
@@ -3221,7 +2948,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031420,
@@ -3230,7 +2957,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031420,
@@ -3242,7 +2969,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031420,
@@ -3250,38 +2977,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031420,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10031420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031420,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031430,
"DJDIMBLEBKJ": [
@@ -3319,14 +3042,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10031430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10031430,
"DJDIMBLEBKJ": [
@@ -3334,7 +3049,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10031430,
@@ -3343,7 +3058,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10031430,
@@ -3355,7 +3070,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10031430,
@@ -3363,38 +3078,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10031430,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10031430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10031430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10031430,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10031510,
"DJDIMBLEBKJ": [
@@ -3519,14 +3230,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032310,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032310,
"DJDIMBLEBKJ": [
@@ -3534,7 +3237,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032310,
@@ -3543,7 +3246,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032310,
@@ -3555,7 +3258,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032310,
@@ -3563,38 +3266,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032310,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032310,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032320,
"DJDIMBLEBKJ": [
@@ -3632,14 +3331,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032320,
"DJDIMBLEBKJ": [
@@ -3647,7 +3338,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032320,
@@ -3656,7 +3347,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032320,
@@ -3668,7 +3359,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032320,
@@ -3676,38 +3367,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032320,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032320,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032330,
"DJDIMBLEBKJ": [
@@ -3745,14 +3432,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032330,
"DJDIMBLEBKJ": [
@@ -3760,7 +3439,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032330,
@@ -3769,7 +3448,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032330,
@@ -3781,7 +3460,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032330,
@@ -3789,38 +3468,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032330,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032330,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032410,
"DJDIMBLEBKJ": [
@@ -3858,14 +3533,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032410,
"DJDIMBLEBKJ": [
@@ -3873,7 +3540,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032410,
@@ -3882,7 +3549,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032410,
@@ -3894,7 +3561,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032410,
@@ -3902,38 +3569,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032410,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032410,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032420,
"DJDIMBLEBKJ": [
@@ -3971,14 +3634,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032420,
"DJDIMBLEBKJ": [
@@ -3986,7 +3641,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032420,
@@ -3995,7 +3650,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032420,
@@ -4007,7 +3662,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032420,
@@ -4015,38 +3670,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032420,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032420,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032430,
"DJDIMBLEBKJ": [
@@ -4084,14 +3735,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 10032430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 10032430,
"DJDIMBLEBKJ": [
@@ -4099,7 +3742,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 10032430,
@@ -4108,7 +3751,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 10032430,
@@ -4120,7 +3763,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 10032430,
@@ -4128,38 +3771,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 10032430,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 10032430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 10032430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 10032430,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 10032510,
"DJDIMBLEBKJ": [
@@ -4363,8 +4002,7 @@
{
"EOMMNCOGBID": 10033001,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -4731,8 +4369,7 @@
{
"EOMMNCOGBID": 10033040,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -4837,8 +4474,7 @@
{
"EOMMNCOGBID": 10033053,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -4982,8 +4618,7 @@
{
"EOMMNCOGBID": 10033064,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -5159,8 +4794,7 @@
{
"EOMMNCOGBID": 10033083,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -5938,8 +5572,7 @@
{
"EOMMNCOGBID": 10041003,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -6113,8 +5746,7 @@
{
"EOMMNCOGBID": 10041103,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -6189,8 +5821,7 @@
{
"EOMMNCOGBID": 10041103,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 16
},
@@ -6836,8 +6467,7 @@
{
"EOMMNCOGBID": 10042013,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -7072,6 +6702,13 @@
],
"CPEFDJIJFHP": 1
},
+ {
+ "EOMMNCOGBID": 10080032,
+ "DJDIMBLEBKJ": [
+ 4360084
+ ],
+ "CPEFDJIJFHP": 1
+ },
{
"EOMMNCOGBID": 10080040,
"DJDIMBLEBKJ": [
@@ -7118,7 +6755,7 @@
{
"EOMMNCOGBID": 10080054,
"DJDIMBLEBKJ": [
- 4334208
+ 4334305
],
"CPEFDJIJFHP": 1
},
@@ -7186,20 +6823,6 @@
],
"CPEFDJIJFHP": 1
},
- {
- "EOMMNCOGBID": 10080108,
- "DJDIMBLEBKJ": [
- 4360001
- ],
- "CPEFDJIJFHP": 1
- },
- {
- "EOMMNCOGBID": 10080109,
- "DJDIMBLEBKJ": [
- 4360004
- ],
- "CPEFDJIJFHP": 1
- },
{
"EOMMNCOGBID": 10090000,
"DJDIMBLEBKJ": [
@@ -7292,8 +6915,7 @@
{
"EOMMNCOGBID": 10090012,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -7417,8 +7039,7 @@
{
"EOMMNCOGBID": 10133001,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -7757,8 +7378,7 @@
{
"EOMMNCOGBID": 10133040,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -7828,8 +7448,7 @@
{
"EOMMNCOGBID": 10133053,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -7904,8 +7523,7 @@
{
"EOMMNCOGBID": 10133064,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -8022,8 +7640,7 @@
{
"EOMMNCOGBID": 10133083,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -8275,8 +7892,7 @@
{
"EOMMNCOGBID": 10141003,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -8351,8 +7967,7 @@
{
"EOMMNCOGBID": 10142013,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -8427,8 +8042,7 @@
{
"EOMMNCOGBID": 10190012,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -8690,79 +8304,67 @@
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360039,
- 4360040
+ 4360001,
+ 4360004,
+ 4360005
],
"CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360001,
- 4360004,
- 4360005
+ 4360007,
+ 4360008,
+ 4360009
],
"CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360002,
- 4360006,
- 4360007
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
],
"CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360022,
- 4360023,
- 4360024,
- 4360025,
- 4360028,
- 4360030
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033
],
"CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360015,
- 4360031,
- 4360032,
- 4360011,
- 4360045
+ 4360016,
+ 4360034,
+ 4360036
],
"CPEFDJIJFHP": 9
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360035,
- 4360037,
- 4360016,
- 4360043
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031320,
"DJDIMBLEBKJ": [
@@ -8800,14 +8402,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20031320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20031320,
"DJDIMBLEBKJ": [
@@ -8815,7 +8409,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031320,
@@ -8824,7 +8418,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031320,
@@ -8836,7 +8430,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031320,
@@ -8844,38 +8438,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031320,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20031320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031320,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031330,
"DJDIMBLEBKJ": [
@@ -8913,14 +8503,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20031330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20031330,
"DJDIMBLEBKJ": [
@@ -8928,7 +8510,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031330,
@@ -8937,7 +8519,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031330,
@@ -8949,7 +8531,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031330,
@@ -8957,38 +8539,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031330,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20031330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031330,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031410,
"DJDIMBLEBKJ": [
@@ -9026,14 +8604,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20031410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20031410,
"DJDIMBLEBKJ": [
@@ -9041,7 +8611,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031410,
@@ -9050,7 +8620,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031410,
@@ -9062,7 +8632,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031410,
@@ -9070,38 +8640,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031410,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20031410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031410,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031420,
"DJDIMBLEBKJ": [
@@ -9139,14 +8705,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20031420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20031420,
"DJDIMBLEBKJ": [
@@ -9154,7 +8712,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031420,
@@ -9163,7 +8721,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031420,
@@ -9175,7 +8733,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031420,
@@ -9183,38 +8741,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031420,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20031420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031420,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031430,
"DJDIMBLEBKJ": [
@@ -9252,14 +8806,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20031430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20031430,
"DJDIMBLEBKJ": [
@@ -9267,7 +8813,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20031430,
@@ -9276,7 +8822,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20031430,
@@ -9288,7 +8834,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20031430,
@@ -9296,38 +8842,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20031430,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20031430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20031430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20031430,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20031510,
"DJDIMBLEBKJ": [
@@ -9452,14 +8994,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032310,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032310,
"DJDIMBLEBKJ": [
@@ -9467,7 +9001,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032310,
@@ -9476,7 +9010,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032310,
@@ -9488,7 +9022,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032310,
@@ -9496,38 +9030,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032310,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032310,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032320,
"DJDIMBLEBKJ": [
@@ -9565,14 +9095,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032320,
"DJDIMBLEBKJ": [
@@ -9580,7 +9102,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032320,
@@ -9589,7 +9111,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032320,
@@ -9601,7 +9123,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032320,
@@ -9609,38 +9131,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032320,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032320,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032330,
"DJDIMBLEBKJ": [
@@ -9678,14 +9196,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032330,
"DJDIMBLEBKJ": [
@@ -9693,7 +9203,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032330,
@@ -9702,7 +9212,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032330,
@@ -9714,7 +9224,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032330,
@@ -9722,38 +9232,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032330,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032330,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032410,
"DJDIMBLEBKJ": [
@@ -9791,14 +9297,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032410,
"DJDIMBLEBKJ": [
@@ -9806,7 +9304,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032410,
@@ -9815,7 +9313,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032410,
@@ -9827,7 +9325,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032410,
@@ -9835,38 +9333,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032410,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032410,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032420,
"DJDIMBLEBKJ": [
@@ -9904,14 +9398,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032420,
"DJDIMBLEBKJ": [
@@ -9919,7 +9405,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032420,
@@ -9928,7 +9414,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032420,
@@ -9940,7 +9426,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032420,
@@ -9948,38 +9434,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032420,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032420,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032430,
"DJDIMBLEBKJ": [
@@ -10017,14 +9499,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 20032430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 20032430,
"DJDIMBLEBKJ": [
@@ -10032,7 +9506,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 20032430,
@@ -10041,7 +9515,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 20032430,
@@ -10053,7 +9527,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 20032430,
@@ -10061,38 +9535,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 20032430,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 20032430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 20032430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 20032430,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 20032510,
"DJDIMBLEBKJ": [
@@ -10296,8 +9766,7 @@
{
"EOMMNCOGBID": 20033001,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -10664,8 +10133,7 @@
{
"EOMMNCOGBID": 20033040,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -10770,8 +10238,7 @@
{
"EOMMNCOGBID": 20033053,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -10915,8 +10382,7 @@
{
"EOMMNCOGBID": 20033064,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -11092,8 +10558,7 @@
{
"EOMMNCOGBID": 20033083,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -11908,8 +11373,7 @@
{
"EOMMNCOGBID": 20041003,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -12134,8 +11598,7 @@
{
"EOMMNCOGBID": 20041103,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -12210,8 +11673,7 @@
{
"EOMMNCOGBID": 20041103,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 16
},
@@ -13250,8 +12712,7 @@
{
"EOMMNCOGBID": 20042013,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -13529,8 +12990,7 @@
{
"EOMMNCOGBID": 20042109,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -13605,8 +13065,7 @@
{
"EOMMNCOGBID": 20133001,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -13945,8 +13404,7 @@
{
"EOMMNCOGBID": 20133040,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14016,8 +13474,7 @@
{
"EOMMNCOGBID": 20133053,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14092,8 +13549,7 @@
{
"EOMMNCOGBID": 20133064,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14210,8 +13666,7 @@
{
"EOMMNCOGBID": 20133083,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14463,8 +13918,7 @@
{
"EOMMNCOGBID": 20141003,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14539,8 +13993,7 @@
{
"EOMMNCOGBID": 20142013,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14615,8 +14068,7 @@
{
"EOMMNCOGBID": 20142109,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -14683,6 +14135,446 @@
],
"CPEFDJIJFHP": 1
},
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360002,
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360015,
+ 4360031,
+ 4360032,
+ 4360011,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360016,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008,
+ 4360009
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360016,
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 40030204,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360031,
+ 4360032,
+ 4360011
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360032,
+ 4360033
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 40030205,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360002,
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360015,
+ 4360031,
+ 4360032,
+ 4360011,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360016,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008,
+ 4360009
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360016,
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 40030206,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
{
"EOMMNCOGBID": 40030210,
"DJDIMBLEBKJ": [
@@ -15020,79 +14912,67 @@
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360039,
- 4360040
+ 4360001,
+ 4360004,
+ 4360005
],
"CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360001,
- 4360004,
- 4360005
+ 4360007,
+ 4360008,
+ 4360009
],
"CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360002,
- 4360006,
- 4360007
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
],
"CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360022,
- 4360023,
- 4360024,
- 4360025,
- 4360028,
- 4360030
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033
],
"CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360015,
- 4360031,
- 4360032,
- 4360011,
- 4360045
+ 4360016,
+ 4360034,
+ 4360036
],
"CPEFDJIJFHP": 9
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360035,
- 4360037,
- 4360016,
- 4360043
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031320,
"DJDIMBLEBKJ": [
@@ -15130,14 +15010,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40031320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40031320,
"DJDIMBLEBKJ": [
@@ -15145,7 +15017,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031320,
@@ -15154,7 +15026,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031320,
@@ -15166,7 +15038,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031320,
@@ -15174,38 +15046,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031320,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40031320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031320,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031330,
"DJDIMBLEBKJ": [
@@ -15243,14 +15111,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40031330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40031330,
"DJDIMBLEBKJ": [
@@ -15258,7 +15118,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031330,
@@ -15267,7 +15127,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031330,
@@ -15279,7 +15139,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031330,
@@ -15287,38 +15147,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031330,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40031330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031330,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031410,
"DJDIMBLEBKJ": [
@@ -15356,14 +15212,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40031410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40031410,
"DJDIMBLEBKJ": [
@@ -15371,7 +15219,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031410,
@@ -15380,7 +15228,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031410,
@@ -15392,7 +15240,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031410,
@@ -15400,38 +15248,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031410,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40031410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031410,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031420,
"DJDIMBLEBKJ": [
@@ -15469,14 +15313,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40031420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40031420,
"DJDIMBLEBKJ": [
@@ -15484,7 +15320,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031420,
@@ -15493,7 +15329,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031420,
@@ -15505,7 +15341,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031420,
@@ -15513,38 +15349,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031420,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40031420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031420,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031430,
"DJDIMBLEBKJ": [
@@ -15582,14 +15414,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40031430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40031430,
"DJDIMBLEBKJ": [
@@ -15597,7 +15421,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40031430,
@@ -15606,7 +15430,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40031430,
@@ -15618,7 +15442,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40031430,
@@ -15626,38 +15450,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40031430,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40031430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40031430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40031430,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40031510,
"DJDIMBLEBKJ": [
@@ -15787,14 +15607,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032310,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032310,
"DJDIMBLEBKJ": [
@@ -15802,7 +15614,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032310,
@@ -15811,7 +15623,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032310,
@@ -15823,7 +15635,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032310,
@@ -15831,38 +15643,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032310,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032310,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032320,
"DJDIMBLEBKJ": [
@@ -15900,14 +15708,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032320,
"DJDIMBLEBKJ": [
@@ -15915,7 +15715,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032320,
@@ -15924,7 +15724,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032320,
@@ -15936,7 +15736,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032320,
@@ -15944,38 +15744,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032320,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032320,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032330,
"DJDIMBLEBKJ": [
@@ -16013,14 +15809,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032330,
"DJDIMBLEBKJ": [
@@ -16028,7 +15816,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032330,
@@ -16037,7 +15825,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032330,
@@ -16049,7 +15837,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032330,
@@ -16057,38 +15845,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032330,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032330,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032410,
"DJDIMBLEBKJ": [
@@ -16126,14 +15910,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032410,
"DJDIMBLEBKJ": [
@@ -16141,7 +15917,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032410,
@@ -16150,7 +15926,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032410,
@@ -16162,7 +15938,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032410,
@@ -16170,38 +15946,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032410,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032410,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032420,
"DJDIMBLEBKJ": [
@@ -16239,14 +16011,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032420,
"DJDIMBLEBKJ": [
@@ -16254,7 +16018,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032420,
@@ -16263,7 +16027,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032420,
@@ -16275,7 +16039,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032420,
@@ -16283,38 +16047,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032420,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032420,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032430,
"DJDIMBLEBKJ": [
@@ -16352,14 +16112,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 40032430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 40032430,
"DJDIMBLEBKJ": [
@@ -16367,7 +16119,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 40032430,
@@ -16376,7 +16128,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 40032430,
@@ -16388,7 +16140,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 40032430,
@@ -16396,38 +16148,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 40032430,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 40032430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 40032430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 40032430,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 40032510,
"DJDIMBLEBKJ": [
@@ -16641,8 +16389,7 @@
{
"EOMMNCOGBID": 40033001,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -17029,8 +16776,7 @@
{
"EOMMNCOGBID": 40033040,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -17135,8 +16881,7 @@
{
"EOMMNCOGBID": 40033053,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -17280,8 +17025,7 @@
{
"EOMMNCOGBID": 40033064,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -17462,8 +17206,7 @@
{
"EOMMNCOGBID": 40033083,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -18282,8 +18025,7 @@
{
"EOMMNCOGBID": 40041003,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -18508,8 +18250,7 @@
{
"EOMMNCOGBID": 40041103,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -18584,8 +18325,7 @@
{
"EOMMNCOGBID": 40041103,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 16
},
@@ -19624,8 +19364,7 @@
{
"EOMMNCOGBID": 40042013,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -19903,8 +19642,7 @@
{
"EOMMNCOGBID": 40042109,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -19979,8 +19717,7 @@
{
"EOMMNCOGBID": 40133001,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20339,8 +20076,7 @@
{
"EOMMNCOGBID": 40133040,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20410,8 +20146,7 @@
{
"EOMMNCOGBID": 40133053,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20486,8 +20221,7 @@
{
"EOMMNCOGBID": 40133064,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20604,8 +20338,7 @@
{
"EOMMNCOGBID": 40133083,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20872,8 +20605,7 @@
{
"EOMMNCOGBID": 40141003,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -20948,8 +20680,7 @@
{
"EOMMNCOGBID": 40142013,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -21024,8 +20755,7 @@
{
"EOMMNCOGBID": 40142109,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -21092,6 +20822,446 @@
],
"CPEFDJIJFHP": 1
},
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360002,
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360015,
+ 4360031,
+ 4360032,
+ 4360011,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360016,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008,
+ 4360009
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360016,
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 60030204,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360031,
+ 4360032,
+ 4360011
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360032,
+ 4360033
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 60030205,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 1
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 2
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360002,
+ 4360006,
+ 4360007
+ ],
+ "CPEFDJIJFHP": 3
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360022,
+ 4360023,
+ 4360024,
+ 4360025,
+ 4360028,
+ 4360030
+ ],
+ "CPEFDJIJFHP": 4
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360015,
+ 4360031,
+ 4360032,
+ 4360011,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 5
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360035,
+ 4360037,
+ 4360016,
+ 4360043
+ ],
+ "CPEFDJIJFHP": 6
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003,
+ 4360042
+ ],
+ "CPEFDJIJFHP": 7
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360017
+ ],
+ "CPEFDJIJFHP": 8
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360039,
+ 4360040
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360001,
+ 4360004,
+ 4360005
+ ],
+ "CPEFDJIJFHP": 10
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360007,
+ 4360008,
+ 4360009
+ ],
+ "CPEFDJIJFHP": 11
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360026,
+ 4360027,
+ 4360028,
+ 4360029,
+ 4360030,
+ 4360023
+ ],
+ "CPEFDJIJFHP": 12
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360013,
+ 4360015,
+ 4360032,
+ 4360033,
+ 4360045
+ ],
+ "CPEFDJIJFHP": 13
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360016,
+ 4360034,
+ 4360036,
+ 4360044
+ ],
+ "CPEFDJIJFHP": 14
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014,
+ 4360041
+ ],
+ "CPEFDJIJFHP": 15
+ },
+ {
+ "EOMMNCOGBID": 60030206,
+ "DJDIMBLEBKJ": [
+ 4360018
+ ],
+ "CPEFDJIJFHP": 16
+ },
{
"EOMMNCOGBID": 60031310,
"DJDIMBLEBKJ": [
@@ -21129,14 +21299,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031310,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031310,
"DJDIMBLEBKJ": [
@@ -21144,7 +21306,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031310,
@@ -21153,7 +21315,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031310,
@@ -21165,7 +21327,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031310,
@@ -21173,38 +21335,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031310,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031310,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031310,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60031320,
"DJDIMBLEBKJ": [
@@ -21242,14 +21400,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031320,
"DJDIMBLEBKJ": [
@@ -21257,7 +21407,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031320,
@@ -21266,7 +21416,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031320,
@@ -21278,7 +21428,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031320,
@@ -21286,38 +21436,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031320,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031320,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60031330,
"DJDIMBLEBKJ": [
@@ -21355,14 +21501,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031330,
"DJDIMBLEBKJ": [
@@ -21370,7 +21508,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031330,
@@ -21379,7 +21517,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031330,
@@ -21391,7 +21529,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031330,
@@ -21399,38 +21537,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031330,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031330,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60031410,
"DJDIMBLEBKJ": [
@@ -21468,14 +21602,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031410,
"DJDIMBLEBKJ": [
@@ -21483,7 +21609,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031410,
@@ -21492,7 +21618,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031410,
@@ -21504,7 +21630,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031410,
@@ -21512,38 +21638,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031410,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031410,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60031420,
"DJDIMBLEBKJ": [
@@ -21581,14 +21703,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031420,
"DJDIMBLEBKJ": [
@@ -21596,7 +21710,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031420,
@@ -21605,7 +21719,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031420,
@@ -21617,7 +21731,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031420,
@@ -21625,38 +21739,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031420,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031420,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60031430,
"DJDIMBLEBKJ": [
@@ -21694,14 +21804,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60031430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60031430,
"DJDIMBLEBKJ": [
@@ -21709,7 +21811,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60031430,
@@ -21718,7 +21820,7 @@
4360008,
4360009
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60031430,
@@ -21730,7 +21832,7 @@
4360030,
4360023
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60031430,
@@ -21738,38 +21840,34 @@
4360013,
4360015,
4360032,
- 4360033,
- 4360045
+ 4360033
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60031430,
"DJDIMBLEBKJ": [
4360016,
4360034,
- 4360036,
- 4360044
+ 4360036
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60031430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360014
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60031430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360014,
- 4360041
+ 4360018
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60031430,
- "DJDIMBLEBKJ": [
- 4360018,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032310,
"DJDIMBLEBKJ": [
@@ -21807,14 +21905,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032310,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032310,
"DJDIMBLEBKJ": [
@@ -21822,7 +21912,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032310,
@@ -21831,7 +21921,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032310,
@@ -21843,7 +21933,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032310,
@@ -21851,38 +21941,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032310,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032310,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032310,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032310,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032320,
"DJDIMBLEBKJ": [
@@ -21920,14 +22006,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032320,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032320,
"DJDIMBLEBKJ": [
@@ -21935,7 +22013,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032320,
@@ -21944,7 +22022,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032320,
@@ -21956,7 +22034,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032320,
@@ -21964,38 +22042,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032320,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032320,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032320,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032320,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032330,
"DJDIMBLEBKJ": [
@@ -22033,14 +22107,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032330,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032330,
"DJDIMBLEBKJ": [
@@ -22048,7 +22114,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032330,
@@ -22057,7 +22123,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032330,
@@ -22069,7 +22135,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032330,
@@ -22077,38 +22143,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032330,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032330,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032330,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032330,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032410,
"DJDIMBLEBKJ": [
@@ -22146,14 +22208,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032410,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032410,
"DJDIMBLEBKJ": [
@@ -22161,7 +22215,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032410,
@@ -22170,7 +22224,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032410,
@@ -22182,7 +22236,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032410,
@@ -22190,38 +22244,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032410,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032410,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032410,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032410,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032420,
"DJDIMBLEBKJ": [
@@ -22259,14 +22309,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032420,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032420,
"DJDIMBLEBKJ": [
@@ -22274,7 +22316,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032420,
@@ -22283,7 +22325,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032420,
@@ -22295,7 +22337,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032420,
@@ -22303,38 +22345,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032420,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032420,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032420,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032420,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60032430,
"DJDIMBLEBKJ": [
@@ -22372,14 +22410,6 @@
],
"CPEFDJIJFHP": 4
},
- {
- "EOMMNCOGBID": 60032430,
- "DJDIMBLEBKJ": [
- 4360039,
- 4360040
- ],
- "CPEFDJIJFHP": 5
- },
{
"EOMMNCOGBID": 60032430,
"DJDIMBLEBKJ": [
@@ -22387,7 +22417,7 @@
4360004,
4360005
],
- "CPEFDJIJFHP": 6
+ "CPEFDJIJFHP": 5
},
{
"EOMMNCOGBID": 60032430,
@@ -22396,7 +22426,7 @@
4360006,
4360007
],
- "CPEFDJIJFHP": 7
+ "CPEFDJIJFHP": 6
},
{
"EOMMNCOGBID": 60032430,
@@ -22408,7 +22438,7 @@
4360028,
4360030
],
- "CPEFDJIJFHP": 8
+ "CPEFDJIJFHP": 7
},
{
"EOMMNCOGBID": 60032430,
@@ -22416,38 +22446,34 @@
4360015,
4360031,
4360032,
- 4360011,
- 4360045
+ 4360011
],
- "CPEFDJIJFHP": 9
+ "CPEFDJIJFHP": 8
},
{
"EOMMNCOGBID": 60032430,
"DJDIMBLEBKJ": [
4360035,
4360037,
- 4360016,
- 4360043
+ 4360016
+ ],
+ "CPEFDJIJFHP": 9
+ },
+ {
+ "EOMMNCOGBID": 60032430,
+ "DJDIMBLEBKJ": [
+ 4360012,
+ 4360003
],
"CPEFDJIJFHP": 10
},
{
"EOMMNCOGBID": 60032430,
"DJDIMBLEBKJ": [
- 4360012,
- 4360003,
- 4360042
+ 4360017
],
"CPEFDJIJFHP": 11
},
- {
- "EOMMNCOGBID": 60032430,
- "DJDIMBLEBKJ": [
- 4360017,
- 4360019
- ],
- "CPEFDJIJFHP": 12
- },
{
"EOMMNCOGBID": 60033001,
"DJDIMBLEBKJ": [
@@ -22519,8 +22545,7 @@
{
"EOMMNCOGBID": 60033001,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -22623,8 +22648,7 @@
{
"EOMMNCOGBID": 60033040,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -22729,8 +22753,7 @@
{
"EOMMNCOGBID": 60033053,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -22874,8 +22897,7 @@
{
"EOMMNCOGBID": 60033064,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -22964,8 +22986,7 @@
{
"EOMMNCOGBID": 60033083,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -23564,8 +23585,7 @@
{
"EOMMNCOGBID": 60041003,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -23790,8 +23810,7 @@
{
"EOMMNCOGBID": 60041103,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -23866,8 +23885,7 @@
{
"EOMMNCOGBID": 60041103,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 16
},
@@ -24906,8 +24924,7 @@
{
"EOMMNCOGBID": 60042013,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -25185,8 +25202,7 @@
{
"EOMMNCOGBID": 60042109,
"DJDIMBLEBKJ": [
- 4360017,
- 4360019
+ 4360017
],
"CPEFDJIJFHP": 8
},
@@ -25261,8 +25277,7 @@
{
"EOMMNCOGBID": 60133001,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25337,8 +25352,7 @@
{
"EOMMNCOGBID": 60133040,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25408,8 +25422,7 @@
{
"EOMMNCOGBID": 60133053,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25484,8 +25497,7 @@
{
"EOMMNCOGBID": 60133064,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25560,8 +25572,7 @@
{
"EOMMNCOGBID": 60133083,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25636,8 +25647,7 @@
{
"EOMMNCOGBID": 60141003,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25712,8 +25722,7 @@
{
"EOMMNCOGBID": 60142013,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
@@ -25788,8 +25797,7 @@
{
"EOMMNCOGBID": 60142109,
"DJDIMBLEBKJ": [
- 4360018,
- 4360019
+ 4360018
],
"CPEFDJIJFHP": 8
},
diff --git a/FileCfg/6437844587599151740.json b/FileCfg/6437844587599151740.json
index f11deeca3..98063ddb4 100644
--- a/FileCfg/6437844587599151740.json
+++ b/FileCfg/6437844587599151740.json
@@ -20,10 +20,6 @@
"AKBBKFKBOBB": 5,
"MKBAADEDOFN": 160471
},
- {
- "AKBBKFKBOBB": 6,
- "MKBAADEDOFN": 160477
- },
{
"AKBBKFKBOBB": 7,
"MKBAADEDOFN": 160404
diff --git a/FileCfg/7254679172447065706.json b/FileCfg/7254679172447065706.json
index e79a49e36..064a76f2e 100644
--- a/FileCfg/7254679172447065706.json
+++ b/FileCfg/7254679172447065706.json
@@ -91,7 +91,7 @@
"CHLHAGBLGIO": 102014,
"AIBIDHPDEFB": 0,
"KJNELJKALPF": 0,
- "BLLDIAEPLMJ": 1020082,
+ "BLLDIAEPLMJ": 0,
"JLEFKGJBAMI": 1500,
"MDONLNHNIMI": 0,
"PANHDOFLFLK": [
@@ -104,7 +104,7 @@
],
"MFAOADLCHII": 231012611,
"NEEOIOHCNIJ": 1,
- "DBIIKIJELFK": 1020082,
+ "DBIIKIJELFK": 0,
"DLFJJPBKMAA": 1,
"NFIILPPLIKO": 102008,
"DJIIBACENPF": 101,
@@ -309,7 +309,7 @@
"CHLHAGBLGIO": 102020,
"AIBIDHPDEFB": 0,
"KJNELJKALPF": 0,
- "BLLDIAEPLMJ": 1020081,
+ "BLLDIAEPLMJ": 0,
"JLEFKGJBAMI": 1500,
"MDONLNHNIMI": 0,
"PANHDOFLFLK": [
@@ -317,7 +317,7 @@
],
"MFAOADLCHII": 0,
"NEEOIOHCNIJ": 0,
- "DBIIKIJELFK": 1020081,
+ "DBIIKIJELFK": 0,
"DLFJJPBKMAA": 1,
"NFIILPPLIKO": 102010,
"DJIIBACENPF": 102,
@@ -373,15 +373,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 100000,
- "FDGKLBDCLMB": 300000
+ "HLBMDONCIOB": 250000,
+ "FDGKLBDCLMB": 750000
},
"LPHJLBCEEPA": 1,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 100000
+ "CLEHOBAKHOI": 250000
},
- "PCELDGPIDJJ": 1,
+ "PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -417,13 +417,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 200000,
- "FDGKLBDCLMB": 600000
+ "HLBMDONCIOB": 500000,
+ "FDGKLBDCLMB": 1500000
},
"LPHJLBCEEPA": 2,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 200000
+ "CLEHOBAKHOI": 500000
},
"PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
@@ -461,13 +461,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 300000,
- "FDGKLBDCLMB": 900000
+ "HLBMDONCIOB": 750000,
+ "FDGKLBDCLMB": 2250000
},
"LPHJLBCEEPA": 3,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 300000
+ "CLEHOBAKHOI": 750000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
@@ -505,15 +505,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 400000,
- "FDGKLBDCLMB": 1200000
+ "HLBMDONCIOB": 1000000,
+ "FDGKLBDCLMB": 3000000
},
"LPHJLBCEEPA": 4,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 400000
+ "CLEHOBAKHOI": 1000000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -549,15 +549,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 500000,
- "FDGKLBDCLMB": 1500000
+ "HLBMDONCIOB": 1250000,
+ "FDGKLBDCLMB": 3750000
},
"LPHJLBCEEPA": 5,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 500000
+ "CLEHOBAKHOI": 1250000
},
- "PCELDGPIDJJ": 1,
+ "PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -593,15 +593,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 600000,
- "FDGKLBDCLMB": 1800000
+ "HLBMDONCIOB": 1500000,
+ "FDGKLBDCLMB": 4500000
},
"LPHJLBCEEPA": 6,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 600000
+ "CLEHOBAKHOI": 1500000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -637,13 +637,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 700000,
- "FDGKLBDCLMB": 2100000
+ "HLBMDONCIOB": 1750000,
+ "FDGKLBDCLMB": 5250000
},
"LPHJLBCEEPA": 7,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 700000
+ "CLEHOBAKHOI": 1750000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
@@ -681,15 +681,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 800000,
- "FDGKLBDCLMB": 2400000
+ "HLBMDONCIOB": 2000000,
+ "FDGKLBDCLMB": 6000000
},
"LPHJLBCEEPA": 8,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 800000
+ "CLEHOBAKHOI": 2000000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -725,13 +725,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 900000,
- "FDGKLBDCLMB": 2700000
+ "HLBMDONCIOB": 2250000,
+ "FDGKLBDCLMB": 6750000
},
"LPHJLBCEEPA": 9,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 900000
+ "CLEHOBAKHOI": 2250000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
@@ -769,13 +769,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 1000000,
- "FDGKLBDCLMB": 3000000
+ "HLBMDONCIOB": 2500000,
+ "FDGKLBDCLMB": 7500000
},
"LPHJLBCEEPA": 10,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 1000000
+ "CLEHOBAKHOI": 2500000
},
"PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_101_4",
@@ -812,15 +812,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 100000,
- "FDGKLBDCLMB": 300000
+ "HLBMDONCIOB": 250000,
+ "FDGKLBDCLMB": 750000
},
"LPHJLBCEEPA": 1,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 100000
+ "CLEHOBAKHOI": 250000
},
- "PCELDGPIDJJ": 1,
+ "PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -855,13 +855,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 200000,
- "FDGKLBDCLMB": 600000
+ "HLBMDONCIOB": 500000,
+ "FDGKLBDCLMB": 1500000
},
"LPHJLBCEEPA": 2,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 200000
+ "CLEHOBAKHOI": 500000
},
"PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
@@ -898,13 +898,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 300000,
- "FDGKLBDCLMB": 900000
+ "HLBMDONCIOB": 750000,
+ "FDGKLBDCLMB": 2250000
},
"LPHJLBCEEPA": 3,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 300000
+ "CLEHOBAKHOI": 750000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
@@ -941,15 +941,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 400000,
- "FDGKLBDCLMB": 1200000
+ "HLBMDONCIOB": 1000000,
+ "FDGKLBDCLMB": 3000000
},
"LPHJLBCEEPA": 4,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 400000
+ "CLEHOBAKHOI": 1000000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -984,15 +984,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 500000,
- "FDGKLBDCLMB": 1500000
+ "HLBMDONCIOB": 1250000,
+ "FDGKLBDCLMB": 3750000
},
"LPHJLBCEEPA": 5,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 500000
+ "CLEHOBAKHOI": 1250000
},
- "PCELDGPIDJJ": 1,
+ "PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -1027,15 +1027,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 600000,
- "FDGKLBDCLMB": 1800000
+ "HLBMDONCIOB": 1500000,
+ "FDGKLBDCLMB": 4500000
},
"LPHJLBCEEPA": 6,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 600000
+ "CLEHOBAKHOI": 1500000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -1070,13 +1070,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 700000,
- "FDGKLBDCLMB": 2100000
+ "HLBMDONCIOB": 1750000,
+ "FDGKLBDCLMB": 5250000
},
"LPHJLBCEEPA": 7,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 700000
+ "CLEHOBAKHOI": 1750000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
@@ -1113,15 +1113,15 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 800000,
- "FDGKLBDCLMB": 2400000
+ "HLBMDONCIOB": 2000000,
+ "FDGKLBDCLMB": 6000000
},
"LPHJLBCEEPA": 8,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 800000
+ "CLEHOBAKHOI": 2000000
},
- "PCELDGPIDJJ": 0,
+ "PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
"NOLOEOFPEHO": false,
"EFGLJMPACLF": [],
@@ -1156,13 +1156,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 900000,
- "FDGKLBDCLMB": 2700000
+ "HLBMDONCIOB": 2250000,
+ "FDGKLBDCLMB": 6750000
},
"LPHJLBCEEPA": 9,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 900000
+ "CLEHOBAKHOI": 2250000
},
"PCELDGPIDJJ": 0,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
@@ -1199,13 +1199,13 @@
"KFGGOELFANP": false,
"JBDCPGDONHJ": 4,
"GHLHCGEBEJP": {
- "HLBMDONCIOB": 1000000,
- "FDGKLBDCLMB": 3000000
+ "HLBMDONCIOB": 2500000,
+ "FDGKLBDCLMB": 7500000
},
"LPHJLBCEEPA": 10,
"ONJDOMNBAEA": {
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 1000000
+ "CLEHOBAKHOI": 2500000
},
"PCELDGPIDJJ": 1,
"OGIFGAILFKP": "Zenkov_Dungeon_102_4",
@@ -1218,7 +1218,7 @@
"CHLHAGBLGIO": 102041,
"AIBIDHPDEFB": 0,
"KJNELJKALPF": 0,
- "BLLDIAEPLMJ": 1020082,
+ "BLLDIAEPLMJ": 0,
"JLEFKGJBAMI": 1500,
"MDONLNHNIMI": 0,
"PANHDOFLFLK": [
@@ -1228,7 +1228,7 @@
],
"MFAOADLCHII": 231012611,
"NEEOIOHCNIJ": 1,
- "DBIIKIJELFK": 1020082,
+ "DBIIKIJELFK": 0,
"DLFJJPBKMAA": 1,
"NFIILPPLIKO": 102008,
"DJIIBACENPF": 101,
@@ -1264,18 +1264,18 @@
"CHLHAGBLGIO": 102042,
"AIBIDHPDEFB": 0,
"KJNELJKALPF": 0,
- "BLLDIAEPLMJ": 1020082,
+ "BLLDIAEPLMJ": 0,
"JLEFKGJBAMI": 1500,
"MDONLNHNIMI": 0,
"PANHDOFLFLK": [
10200824,
10200825,
10200826,
- 10200802
+ 10200825
],
"MFAOADLCHII": 231012611,
"NEEOIOHCNIJ": 1,
- "DBIIKIJELFK": 1020082,
+ "DBIIKIJELFK": 0,
"DLFJJPBKMAA": 1,
"NFIILPPLIKO": 102008,
"DJIIBACENPF": 101,
@@ -1314,18 +1314,19 @@
"CHLHAGBLGIO": 102043,
"AIBIDHPDEFB": 0,
"KJNELJKALPF": 0,
- "BLLDIAEPLMJ": 1020082,
+ "BLLDIAEPLMJ": 0,
"JLEFKGJBAMI": 1500,
"MDONLNHNIMI": 0,
"PANHDOFLFLK": [
10200824,
10200825,
10200826,
- 10200802
+ 10200825,
+ 10200826
],
"MFAOADLCHII": 231012611,
"NEEOIOHCNIJ": 1,
- "DBIIKIJELFK": 1020082,
+ "DBIIKIJELFK": 0,
"DLFJJPBKMAA": 1,
"NFIILPPLIKO": 102008,
"DJIIBACENPF": 101,
diff --git a/FileCfg/7395837550018559713.json b/FileCfg/7395837550018559713.json
index 436834f24..7715f7b33 100644
--- a/FileCfg/7395837550018559713.json
+++ b/FileCfg/7395837550018559713.json
@@ -1424,7 +1424,7 @@
"PGPMMKMJEOP": "2001",
"CKPJDLGIAHO": "ZKTalent_Desc_70003002",
"PADNNKFLNLG": "ZKTalent_Name_70003002",
- "GDDPCPPKMNH": "4300323:50|4301403:5",
+ "GDDPCPPKMNH": "4300323:50|4301403:5|4360046:10",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
@@ -1591,7 +1591,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004024",
+ "PGPMMKMJEOP": "7004025",
"CKPJDLGIAHO": "ZKTalent_Desc_70006001",
"PADNNKFLNLG": "ZKTalent_Name_70006001",
"GDDPCPPKMNH": "4301302:20",
@@ -1608,7 +1608,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004025",
+ "PGPMMKMJEOP": "7004026",
"CKPJDLGIAHO": "ZKTalent_Desc_70006002",
"PADNNKFLNLG": "ZKTalent_Name_70006002",
"GDDPCPPKMNH": "4301301:20",
@@ -1625,7 +1625,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004026",
+ "PGPMMKMJEOP": "7004027",
"CKPJDLGIAHO": "ZKTalent_Desc_70006003",
"PADNNKFLNLG": "ZKTalent_Name_70006003",
"GDDPCPPKMNH": "4301312:30",
@@ -1642,7 +1642,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004027",
+ "PGPMMKMJEOP": "7004028",
"CKPJDLGIAHO": "ZKTalent_Desc_70006004",
"PADNNKFLNLG": "ZKTalent_Name_70006004",
"GDDPCPPKMNH": "4301311:30",
@@ -1659,7 +1659,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004028",
+ "PGPMMKMJEOP": "7004029",
"CKPJDLGIAHO": "ZKTalent_Desc_70006005",
"PADNNKFLNLG": "ZKTalent_Name_70006005",
"GDDPCPPKMNH": "4301321:30",
@@ -1676,7 +1676,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004029",
+ "PGPMMKMJEOP": "7004030",
"CKPJDLGIAHO": "ZKTalent_Desc_70006006",
"PADNNKFLNLG": "ZKTalent_Name_70006006",
"GDDPCPPKMNH": "4301321:30",
@@ -1693,7 +1693,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004030",
+ "PGPMMKMJEOP": "7004031",
"CKPJDLGIAHO": "ZKTalent_Desc_70006007",
"PADNNKFLNLG": "ZKTalent_Name_70006007",
"GDDPCPPKMNH": "4301322:30",
@@ -1710,7 +1710,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004031",
+ "PGPMMKMJEOP": "7004032",
"CKPJDLGIAHO": "ZKTalent_Desc_70006008",
"PADNNKFLNLG": "ZKTalent_Name_70006008",
"GDDPCPPKMNH": "4301322:30",
@@ -1727,7 +1727,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004032",
+ "PGPMMKMJEOP": "7004033",
"CKPJDLGIAHO": "ZKTalent_Desc_70006009",
"PADNNKFLNLG": "ZKTalent_Name_70006009",
"GDDPCPPKMNH": "4301322:40",
@@ -1744,7 +1744,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004033",
+ "PGPMMKMJEOP": "7004034",
"CKPJDLGIAHO": "ZKTalent_Desc_70006010",
"PADNNKFLNLG": "ZKTalent_Name_70006010",
"GDDPCPPKMNH": "4301323:40",
@@ -1761,7 +1761,7 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004034",
+ "PGPMMKMJEOP": "7004035",
"CKPJDLGIAHO": "ZKTalent_Desc_70006011",
"PADNNKFLNLG": "ZKTalent_Name_70006011",
"GDDPCPPKMNH": "4301321:40",
@@ -1778,14 +1778,14 @@
"NPNCGCGALJM": 1,
"PONDPMNNKBA": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
"NLIMLLEGHID": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ZenkovTalentDamageReduce.png",
- "PGPMMKMJEOP": "7004035",
+ "PGPMMKMJEOP": "7004036",
"CKPJDLGIAHO": "ZKTalent_Desc_70006012",
"PADNNKFLNLG": "ZKTalent_Name_70006012",
- "GDDPCPPKMNH": "4301321:40",
+ "GDDPCPPKMNH": "4301321:40|4301403:5|4360046:10",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 500000
+ "CLEHOBAKHOI": 1000000
}
]
},
@@ -1798,11 +1798,11 @@
"PGPMMKMJEOP": "1500011",
"CKPJDLGIAHO": "ZKTalent_Desc_70007001",
"PADNNKFLNLG": "ZKTalent_Name_70007001",
- "GDDPCPPKMNH": "4301301:15",
+ "GDDPCPPKMNH": "4301321:30",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 20000
+ "CLEHOBAKHOI": 100000
}
]
},
@@ -1815,11 +1815,11 @@
"PGPMMKMJEOP": "1500012",
"CKPJDLGIAHO": "ZKTalent_Desc_70007002",
"PADNNKFLNLG": "ZKTalent_Name_70007002",
- "GDDPCPPKMNH": "4301301:15",
+ "GDDPCPPKMNH": "4301321:30",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 20000
+ "CLEHOBAKHOI": 100000
}
]
},
@@ -1832,11 +1832,11 @@
"PGPMMKMJEOP": "1500013",
"CKPJDLGIAHO": "ZKTalent_Desc_70007003",
"PADNNKFLNLG": "ZKTalent_Name_70007003",
- "GDDPCPPKMNH": "4301311:20",
+ "GDDPCPPKMNH": "4301321:40",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 40000
+ "CLEHOBAKHOI": 500000
}
]
},
@@ -1849,11 +1849,11 @@
"PGPMMKMJEOP": "1500014",
"CKPJDLGIAHO": "ZKTalent_Desc_70007004",
"PADNNKFLNLG": "ZKTalent_Name_70007004",
- "GDDPCPPKMNH": "4301311:20",
+ "GDDPCPPKMNH": "4301321:40",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 40000
+ "CLEHOBAKHOI": 500000
}
]
},
@@ -1951,11 +1951,11 @@
"PGPMMKMJEOP": "2008",
"CKPJDLGIAHO": "ZKTalent_Desc_70008002",
"PADNNKFLNLG": "ZKTalent_Name_70008002",
- "GDDPCPPKMNH": "4300321:40|4301403:1",
+ "GDDPCPPKMNH": "4300423:20|4301402:1",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 200000
+ "CLEHOBAKHOI": 80000
}
]
},
@@ -2461,11 +2461,11 @@
"PGPMMKMJEOP": "7004024",
"CKPJDLGIAHO": "ZKTalent_Desc_70016001",
"PADNNKFLNLG": "ZKTalent_Name_70016001",
- "GDDPCPPKMNH": "4300423:20",
+ "GDDPCPPKMNH": "4300321:30|4301403:2|4360038:5",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 40000
+ "CLEHOBAKHOI": 200000
}
]
},
@@ -2478,7 +2478,7 @@
"PGPMMKMJEOP": "7004041",
"CKPJDLGIAHO": "ZKTalent_Desc_70016002",
"PADNNKFLNLG": "ZKTalent_Name_70016002",
- "GDDPCPPKMNH": "4300455:20|4301403:3",
+ "GDDPCPPKMNH": "4300455:20|4301403:3|4360038:30",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
@@ -2495,7 +2495,7 @@
"PGPMMKMJEOP": "7004024",
"CKPJDLGIAHO": "ZKTalent_Desc_70016003",
"PADNNKFLNLG": "ZKTalent_Name_70016003",
- "GDDPCPPKMNH": "4300121:50|4301403:2",
+ "GDDPCPPKMNH": "4300121:50|4301403:5|4360046:10",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
@@ -2512,7 +2512,7 @@
"PGPMMKMJEOP": "7004024",
"CKPJDLGIAHO": "ZKTalent_Desc_70016004",
"PADNNKFLNLG": "ZKTalent_Name_70016004",
- "GDDPCPPKMNH": "4300121:50|4301403:2",
+ "GDDPCPPKMNH": "4300121:50|4301403:5|4360046:10",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
@@ -2784,7 +2784,7 @@
"PGPMMKMJEOP": "7004043",
"CKPJDLGIAHO": "ZKTalent_Desc_70019002",
"PADNNKFLNLG": "ZKTalent_Name_70019002",
- "GDDPCPPKMNH": "4300421:20|4301403:2",
+ "GDDPCPPKMNH": "4300421:20|4301403:2|4360038:5",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
@@ -2801,11 +2801,11 @@
"PGPMMKMJEOP": "7004044",
"CKPJDLGIAHO": "ZKTalent_Desc_70019003",
"PADNNKFLNLG": "ZKTalent_Name_70019003",
- "GDDPCPPKMNH": "4300451:20|4301403:3",
+ "GDDPCPPKMNH": "4300451:20|4301403:5|4360046:10",
"KIBAPNPNHKO": [
{
"IKGGLEKBEPJ": 457,
- "CLEHOBAKHOI": 160000
+ "CLEHOBAKHOI": 1000000
}
]
},
diff --git a/FileCfg/7520281478818545422.json b/FileCfg/7520281478818545422.json
index a6f7cb3d0..bf10ca9d6 100644
--- a/FileCfg/7520281478818545422.json
+++ b/FileCfg/7520281478818545422.json
@@ -13,7 +13,7 @@
"DALBKGGEJEF": 1031,
"MFILCOAEFKN": 0,
"MDONLNHNIMI": 0,
- "KPJAJAHHKIJ": 231013305,
+ "KPJAJAHHKIJ": 231013310,
"BHBPKGPFNDE": 3,
"LLMOAKGJAEM": "ZKBuildingUnlock_1031_Desc",
"BEJBICKAOLA": ""
diff --git a/FileCfg/7623118282567056982.json b/FileCfg/7623118282567056982.json
index 4feee60a2..b1ba218f4 100644
--- a/FileCfg/7623118282567056982.json
+++ b/FileCfg/7623118282567056982.json
@@ -250,7 +250,7 @@
"DHJFJHHGNKJ": 0,
"ILOKFKFEELC": 0,
"GPLOIKDKGJE": 2,
- "OFICEHGPOHG": "TextMap_EnergyCenter_Bangboo3_3"
+ "OFICEHGPOHG": "TextMap_EnergyCenter_Bangboo3_2"
},
{
"DALBKGGEJEF": 2013,
diff --git a/FileCfg/8045286219838348099.json b/FileCfg/8045286219838348099.json
index 667adc025..6280bed21 100644
--- a/FileCfg/8045286219838348099.json
+++ b/FileCfg/8045286219838348099.json
@@ -278,10 +278,34 @@
},
{
"DALBKGGEJEF": 23149,
- "NAOFIPEAMCH": 22,
+ "NAOFIPEAMCH": 7,
"NHMJAGHHFDF": 192,
"GPBHDCNAIIN": 1
},
+ {
+ "DALBKGGEJEF": 23150,
+ "NAOFIPEAMCH": 7,
+ "NHMJAGHHFDF": 193,
+ "GPBHDCNAIIN": 1
+ },
+ {
+ "DALBKGGEJEF": 23151,
+ "NAOFIPEAMCH": 7,
+ "NHMJAGHHFDF": 194,
+ "GPBHDCNAIIN": 1
+ },
+ {
+ "DALBKGGEJEF": 23152,
+ "NAOFIPEAMCH": 7,
+ "NHMJAGHHFDF": 195,
+ "GPBHDCNAIIN": 1
+ },
+ {
+ "DALBKGGEJEF": 23153,
+ "NAOFIPEAMCH": 7,
+ "NHMJAGHHFDF": 196,
+ "GPBHDCNAIIN": 1
+ },
{
"DALBKGGEJEF": 30069,
"NAOFIPEAMCH": 11,
diff --git a/FileCfg/8120333617311739353.json b/FileCfg/8120333617311739353.json
index 490b25dcf..0a044008f 100644
--- a/FileCfg/8120333617311739353.json
+++ b/FileCfg/8120333617311739353.json
@@ -96,10 +96,10 @@
"MONODDIEHBG": "SA_Zenkov_CountDown_GameStart_10s",
"NBAGELGHCFO": 10,
"JLLCMDIANPL": [
+ -1000000,
-500000,
- -100000,
- 100000,
- 500000
+ 500000,
+ 1000000
],
"CMIBLEMMLHP": 0.95,
"GOBIFHOKMJP": "HeadInfo",
diff --git a/FileCfg/8188182887678647344.json b/FileCfg/8188182887678647344.json
index d937efdd5..17014342d 100644
--- a/FileCfg/8188182887678647344.json
+++ b/FileCfg/8188182887678647344.json
@@ -19,18 +19,18 @@
{
"DALBKGGEJEF": 70002002,
"GJGMIBEOBHP": 1,
- "FDJIBICEFEM": "3|5",
+ "FDJIBICEFEM": "4|4",
"BNBHNGDLNNE": [
- 70002001
+ 70010001
],
"NACPKIPGABN": 70002002
},
{
"DALBKGGEJEF": 70002003,
"GJGMIBEOBHP": 1,
- "FDJIBICEFEM": "5|5",
+ "FDJIBICEFEM": "4|5",
"BNBHNGDLNNE": [
- 70002002
+ 70002001
],
"NACPKIPGABN": 70002003
},
@@ -55,7 +55,7 @@
{
"DALBKGGEJEF": 70002006,
"GJGMIBEOBHP": 2,
- "FDJIBICEFEM": "8|5",
+ "FDJIBICEFEM": "9|5",
"BNBHNGDLNNE": [
70002005
],
@@ -73,9 +73,9 @@
{
"DALBKGGEJEF": 70002008,
"GJGMIBEOBHP": 2,
- "FDJIBICEFEM": "12|5",
+ "FDJIBICEFEM": "10|4",
"BNBHNGDLNNE": [
- 70002007
+ 70008002
],
"NACPKIPGABN": 70002008
},
@@ -84,14 +84,14 @@
"GJGMIBEOBHP": 3,
"FDJIBICEFEM": "13|5",
"BNBHNGDLNNE": [
- 70002008
+ 70003001
],
"NACPKIPGABN": 70002009
},
{
"DALBKGGEJEF": 70002010,
"GJGMIBEOBHP": 3,
- "FDJIBICEFEM": "14|5",
+ "FDJIBICEFEM": "15|5",
"BNBHNGDLNNE": [
70002009
],
@@ -100,7 +100,7 @@
{
"DALBKGGEJEF": 70002011,
"GJGMIBEOBHP": 3,
- "FDJIBICEFEM": "16|5",
+ "FDJIBICEFEM": "18|5",
"BNBHNGDLNNE": [
70002010
],
@@ -111,14 +111,14 @@
"GJGMIBEOBHP": 4,
"FDJIBICEFEM": "20|5",
"BNBHNGDLNNE": [
- 70011001
+ 70002011
],
"NACPKIPGABN": 70002012
},
{
"DALBKGGEJEF": 70002013,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "23|5",
+ "FDJIBICEFEM": "22|5",
"BNBHNGDLNNE": [
70002012
],
@@ -127,27 +127,27 @@
{
"DALBKGGEJEF": 70002014,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "28|5",
+ "FDJIBICEFEM": "26|5",
"BNBHNGDLNNE": [
- 70011002
+ 70002013
],
"NACPKIPGABN": 70002014
},
{
"DALBKGGEJEF": 70003001,
"GJGMIBEOBHP": 2,
- "FDJIBICEFEM": "7|4",
+ "FDJIBICEFEM": "12|5",
"BNBHNGDLNNE": [
- 70010001
+ 70002007
],
"NACPKIPGABN": 70003001
},
{
"DALBKGGEJEF": 70003002,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "20|3",
+ "FDJIBICEFEM": "28|5",
"BNBHNGDLNNE": [
- 70019002
+ 70002014
],
"NACPKIPGABN": 70003002
},
@@ -262,7 +262,7 @@
{
"DALBKGGEJEF": 70007001,
"GJGMIBEOBHP": 3,
- "FDJIBICEFEM": "13|2",
+ "FDJIBICEFEM": "14|2",
"BNBHNGDLNNE": [
70017006
],
@@ -289,9 +289,9 @@
{
"DALBKGGEJEF": 70007004,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "26|2",
+ "FDJIBICEFEM": "24|2",
"BNBHNGDLNNE": [
- 70016003
+ 70017009
],
"NACPKIPGABN": 70007004
},
@@ -307,18 +307,20 @@
{
"DALBKGGEJEF": 70008002,
"GJGMIBEOBHP": 2,
- "FDJIBICEFEM": "10|4",
+ "FDJIBICEFEM": "8|4",
"BNBHNGDLNNE": [
- 70003001
+ 70002002,
+ 70008001
],
"NACPKIPGABN": 70008002
},
{
"DALBKGGEJEF": 70009001,
"GJGMIBEOBHP": 3,
- "FDJIBICEFEM": "15|4",
+ "FDJIBICEFEM": "14|4",
"BNBHNGDLNNE": [
- 70010002
+ 70010002,
+ 70016001
],
"NACPKIPGABN": 70009001
},
@@ -334,36 +336,36 @@
{
"DALBKGGEJEF": 70009003,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "20|4",
+ "FDJIBICEFEM": "20|3",
"BNBHNGDLNNE": [
- 70009002
+ 70019002
],
"NACPKIPGABN": 70009003
},
{
"DALBKGGEJEF": 70009004,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "26|4",
+ "FDJIBICEFEM": "24|4",
"BNBHNGDLNNE": [
- 70016004
+ 70010004
],
"NACPKIPGABN": 70009004
},
{
"DALBKGGEJEF": 70009005,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "27|4",
+ "FDJIBICEFEM": "25|3",
"BNBHNGDLNNE": [
- 70009004
+ 70016002
],
"NACPKIPGABN": 70009005
},
{
"DALBKGGEJEF": 70009006,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "28|4",
+ "FDJIBICEFEM": "25|4",
"BNBHNGDLNNE": [
- 70009005
+ 70009004
],
"NACPKIPGABN": 70009006
},
@@ -381,8 +383,7 @@
"GJGMIBEOBHP": 2,
"FDJIBICEFEM": "12|4",
"BNBHNGDLNNE": [
- 70002007,
- 70008002
+ 70002008
],
"NACPKIPGABN": 70010002
},
@@ -400,28 +401,10 @@
"GJGMIBEOBHP": 4,
"FDJIBICEFEM": "21|4",
"BNBHNGDLNNE": [
- 70009003
+ 70009002
],
"NACPKIPGABN": 70010004
},
- {
- "DALBKGGEJEF": 70011001,
- "GJGMIBEOBHP": 3,
- "FDJIBICEFEM": "19|5",
- "BNBHNGDLNNE": [
- 70002011
- ],
- "NACPKIPGABN": 70011001
- },
- {
- "DALBKGGEJEF": 70011002,
- "GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "25|5",
- "BNBHNGDLNNE": [
- 70002013
- ],
- "NACPKIPGABN": 70011002
- },
{
"DALBKGGEJEF": 70016001,
"GJGMIBEOBHP": 3,
@@ -436,27 +419,25 @@
"GJGMIBEOBHP": 4,
"FDJIBICEFEM": "23|3",
"BNBHNGDLNNE": [
- 70003002
+ 70009003
],
"NACPKIPGABN": 70016002
},
{
"DALBKGGEJEF": 70016003,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "24|2",
+ "FDJIBICEFEM": "28|3",
"BNBHNGDLNNE": [
- 70017009,
- 70016002
+ 70018004
],
"NACPKIPGABN": 70016003
},
{
"DALBKGGEJEF": 70016004,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "24|4",
+ "FDJIBICEFEM": "28|4",
"BNBHNGDLNNE": [
- 70010004,
- 70016002
+ 70009006
],
"NACPKIPGABN": 70016004
},
@@ -544,7 +525,7 @@
{
"DALBKGGEJEF": 70017010,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "27|2",
+ "FDJIBICEFEM": "26|2",
"BNBHNGDLNNE": [
70007004
],
@@ -563,7 +544,7 @@
{
"DALBKGGEJEF": 70018002,
"GJGMIBEOBHP": 2,
- "FDJIBICEFEM": "10|3",
+ "FDJIBICEFEM": "9|3",
"BNBHNGDLNNE": [
70008001
],
@@ -581,9 +562,9 @@
{
"DALBKGGEJEF": 70018004,
"GJGMIBEOBHP": 4,
- "FDJIBICEFEM": "28|3",
+ "FDJIBICEFEM": "26|3",
"BNBHNGDLNNE": [
- 70016002
+ 70009005
],
"NACPKIPGABN": 70018004
},
diff --git a/FileCfg/9437705046492076584.json b/FileCfg/9437705046492076584.json
index 05f49df5c..5d16f3742 100644
--- a/FileCfg/9437705046492076584.json
+++ b/FileCfg/9437705046492076584.json
@@ -12650,7 +12650,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311000",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_30",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov05.png",
@@ -12705,7 +12705,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311000",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_31",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov05.png",
@@ -12761,7 +12761,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311000",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_30",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_32",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov05.png",
@@ -12817,7 +12817,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311000",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_31",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_33",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov05.png",
@@ -12872,7 +12872,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311010",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_30",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov03.png",
@@ -12927,7 +12927,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311010",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_31",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov03.png",
@@ -12983,7 +12983,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311010",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_30",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_32",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov03.png",
@@ -13039,7 +13039,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovMedicine_01/Device_Prop_ZenkovMedicine_01.prefab",
"BBNBGEJELBP": "InLevelRouletteTextmap_4311010",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_31",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_33",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov03.png",
@@ -14400,7 +14400,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_007.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_007.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -15495,7 +15495,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_007.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_007.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -25629,7 +25629,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -25714,7 +25714,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -25799,7 +25799,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -25888,7 +25888,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -25973,7 +25973,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26058,7 +26058,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26147,7 +26147,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26236,7 +26236,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26321,7 +26321,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26412,7 +26412,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26507,7 +26507,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26598,7 +26598,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26689,7 +26689,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26784,7 +26784,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26871,7 +26871,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -26962,7 +26962,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27057,7 +27057,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27148,7 +27148,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27229,7 +27229,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27320,7 +27320,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27415,7 +27415,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27504,7 +27504,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27595,7 +27595,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27686,7 +27686,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27777,7 +27777,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27868,7 +27868,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -27959,7 +27959,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28050,7 +28050,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28141,7 +28141,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28232,7 +28232,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_24",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_29",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28712,7 +28712,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelEquipResistor_04/Device_Prop_LevelEquipResistor_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28770,7 +28770,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelEquipBag_01/Device_Prop_LevelEquipBag_01.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_30",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28828,7 +28828,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelEquipBag_02/Device_Prop_LevelEquipBag_02.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_32",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_42",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28886,7 +28886,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelEquipBag_03/Device_Prop_LevelEquipBag_03.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_33",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -28944,7 +28944,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelEquipBag_04/Device_Prop_LevelEquipBag_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -29230,7 +29230,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_002.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_005.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29290,7 +29290,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_003.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_006.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29350,7 +29350,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_004.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_007.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29410,7 +29410,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_002.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_008.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29470,7 +29470,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_003.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_009.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29530,7 +29530,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_004.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_010.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29724,7 +29724,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -29784,7 +29784,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -29830,7 +29830,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_002.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_005.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29890,7 +29890,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_003.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_006.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29904,7 +29904,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -29950,7 +29950,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_004.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_007.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -29964,7 +29964,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -30010,7 +30010,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_002.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_008.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -30070,7 +30070,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_003.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_009.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -30084,7 +30084,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_27",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_28",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -30130,7 +30130,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_004.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_010.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -30144,7 +30144,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_34",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -30197,7 +30197,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334206_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov11.png",
@@ -30250,7 +30250,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334207_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov17.png",
@@ -30303,7 +30303,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334208_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov10.png",
@@ -30356,7 +30356,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334301_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov15.png",
@@ -30409,7 +30409,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334303_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov18.png",
@@ -30462,7 +30462,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334304_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov13.png",
@@ -30501,7 +30501,7 @@
"LENLMJNINIG": 1301,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_001_S.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_001_A.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -30515,7 +30515,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334305_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_35",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov16.png",
@@ -30568,7 +30568,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334308_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov20.png",
@@ -30621,7 +30621,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334309_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov08.png",
@@ -30674,7 +30674,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334311_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_36",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov12.png",
@@ -30713,7 +30713,7 @@
"LENLMJNINIG": 1301,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_001_S.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_001_A.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -30780,7 +30780,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334403_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov19.png",
@@ -30833,7 +30833,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "ZKItem_4334404_InLevelRouletteTextmap",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_37",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/RoleSkill/SkillBtnZenkov09.png",
@@ -31243,7 +31243,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_01/Device_Prop_LevelKey_01.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31293,7 +31293,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_05/Device_Prop_LevelKey_05.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31343,7 +31343,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_01/Device_Prop_LevelKey_01.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31393,7 +31393,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_05/Device_Prop_LevelKey_05.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31443,7 +31443,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_06/Device_Prop_LevelKey_06.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31493,7 +31493,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_07/Device_Prop_LevelKey_07.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31543,7 +31543,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_03/Device_Prop_LevelKey_03.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31593,7 +31593,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_04/Device_Prop_LevelKey_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31643,7 +31643,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_04/Device_Prop_LevelKey_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31693,7 +31693,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_05/Device_Prop_LevelKey_05.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31743,7 +31743,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_LevelKey_04/Device_Prop_LevelKey_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_41",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -31779,7 +31779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipErosion_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -31829,7 +31829,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipErosion_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -31879,7 +31879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipBag_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -31929,7 +31929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipBag_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -31979,7 +31979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32029,7 +32029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32079,7 +32079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32129,7 +32129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32179,7 +32179,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32229,7 +32229,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_010_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32279,7 +32279,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32329,7 +32329,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32379,7 +32379,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipPyrois_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32429,7 +32429,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipErosion_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32479,7 +32479,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_EquipBag_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32529,7 +32529,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_013_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32579,7 +32579,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_010_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32629,7 +32629,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_011_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32679,7 +32679,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32729,7 +32729,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32779,7 +32779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_012_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32829,8 +32829,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_001_Blueprint.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -32879,7 +32879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32929,7 +32929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -32979,7 +32979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33029,7 +33029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33079,7 +33079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_MonsterSkill_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33129,7 +33129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33179,7 +33179,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33229,7 +33229,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33279,7 +33279,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33329,7 +33329,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33379,7 +33379,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponB_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33429,7 +33429,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33479,7 +33479,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33529,7 +33529,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33579,7 +33579,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33629,7 +33629,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33679,7 +33679,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponA_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33729,7 +33729,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33779,7 +33779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33829,7 +33829,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33879,7 +33879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33929,7 +33929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -33979,7 +33979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34029,7 +34029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34079,7 +34079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34129,7 +34129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34179,7 +34179,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34229,7 +34229,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34279,7 +34279,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34329,7 +34329,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34379,7 +34379,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34429,7 +34429,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34479,7 +34479,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34529,7 +34529,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34579,7 +34579,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponS_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34629,7 +34629,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34679,7 +34679,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34729,7 +34729,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34779,7 +34779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34829,7 +34829,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34879,7 +34879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34929,7 +34929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -34979,7 +34979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35029,7 +35029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponZ_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35079,7 +35079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35129,7 +35129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35179,7 +35179,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35229,7 +35229,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_012_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35279,7 +35279,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_022_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35329,7 +35329,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35379,7 +35379,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_010_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35429,7 +35429,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35479,7 +35479,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_016_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35529,7 +35529,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_018_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35579,7 +35579,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_019_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35629,7 +35629,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_017_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35679,7 +35679,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_021_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35729,7 +35729,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_014_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35779,7 +35779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_013_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35829,7 +35829,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_011_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35879,7 +35879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35929,7 +35929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -35979,7 +35979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36029,7 +36029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_020_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36079,7 +36079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36129,7 +36129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_008_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36179,7 +36179,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_001_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36229,7 +36229,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_005_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36279,7 +36279,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_012_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36329,7 +36329,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_022_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36379,7 +36379,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_007_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36429,7 +36429,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_010_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36479,7 +36479,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_003_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36529,7 +36529,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_016_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36579,7 +36579,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_018_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36629,7 +36629,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_019_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36679,7 +36679,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_017_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36729,7 +36729,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_021_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36779,7 +36779,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_014_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36829,7 +36829,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_013_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36879,7 +36879,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_011_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36929,7 +36929,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_009_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -36979,7 +36979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_006_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -37029,7 +37029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_004_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -37079,7 +37079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_020_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -37129,7 +37129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_WeaponAvatar_002_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -37193,7 +37193,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_01/Device_Prop_ZenkovTreasure_01.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37293,7 +37293,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_03/Device_Prop_ZenkovTreasure_03.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37343,7 +37343,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_04/Device_Prop_ZenkovTreasure_04.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37393,7 +37393,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_05/Device_Prop_ZenkovTreasure_05.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37643,7 +37643,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_10/Device_Prop_ZenkovTreasure_10.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37693,7 +37693,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_11/Device_Prop_ZenkovTreasure_11.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37743,7 +37743,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_12/Device_Prop_ZenkovTreasure_12.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37793,7 +37793,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_13/Device_Prop_ZenkovTreasure_13.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37843,7 +37843,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_14/Device_Prop_ZenkovTreasure_14.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37893,7 +37893,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_15/Device_Prop_ZenkovTreasure_15.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37943,7 +37943,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_16/Device_Prop_ZenkovTreasure_16.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -37993,7 +37993,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_17/Device_Prop_ZenkovTreasure_17.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38043,7 +38043,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_18/Device_Prop_ZenkovTreasure_18.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38068,7 +38068,7 @@
"AOJLGJPPDAH": [],
"CGJJNKICCDG": [],
"DPAGDHOPOHG": [],
- "GLOHLMGGKCG": 1010000,
+ "GLOHLMGGKCG": 3000000,
"DBLJBMDPAAM": 3600,
"NFADPCIACHF": 1,
"LCKNKGMIOLB": 13008,
@@ -38093,7 +38093,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_19/Device_Prop_ZenkovTreasure_19.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38143,7 +38143,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38693,7 +38693,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_34/Device_Prop_ZenkovTreasure_34.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38743,7 +38743,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_35/Device_Prop_ZenkovTreasure_35.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38793,7 +38793,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_36/Device_Prop_ZenkovTreasure_36.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38843,7 +38843,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_39/Device_Prop_ZenkovTreasure_39.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38893,7 +38893,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_40/Device_Prop_ZenkovTreasure_40.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38943,7 +38943,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_37/Device_Prop_ZenkovTreasure_37.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -38993,7 +38993,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_38/Device_Prop_ZenkovTreasure_38.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39029,7 +39029,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_CollectionA_001.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -39043,7 +39043,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39079,7 +39079,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_CollectionA_002.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -39093,7 +39093,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39129,7 +39129,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_CollectionA_003.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -39143,7 +39143,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_38",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39179,8 +39179,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_044.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "Zenkov_Collection_042_Idle",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -39193,7 +39193,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_02",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39229,8 +39229,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_043.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "Zenkov_Collection_043_Idle",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -39243,7 +39243,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_02",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39279,8 +39279,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_041.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "Zenkov_Collection_044_Idle",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -39293,7 +39293,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_02",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39329,8 +39329,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_042.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "Zenkov_Collection_045_Idle",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -39343,7 +39343,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_02",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39379,8 +39379,8 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_001.png",
- "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_045.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "Zenkov_Collection_046_Idle",
"MJGLKKCKJJI": [],
"HHJBNMJBCKO": [],
@@ -39393,7 +39393,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_02",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -39405,6 +39405,104 @@
"LKDNEMHKKBG": "Zenkov_Collection_046_BagBig",
"PEIJNDHKLPH": "Zenkov_Collection_046_Idle_NonBG"
},
+ {
+ "IKGGLEKBEPJ": 4360046,
+ "CMPPMOPHPEB": [
+ 201,
+ 223,
+ 202,
+ 203
+ ],
+ "BBPAMLJGADE": -1,
+ "JDNBDFEKILM": [],
+ "AOJLGJPPDAH": [],
+ "CGJJNKICCDG": [],
+ "DPAGDHOPOHG": [],
+ "GLOHLMGGKCG": 50000,
+ "DBLJBMDPAAM": 1200,
+ "NFADPCIACHF": 20,
+ "LCKNKGMIOLB": 13008,
+ "EAPJNNKGGMA": [],
+ "OLDKGNACOAF": 0,
+ "OAAKIOPOILM": 0,
+ "HNMKLINGDHE": 0,
+ "LENLMJNINIG": 0,
+ "NAHGHNNNJBO": "",
+ "BPFBLBILLBP": 0,
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_005.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareB_01_Glow",
+ "NBPCOJDMLHJ": "",
+ "MJGLKKCKJJI": [],
+ "HHJBNMJBCKO": [],
+ "NMHFLDPEGKI": "",
+ "FHCOHHDPCND": 5,
+ "PAEIDNHCLDF": "",
+ "ENMOGDGCCAN": 0,
+ "ICNMLLKHLKD": [],
+ "MMLLDDCEICB": 0,
+ "LPCLJAFOOJN": [],
+ "FOABPDCEDFK": "",
+ "BBNBGEJELBP": "",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
+ "CEFJMGFKNMO": 0,
+ "FDFJJLOHDBK": 0,
+ "KLACGKFEKHC": "",
+ "HODCEGGILPB": "",
+ "KOICLDHGIKI": 4360046,
+ "IBNPAIBMDND": "",
+ "FJPNJPBDLPK": 12000547,
+ "NKDMDJKLHND": [],
+ "LKDNEMHKKBG": "",
+ "PEIJNDHKLPH": ""
+ },
+ {
+ "IKGGLEKBEPJ": 4360084,
+ "CMPPMOPHPEB": [
+ 201,
+ 202
+ ],
+ "BBPAMLJGADE": -1,
+ "JDNBDFEKILM": [],
+ "AOJLGJPPDAH": [],
+ "CGJJNKICCDG": [],
+ "DPAGDHOPOHG": [],
+ "GLOHLMGGKCG": 0,
+ "DBLJBMDPAAM": 2400,
+ "NFADPCIACHF": 1,
+ "LCKNKGMIOLB": 13507,
+ "EAPJNNKGGMA": [],
+ "OLDKGNACOAF": 0,
+ "OAAKIOPOILM": 0,
+ "HNMKLINGDHE": 0,
+ "LENLMJNINIG": 0,
+ "NAHGHNNNJBO": "",
+ "BPFBLBILLBP": 0,
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_022.png",
+ "FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
+ "NBPCOJDMLHJ": "",
+ "MJGLKKCKJJI": [],
+ "HHJBNMJBCKO": [],
+ "NMHFLDPEGKI": "",
+ "FHCOHHDPCND": 0,
+ "PAEIDNHCLDF": "",
+ "ENMOGDGCCAN": 0,
+ "ICNMLLKHLKD": [],
+ "MMLLDDCEICB": 0,
+ "LPCLJAFOOJN": [],
+ "FOABPDCEDFK": "",
+ "BBNBGEJELBP": "",
+ "KCBHEJPBLED": "",
+ "CEFJMGFKNMO": 0,
+ "FDFJJLOHDBK": 0,
+ "KLACGKFEKHC": "",
+ "HODCEGGILPB": "",
+ "KOICLDHGIKI": 0,
+ "IBNPAIBMDND": "",
+ "FJPNJPBDLPK": 0,
+ "NKDMDJKLHND": [],
+ "LKDNEMHKKBG": "",
+ "PEIJNDHKLPH": ""
+ },
{
"IKGGLEKBEPJ": 4360085,
"CMPPMOPHPEB": [
@@ -39592,7 +39690,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_013.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_CollectionA_004.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -39766,7 +39864,6 @@
"IKGGLEKBEPJ": 4360092,
"CMPPMOPHPEB": [
201,
- 223,
202,
203
],
@@ -39778,7 +39875,7 @@
"GLOHLMGGKCG": 0,
"DBLJBMDPAAM": 1200,
"NFADPCIACHF": 1,
- "LCKNKGMIOLB": 13502,
+ "LCKNKGMIOLB": 13507,
"EAPJNNKGGMA": [],
"OLDKGNACOAF": 0,
"OAAKIOPOILM": 0,
@@ -39882,7 +39979,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_021.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_022.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -39930,7 +40027,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Material_045.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Material_040.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareC_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -40124,7 +40221,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIcon/UnPacker/BlindBoxJackPot_04.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Key_007.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareA_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -40174,7 +40271,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/Activity/Ver2_2/MessageBottleLogin/UnPacker/Card02.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Box_Blueprint.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
@@ -40287,7 +40384,7 @@
"LPCLJAFOOJN": [],
"FOABPDCEDFK": "Assets/NapResources/Char/Device/Device_Prop_ZenkovTreasure_21/Device_Prop_ZenkovTreasure_21.prefab",
"BBNBGEJELBP": "",
- "KCBHEJPBLED": "ZKItem_Research_Unlock_40",
+ "KCBHEJPBLED": "ZKItem_Research_Unlock_39",
"CEFJMGFKNMO": 0,
"FDFJJLOHDBK": 0,
"KLACGKFEKHC": "",
@@ -40322,7 +40419,7 @@
"LENLMJNINIG": 0,
"NAHGHNNNJBO": "",
"BPFBLBILLBP": 0,
- "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Collection_020.png",
+ "OGLHDDHACMF": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/ItemIcon/Zenkov_Box_EquipS.png",
"FPHLOHOJGFP": "Eff_Zenkov_DropItem_RareS_01_Glow",
"NBPCOJDMLHJ": "",
"MJGLKKCKJJI": [],
diff --git a/FileCfg/AbilityConfigTemplateTb.json b/FileCfg/AbilityConfigTemplateTb.json
index e8393566b..289019e2d 100644
Binary files a/FileCfg/AbilityConfigTemplateTb.json and b/FileCfg/AbilityConfigTemplateTb.json differ
diff --git a/FileCfg/AccessConfigTemplateTb.json b/FileCfg/AccessConfigTemplateTb.json
index 3570a5f3b..dc242465a 100644
Binary files a/FileCfg/AccessConfigTemplateTb.json and b/FileCfg/AccessConfigTemplateTb.json differ
diff --git a/FileCfg/AchievementTemplateTb.json b/FileCfg/AchievementTemplateTb.json
index 2095c42f2..7f737cf11 100644
--- a/FileCfg/AchievementTemplateTb.json
+++ b/FileCfg/AchievementTemplateTb.json
@@ -7781,7 +7781,7 @@
"PIELLIBKHEG": "AchievementName_2003027",
"MGJIGEMPJPD": "AchievementDes_2003027",
"MHOLLDPKGMH": 2,
- "NOOGBKHHHDC": 0,
+ "NOOGBKHHHDC": 1,
"JAFNJCKNBJH": "1203204027",
"HKNKGJEEICK": 101062629,
"BDLJLLGDHDL": 0,
@@ -7797,7 +7797,7 @@
"PIELLIBKHEG": "AchievementName_2003028",
"MGJIGEMPJPD": "AchievementDes_2003028",
"MHOLLDPKGMH": 2,
- "NOOGBKHHHDC": 0,
+ "NOOGBKHHHDC": 1,
"JAFNJCKNBJH": "1203204029",
"HKNKGJEEICK": 101062630,
"BDLJLLGDHDL": 0,
diff --git a/FileCfg/AreaInfoPanelConfigTemplateTb.json b/FileCfg/AreaInfoPanelConfigTemplateTb.json
index 361217947..948fac9f8 100644
--- a/FileCfg/AreaInfoPanelConfigTemplateTb.json
+++ b/FileCfg/AreaInfoPanelConfigTemplateTb.json
@@ -6373,7 +6373,7 @@
"IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconEvacuate.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
- "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov06.png",
+ "PNABCOGGFFL": "",
"BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
"KOGDCEMGLAI": 0,
"IKFCBKJGECO": false,
@@ -6976,16 +6976,16 @@
{
"GMGPNAHEEMB": 160473,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_BOSS_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconBoss.png",
- "KGIFDDFFGCC": "Zenkov_BOSS",
+ "OIABAPPBPEL": "Zenkov_BattleTreasureS_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconBattleTreasure.png",
+ "KGIFDDFFGCC": "Zenkov_BattleTreasureS",
"FIKEKFBJGJP": "Zenkov_PlayerType_BossMonster",
"MDFBGKPLPPD": true,
"CIIHBCNDPND": 0,
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconBoss.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconBattleTreasure.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov16.png",
@@ -7186,7 +7186,7 @@
{
"GMGPNAHEEMB": 160505,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_01_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_01",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7211,7 +7211,7 @@
{
"GMGPNAHEEMB": 160506,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_02_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_02",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7236,7 +7236,7 @@
{
"GMGPNAHEEMB": 160507,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_03_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_03",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7261,7 +7261,7 @@
{
"GMGPNAHEEMB": 160508,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_04_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_04",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7286,7 +7286,7 @@
{
"GMGPNAHEEMB": 160509,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_05_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_05",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7311,7 +7311,7 @@
{
"GMGPNAHEEMB": 160510,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_06_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_06",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7336,7 +7336,7 @@
{
"GMGPNAHEEMB": 160511,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_07_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_07",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7361,7 +7361,7 @@
{
"GMGPNAHEEMB": 160512,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_08_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_08",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7386,7 +7386,7 @@
{
"GMGPNAHEEMB": 160513,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_09_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_09",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7411,7 +7411,7 @@
{
"GMGPNAHEEMB": 160514,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_10_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_10",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7461,7 +7461,7 @@
{
"GMGPNAHEEMB": 160516,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_12_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_12",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7486,7 +7486,7 @@
{
"GMGPNAHEEMB": 160517,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_13_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_13",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7561,7 +7561,7 @@
{
"GMGPNAHEEMB": 160520,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_16_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_16",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7586,7 +7586,7 @@
{
"GMGPNAHEEMB": 160521,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_17_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_17",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7611,7 +7611,7 @@
{
"GMGPNAHEEMB": 160522,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_18_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_18",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7636,8 +7636,8 @@
{
"GMGPNAHEEMB": 160523,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_19_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_19",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -7645,7 +7645,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -7661,8 +7661,8 @@
{
"GMGPNAHEEMB": 160524,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_20_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_20",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -7670,7 +7670,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -7686,7 +7686,7 @@
{
"GMGPNAHEEMB": 160525,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_21_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_21",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7761,7 +7761,7 @@
{
"GMGPNAHEEMB": 160528,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_24_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_24",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7811,7 +7811,7 @@
{
"GMGPNAHEEMB": 160530,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_26_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_26",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7836,7 +7836,7 @@
{
"GMGPNAHEEMB": 160531,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_27_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_27",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7861,7 +7861,7 @@
{
"GMGPNAHEEMB": 160532,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_28_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_28",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7886,7 +7886,7 @@
{
"GMGPNAHEEMB": 160533,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_29_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_29",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7911,7 +7911,7 @@
{
"GMGPNAHEEMB": 160534,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_30_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_30",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7936,7 +7936,7 @@
{
"GMGPNAHEEMB": 160535,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_31_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_31",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7961,7 +7961,7 @@
{
"GMGPNAHEEMB": 160536,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_32_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_32",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -7986,7 +7986,7 @@
{
"GMGPNAHEEMB": 160537,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_33_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_33",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8011,7 +8011,7 @@
{
"GMGPNAHEEMB": 160538,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_34_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_34",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8036,7 +8036,7 @@
{
"GMGPNAHEEMB": 160539,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_35_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_35",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8061,7 +8061,7 @@
{
"GMGPNAHEEMB": 160540,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_36_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_36",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8349,7 +8349,7 @@
{
"GMGPNAHEEMB": 160552,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_01_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_01",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8374,7 +8374,7 @@
{
"GMGPNAHEEMB": 160553,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_02_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_02",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8399,7 +8399,7 @@
{
"GMGPNAHEEMB": 160554,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_03_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_03",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8424,7 +8424,7 @@
{
"GMGPNAHEEMB": 160555,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_04_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_04",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8449,7 +8449,7 @@
{
"GMGPNAHEEMB": 160556,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_05_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_05",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8474,7 +8474,7 @@
{
"GMGPNAHEEMB": 160557,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_06_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_06",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8499,7 +8499,7 @@
{
"GMGPNAHEEMB": 160558,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_07_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_07",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8524,7 +8524,7 @@
{
"GMGPNAHEEMB": 160559,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_08_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_08",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8549,7 +8549,7 @@
{
"GMGPNAHEEMB": 160560,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_09_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_09",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8574,7 +8574,7 @@
{
"GMGPNAHEEMB": 160561,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_10_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_10",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8624,7 +8624,7 @@
{
"GMGPNAHEEMB": 160563,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_12_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_12",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8649,7 +8649,7 @@
{
"GMGPNAHEEMB": 160564,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_13_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_13",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8724,7 +8724,7 @@
{
"GMGPNAHEEMB": 160567,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_16_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_16",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8749,7 +8749,7 @@
{
"GMGPNAHEEMB": 160568,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_17_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_17",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8774,7 +8774,7 @@
{
"GMGPNAHEEMB": 160569,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_18_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_18",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8899,7 +8899,7 @@
{
"GMGPNAHEEMB": 160574,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_01_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_01",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8924,7 +8924,7 @@
{
"GMGPNAHEEMB": 160575,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_02_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_02",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8949,7 +8949,7 @@
{
"GMGPNAHEEMB": 160576,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_03_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_03",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8974,7 +8974,7 @@
{
"GMGPNAHEEMB": 160577,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_04_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_04",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -8999,7 +8999,7 @@
{
"GMGPNAHEEMB": 160578,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_05_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_05",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9024,7 +9024,7 @@
{
"GMGPNAHEEMB": 160579,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_06_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_06",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9049,7 +9049,7 @@
{
"GMGPNAHEEMB": 160580,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_07_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_07",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9074,7 +9074,7 @@
{
"GMGPNAHEEMB": 160581,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_08_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_08",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9099,7 +9099,7 @@
{
"GMGPNAHEEMB": 160582,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_09_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_09",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9124,7 +9124,7 @@
{
"GMGPNAHEEMB": 160583,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_10_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_10",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9174,7 +9174,7 @@
{
"GMGPNAHEEMB": 160585,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_12_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_12",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9199,7 +9199,7 @@
{
"GMGPNAHEEMB": 160586,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_13_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_13",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9274,7 +9274,7 @@
{
"GMGPNAHEEMB": 160589,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_16_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_16",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9299,7 +9299,7 @@
{
"GMGPNAHEEMB": 160590,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_17_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_17",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9324,7 +9324,7 @@
{
"GMGPNAHEEMB": 160591,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_18_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_18",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9449,7 +9449,7 @@
{
"GMGPNAHEEMB": 160596,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_01_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_01",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9474,7 +9474,7 @@
{
"GMGPNAHEEMB": 160597,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_02_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_02",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9499,7 +9499,7 @@
{
"GMGPNAHEEMB": 160598,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_03_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_03",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9524,7 +9524,7 @@
{
"GMGPNAHEEMB": 160599,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_04_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_04",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9549,7 +9549,7 @@
{
"GMGPNAHEEMB": 160600,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_05_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_05",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9574,7 +9574,7 @@
{
"GMGPNAHEEMB": 160601,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_06_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_01_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_06",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9599,7 +9599,7 @@
{
"GMGPNAHEEMB": 160602,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_07_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_07",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9624,7 +9624,7 @@
{
"GMGPNAHEEMB": 160603,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_08_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_02_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_08",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9649,7 +9649,7 @@
{
"GMGPNAHEEMB": 160604,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_09_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_09",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9674,7 +9674,7 @@
{
"GMGPNAHEEMB": 160605,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_10_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_10",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9724,7 +9724,7 @@
{
"GMGPNAHEEMB": 160607,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_12_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_12",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9749,7 +9749,7 @@
{
"GMGPNAHEEMB": 160608,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_13_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_13",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9824,7 +9824,7 @@
{
"GMGPNAHEEMB": 160611,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_16_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_16",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9849,7 +9849,7 @@
{
"GMGPNAHEEMB": 160612,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_17_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_04_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_17",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9874,7 +9874,7 @@
{
"GMGPNAHEEMB": 160613,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_18_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_03_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_18",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -9899,8 +9899,8 @@
{
"GMGPNAHEEMB": 160614,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_19_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_19",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -9908,7 +9908,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -9924,8 +9924,8 @@
{
"GMGPNAHEEMB": 160615,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_20_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_20",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -9933,7 +9933,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -9949,7 +9949,7 @@
{
"GMGPNAHEEMB": 160616,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_21_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_21",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10024,7 +10024,7 @@
{
"GMGPNAHEEMB": 160619,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_24_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_24",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10074,7 +10074,7 @@
{
"GMGPNAHEEMB": 160621,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_26_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_26",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10099,7 +10099,7 @@
{
"GMGPNAHEEMB": 160622,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_27_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_27",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10124,7 +10124,7 @@
{
"GMGPNAHEEMB": 160623,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_28_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_28",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10149,7 +10149,7 @@
{
"GMGPNAHEEMB": 160624,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_29_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_29",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10174,7 +10174,7 @@
{
"GMGPNAHEEMB": 160625,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_30_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_30",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10199,7 +10199,7 @@
{
"GMGPNAHEEMB": 160626,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_31_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_31",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10224,7 +10224,7 @@
{
"GMGPNAHEEMB": 160627,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_32_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_32",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10249,7 +10249,7 @@
{
"GMGPNAHEEMB": 160628,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_33_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_33",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10274,7 +10274,7 @@
{
"GMGPNAHEEMB": 160629,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_34_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_34",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10299,7 +10299,7 @@
{
"GMGPNAHEEMB": 160630,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_35_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_35",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10324,7 +10324,7 @@
{
"GMGPNAHEEMB": 160631,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_36_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_36",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10424,8 +10424,8 @@
{
"GMGPNAHEEMB": 160635,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_19_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_19",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -10433,7 +10433,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -10449,8 +10449,8 @@
{
"GMGPNAHEEMB": 160636,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_20_Desc",
- "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_20",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
"MDFBGKPLPPD": true,
@@ -10458,7 +10458,7 @@
"KMKCDNBHFOG": 7,
"GBMJEPNJIGN": "BigScene",
"NAMPILLAIAM": "Collection",
- "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"BBNIMKDEDAE": 0,
"KEMAGKIOHBC": 0,
"PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
@@ -10474,7 +10474,7 @@
{
"GMGPNAHEEMB": 160637,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_21_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_21",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10549,7 +10549,7 @@
{
"GMGPNAHEEMB": 160640,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_24_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_24",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10599,7 +10599,7 @@
{
"GMGPNAHEEMB": 160642,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_26_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
"KGIFDDFFGCC": "Zenkov_SubArea_26",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10624,7 +10624,7 @@
{
"GMGPNAHEEMB": 160643,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_27_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_27",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10649,7 +10649,7 @@
{
"GMGPNAHEEMB": 160644,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_28_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_28",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10674,7 +10674,7 @@
{
"GMGPNAHEEMB": 160645,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_29_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_29",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10699,7 +10699,7 @@
{
"GMGPNAHEEMB": 160646,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_30_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_30",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10724,7 +10724,7 @@
{
"GMGPNAHEEMB": 160647,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_31_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
"KGIFDDFFGCC": "Zenkov_SubArea_31",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10749,7 +10749,7 @@
{
"GMGPNAHEEMB": 160648,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_32_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_32",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10774,7 +10774,7 @@
{
"GMGPNAHEEMB": 160649,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_33_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_33",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10799,7 +10799,7 @@
{
"GMGPNAHEEMB": 160650,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_34_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_34",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10824,7 +10824,7 @@
{
"GMGPNAHEEMB": 160651,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_35_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_35",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10849,7 +10849,7 @@
{
"GMGPNAHEEMB": 160652,
"PBGEPDONBAL": false,
- "OIABAPPBPEL": "Zenkov_SubArea_36_Desc",
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
"BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
"KGIFDDFFGCC": "Zenkov_SubArea_36",
"FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
@@ -10946,6 +10946,553 @@
0.2
]
},
+ {
+ "GMGPNAHEEMB": 160656,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "",
+ "BLPIHODPGIB": "",
+ "KGIFDDFFGCC": "",
+ "FIKEKFBJGJP": "Zenkov_MainQuest",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "SideQuest",
+ "IHCEGPNNONI": "",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "",
+ "BMDFCIPGDHJ": "",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": []
+ },
+ {
+ "GMGPNAHEEMB": 160657,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_19",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160658,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_20",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160659,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_21",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160660,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_SubArea_22_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_22",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160661,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_SubArea_23_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_23",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160662,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_24",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160663,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_SubArea_25_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_25",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160664,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_26",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160665,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_27",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160666,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_28",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160667,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_29",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160668,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_30",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160669,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_31",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160670,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_32",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160671,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_33",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160672,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_34",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160673,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_35",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160674,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_SubArea_36",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0.2,
+ 1
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160675,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_05_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "KGIFDDFFGCC": "Zenkov_Area_05",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialCanned.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov08.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0,
+ 0.2
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160676,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_06_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "KGIFDDFFGCC": "Zenkov_Area_06",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialComponent.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov12.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0,
+ 0.2
+ ]
+ },
+ {
+ "GMGPNAHEEMB": 160677,
+ "PBGEPDONBAL": false,
+ "OIABAPPBPEL": "Zenkov_Area_07_Desc",
+ "BLPIHODPGIB": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "KGIFDDFFGCC": "Zenkov_Area_07",
+ "FIKEKFBJGJP": "BigScene_PlayType_AreaPin",
+ "MDFBGKPLPPD": true,
+ "CIIHBCNDPND": 0,
+ "KMKCDNBHFOG": 7,
+ "GBMJEPNJIGN": "BigScene",
+ "NAMPILLAIAM": "Collection",
+ "IHCEGPNNONI": "Assets/NapResources/UI/Sprite/A1DynamicLoad/Zenkov/UnPacker/MapIcon/PointIconMaterialLine.png",
+ "BBNIMKDEDAE": 0,
+ "KEMAGKIOHBC": 0,
+ "PNABCOGGFFL": "Assets/NapResources/UI/Sprite/A1DynamicLoad/UrbanMap/UnPacker/TrackPointZenkov07.png",
+ "BMDFCIPGDHJ": "Assets/NapResources/UI/Sprite/A1DynamicLoad/NavigationPage/UnPacker/MapPic/Map24_Pic.png",
+ "KOGDCEMGLAI": 0,
+ "IKFCBKJGECO": false,
+ "NOGFMLCMCHJ": "",
+ "PELJGEBDMIK": [
+ 0,
+ 0.2
+ ]
+ },
{
"GMGPNAHEEMB": 999101,
"PBGEPDONBAL": false,
diff --git a/FileCfg/AvatarUITemplateTb.json b/FileCfg/AvatarUITemplateTb.json
index c136885fe..418ade895 100644
--- a/FileCfg/AvatarUITemplateTb.json
+++ b/FileCfg/AvatarUITemplateTb.json
@@ -1497,7 +1497,7 @@
{
"DALBKGGEJEF": 8010,
"NMPFOOCKEAF": false,
- "COBFBGPMAHP": true,
+ "COBFBGPMAHP": false,
"DLLMINJKDLK": "CampPhaethon",
"DDIGHOMJKIN": 14866786099096727420,
"COJLFONMDKA": 9028460432660211422,
diff --git a/FileCfg/BigSceneQuestTemplateTb.json b/FileCfg/BigSceneQuestTemplateTb.json
index f602487f3..6f67b8bfb 100644
--- a/FileCfg/BigSceneQuestTemplateTb.json
+++ b/FileCfg/BigSceneQuestTemplateTb.json
@@ -22431,7 +22431,7 @@
"PBNHOPKIJHG": "",
"OIHGFNPBIDJ": "",
"FOCJHFFBEKP": 0,
- "HNHAHCFOCDF": 171201,
+ "HNHAHCFOCDF": 0,
"OEALOAGJDPK": "",
"ILLINFOBAPF": 0,
"MBACLDDKOKH": [],
diff --git a/FileCfg/BigSceneTeleportTemplateTb.json b/FileCfg/BigSceneTeleportTemplateTb.json
index 76eebef14..39c43447a 100644
--- a/FileCfg/BigSceneTeleportTemplateTb.json
+++ b/FileCfg/BigSceneTeleportTemplateTb.json
@@ -7750,6 +7750,42 @@
"POHIDJKPPCI": 0,
"NGNHHBEIGGM": 0
},
+ {
+ "DALBKGGEJEF": 171201230,
+ "HNHAHCFOCDF": 171201,
+ "KICNKGOFNAC": "Point_007",
+ "FBNLIFGECCD": 410010100,
+ "NGFHIDHALBE": "",
+ "LBCHDGIACBC": "",
+ "DONANDLBLCN": false,
+ "KLFFJPOENKK": [],
+ "POHIDJKPPCI": 0,
+ "NGNHHBEIGGM": 0
+ },
+ {
+ "DALBKGGEJEF": 171201231,
+ "HNHAHCFOCDF": 171201,
+ "KICNKGOFNAC": "Point_008",
+ "FBNLIFGECCD": 410010100,
+ "NGFHIDHALBE": "",
+ "LBCHDGIACBC": "",
+ "DONANDLBLCN": false,
+ "KLFFJPOENKK": [],
+ "POHIDJKPPCI": 0,
+ "NGNHHBEIGGM": 0
+ },
+ {
+ "DALBKGGEJEF": 171201232,
+ "HNHAHCFOCDF": 171201,
+ "KICNKGOFNAC": "Point_009",
+ "FBNLIFGECCD": 410010100,
+ "NGFHIDHALBE": "",
+ "LBCHDGIACBC": "",
+ "DONANDLBLCN": false,
+ "KLFFJPOENKK": [],
+ "POHIDJKPPCI": 0,
+ "NGNHHBEIGGM": 0
+ },
{
"DALBKGGEJEF": 171301202,
"HNHAHCFOCDF": 171301,
diff --git a/FileCfg/ClientConditionMatchTemplateTb.json b/FileCfg/ClientConditionMatchTemplateTb.json
index adf1432f1..ed22688f6 100644
--- a/FileCfg/ClientConditionMatchTemplateTb.json
+++ b/FileCfg/ClientConditionMatchTemplateTb.json
@@ -422,7 +422,27 @@
},
{
"DALBKGGEJEF": 192,
- "JJBMBOGFGAD": "187",
+ "JJBMBOGFGAD": "187&!189",
+ "FNAABNAECEO": "All"
+ },
+ {
+ "DALBKGGEJEF": 193,
+ "JJBMBOGFGAD": "188&!190",
+ "FNAABNAECEO": "All"
+ },
+ {
+ "DALBKGGEJEF": 194,
+ "JJBMBOGFGAD": "(187&!189)|(188&!190)|191",
+ "FNAABNAECEO": "All"
+ },
+ {
+ "DALBKGGEJEF": 195,
+ "JJBMBOGFGAD": "191",
+ "FNAABNAECEO": "All"
+ },
+ {
+ "DALBKGGEJEF": 196,
+ "JJBMBOGFGAD": "192",
"FNAABNAECEO": "All"
},
{
diff --git a/FileCfg/ClientConditionTemplateTb.json b/FileCfg/ClientConditionTemplateTb.json
index 9df65303d..6b27d133f 100644
--- a/FileCfg/ClientConditionTemplateTb.json
+++ b/FileCfg/ClientConditionTemplateTb.json
@@ -400,6 +400,31 @@
"HDFBEJIDCIC": 10020,
"IOHBFEHMFIM": "31024|1"
},
+ {
+ "DALBKGGEJEF": 188,
+ "HDFBEJIDCIC": 10020,
+ "IOHBFEHMFIM": "31023|1"
+ },
+ {
+ "DALBKGGEJEF": 189,
+ "HDFBEJIDCIC": 10009,
+ "IOHBFEHMFIM": "10137"
+ },
+ {
+ "DALBKGGEJEF": 190,
+ "HDFBEJIDCIC": 10009,
+ "IOHBFEHMFIM": "10131"
+ },
+ {
+ "DALBKGGEJEF": 191,
+ "HDFBEJIDCIC": 10020,
+ "IOHBFEHMFIM": "3626|1"
+ },
+ {
+ "DALBKGGEJEF": 192,
+ "HDFBEJIDCIC": 10020,
+ "IOHBFEHMFIM": "31046|1"
+ },
{
"DALBKGGEJEF": 23001,
"HDFBEJIDCIC": 10201,
diff --git a/FileCfg/ClueConfigTemplateTb.json b/FileCfg/ClueConfigTemplateTb.json
index 1ea655542..9f2d0d4b7 100644
--- a/FileCfg/ClueConfigTemplateTb.json
+++ b/FileCfg/ClueConfigTemplateTb.json
@@ -1676,9 +1676,9 @@
"EKFFONMCFDP": "1750143601",
"KKINDKJPJEI": 50001,
"KMENDDNMACG": "ClueDesc_220001",
- "KCCODLEKPCH": 2101,
- "IKGGLEKBEPJ": 305001,
- "IGIBEIMCDLG": 1
+ "KCCODLEKPCH": 0,
+ "IKGGLEKBEPJ": 0,
+ "IGIBEIMCDLG": 0
},
{
"ABJMLGCLONP": 220002,
@@ -1691,9 +1691,9 @@
"EKFFONMCFDP": "1750143602",
"KKINDKJPJEI": 50001,
"KMENDDNMACG": "ClueDesc_220002",
- "KCCODLEKPCH": 2101,
- "IKGGLEKBEPJ": 305002,
- "IGIBEIMCDLG": 2
+ "KCCODLEKPCH": 0,
+ "IKGGLEKBEPJ": 0,
+ "IGIBEIMCDLG": 0
},
{
"ABJMLGCLONP": 220003,
@@ -1706,9 +1706,9 @@
"EKFFONMCFDP": "1750143603",
"KKINDKJPJEI": 50001,
"KMENDDNMACG": "ClueDesc_220003",
- "KCCODLEKPCH": 2101,
- "IKGGLEKBEPJ": 305003,
- "IGIBEIMCDLG": 3
+ "KCCODLEKPCH": 0,
+ "IKGGLEKBEPJ": 0,
+ "IGIBEIMCDLG": 0
},
{
"ABJMLGCLONP": 310101,
diff --git a/FileCfg/ConditionConfigTemplateTb.json b/FileCfg/ConditionConfigTemplateTb.json
index c693f0146..19745bf97 100644
Binary files a/FileCfg/ConditionConfigTemplateTb.json and b/FileCfg/ConditionConfigTemplateTb.json differ
diff --git a/FileCfg/CoverStateTemplateTb.json b/FileCfg/CoverStateTemplateTb.json
index 39e154d16..4741c3660 100644
--- a/FileCfg/CoverStateTemplateTb.json
+++ b/FileCfg/CoverStateTemplateTb.json
@@ -151,7 +151,8 @@
1059,
30004,
30101,
- 1021
+ 1021,
+ 10062
],
"DKOBKIOLANE": [
{
@@ -159,7 +160,7 @@
"HNMCBKOADAK": 300113
}
],
- "MBDKPBEEDBJ": "",
+ "MBDKPBEEDBJ": "10062:UIText_635",
"NGIBGKOKPKA": 0,
"FDDLAMOIBGL": 0,
"GCJLPAKLMDK": 0,
@@ -1139,10 +1140,11 @@
1059,
30004,
30101,
- 1021
+ 1021,
+ 10062
],
"DKOBKIOLANE": [],
- "MBDKPBEEDBJ": "",
+ "MBDKPBEEDBJ": "10062:UIText_635",
"NGIBGKOKPKA": 0,
"FDDLAMOIBGL": 0,
"GCJLPAKLMDK": 0,
diff --git a/FileCfg/ItemClassTemplateTb.json b/FileCfg/ItemClassTemplateTb.json
index 3d2eee9a6..600d73304 100644
--- a/FileCfg/ItemClassTemplateTb.json
+++ b/FileCfg/ItemClassTemplateTb.json
@@ -560,31 +560,31 @@
},
{
"HBHMKCJMBNC": 131,
- "AGKEDMPJNIA": "ItemClass_name_131",
+ "AGKEDMPJNIA": "ItemClass_name_130",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 132,
- "AGKEDMPJNIA": "ItemClass_name_132",
+ "AGKEDMPJNIA": "ItemClass_name_130",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 133,
- "AGKEDMPJNIA": "ItemClass_name_133",
+ "AGKEDMPJNIA": "ItemClass_name_130",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 134,
- "AGKEDMPJNIA": "ItemClass_name_134",
+ "AGKEDMPJNIA": "ItemClass_name_130",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 135,
- "AGKEDMPJNIA": "ItemClass_name_135",
+ "AGKEDMPJNIA": "ItemClass_name_130",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
@@ -608,19 +608,19 @@
},
{
"HBHMKCJMBNC": 139,
- "AGKEDMPJNIA": "ItemClass_name_139",
+ "AGKEDMPJNIA": "ItemClass_name_138",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 140,
- "AGKEDMPJNIA": "ItemClass_name_140",
+ "AGKEDMPJNIA": "ItemClass_name_138",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
{
"HBHMKCJMBNC": 141,
- "AGKEDMPJNIA": "ItemClass_name_141",
+ "AGKEDMPJNIA": "ItemClass_name_138",
"KPFEKEOINJA": 0,
"DONCMPHGDIF": 0
},
diff --git a/FileCfg/ItemTemplateTb.json b/FileCfg/ItemTemplateTb.json
index 7b0958e34..0555a35fe 100644
Binary files a/FileCfg/ItemTemplateTb.json and b/FileCfg/ItemTemplateTb.json differ
diff --git a/FileCfg/LevelAbilityConfigTemplateTb.json b/FileCfg/LevelAbilityConfigTemplateTb.json
index ea3e1d94a..0f7291c85 100644
Binary files a/FileCfg/LevelAbilityConfigTemplateTb.json and b/FileCfg/LevelAbilityConfigTemplateTb.json differ
diff --git a/FileCfg/LevelMonsterAdjustTemplateTb.json b/FileCfg/LevelMonsterAdjustTemplateTb.json
index a89ce2d73..fc8858a45 100644
--- a/FileCfg/LevelMonsterAdjustTemplateTb.json
+++ b/FileCfg/LevelMonsterAdjustTemplateTb.json
@@ -9143,7 +9143,7 @@
"MCIKEMLFPLK": 40241,
"CFMJGMKGMDL": 2,
"IBBALKADAJA": 2000,
- "LDLGELPJGAO": 9000,
+ "LDLGELPJGAO": 10000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9154,7 +9154,7 @@
"MCIKEMLFPLK": 40241,
"CFMJGMKGMDL": 1,
"IBBALKADAJA": 2000,
- "LDLGELPJGAO": 12000,
+ "LDLGELPJGAO": 13000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9165,7 +9165,7 @@
"MCIKEMLFPLK": 40241,
"CFMJGMKGMDL": 0,
"IBBALKADAJA": 2000,
- "LDLGELPJGAO": 16000,
+ "LDLGELPJGAO": 17000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9175,7 +9175,7 @@
{
"MCIKEMLFPLK": 40242,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 4000,
+ "IBBALKADAJA": 2000,
"LDLGELPJGAO": 10000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9186,7 +9186,7 @@
{
"MCIKEMLFPLK": 40242,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 4000,
+ "IBBALKADAJA": 2000,
"LDLGELPJGAO": 13000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9197,7 +9197,7 @@
{
"MCIKEMLFPLK": 40242,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 4000,
+ "IBBALKADAJA": 2000,
"LDLGELPJGAO": 17000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9208,8 +9208,8 @@
{
"MCIKEMLFPLK": 40243,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 6000,
- "LDLGELPJGAO": 11000,
+ "IBBALKADAJA": 5000,
+ "LDLGELPJGAO": 12000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9219,8 +9219,8 @@
{
"MCIKEMLFPLK": 40243,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 6000,
- "LDLGELPJGAO": 14000,
+ "IBBALKADAJA": 5000,
+ "LDLGELPJGAO": 15000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9230,8 +9230,8 @@
{
"MCIKEMLFPLK": 40243,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 6000,
- "LDLGELPJGAO": 18000,
+ "IBBALKADAJA": 5000,
+ "LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9241,7 +9241,7 @@
{
"MCIKEMLFPLK": 40244,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 8000,
+ "IBBALKADAJA": 5000,
"LDLGELPJGAO": 12000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9252,7 +9252,7 @@
{
"MCIKEMLFPLK": 40244,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 8000,
+ "IBBALKADAJA": 5000,
"LDLGELPJGAO": 15000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9263,7 +9263,7 @@
{
"MCIKEMLFPLK": 40244,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 8000,
+ "IBBALKADAJA": 5000,
"LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9274,8 +9274,8 @@
{
"MCIKEMLFPLK": 40245,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 10000,
- "LDLGELPJGAO": 13000,
+ "IBBALKADAJA": 8000,
+ "LDLGELPJGAO": 14000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9285,8 +9285,8 @@
{
"MCIKEMLFPLK": 40245,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 10000,
- "LDLGELPJGAO": 16000,
+ "IBBALKADAJA": 8000,
+ "LDLGELPJGAO": 18000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9296,8 +9296,8 @@
{
"MCIKEMLFPLK": 40245,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 10000,
- "LDLGELPJGAO": 21000,
+ "IBBALKADAJA": 8000,
+ "LDLGELPJGAO": 22000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9307,7 +9307,7 @@
{
"MCIKEMLFPLK": 40246,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 12000,
+ "IBBALKADAJA": 8000,
"LDLGELPJGAO": 14000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9318,7 +9318,7 @@
{
"MCIKEMLFPLK": 40246,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 12000,
+ "IBBALKADAJA": 8000,
"LDLGELPJGAO": 18000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9329,7 +9329,7 @@
{
"MCIKEMLFPLK": 40246,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 12000,
+ "IBBALKADAJA": 8000,
"LDLGELPJGAO": 22000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9340,8 +9340,8 @@
{
"MCIKEMLFPLK": 40247,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 15000,
- "LDLGELPJGAO": 15000,
+ "IBBALKADAJA": 12000,
+ "LDLGELPJGAO": 16000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9351,8 +9351,8 @@
{
"MCIKEMLFPLK": 40247,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 15000,
- "LDLGELPJGAO": 19000,
+ "IBBALKADAJA": 12000,
+ "LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9362,8 +9362,8 @@
{
"MCIKEMLFPLK": 40247,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 15000,
- "LDLGELPJGAO": 24000,
+ "IBBALKADAJA": 12000,
+ "LDLGELPJGAO": 25000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9373,7 +9373,7 @@
{
"MCIKEMLFPLK": 40248,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 18000,
+ "IBBALKADAJA": 12000,
"LDLGELPJGAO": 16000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9384,7 +9384,7 @@
{
"MCIKEMLFPLK": 40248,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 18000,
+ "IBBALKADAJA": 12000,
"LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9395,7 +9395,7 @@
{
"MCIKEMLFPLK": 40248,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 18000,
+ "IBBALKADAJA": 12000,
"LDLGELPJGAO": 25000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9406,8 +9406,8 @@
{
"MCIKEMLFPLK": 40249,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 21000,
- "LDLGELPJGAO": 18000,
+ "IBBALKADAJA": 18000,
+ "LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9417,8 +9417,8 @@
{
"MCIKEMLFPLK": 40249,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 21000,
- "LDLGELPJGAO": 22000,
+ "IBBALKADAJA": 18000,
+ "LDLGELPJGAO": 25000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9428,8 +9428,8 @@
{
"MCIKEMLFPLK": 40249,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 21000,
- "LDLGELPJGAO": 28000,
+ "IBBALKADAJA": 18000,
+ "LDLGELPJGAO": 31000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
"APHDEJKGGML": 0,
@@ -9439,7 +9439,7 @@
{
"MCIKEMLFPLK": 40250,
"CFMJGMKGMDL": 2,
- "IBBALKADAJA": 25000,
+ "IBBALKADAJA": 18000,
"LDLGELPJGAO": 20000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9450,7 +9450,7 @@
{
"MCIKEMLFPLK": 40250,
"CFMJGMKGMDL": 1,
- "IBBALKADAJA": 25000,
+ "IBBALKADAJA": 18000,
"LDLGELPJGAO": 25000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
@@ -9461,7 +9461,7 @@
{
"MCIKEMLFPLK": 40250,
"CFMJGMKGMDL": 0,
- "IBBALKADAJA": 25000,
+ "IBBALKADAJA": 18000,
"LDLGELPJGAO": 31000,
"HFOKLLBJIDL": 0,
"PCFNFKJKCDD": 0,
diff --git a/FileCfg/LockTipConfigTemplateTb.json b/FileCfg/LockTipConfigTemplateTb.json
index a93960791..734309b01 100644
--- a/FileCfg/LockTipConfigTemplateTb.json
+++ b/FileCfg/LockTipConfigTemplateTb.json
@@ -12933,6 +12933,30 @@
"CJILBAJJCOP": 0,
"AGFBIDHKJIP": []
},
+ {
+ "DALBKGGEJEF": 1014301,
+ "GCJLPAKLMDK": 10143,
+ "DDPIAKBJMKN": "",
+ "OGLCFDLNCGA": "1750143101",
+ "CGANGNIGDCG": 1,
+ "NNOBPDOPEAL": 0,
+ "DBNFGIKIJFM": 0,
+ "KPJAJAHHKIJ": 0,
+ "CJILBAJJCOP": 0,
+ "AGFBIDHKJIP": []
+ },
+ {
+ "DALBKGGEJEF": 1014401,
+ "GCJLPAKLMDK": 10144,
+ "DDPIAKBJMKN": "LockTip_1014401",
+ "OGLCFDLNCGA": "1750143101",
+ "CGANGNIGDCG": 1,
+ "NNOBPDOPEAL": 0,
+ "DBNFGIKIJFM": 0,
+ "KPJAJAHHKIJ": 0,
+ "CJILBAJJCOP": 0,
+ "AGFBIDHKJIP": []
+ },
{
"DALBKGGEJEF": 1020101,
"GCJLPAKLMDK": 10201,
diff --git a/FileCfg/MainCityQuestTemplateTb.json b/FileCfg/MainCityQuestTemplateTb.json
index cfc3e2db8..bccde031a 100644
Binary files a/FileCfg/MainCityQuestTemplateTb.json and b/FileCfg/MainCityQuestTemplateTb.json differ
diff --git a/FileCfg/MonsterSkillTemplateTb.json b/FileCfg/MonsterSkillTemplateTb.json
index 995b69115..4452bbdeb 100644
--- a/FileCfg/MonsterSkillTemplateTb.json
+++ b/FileCfg/MonsterSkillTemplateTb.json
@@ -6507,12 +6507,12 @@
},
{
"DALBKGGEJEF": 316001,
- "IKAABAIDFAO": 24000,
+ "IKAABAIDFAO": 27000,
"ENNJJLAKDEG": 19200
},
{
"DALBKGGEJEF": 316002,
- "IKAABAIDFAO": 24000,
+ "IKAABAIDFAO": 28000,
"ENNJJLAKDEG": 19200
},
{
@@ -6522,7 +6522,7 @@
},
{
"DALBKGGEJEF": 316004,
- "IKAABAIDFAO": 27000,
+ "IKAABAIDFAO": 30000,
"ENNJJLAKDEG": 21600
},
{
@@ -6547,7 +6547,7 @@
},
{
"DALBKGGEJEF": 316009,
- "IKAABAIDFAO": 40000,
+ "IKAABAIDFAO": 44000,
"ENNJJLAKDEG": 25000
},
{
diff --git a/FileCfg/MonsterSubTemplateTb.json b/FileCfg/MonsterSubTemplateTb.json
index b5f44422c..1c9cbec42 100644
Binary files a/FileCfg/MonsterSubTemplateTb.json and b/FileCfg/MonsterSubTemplateTb.json differ
diff --git a/FileCfg/NPCSubTemplateTb.json b/FileCfg/NPCSubTemplateTb.json
index 3da6879e0..46ba72c28 100644
Binary files a/FileCfg/NPCSubTemplateTb.json and b/FileCfg/NPCSubTemplateTb.json differ
diff --git a/FileCfg/NewbieGroupTemplateTb.json b/FileCfg/NewbieGroupTemplateTb.json
index 0e6d03f44..62215680e 100644
--- a/FileCfg/NewbieGroupTemplateTb.json
+++ b/FileCfg/NewbieGroupTemplateTb.json
@@ -5932,7 +5932,7 @@
{
"DALBKGGEJEF": 50413,
"ENLOFBAIIDD": 0,
- "JHDJHPJENKM": "ZenkovPage",
+ "JHDJHPJENKM": "ZenkovMallPage",
"IGIBEIMCDLG": 0,
"MKGPCNLOMEA": 0,
"CDOHAAIAOPB": 0,
@@ -6435,6 +6435,28 @@
"MLKMPHBGPCH": 0,
"KNGKOPOIFDL": 0
},
+ {
+ "DALBKGGEJEF": 50462,
+ "ENLOFBAIIDD": 0,
+ "JHDJHPJENKM": "ZenkovPage",
+ "IGIBEIMCDLG": 0,
+ "MKGPCNLOMEA": 0,
+ "CDOHAAIAOPB": 0,
+ "NLOLKLCMIEF": 0,
+ "MLKMPHBGPCH": 0,
+ "KNGKOPOIFDL": 0
+ },
+ {
+ "DALBKGGEJEF": 50463,
+ "ENLOFBAIIDD": 1,
+ "JHDJHPJENKM": "ZenkovBagPanel",
+ "IGIBEIMCDLG": 0,
+ "MKGPCNLOMEA": 0,
+ "CDOHAAIAOPB": 0,
+ "NLOLKLCMIEF": 0,
+ "MLKMPHBGPCH": 0,
+ "KNGKOPOIFDL": 0
+ },
{
"DALBKGGEJEF": 250224,
"ENLOFBAIIDD": 0,
diff --git a/FileCfg/OnceRewardTemplateTb.json b/FileCfg/OnceRewardTemplateTb.json
index 189922c67..1f4e59dca 100644
Binary files a/FileCfg/OnceRewardTemplateTb.json and b/FileCfg/OnceRewardTemplateTb.json differ
diff --git a/FileCfg/OngoingTipsConfigTemplateTb.json b/FileCfg/OngoingTipsConfigTemplateTb.json
index 6f1329f01..b805c2306 100644
Binary files a/FileCfg/OngoingTipsConfigTemplateTb.json and b/FileCfg/OngoingTipsConfigTemplateTb.json differ
diff --git a/FileCfg/PerformTemplateTb.json b/FileCfg/PerformTemplateTb.json
index ecae02d38..143dff4b5 100644
Binary files a/FileCfg/PerformTemplateTb.json and b/FileCfg/PerformTemplateTb.json differ
diff --git a/FileCfg/PopupWindowConfigTemplateTb.json b/FileCfg/PopupWindowConfigTemplateTb.json
index 9d7a62390..0d71b88b4 100644
--- a/FileCfg/PopupWindowConfigTemplateTb.json
+++ b/FileCfg/PopupWindowConfigTemplateTb.json
@@ -22122,16 +22122,16 @@
"BFKGGFPBFIM": 999680701,
"ACOLKGPPGKK": 9996807,
"IINBKIOEIEM": 2,
- "JDHEJEHDAAI": "PopUp_Title_999680701",
- "HJMHGMHDMHE": "PopUp_Content_999680701",
+ "JDHEJEHDAAI": "PopUp_Title_999680701_Zenkov",
+ "HJMHGMHDMHE": "PopUp_Content_999680701_Zenkov",
"JJBMBOGFGAD": "",
"IGIBEIMCDLG": 1,
- "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/2_8/TutorialActivityBangkov_2.png",
+ "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_Main_3.png",
"AOOMAFHJDLD": "",
"DEGMGGOMEII": 60000,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22403,7 +22403,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22419,7 +22419,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22435,7 +22435,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22451,7 +22451,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22467,7 +22467,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22483,7 +22483,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22499,7 +22499,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22515,7 +22515,23 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
+ "CPHGHPIAEAH": 0
+ },
+ {
+ "BFKGGFPBFIM": 999700205,
+ "ACOLKGPPGKK": 9997002,
+ "IINBKIOEIEM": 2,
+ "JDHEJEHDAAI": "PopUp_Title_999703901",
+ "HJMHGMHDMHE": "PopUp_Content_999703902",
+ "JJBMBOGFGAD": "",
+ "IGIBEIMCDLG": 1,
+ "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_D4_1.png",
+ "AOOMAFHJDLD": "",
+ "DEGMGGOMEII": 0,
+ "HNBJKMEFHFH": 0,
+ "NJIPJCDJPPA": [],
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22531,7 +22547,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22547,7 +22563,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22563,7 +22579,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22579,7 +22595,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22595,7 +22611,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22611,7 +22627,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22627,7 +22643,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22643,7 +22659,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22659,7 +22675,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22675,7 +22691,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22691,7 +22707,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22707,7 +22723,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22851,7 +22867,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22867,7 +22883,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22883,7 +22899,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22899,7 +22915,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22915,7 +22931,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22931,7 +22947,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22947,7 +22963,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22963,7 +22979,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22979,7 +22995,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -22995,7 +23011,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23011,7 +23027,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23027,7 +23043,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23043,7 +23059,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23059,7 +23075,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23075,7 +23091,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23091,7 +23107,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23107,7 +23123,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23123,7 +23139,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23139,7 +23155,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23155,7 +23171,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23171,7 +23187,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23187,7 +23203,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23203,7 +23219,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23219,7 +23235,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23235,7 +23251,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23251,7 +23267,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23267,7 +23283,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23283,7 +23299,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23299,7 +23315,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23310,12 +23326,12 @@
"HJMHGMHDMHE": "PopUp_Content_999703901",
"JJBMBOGFGAD": "",
"IGIBEIMCDLG": 1,
- "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_Fog_2.png",
+ "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_D4_1.png",
"AOOMAFHJDLD": "",
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23331,7 +23347,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23347,7 +23363,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23358,12 +23374,12 @@
"HJMHGMHDMHE": "PopUp_Content_999704002",
"JJBMBOGFGAD": "",
"IGIBEIMCDLG": 1,
- "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_Box_1.png",
+ "JIGJNLGNEKB": "UI/Sprite/A1DynamicLoad/AllroundGeneralTutorial/UnPacker/3_1/TutorialZenkov_Box_2.png",
"AOOMAFHJDLD": "",
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23379,7 +23395,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23395,7 +23411,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
@@ -23411,7 +23427,7 @@
"DEGMGGOMEII": 0,
"HNBJKMEFHFH": 0,
"NJIPJCDJPPA": [],
- "KKOKNEHAKPJ": true,
+ "KKOKNEHAKPJ": false,
"CPHGHPIAEAH": 0
},
{
diff --git a/FileCfg/QuestConfigTemplateTb.json b/FileCfg/QuestConfigTemplateTb.json
index d125f17f8..68bd9b237 100644
Binary files a/FileCfg/QuestConfigTemplateTb.json and b/FileCfg/QuestConfigTemplateTb.json differ
diff --git a/FileCfg/StoreDefaultTemplateTb.json b/FileCfg/StoreDefaultTemplateTb.json
index b47ee13e1..a5b646b14 100644
--- a/FileCfg/StoreDefaultTemplateTb.json
+++ b/FileCfg/StoreDefaultTemplateTb.json
@@ -3445,6 +3445,17 @@
"IDPKCJMNMEB": "",
"JDNMLMEHMDD": 6,
"KOEABDJKFCK": []
+ },
+ {
+ "DALBKGGEJEF": 6043,
+ "MHBIOOPKDAK": "UIZenkovDelegateBoardPageController",
+ "BAAKLJGKBFJ": "",
+ "DGCLOHFIBIF": "",
+ "DHMFNFCNHOA": false,
+ "BNMLPOAIIEF": "",
+ "IDPKCJMNMEB": "",
+ "JDNMLMEHMDD": 6,
+ "KOEABDJKFCK": []
}
]
}
\ No newline at end of file
diff --git a/FileCfg/SubQuestTemplateTb.json b/FileCfg/SubQuestTemplateTb.json
index fd118065e..26798b481 100644
--- a/FileCfg/SubQuestTemplateTb.json
+++ b/FileCfg/SubQuestTemplateTb.json
@@ -333,7 +333,7 @@
"DALBKGGEJEF": 231013203,
"NDKIOLOBJBL": 231013205,
"EFCLOBPGKGI": 1,
- "FPDILCNJLGA": false,
+ "FPDILCNJLGA": true,
"ICMKKAIKOJE": true
},
{
@@ -347,21 +347,21 @@
"DALBKGGEJEF": 231013311,
"NDKIOLOBJBL": 231013308,
"EFCLOBPGKGI": 1,
- "FPDILCNJLGA": false,
+ "FPDILCNJLGA": true,
"ICMKKAIKOJE": true
},
{
"DALBKGGEJEF": 231013312,
"NDKIOLOBJBL": 231013308,
"EFCLOBPGKGI": 1,
- "FPDILCNJLGA": false,
+ "FPDILCNJLGA": true,
"ICMKKAIKOJE": true
},
{
"DALBKGGEJEF": 231013313,
"NDKIOLOBJBL": 231013308,
"EFCLOBPGKGI": 1,
- "FPDILCNJLGA": false,
+ "FPDILCNJLGA": true,
"ICMKKAIKOJE": true
},
{
diff --git a/FileCfg/TipsConfigTemplateTb.json b/FileCfg/TipsConfigTemplateTb.json
index 93ce9542e..6e929e1fb 100644
Binary files a/FileCfg/TipsConfigTemplateTb.json and b/FileCfg/TipsConfigTemplateTb.json differ
diff --git a/FileCfg/TitleConfigTemplateTb.json b/FileCfg/TitleConfigTemplateTb.json
index 5132fa183..2a8ab94bc 100644
--- a/FileCfg/TitleConfigTemplateTb.json
+++ b/FileCfg/TitleConfigTemplateTb.json
@@ -2337,7 +2337,7 @@
{
"IGOBKNEGJJE": 3800241,
"LOGIKJGCJFH": "TitleCondition_Achievement",
- "OOFDPCKOAGH": "TitlePreCondition_Chapter",
+ "OOFDPCKOAGH": "TitlePreCondition_Zenkov",
"AFLDJEFGCKE": [
2006015
],
diff --git a/FileCfg/UIJumpConfigTemplateTb.json b/FileCfg/UIJumpConfigTemplateTb.json
index b875be2ad..2ed454586 100644
--- a/FileCfg/UIJumpConfigTemplateTb.json
+++ b/FileCfg/UIJumpConfigTemplateTb.json
@@ -7185,7 +7185,7 @@
"BIOOOGLOFOO": 803,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160632",
+ "KFJDBIFJIAK": "160541",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
@@ -7193,7 +7193,7 @@
"BIOOOGLOFOO": 804,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160633",
+ "KFJDBIFJIAK": "160542",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
@@ -7201,7 +7201,7 @@
"BIOOOGLOFOO": 805,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160634",
+ "KFJDBIFJIAK": "160543",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
@@ -7297,7 +7297,7 @@
"BIOOOGLOFOO": 817,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160632",
+ "KFJDBIFJIAK": "160653",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
@@ -7305,7 +7305,7 @@
"BIOOOGLOFOO": 818,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160633",
+ "KFJDBIFJIAK": "160654",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
@@ -7313,7 +7313,7 @@
"BIOOOGLOFOO": 819,
"NCPILEBLHMF": 3112,
"HAOCIJNBPME": 0,
- "KFJDBIFJIAK": "160634",
+ "KFJDBIFJIAK": "160655",
"OACGFNPNEDA": [],
"NOCEEGPBONP": 0
},
diff --git a/FileCfg/UnlockConfigTemplateTb.json b/FileCfg/UnlockConfigTemplateTb.json
index ac62c4046..0bbb41275 100644
--- a/FileCfg/UnlockConfigTemplateTb.json
+++ b/FileCfg/UnlockConfigTemplateTb.json
@@ -12945,7 +12945,7 @@
"BFGDDGFKNHP": 0,
"GGHBOGPGMGP": 0,
"FDDLAMOIBGL": 2,
- "IDFNNIAHKMH": "",
+ "IDFNNIAHKMH": "UnlockTips_FG_Zenkov",
"NEEOIOHCNIJ": 0,
"JFHAHDPHCJE": "",
"BKCIMOBGBEI": "",
diff --git a/FileCfg/VariableTitleGroupTemplateTb.json b/FileCfg/VariableTitleGroupTemplateTb.json
index 865d31827..261a8f7ef 100644
--- a/FileCfg/VariableTitleGroupTemplateTb.json
+++ b/FileCfg/VariableTitleGroupTemplateTb.json
@@ -250,7 +250,7 @@
"IGOBKNEGJJE": 3800240,
"JDHEJEHDAAI": "TitleText_3800240",
"JCLGFNBHFKP": 0,
- "NMEAPOKJBNO": "Assets/NapResources/UI/Materials/General/UI_Title_Default.mat"
+ "NMEAPOKJBNO": "Assets/NapResources/UI/Materials/General/UI_Title_Standard.mat"
},
{
"MAPCFFJONKJ": 380024002,
diff --git a/TextMap/TextMapOverwriteTemplateTb.json b/TextMap/TextMapOverwriteTemplateTb.json
index 1aba8c216..667a923f0 100644
--- a/TextMap/TextMapOverwriteTemplateTb.json
+++ b/TextMap/TextMapOverwriteTemplateTb.json
@@ -1,4 +1,6 @@
{
+ "30600007_ZKDescription": "异常精通提升40点;代理人造成属性异常伤害或紊乱时,全队代理人造成的属性异常以及紊乱伤害提升10%,且无视5%全属性伤害抗性,持续10秒,最多可叠加3层,重复触发刷新时间。",
+ "30600104_ZKDescription": "能量或闪能获取效率提升20%;发动[强化特殊技]时,全队代理人造成的伤害提升30%,持续10秒,重复触发刷新时间。",
"30620001_ZKDescription": "处于[以太帷幕]时,命中敌人后使敌人的失衡易伤倍率增加15%,持续15秒,重复触发时刷新持续时间。",
"30620002_ZKDescription": "触发[异放]后,代理人造成的异常伤害提升6%,持续12秒,最多叠加2层。",
"30620003_ZKDescription": "触发[紊乱]后,使自身获得效果无视目标6%的全属性伤害抗性,持续12秒,重复触发时刷新持续时间。",
@@ -49,7 +51,10 @@
"AchievementDes_2003028": "在与[熔狱行赭]的战斗中,火雨状态的总持续时间不超过20秒。",
"AchievementDes_2006014": "将辉金中枢、仓储枢纽、商店、工坊和研发中心升至最高等级。",
"AchievementDes_2006015": "仓储枢纽的资产总价值达到一亿齿轮硬币。",
- "AchievementDes_2006017": "成功带出[贝果计划]中46个收藏品。",
+ "AchievementDes_2006017": "成功带出[贝果计划]中47个收藏品。",
+ "AchievementDes_3003047": "破译[回流区]的绘本残页。",
+ "AchievementDes_3003048": "破译[罗斯威克]的绘本残页。",
+ "AchievementDes_3003050": "[罗斯威克]的探索进度达到100%。",
"AchievementName_1005030": "战场「出片」指南",
"AchievementName_1005031": "战场「出片」指南",
"AchievementName_1005034": "「共犯」的真心",
@@ -78,6 +83,7 @@
"Activity_BubbleStory_Chapter05_40560145_01": "嗯呢!(上次调查的遗失物在这里!)",
"Activity_BubbleStory_SummerTideTreasure_410660014_01": "感兴趣的朋友们可以来看看哦!",
"Activity_BubbleStory_SummerTideTreasure_601064002_01": "欢迎光临海滩纪念品商店!",
+ "Activity_Chat_ActivityRemielle_30060166_05": "我就是忽然觉得,如果生命的终点是和贝莉的重逢…那死亡也没什么可怕的。",
"Activity_Chat_Chapter05_30560223_01": "当前所在楼层为1层,请选择要去的楼层…",
"Activity_Chat_Chapter05_30560224_01": "当前所在楼层为2层,请选择要去的楼层…",
"Activity_Chat_Chapter05_30560228_01": "当前所在楼层为1层,请选择要去的楼层…",
@@ -503,6 +509,7 @@
"HB_Title_Weekly_Tips_4": "以下作战(的悬赏委托)皆可获取悬赏积分",
"HCBoss_Desc_Normal_1": "【特殊挑战】「异构·太初梦魇」状态切换成功的次数不超过3次。\n\n【关卡介绍】\n战斗中,首领初始和从失衡中恢复时会拥有一半失衡值; 「疾斩飞剑」命中首领后的一段时间内,首领无法进行状态切换。 \n每当首领的失衡值累计或秽盾值下降到一定程度时,都会尝试进行状态切换。如果切换成功,首领当前的失衡值和秽盾值会进行等比转换。\n 代理人发动「招架支援」、「极限闪避」、「终结技」和对敌人施加属性异常效果时,会减少「疾斩飞剑」的技能冷却时间。\n秽盾状态下,代理人格挡首领的攻击时会额外削减秽盾值。",
"Info_Shop_BossChallenge": "参与「危局强袭战-绝境模式」可以获得「调查凭证」,可以在 「协会物资-特供展柜」 中兑换代理人专属个性动作等珍贵物品。 ",
+ "InlevelMainCityTopToolbarWidget_Text": "行动中",
"Intro_105800001": "和蕾米一起欣赏了《吾本如斯》,这部怀旧纪实影片对许多人而言有着不同寻常的意义,也唤起了蕾米对往昔的追忆。",
"Intro_105800002": "帮助蕾米婉拒了一位不怀好意的调查员的邀请后,几番询问下得知她在观察零号空洞,并了解了初代虚狩们的日常。",
"Intro_110600025": "希格莉德说自己是因与诺姆的「赌约」来到度假村…打电话给维琳娜,了解希格莉德是晚会「合作专员」后,兄妹答应维琳娜——协助希格莉德完成「赌约」。",
@@ -525,6 +532,8 @@
"Intro_110600044": "希格莉德向{F#铃}{M#哲}坦言了自己对近期一系列事件的想法,并以直白的方式将自身的使命陈述,{F#铃}{M#哲}对她表达了未来在新艾利都再次见面的期待。",
"Intro_110600045": "兄妹与希格莉德碰面,{F#铃}{M#哲}询问希格莉德对赌注的想法,后者许愿得到一根可以通过喊出「嗨!诺姆」便可自动钓鱼的智能鱼竿,三人拨出了电话。",
"Intro_110600046": "维琳娜在电话中宣布希格莉德在赌约中获胜,而诺姆拿出的赌注奖励正巧便是希格莉德想要的智能鱼竿。",
+ "ItemClass_name_130": "LABYRINTH",
+ "ItemClass_name_138": "FLAIR",
"ItemDes_142": "可以在「协会物资-特供展柜」中兑换个性动作等珍贵的物品",
"ItemDes_3730001": "蕾米埃尔的专属个性动作。「协会物资-特供展柜」商店中兑换后,可选择蕾米埃尔后在[拍照-人像模式]中使用此动作。",
"ItemName_3730001": "个性动作·「倏梦镌影」",
@@ -543,6 +552,7 @@
"LockTip_1010801": "推进后续[首要委托]解锁",
"LockTip_1011001": "推进后续[首要委托]解锁",
"LockTip_1011101": "推进首要委托解锁",
+ "LockTip_1011201": "前往[研发中心]解锁方案[满额编队]",
"LockTip_1013001": "推进后续[首要委托]解锁",
"LockTip_1013101": "推进后续[首要委托]解锁",
"LockTip_1013201": "推进后续[首要委托]解锁",
@@ -557,6 +567,7 @@
"LockTip_1014101": "推进后续[首要委托]解锁",
"LockTip_1014201": "· 可前往「研发中心」解锁安全箱",
"LockTip_1014202": "· 可前往「大富豪商店-赛季限购」购买安全箱",
+ "LockTip_1014401": "启用[智造工坊]后解锁",
"LockTip_1020101": "推进委托「恰浪花逐夏而至·其一」解锁",
"LockTip_1020201": "推进委托「恰浪花逐夏而至·其一」解锁",
"LockTip_1020301": "推进委托「恰浪花逐夏而至·其一」解锁",
@@ -624,6 +635,12 @@
"Main_GalGame_Chapter220_122000065_007": "我们买完东西回去,路过「片刻闲」的时候,刚好赶上那边的茶会结束。听希格莉德说,你和一个老同学到这边散心来了,我也就过来看看。",
"Main_OngoingLevel_Chapter220_112201015_01": "嗯呢呢!(很好!可以继续前进了!)",
"MaincityChallenge_Title_300200001": "【布连邦】附近有可收录的邦圈热点",
+ "MedalTipsText13001": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到10万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。赛季结算时数据将永久固定。",
+ "MedalTipsText13002": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到100万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。赛季结算时数据将永久固定。",
+ "MedalTipsText13003": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到160万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。赛季结算时数据将永久固定。",
+ "MedalTipsText13004": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到250万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。赛季持续期间的数据更新有一定滞后性,赛季结算时数据将永久固定。",
+ "MedalTipsText13005": "在[迷宫诡域:贝果计划]中,[高危]模式下撤离成功时最大单局收益金额达到400万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。赛季持续期间的数据更新有一定滞后性,赛季结算时数据将永久固定。",
+ "MedalTipsText13006": "在[迷宫诡域:贝果计划]中,且[高危]模式下撤离成功时最大单局收益金额达到600万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。赛季持续期间的数据更新有一定滞后性,赛季结算时数据将永久固定。",
"MessageBottleOptionFinalText_509": "诺姆让我来投递信件,说是要写下自己的愿望…\n我的愿望是什么?现在,好像也没什么特别想要实现的…\n啊!我知道了…\n希望新艾利都的维克托二号成为特别特别厉害的海洋探险家!在各地游玩,去很多很多他没有见过的地方…\n或者…不成为很厉害的布也可以,希望他能遇到很好的朋友,拥有勇气和永不熄灭的好奇心…以及最重要的是,每天都开开心心——这样就好!\n\n——杰克",
"MiddleTips_100024": "检测到猎犬乌利迪姆出现,正在搜索你的踪迹",
"MiddleTips_100025": "已成功击退猎犬",
@@ -670,6 +687,8 @@
"NPCName_1011718511": "卡布卡",
"NPCName_1011718521": "主演邦布",
"NPCName_1011718531": "群演邦布",
+ "NPCName_171300158_207": "神秘裂隙",
+ "NPCName_171300205_301": "赭石祭坛",
"NPCName_171600005_303": "勇敢布",
"NPCName_171600005_304": "发财布",
"NPCName_171600005_305": "愁苦的工程师",
@@ -684,15 +703,51 @@
"NPCName_Group_171600029": "仓储枢纽",
"NPCName_Group_171600030": "智造工坊",
"NPCName_Group_171600031": "大富豪商店",
+ "NPCName_Group_171600084": "图鉴",
"NPC_Banner_Zenkov_Center": "辉金中枢",
"NPC_Banner_Zenkov_Craft": "智造工坊",
"NPC_Banner_Zenkov_Research": "图鉴",
"NPC_Banner_Zenkov_Shop": "大富豪商店",
"NPC_Banner_Zenkov_Talent": "研发中心",
"NPC_Banner_Zenkov_Warehouse": "仓储枢纽",
+ "Option01_45900703": "非常抱歉,希格莉德!",
+ "Option02_45900306": "希望向希格莉德发出邀约",
"PartnerTalk_BubbleStory_PartnerRemielle_340580009_01": "嗯呢!(不愧是蕾米埃尔大人!)",
"PartnerTalk_BubbleStory_PartnerRemielle_340580040_01": "唔…",
"PartnerTalk_Chat_PartnerRemielle_330580014_44": " {M#哲}{F#铃}也不想让别人知道自己做过什么梦吧?",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_09": "小希格莉德还真是勇敢!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_11": "小希格莉德并没有那么勇敢…但我还是立志要成为空巡局的队员,我的梦想就是成为驰骋天空的骑士!就像妈妈和奶奶,曾奶奶和曾曾奶奶那样!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_13": "小希格莉德还真是了不起!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_15": "但是小希格莉德的血液中似乎忘记流淌这种热爱了…",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_22": "希格莉德真是受苦了…",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_35": "我和希格莉德一样勇敢!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_36": "我和希格莉德一样倔强!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_37": "哈哈哈哈哈…阁下总能让我发出格外时态的笑声!",
+ "PartnerTalk_Chat_PartnerSigrid_330590019_40": "小希格莉德可没有你想得那么了不起…",
+ "PartnerTalk_Chat_PartnerSigrid_330590020_05": "希望不会让希格莉德失望!",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_18": "「小希格莉德最近进步神速!她已经能够一拳打倒训练的人偶了!」",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_19": "希格莉德的妈妈还真是严格!",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_21": "妈妈虽然很严厉,但总是会买好多我最喜欢的曲奇饼干在家里…能够追击以骸数里的耳朵,却听不见我「咔嚓咔嚓」咀嚼饼干的动静。",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_23": "但不管妈妈和林德薇恩大人的性格如何不同,她们达成的默契便是…「下午茶是纵容希格莉德的时光」。",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_27": "偶尔让我来纵容一下希格莉德吧",
+ "PartnerTalk_Chat_PartnerSigrid_330590021_35": "汀曼先生终于呈上了「咕嘟咕嘟」的茶壶,\n与希格莉德一同享受了温馨的下午茶时光。",
+ "PartnerTalk_Chat_PartnerSigrid_330590025_06": "希格莉德的特别要求…",
+ "PartnerTalk_Chat_PartnerSigrid_330590025_20": "带着希格莉德的怀旧款松饼,回去找她和那位黛西奶奶吧。",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_10": "拿出了打包盒中仍有余热的奶油松饼。\n希格莉德接过后,动作温柔地将松饼分成三份。",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_22": "是的,希格莉德大人,我都想起来了。",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_31": "我这就回家收拾德克兰那臭小子去!看管好我这个记性不好的老母亲,可是他的责任!到头来却麻烦了德拉叙尔大人!",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_32": "不…不碍事!您大可不必…大可不必收拾德克兰队长!",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_35": "不等希格莉德阻拦,黛西奶奶已经风风火火地迈着步子走向了远处的巴士站台…",
+ "PartnerTalk_Chat_PartnerSigrid_330590026_41": "和希格莉德聊聊今天的事件由来吧。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_02": "她恰好是空巡局德克兰中队长的母亲…德克兰中队长总是和我们提起黛西奶奶,虽然总是和黛西奶奶说话一样语带埋怨,但眼角的幸福可是藏不住的。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_04": "德克兰队长和我的妈妈是一个年代的人…那个时候,我还要管他叫德克兰叔叔呢。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_06": "怪不得希格莉德会认识黛西奶奶",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_08": "妈妈当时作为年轻的空巡局次官,在一次行动中救下了刚刚加入空巡局的德克兰队长。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_09": "德克兰队长便以妈妈为榜样,最后通过自己的努力,成为了空巡局的中队长。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_13": "这是德克兰队长在跟我们讲述黛西奶奶的故事的时候,特意告诉我们的。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_18": "德克兰队长是这么说的。",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_34": "希格莉德的奶油松饼?",
+ "PartnerTalk_Chat_PartnerSigrid_330590027_Name_01": "希格莉德",
"PartnerTalk_OngoingMainCity_PartnerSigrid_511591008_01": "阁下,您超出我的巡逻范围了!",
"PasserBy_BubbleNpc_Roscaelifer_40131172_01": "嗡呢呢…(情报小屋营业中…)",
"PasserBy_BubbleNpc_Roscaelifer_40131173_01": "嗯呢…(感谢您的投资…)",
@@ -928,70 +983,80 @@
"PhotoBtn004": "勾选道具将自动装扮,后续可在个人信息中自由设置",
"PhotoBtn005": "动作购买",
"PhotoBtn006": "动作预览",
+ "PopUp_Content_40153109": "星徽·比利攻击命中敌人时,会获得[决意],回复量根据招式变化,[决意]上限为120点;触发[极限闪避]、发动[强化特殊技:孤轮特技]、发动[连携技:骑士漫步]或触发格挡时,额外回复[决意];\n[决意]足够时,长按 发动[普通攻击:最高马力星光];\n长按 发动[强化特殊技:抓地轮毂]为自身回复生命值;\n喧响等级达到[极]时,点按 将消耗喧响值并发动[终结技:骑士飞踢],招式发动期间拥有无敌效果。",
"PopUp_Content_40158102": "若蕾米埃尔处于接战状态中且[浮晖]达到最大值120点时,在[特殊技]或[强化特殊技]后长按 可进入[转换姿态],在[转换姿态]下切换角色时,蕾米埃尔会进入[相变时流]状态:\n[相变时流]状态下蕾米埃尔会自主行动,协助作战,其中部分攻击还可为目标施加[流明积蓄点],期间[浮晖]会随时间消耗,当[浮晖]耗尽或离开接战状态时会退出[相变时流]状态,未退出[相变时流]状态前,蕾米埃尔无法通过[连携技]之外的方式主动换入;\n蕾米埃尔通过队友触发[异化]反应时,会根据此次属性异常效果在受到[异化]加强后的[异常效果强度]生成[虚曜],最多可储存最新生成的3个[虚曜];\n若蕾米埃尔在一次[相变时流]状态下触发3次流明属性[异化]反应,则蕾米埃尔激活[支援技:花羽轮舞],解锁普通换入并使蕾米埃尔下次普通换入时自动发动[支援技:花羽轮舞];\n若进入[转换姿态]后未切换角色,则蕾米埃尔发动下落攻击回到地面。",
"PopUp_Content_40158103": "当蕾米埃尔身上有储存[虚曜] 时,长按 可发动[普通攻击:垂虹]或[普通攻击:惊鸿],造成流明属性伤害,并基于已储存的所有[虚曜]中的[异常效果强度],对敌人造成招式对应倍率的属性异常伤害;\n招式发动后会清空身上储存的所有[虚曜];\n招式结束后可为自身回复大量[浮晖]。",
"PopUp_Content_40158109": "蕾米埃尔的[普通攻击]第四段、[强化特殊技]等技能可为目标施加[流明积蓄点],[普通攻击]命中目标,招式结束后可为自身回复[浮晖];\n若蕾米埃尔处于接战状态中且[浮晖]达到最大值120点时,在[特殊技]或[强化特殊技]后长按 可进入[转换姿态],在[转换姿态]下切换角色时,蕾米埃尔会进入[相变时流]状态;\n蕾米埃尔通过队友触发[异化]反应时,会根据此次属性异常效果在受到[异化]加强后的[异常效果强度]生成[虚曜],最多可储存最新生成的3个[虚曜];\n若蕾米埃尔在一次[相变时流]状态下触发3次[异化]反应,则蕾米埃尔激活[支援技:花羽轮舞],解锁普通换入并使蕾米埃尔下次普通换入时自动发动[支援技:花羽轮舞];\n当蕾米埃尔身上储存有[虚曜] 时,长按 可发动[普通攻击:垂虹]或[普通攻击:惊鸿],基于已储存的所有[虚曜]中的[异常效果强度],对敌人造成招式对应倍率的属性异常伤害。",
"PopUp_Content_40159101": "希格莉德发动[普通攻击:凛冽枪尖]第四段和[强化特殊技]时,若当前未处于[巡空枪势]状态,则进入[巡空枪势]状态,同时获得1次[普通攻击:敛枪式]发动机会,最多储存1次;\n在[巡空枪势]状态下长按 可发动对应段数的[普通攻击:敛枪式]。",
"PopUp_Content_40159102": "[连携技:冰凌卷地]第一次命中处于失衡中的精英或首领级敌人时,希格莉德会进入[破阵]状态;\n[破阵]状态下,长按 可连续释放[普通攻击:敛枪式]第一段至第三段;",
"PopUp_Content_40159109": "希格莉德发动[普通攻击:凛冽枪尖]第四段和[强化特殊技]时,若当前未处于[巡空枪势]状态,则进入[巡空枪势],同时获得1次[普通攻击:敛枪式]发动机会,最多储存1次;\n在[巡空枪势]状态下长按 可发动对应段数的[普通攻击:敛枪式]。\n[连携技:冰凌卷地]第一次命中处于失衡中的精英或首领级敌人时,希格莉德会进入[破阵]状态;\n[破阵]状态下下,长按 可连续释放敛枪式第一段至第三段;",
- "PopUp_Content_999700101": "欢迎来到奥蒙德研究站。在此可查看迷宫诡域相关赛季与周常的委托进度,并进入空洞探索作战。可以前往辉金中枢管理与升级各功能舱段,逐步提升在迷宫诡域中的作战能力。",
+ "PopUp_Content_999130401": "在梦魇的不断袭击中存活,目标是抵御一定波次梦魇的进攻。旅伴会帮助抵御怪物,它们不会受伤。",
+ "PopUp_Content_999143802": "【镜中花】\n在故事「镜中花」的不同章节中做出不同的「选择」,将会使其走向相异的分岔。\n甚至是已决定的道路,在虚构中也能够发生变化。你随时可以重新做出「选择」。",
+ "PopUp_Content_999201801": "可以通过右侧按钮调整花材的疏密。每种花材都有稀疏、稠密两种形态。\n可以自由转动盆栽,来从不同角度观赏花材。",
+ "PopUp_Content_999300601": "·标记可以增加敌人受到的伤害。\n·辅助型以骸的部分技能可以给敌人添加标记,输出型以骸的部分技能可以消耗标记以追加攻击。",
+ "PopUp_Content_999441203": "{LAYOUT_MOBILE#直播期间,出现绿色大音符时,需要同时按两侧屏幕完成击打动作。}{LAYOUT_KEYBOARD#直播期间,出现绿色大音符时,需要同时按两侧按键 (如与)完成击打动作。}{LAYOUT_CONTROLLER#直播期间,出现绿色大音符时,需要同时按两侧按键完成击打动作。}",
+ "PopUp_Content_999680701_Zenkov": "背包/安全箱存在容量上限。\n当你在空洞内达到上限时,可以通过[丢弃]的方式将低价值物资移出背包/安全箱,以放下更多高价值物资;\n当你返回奥蒙德哨站时,可以将物资转移至仓储枢纽,或是在仓储枢纽[出售]部分物资。\n\n当然,你还可以通过以下方式提升容量:\n· 背包:通过[智造工坊]或[大富豪商店]获得更高品级的背包;\n· 安全箱:通过[研发中心]解锁研发方案,或通过[大富豪商店-赛季限购]购买安全箱扩容插件;\n· 仓库:通过[控制中枢]升级仓储枢纽等级,或通过[研发中心]解锁研发方案。",
+ "PopUp_Content_999700101": "欢迎来到奥蒙德研究站。在此可查看迷宫诡域相关赛季与周常的委托进度,并进入空洞探索作战。可以前往辉金中枢管理与升级各功能舱段,逐步提升在迷宫诡域中的作战能力。\n在迷宫诡域玩法中,部分代理人的能力会进行一定的适配调整。",
"PopUp_Content_999700102": "除了调查委托,迷宫诡域中还有赛季委托和周常委托。\n· 赛季委托:完成赛季委托可获取赛季专属货币赛季硬币,委托随赛季阶段逐步开放。每个赛季都会重置委托进度和赛季硬币,可在右上角查看当前赛季委托进度与赛季硬币获取进度。\n· 周常委托:每周刷新,完成不同的周常委托可领取悬赏奖励。 存在可完成或可领取内容时,出战入口会显示提示。",
- "PopUp_Content_999700103": "在空洞内可以搜集到各种物资,同时也能直接获取更强的代理人武备、队伍装备、战术道具,还有概率找到价值连城的贵重物品! 搜集并带出更多高价值物资,成为迷宫大富豪吧!",
+ "PopUp_Content_999700103": "在空洞内可以搜集到各种物资,同时也能直接获取更强的代理人武备、队伍装备、战术道具,还有概率找到价值连城的贵重物品! 搜集并带出更多高价值物资,成为迷宫大富豪吧!",
"PopUp_Content_999700104": "搜集到的物资可用于在奥蒙德研究站内建造和提升功能舱段等级: \n· 提升辉金中枢等级可解锁智造工坊、大富豪商店、仓储枢纽的建造等级上限,同时还可直接提升研发中心的等级; \n· 提升智造工坊等级可解锁更多可制作的代理人武备、队伍装备和战术道具;\n· 提升大富豪商店等级可解锁更多可购买的战备物资,还可解锁[代理人特写·佩洛伊斯]、[黄昏残像]等奖励; \n· 提升研发中心等级可解锁更多研发方案,提升空洞探索的能力。",
"PopUp_Content_999700201": "在迷宫诡域中,代理人的影画等级和音擎效果将被保留,但等级、音擎等级、技能等级将完全由装备的代理人武备决定。 代理人武备等级越高,代理人的等级、音擎等级、技能等级也就越高;同时代理人武备还提供了很多强力的额外效果!\n代理人武备存在耐久度,在调查结算时会扣除已装备武备的耐久度:简易和常规难度下每次扣除1点;困难难度下扣除2点;高危难度下扣除3点。",
- "PopUp_Content_999700202": "队伍装备包括「异体刃」、「抗蚀器」、「背包」三类: \n· 「异体刃」提供了空洞中额外的探索战斗能力:「精准格挡」、「相位突进」、「强力斩击」; \n· 「抗蚀器」提供了空洞内的额外生存能力:降低代理人受到的伤害,并减少「侵蚀值」的累积; \n· 「背包」提供了额外的物资携带容量。\n同样,「异体刃」和「抗蚀器」也都存在耐久度。 ",
- "PopUp_Content_999700203": "战术道具包括骸影和药品: \n· 「骸影」是记录了敌人信息的特殊装备,蕴含着释放敌人招数的能力;\n· 「药品」提供了生命值回复、已损生命值上限回复等效果。 ",
+ "PopUp_Content_999700202": "队伍装备包括「异体刃」、「抗蚀器」、「背包」三类: \n· 「异体刃」提供了空洞中额外的探索战斗能力:「精准格挡」、「相位突进」、「强力斩击」; \n· 「抗蚀器」提供了空洞内的额外生存能力:降低代理人受到的伤害,并减少「侵蚀值」的累积; \n· 「背包」提供了额外的物资携带容量。\n同样,「异体刃」和「抗蚀器」也都存在耐久度。",
+ "PopUp_Content_999700203": "战术道具包括骸影和药品: \n· 「骸影」是记录了敌人信息的特殊装备,蕴含着释放敌人招数的能力;\n· 「药品」提供了生命值回复、已损生命值上限回复等效果。",
"PopUp_Content_999700204": "不同难度的调查会有不同的推荐战备价值,战备价值由已装备的代理人武备、队伍装备、战术道具三部分组成。当未达到战备审核的推荐价值时,进入空洞将会面临极大的挑战。\n通过智造工坊制作更高级的装备,或通过大富豪商店购买道具,都能提升当前的战备价值。",
"PopUp_Content_999700301": "辉金中枢内可以建造功能舱段、提升功能舱段等级。 \n提升辉金中枢等级可解锁智造工坊、大富豪商店、仓储枢纽的建造等级上限,同时还可直接提升研发中心的等级。\n提升辉金中枢的等级还能恢复奥蒙德研究站的更多功能,建议优先提升辉金中枢的等级!",
"PopUp_Content_999700302": "智造工坊、大富豪商店、研发中心也可在这里提升等级: \n· 提升智造工坊等级可解锁更多可制作的代理人武备、队伍装备和战术道具;\n· 提升大富豪商店等级可解锁更多可购买的战备物资,还可解锁[代理人特写·佩洛伊斯]、[黄昏残像]等奖励; \n· 提升研发中心等级可解锁更多研发方案,提升空洞探索的能力。",
- "PopUp_Content_999700401": "在智造工坊选择已解锁的配方,消耗背包和仓储枢纽中的材料即可开始制作。可在不同页面选择要制作的队伍装备、代理人武备、战术道具,制作完成后可领取至仓储枢纽。",
- "PopUp_Content_999700402": "部分制作配方需要先获得对应蓝图。持有蓝图时,锁定配方会变为可解锁状态,使用蓝图后即可在智造工坊中制作该类装备或道具。",
- "PopUp_Content_999700403": "开启商店快捷补货后,制作时会将商店库存中的材料缺口一并计算。若需从商店补充材料,按钮会变为「补货制作」,确认后会支付材料购买费用并开始制作。",
- "PopUp_Content_999700501": "在大富豪商店可消耗齿轮硬币、赛季硬币来购买装备、材料和道具,以及部分重要奖励。商品会根据商品类型、赛季等级或商店等级逐步开放,购买并装备后可提升战力、还可用于配方制作和功能舱段升级。 ",
- "PopUp_Content_999700502": "商店购买的装备和材料可服务于智造工坊:材料可用于制作配方,部分缺口材料还可通过「补货制作」自动购买,帮助快速补齐制造所需材料。",
- "PopUp_Content_999700601": "在赛季期间完成委托可获得物资及赛季硬币。委托将随赛季进度逐步开放,记得及时完成。",
- "PopUp_Content_999700701": "在研发中心可消耗物资完成研发方案,永久提升迷宫诡域中的作战、调查和搜集能力。",
- "PopUp_Content_999700801": "在图鉴中可查看已收集的勋章与各类物资信息,达成对应条件还可领取丰厚奖励。",
+ "PopUp_Content_999700401": "在智造工坊选择已解锁的配方,消耗背包和仓储枢纽中的材料即可开始制作。可在不同页面选择要制作的队伍装备、代理人武备、战术道具,制作完成后可领取至仓储枢纽。",
+ "PopUp_Content_999700402": "部分制作配方需要先获得对应蓝图。持有蓝图时,锁定配方会变为可解锁状态,使用蓝图后即可在智造工坊中制作该类装备或道具。",
+ "PopUp_Content_999700403": "开启商店快捷补货后,制作时会将商店库存中的材料缺口一并计算。若需从商店补充材料,按钮会变为「补货制作」,确认后会支付材料购买费用并开始制作。",
+ "PopUp_Content_999700501": "在大富豪商店可消耗齿轮硬币、赛季硬币来购买装备、材料和道具,以及部分重要奖励。商品会根据商品类型、赛季等级或商店等级逐步开放,购买并装备后可提升战力、还可用于配方制作和功能舱段升级。",
+ "PopUp_Content_999700502": "商店购买的装备和材料可服务于智造工坊:材料可用于制作配方,部分缺口材料还可通过「补货制作」自动购买,帮助快速补齐制造所需材料。",
+ "PopUp_Content_999700601": "在赛季期间完成委托可获得物资及赛季硬币。委托将随赛季进度逐步开放,记得及时完成。",
+ "PopUp_Content_999700701": "在研发中心可消耗物资完成研发方案,永久提升迷宫诡域中的作战、调查和搜集能力。",
+ "PopUp_Content_999700801": "在图鉴中可查看已收集的勋章与各类物资信息,达成对应条件还可领取丰厚奖励。",
"PopUp_Content_999700901": "为保障调查员在迷宫诡域的人身安全,HAND及HIA在出战前进行战备审核。审核标准由携带出战的代理人武备、队伍装备、战术道具三部分的物资价值组成。当装备的物资价值低于当前难度的战备审核标准时,则不推荐进入空洞调查。",
"PopUp_Content_999700902": "物资价值与物资的品质、类型、等级相关,获取更高品质的武备、装备、战术道具并装备,即可满足空洞调查的战备审核。\n在智造工坊可消耗材料类物资制作各类代理人武备、队伍装备及战术道具;也可在大富豪商店中购买部分装备和战术道具。",
"PopUp_Content_999701201": "长按 可切换为球形并蓄力;蓄力期间操作摇杆可调整方向。松开按键后,机器人会向前突进,通过撞击来触发凸起的按钮机关。",
"PopUp_Content_999701501": "伊埃斯已接管了机器人的控制权限。操作摇杆可控制机器人移动;点按 可切换为球形,进行高速移动。并可以在条件允许的情况下,点按切换按钮进行形态切换。",
- "PopUp_Content_999701701": "{LAYOUT_MOBILE#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进敌人并进行「强力斩击」。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。}{LAYOUT_KEYBOARD#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进敌人并进行「强力斩击」。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。}{LAYOUT_CONTROLLER#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进敌人并进行「强力斩击」。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。}",
+ "PopUp_Content_999701701": "{LAYOUT_MOBILE#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进并进行「强力斩击」,可直接秒杀常规敌对目标,或对精英及以上目标造成大量伤害。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。发动「相位突进」需要消耗「异体能量」,击杀首领敌人时可以恢复一定量的「异体能量」。}{LAYOUT_KEYBOARD#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进并进行「强力斩击」,可直接秒杀常规敌对目标,或对精英及以上目标造成大量伤害。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。发动「相位突进」需要消耗「异体能量」,击杀首领敌人时可以恢复一定量的「异体能量」。}{LAYOUT_CONTROLLER#装备「异体刃」后,可在敌人未发现时,长按进行瞄准锁定,松开后可对锁定敌人释放「相位突进」,快速突进并进行「强力斩击」,可直接秒杀常规敌对目标,或对精英及以上目标造成大量伤害。如果在敌人背后释放「强力斩击」,则会触发[决算],造成额外伤害。发动「相位突进」需要消耗「异体能量」,击杀首领敌人时可以恢复一定量的「异体能量」。}",
"PopUp_Content_999701702": "{LAYOUT_MOBILE#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}{LAYOUT_KEYBOARD#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}{LAYOUT_CONTROLLER#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}",
- "PopUp_Content_999701901": "「骸影」是包含了以骸力量的特殊装备,蕴含着释放以骸曾拥有招数的能力。\n如装备并释放「骸影·畸变骸蚁」便可以进入隐匿状态,避免被敌人发现或以此快速脱离战斗。",
+ "PopUp_Content_999701901": "「骸影」是包含了以骸力量的特殊装备,蕴含着释放以骸曾拥有招数的能力。\n如装备并释放「骸影·畸变骸蚁」便可以进入隐匿状态,避免被敌人发现或以此快速脱离战斗。\n获得「骸影」后,需要打开背包,将其装备至[战术道具]栏位。",
"PopUp_Content_999702001": "在空洞内可以使用「撤离锚点」安全返回奥蒙德研究站,每种「撤离锚点」都有其对应的解锁方式。\n通过击败「撤离锚点·歼敌」周围的敌人,可以让锚点解除安全锁定状态,继而降低激活「撤离锚点」所需的时间。",
"PopUp_Content_999702101": "在空洞内可以使用「撤离锚点」安全返回奥蒙德研究站,每种「撤离锚点」都有其对应的解锁方式。\n「撤离锚点·提交」需要提交特定物资才可解锁。「撤离锚点」开启后会在一定时间后自动关闭。",
- "PopUp_Content_999702201": "由于空洞的不稳定性,空洞入口存在随机变化的情况。在「神之迷宫」内解锁新区域后,出战调查将进入选定区域内的随机入口。",
+ "PopUp_Content_999702201": "由于空洞的不稳定性,空洞入口存在随机变化的情况。在「迷宫诡域」内解锁新区域后,出战调查将进入选定区域内的随机入口。",
"PopUp_Content_999702301": "{LAYOUT_MOBILE#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}{LAYOUT_KEYBOARD#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}{LAYOUT_CONTROLLER#装备「异体刃」后,可以在敌人未发现时,在其身后按下快速释放「强力斩击」并触发[决算],造成大量伤害;同时不消耗「异体能量」。}",
"PopUp_Content_999702401": "门禁卡是开启空洞中对应门禁的道具,在对应的锁定门禁处可消耗门禁卡开门。\n获得门禁卡后可在地图上看到对应锁定门禁的位置,并可对其进行追踪。",
- "PopUp_Content_999702601": "在「神之迷宫」中,精英级别的敌对目标会对调查员进行「侵蚀突袭」,造成伤害并提升「侵蚀值」。但此类目标常常也携带有更高品质的武备、装备等物资。",
- "PopUp_Content_999702701": "奥蒙德研究站的基础功能已恢复,但想继续深入「神之迷宫」,还需进一步提升研究站各功能舱。\n通过调查委托·次要可获取更多材料、装备、武备和齿轮硬币,可以此增强调查作战能力,并复兴研究站。",
+ "PopUp_Content_999702601": "在「迷宫诡域」中,精英级别的敌对目标会对调查员进行「侵蚀突袭」,造成伤害并提升「侵蚀值」。但此类目标常常也携带有更高品质的武备、装备等物资。",
+ "PopUp_Content_999702701": "奥蒙德研究站的基础功能已恢复,但想继续深入「迷宫诡域」,还需进一步提升研究站各功能舱。\n通过调查委托·次要可获取更多材料、装备、武备和齿轮硬币,可以此增强调查作战能力,并复兴研究站。",
"PopUp_Content_999702702": "同时,升级中枢及功能舱段的材料也可在大富豪商店中购买。商店等级越高,可购买的材料种类越丰富。\n通过各种手段收集材料,升级辉金中枢,强化自身的调查作战能力吧!",
- "PopUp_Content_999702801": "赛季委托已解锁,在赛季期间完成委托可获得专属奖励,委托会随赛季进度逐步开放。\n完成赛季委托,将辉金中枢的等级提升至3级吧!",
- "PopUp_Content_999702901": "在「神之迷宫」探索过程中可能遇到的高级事件。调查员需要将无法承受空间裂隙能量积压的易损的「迷宫萝卜」碎片,运送到解码稳定器进行稳定封装。封装完成还可以获得其他调查员留下的关键物资。",
- "PopUp_Content_999703001": "在「神之迷宫」探索过程中可能遇到的高级事件。调查员需要完成定位要求,来缩小数据球的定位范围,最终回收布设在空洞中的观测数据球。",
- "PopUp_Content_999703101": "在「神之迷宫」探索过程中可能遇到的高级事件。特殊的畸变骸蚁会搜集「神之迷宫」中遗失的各类物资,对回收工作造成了很大影响。尝试锁定并追击它,夺取它盗取的物资吧!",
- "PopUp_Content_999703201": "在「神之迷宫」探索过程中可能遇到的高级事件。调查员可参与邦布举办的奖励抽取活动,以生命值为代价,换得抽取高价值物资的机会。",
- "PopUp_Content_999703301": "在「神之迷宫」探索过程中可能遇到的高级事件。调查员在获取宝藏雷达后,将获得高价值房间的门禁卡定位信息。根据定位获取门禁卡后,可在锁定倒计时归零前,开启高价值房间的保险箱。",
- "PopUp_Content_999703401": "「神之迷宫」帕帕戈空洞中充斥着影响精神稳定的特殊以太音波:「恶噪」,「恶噪」集中的区域会形成暂时性的「恶噪声场」,身处其中会不断累积「侵蚀值」。",
- "PopUp_Content_999703402": "「恶噪声场」的范围会随时间扩大,其内部的敌人及容器也会被「恶噪」侵蚀,变得更加危险。「恶噪声场」达到最大范围时,随着猎犬出现会进入暗夜状态,暗夜状态下的猎犬将持续追捕调查中的代理人,并释放特殊攻击将代理人抓入猎犬领域。",
- "PopUp_Content_999703403": "「恶噪声场」中会出现猎犬的某种能量幻影,被其发现后,猎犬幻影会逐渐转化为猎犬的实体,因此需要尽快将幻影击败。",
+ "PopUp_Content_999702801": "赛季委托已解锁,在赛季期间完成委托可获得专属奖励,委托会随赛季进度逐步开放。\n完成赛季委托,将辉金中枢的等级提升至3级吧!",
+ "PopUp_Content_999702901": "在「迷宫诡域」探索过程中可能遇到的高级事件。调查员需要将无法承受空间裂隙能量挤压的易损的「迷宫萝卜」碎片,运送到解码稳定器进行稳定封装。封装完成还可以获得其他调查员留下的关键物资。",
+ "PopUp_Content_999703001": "在「迷宫诡域」探索过程中可能遇到的高级事件。调查员需要完成定位要求,来缩小数据球的定位范围,最终回收布设在空洞中的观测数据球。",
+ "PopUp_Content_999703101": "在「迷宫诡域」探索过程中可能遇到的高级事件。特殊的畸变骸蚁会搜集「迷宫诡域」中遗失的各类物资,对回收工作造成了很大影响。尝试锁定并追击它,夺取它盗取的物资吧!",
+ "PopUp_Content_999703201": "在「迷宫诡域」探索过程中可能遇到的高级事件。调查员可参与邦布举办的奖励抽取活动,以生命值为代价,换得抽取高价值物资的机会。",
+ "PopUp_Content_999703301": "在「迷宫诡域」探索过程中可能遇到的高级事件。调查员在获取宝藏雷达后,将获得高价值房间的门禁卡定位信息。根据定位获取门禁卡后,可在锁定倒计时归零前,开启高价值房间的保险箱。",
+ "PopUp_Content_999703401": "「迷宫诡域」帕帕戈空洞中充斥着影响精神稳定的特殊以太音波:「恶噪」,「恶噪」集中的区域会形成暂时性的「恶噪声场」,身处其中会不断累积「侵蚀值」。",
+ "PopUp_Content_999703402": "「恶噪声场」的范围会随时间扩大,其内部的敌人及容器也会被「恶噪」侵蚀,变得更加危险。「恶噪声场」达到最大范围时,随着猎犬出现会进入暗夜状态,暗夜状态下的猎犬将持续追捕调查中的代理人,并释放特殊攻击将代理人抓入猎犬领域。进入猎犬领域后,猎犬不再免疫伤害但会释放更多强力招式,同时受到骸影及异体技的伤害减半。",
+ "PopUp_Content_999703403": "「恶噪声场」中会出现猎犬的某种能量幻影,被其发现后,猎犬幻影会逐渐转化为猎犬的实体,因此需要尽快将幻影击败。",
"PopUp_Content_999703501": "可通过「异体技·精准格挡」格挡猎犬·乌利迪姆的攻击。若成功完成「精准格挡」,则会大幅度削弱猎犬的「恶噪护盾」。\n完全破除「恶噪护盾」即可暂时击退猎犬。",
- "PopUp_Content_999703502": "「恶噪护盾」是「神之迷宫」中受到「恶噪声场」影响的敌人所携带的特殊护盾。「恶噪护盾」会为敌方提供减伤和攻击增强的效果。同时,根据HIA的调查记录,携带「秽盾」的敌人在恶噪声场出现时,其「秽盾」也会受到恶噪侵蚀,会变为「恶噪护盾」。\n「恶噪护盾」被击破之后,可在短时间内使用「异体技·强力斩击」造成大量伤害。",
- "PopUp_Content_999703601": "「神之迷宫」中,敌人的警戒状态会以「警戒值」的形式标识在敌人头顶。\n警戒值达到阈值被发现后,敌人会进入战斗状态,开始追击。",
+ "PopUp_Content_999703502": "「恶噪护盾」是「迷宫诡域」中受到「恶噪声场」影响的敌人所携带的特殊护盾。「恶噪护盾」会为敌方提供减伤和攻击增强的效果。同时,根据HIA的调查记录,携带「秽盾」的敌人在恶噪声场出现时,其「秽盾」也会受到恶噪侵蚀,会变为「恶噪护盾」。\n「恶噪护盾」被击破之后,可在短时间内使用「异体技·强力斩击」造成大量伤害。",
+ "PopUp_Content_999703601": "「迷宫诡域」中,敌人的警戒状态会以「警戒值」的形式标识在敌人头顶。\n警戒值达到阈值被发现后,敌人会进入战斗状态,开始追击。",
"PopUp_Content_999703602": "部分敌人会发动「侵蚀突袭」,受到「侵蚀突袭」攻击将累积「侵蚀值」。装备「异体刃」与敌人作战时,可以通过「精准格挡」来招架敌人的「侵蚀突袭」,使其更快陷入失衡状态,并削减其「恶噪护盾」。",
- "PopUp_Content_999703701": "猎犬是在帕帕戈空洞内的恶名目标,会被高价值物品吸引。\n已搜集的物资总价值越高,猎犬 越容易现身并开启追捕。\n 猎犬现身时会携带「恶噪护盾」,并在「恶噪护盾」存在时免疫代理人的攻击,建议优先 规避!",
- "PopUp_Content_999703801": "{LAYOUT_MOBILE#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}{LAYOUT_KEYBOARD#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}{LAYOUT_CONTROLLER#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}",
- "PopUp_Content_999703901": "高危难度调查已成功解锁。",
- "PopUp_Content_999703902": "请注意:由于高危难度下,空洞探索风险加剧,缺少自卫手段的小拾遗将无法进入空洞救援。因此在高危难度的调查一旦失利,所丢失的物资将无法回收,请谨慎规划战术和路线。",
- "PopUp_Content_999704001": "随着研究站的建设升级,研究站邦布也会将一些「助战物资」送至空洞中。可以通过「助战物资」辅助在空洞内的探索。",
- "PopUp_Content_999704002": "在帕帕戈空洞的调查依赖稳定设备来控制侵蚀,但稳定设备的耐久值也会随时间损耗。因此每次调查都会存在时间限制,当倒计时结束,代理人会受到严重侵蚀无法继续行动,并被强制救援出空洞,身上携带的物资也会就此遗失。",
- "PopUp_Content_999704101": "高危难度调查已成功解锁。\n请注意:由于高危难度下,空洞探索风险加剧,缺少自卫手段的小拾遗将无法进入空洞救援。因此在高危难度的调查一旦失利,所丢失的物资将无法回收,请谨慎规划战术和路线。",
- "PopUp_Content_999704201": "当队伍中存在重伤脱战的代理人时,可以通过紧急医疗舱对代理人进行治疗。",
- "PopUp_Content_999704301": "代理人陷入重伤调查失败后,会被救援邦布救回。但由于载重限制,随身物品只能暂留在空洞某处。再次进入空洞调查时,小拾遗则会前往遗失物附近进行看守。可通过地图追踪小拾遗和遗失物的位置,拿回大部分遗失的物资。",
+ "PopUp_Content_999703701": "猎犬是在帕帕戈空洞内的恶名目标,会被高价值物品吸引。\n已搜集的物资总价值越高,猎犬 越容易现身并开启追捕。\n 猎犬现身时会携带「恶噪护盾」,并在「恶噪护盾」存在时免疫任意形式的攻击,建议优先 规避!",
+ "PopUp_Content_999703801": "{LAYOUT_MOBILE#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}{LAYOUT_KEYBOARD#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}{LAYOUT_CONTROLLER#电子保险箱是含有极高价值物资的特殊容器。\n通过「信号校准」,在恰当的时机按下,积攒进度破解秘钥,即可打开保险箱。}",
+ "PopUp_Content_999703901": "高危难度调查已成功解锁。",
+ "PopUp_Content_999703902": "请注意:由于高危难度下,空洞探索风险加剧,缺少自卫手段的小拾遗将无法进入空洞救援。因此在高危难度的调查一旦失利,所丢失的物资将无法回收,且高危难度下也不存在助战物资和紧急医疗舱,请谨慎规划战术和路线。",
+ "PopUp_Content_999704001": "随着研究站的建设升级,研究站邦布也会将一些「助战物资」送至空洞中。可以通过「助战物资」辅助在空洞内的探索。",
+ "PopUp_Content_999704002": "在帕帕戈空洞的调查依赖稳定设备来控制侵蚀,但稳定设备的耐久值也会随时间损耗。因此每次调查都会存在时间限制,当倒计时结束,代理人会受到严重侵蚀无法继续行动,并被强制救援出空洞,身上携带的物资也会就此遗失。",
+ "PopUp_Content_999704101": "高危难度调查已成功解锁。\n请注意:由于高危难度下,空洞探索风险加剧,缺少自卫手段的小拾遗将无法进入空洞救援。因此在高危难度的调查一旦失利,所丢失的物资将无法回收,且高危难度下也不存在助战物资和紧急医疗舱,请谨慎规划战术和路线。",
+ "PopUp_Content_999704201": "当队伍中存在重伤脱战的代理人时,可以通过紧急医疗舱对代理人进行治疗。",
+ "PopUp_Content_999704301": "代理人陷入重伤调查失败后,会被救援邦布救回。但由于载重限制,随身物品只能暂留在空洞某处。再次进入空洞调查时,小拾遗则会前往遗失物附近进行看守。可通过地图追踪小拾遗和遗失物的位置,拿回大部分遗失的物资。",
"PopUp_Content_999730203": "主动技能:在前方刷出2个道具,效果随机。(冷却时间:20秒)\n被动能力:拾取道具时,额外获得3个随机的海产。\n\n合理使用露西的赶海能力,可以收获更多的海产!",
"PopUp_Content_999730701": "角色主动技:获得1个瓶盖\n角色被动技:完成订单时如果溢出分数超过4,可获得一个大蟹钳 ,其分数为溢出分数 ",
+ "PopUp_Content_999760101": "「结使」是「始主」最为强大的眷属与代行者,是「大空洞」真正的掌控者,是以骸或空洞造物进化的顶点。它们具有改变空洞内规则的强大异能,具有高等智慧,甚至具有能在空洞外自由行动的能力——而这股人类难以匹敌的力量,源于它们体内的「始主」的权柄——「业核」。\n\n「业核」是由「始主」直接创造的、独特的以太核,其总数量与大空洞的数量相对应。无论以骸进化得有多强大,若没有得到「业核」并与其融合,终究无法成为真正的「结使」。同时,「业核」也是「虚狩武器」的核心,虚狩们通过对「虚狩武器」的使用与控制来压制「业核」,同时承担着为此需要付出的代价。\n\n距离成为「结使」仅差一步之遥的超高危以骸被称为「结使幼体」。它们无法离开空洞,能进行简单的思考,但绝大部分时候仍旧遵照本能行动——在本能的驱使下,它们会不惜一切代价寻找并尝试吞噬「业核」。\n\n我们迄今为止尚未与「结使」有过正式的接触,唯一知道的「结使」是与「业核」融合后彻底堕落的初代虚狩贝莉奥拉·维克,已在百年前被蕾米埃尔·丹讨伐。但我们已经与数个「结使幼体」有过正面交锋,分别是:基塔布鲁、巴什穆以及太初梦魇。",
+ "PopUp_Content_999760201": "「罗塞塔数据」是人类探索空洞的立命之本,是具有唯一性的空洞母本数据。「天之算枢」罗斯凯利法掌握着实时观测空洞、演算路径并输出为罗塞塔数据的特殊技术,任何「萝卜」只要经过与「罗塞塔数据」的比对与校准,都能够消除空洞路径随着时间变化而产生的误差,从而确保人们能在正确「萝卜」的指引下安全探索空洞。\n\n「罗塞塔数据」数据最早于百余年前由挽昼女士所创造,当时她为了对「罗塞塔数据」结算模型进行早期开发与初步验证,特意建造了名为「罗斯威克」的城镇,并在名为「子午馆」的研究机构中与众多工作人员共同展开研究。因此,在早已沉入斯卡莫空洞的「子午馆」内,现在仍存放着百年前解算「罗塞塔数据」使用的原型机。",
"PopUp_Title_9993401": "咔嚓!焦点对决!",
+ "PopUp_Title_999680701_Zenkov": "背包/安全箱已满",
"PopUp_Title_999700401": "智造工坊",
"PopUp_Title_999700501": "大富豪商店",
"PopUp_Title_999700901": "战备审核",
@@ -1028,8 +1093,10 @@
"QuestDesc_231010603": "打开目标[解码稳定器],并提交[易损萝卜]进行稳定解码。",
"QuestDesc_231010604": "[解码稳定器]吸引来了敌人,在区域内守护[解码稳定器],击败来袭的敌人吧!",
"QuestDesc_231010605": "完成萝卜解码,再次开启[解码稳定器]可领取其中的奖励物资。",
+ "QuestDesc_231011001": "在普通难度下完成一次带出价值400K的物资的撤离",
"QuestDesc_2310112": "在高危难度下成功撤离1次。",
- "QuestDesc_2310113": "在高危难度的调查中,达成1次[满载撤离]。",
+ "QuestDesc_2310113": "在高危难度的调查中,收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231011301": "在高危难度的调查中,收集价值1M齿轮硬币的物资,并成功撤离。",
"QuestDesc_231011501": "在困难及以上难度的单次调查中,在[雅努斯幻境:白鸽工地旧址]区域,击败强敌级别目标。",
"QuestDesc_231011601": "在困难及以上难度的单次调查中,在[雅努斯幻境:光映中心]区域,击败强敌级别目标。",
"QuestDesc_231011701": "研究站急需一批指定物资用于研究,请搜集并提交5份未知药粉。",
@@ -1037,7 +1104,7 @@
"QuestDesc_231011901": "研究站急需一批指定物资用于研究,请搜集并提交10份复合燃料。",
"QuestDesc_231012001": "研究站急需一批指定物资用于研究,请搜集并提交10份稳定结晶。",
"QuestDesc_231012101": "单次调查中,打开20个及以上容器并安全撤离。",
- "QuestDesc_231012201": "单次调查中,收集价值50万齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231012201": "单次调查中,收集价值500K齿轮硬币的物资,并成功撤离。",
"QuestDesc_231012601": "在普通的一天,「牧羊人」出现在了录像店附近。看他的样子似乎是带着委托而来,过去聊聊吧。",
"QuestDesc_231012602": "「牧羊人」带来了一份特殊的委托——寻找曾经的虚狩乔伊斯留下的传奇设备「迷宫萝卜」,据说它就在帕帕戈空洞某处。{F#哥哥}{M#铃}已经联系了有空的代理人,一切准备就绪,查看HDD系统,进入空洞。",
"QuestDesc_231012603": "一切准备就绪,通过HDD系统进入了帕帕戈空洞。据说空洞内部的特殊以太会提取进入者的精神记忆,拟态成熟悉的空间。谨慎探索吧。",
@@ -1085,7 +1152,7 @@
"QuestDesc_231013111": "智造工坊成功启用,蕾似乎想要介绍介绍一番工坊的功能,和她聊聊吧。",
"QuestDesc_231013201": "成功回收门禁卡,搭乘电梯前往水族馆,搜索伊埃斯的踪迹。",
"QuestDesc_231013202": "成功来到了水族馆附近,通过门禁卡进入水族馆内部吧。",
- "QuestDesc_231013203": "将仓储枢纽升级至1级",
+ "QuestDesc_231013203": "先将仓储枢纽升级至1级",
"QuestDesc_231013204": "成功撤回研究站,关于伊埃斯所留记录中的「火焰以骸」和赭石结晶仍有许多谜团,和达塔聊聊目前已知的情况吧。",
"QuestDesc_231013205": "成功定位了伊埃斯提到的关键线索——赭石结晶。但想要前往结晶所在的区域,还需要升级辉金中枢以满足连通裂隙的能量需求。搜集物资,升级辉金中枢吧。",
"QuestDesc_231013206": "成功完成了辉金中枢的升级,和达塔聊聊,看看能否连通新区域的裂隙吧。",
@@ -1179,35 +1246,35 @@
"QuestDesc_231020501": "在研发中心,累计完成5项研发方案。",
"QuestDesc_2310206": "使用[骸影·蛮横力士]消灭敌人3次。",
"QuestDesc_231020601": "使用[骸影·蛮横力士]消灭敌人3次。",
- "QuestDesc_2310207": "提交100万齿轮硬币。",
- "QuestDesc_231020701": "提交100万齿轮硬币。",
+ "QuestDesc_2310207": "提交500K齿轮硬币。",
+ "QuestDesc_231020701": "提交500K齿轮硬币。",
"QuestDesc_2310208": "累计使用门禁卡2次。",
"QuestDesc_231020801": "累计使用门禁卡2次。",
- "QuestDesc_2310209": "破除敌人的恶噪护盾10次。",
- "QuestDesc_231020901": "破除敌人的恶噪护盾10次。",
+ "QuestDesc_2310209": "破除敌人的恶噪护盾3次。",
+ "QuestDesc_231020901": "破除敌人的恶噪护盾3次。",
"QuestDesc_231021001": "累计使用6名不同代理人完成撤离。",
"QuestDesc_231021101": "使用[骸影·卫律使者]消灭敌人3次。(跨调查累计)",
"QuestDesc_2310212": "对强敌级别的敌对目标释放2次[强力斩击](强斩)。",
"QuestDesc_231021201": "对强敌级别的敌对目标释放2次[强力斩击](强斩)。",
- "QuestDesc_2310213": "在困难及以上难度的调查中,使用强攻特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231021301": "在困难及以上难度的调查中,使用强攻特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310213": "在困难及以上难度的调查中,使用强攻特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231021301": "在困难及以上难度的调查中,使用强攻特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
"QuestDesc_231021401": "售卖10件贵重物品。",
"QuestDesc_2310215": "完成10次精准格挡。",
"QuestDesc_231021501": "完成10次精准格挡。",
"QuestDesc_231021601": "成功获得贵重物品[猎犬遗骸]。",
"QuestDesc_2310217": "使用[骸影·索贝克]抵挡3次伤害。",
"QuestDesc_231021701": "使用[骸影·索贝克]抵挡3次伤害。",
- "QuestDesc_2310218": "使用[骸影·太初梦魇]消灭敌人5次。",
- "QuestDesc_231021801": "使用[骸影·太初梦魇]消灭敌人5次。",
- "QuestDesc_2310219": "使用[骸影·焚昼余火]5次。",
- "QuestDesc_231021901": "使用[骸影·焚昼余火]5次。",
+ "QuestDesc_2310218": "在困难及以上难度的调查中,使用击破特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231021801": "在困难及以上难度的调查中,使用击破特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310219": "提交800K齿轮硬币。",
+ "QuestDesc_231021901": "提交800K齿轮硬币。",
"QuestDesc_2310220": "制造2件不同类型的[战术棱镜](Z级)。",
"QuestDesc_231022001": "制造2件不同类型的[战术棱镜](Z级)。",
"QuestDesc_231022101": "在高危难度的调查中,在猎犬进入暗夜状态后,累计打开10个容器。(跨调查累计)",
- "QuestDesc_231022201": "在困难难度的调查中,成功收集价值200万齿轮硬币的物资,并在击败[猎犬·乌利迪姆]后成功撤离。",
+ "QuestDesc_231022201": "在困难难度的调查中,成功收集价值2M齿轮硬币的物资,并在击败[猎犬·乌利迪姆]后成功撤离。",
"QuestDesc_231022301": "在研发中心,累计完成20项研发方案。",
"QuestDesc_231022401": "在高危难度的调查中,完成一次最高级别的[满载撤离]。",
- "QuestDesc_231022501": "提交200万齿轮硬币。",
+ "QuestDesc_231022501": "提交2M齿轮硬币。",
"QuestDesc_231022601": "在任意难度下成功撤离1次。",
"QuestDesc_231022701": "击败任意15个敌人。",
"QuestDesc_231022801": "研究站急需一批指定物资用于修缮,请搜集并提交5件特化支撑件。",
@@ -1233,26 +1300,26 @@
"QuestDesc_231024701": "收集并提交1份贵重物品[机密资料]。",
"QuestDesc_2310248": "在研究站[大富豪商店]中,获得2次桶之愚者的回礼。",
"QuestDesc_231024801": "在研究站[大富豪商店]中,获得2次桶之愚者的回礼。",
- "QuestDesc_2310249": "在困难及以上难度的调查中,成功收集价值80万齿轮硬币的物资,并在完成[终结之役]后成功撤离。",
- "QuestDesc_231024901": "在困难及以上难度的调查中,成功收集价值80万齿轮硬币的物资,并在完成[终结之役]后成功撤离。",
- "QuestDesc_2310250": "在困难及以上难度的调查中,使用异常特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231025001": "在困难及以上难度的调查中,使用异常特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310251": "在高危难度的大富豪投资处进行1次投资。",
- "QuestDesc_231025101": "在高危难度的大富豪投资处进行1次投资。",
- "QuestDesc_2310252": "使用[骸影·凶魁愚者]消灭敌人3次。",
- "QuestDesc_231025201": "使用[骸影·凶魁愚者]消灭敌人3次。",
+ "QuestDesc_2310249": "在困难及以上难度的调查中,成功收集价值800K齿轮硬币的物资,并在完成[终结之役]后成功撤离。",
+ "QuestDesc_231024901": "在困难及以上难度的调查中,成功收集价值800K齿轮硬币的物资,并在完成[终结之役]后成功撤离。",
+ "QuestDesc_2310250": "在困难及以上难度的调查中,使用异常特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231025001": "在困难及以上难度的调查中,使用异常特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310251": "在高危难度的大富豪投资处进行投资并成功撤离1次。",
+ "QuestDesc_231025101": "在高危难度的大富豪投资处进行投资并成功撤离1次。",
+ "QuestDesc_2310252": "使用[骸影·凶魁愚者]并对敌人造成伤害3次。(使用中造成多次伤害时仅计1次)",
+ "QuestDesc_231025201": "使用[骸影·凶魁愚者]并对敌人造成伤害3次。(使用中造成多次伤害时仅计1次)",
"QuestDesc_2310253": "在任意难度的调查中,成功击退两次[猎犬·乌利迪姆]。",
"QuestDesc_231025301": "在任意难度的调查中,成功击退两次[猎犬·乌利迪姆]。",
"QuestDesc_2310254": "收集并提交1份贵重物品[界限测量仪]。",
"QuestDesc_231025401": "收集并提交1份贵重物品[界限测量仪]。",
- "QuestDesc_2310255": "在任意难度的调查中,收集价值150万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231025501": "在任意难度的调查中,收集价值150万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310256": "在困难及以上难度的调查中,使用命破特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231025601": "在困难及以上难度的调查中,使用命破特性的代理人收集价值100万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310257": "在高危难度的大富豪投资处进行5次投资。",
- "QuestDesc_231025701": "在高危难度的大富豪投资处进行5次投资。",
- "QuestDesc_2310258": "在高危难度的大富豪投资处进行1次50万齿轮硬币及以上的投资。",
- "QuestDesc_231025801": "在高危难度的大富豪投资处进行1次50万齿轮硬币及以上的投资。",
+ "QuestDesc_2310255": "在任意难度的调查中,收集价值1.5M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231025501": "在任意难度的调查中,收集价值1.5M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310256": "在困难及以上难度的调查中,使用命破特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231025601": "在困难及以上难度的调查中,使用命破特性的代理人收集价值1M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310257": "在高危难度的大富豪投资处进行投资并成功撤离3次。",
+ "QuestDesc_231025701": "在高危难度的大富豪投资处进行投资并成功撤离3次。",
+ "QuestDesc_2310258": "在高危难度的大富豪投资处进行1次1.5M齿轮硬币及以上的投资。",
+ "QuestDesc_231025801": "在高危难度的大富豪投资处进行1次1.5M齿轮硬币及以上的投资。",
"QuestDesc_2310259": "在任意难度的调查中,成功消灭[猎犬·乌利迪姆]2次。",
"QuestDesc_231025901": "在任意难度的调查中,成功消灭[猎犬·乌利迪姆]2次。",
"QuestDesc_2310260": "收集并提交1份贵重物品[信号探测器]。",
@@ -1286,8 +1353,8 @@
"QuestDesc_231031501": "在智造工坊中制作任意1件Z级品质的战术棱镜。",
"QuestDesc_2310316": "在研发中心,累计完成40项研发方案。",
"QuestDesc_231031601": "在研发中心,累计完成40项研发方案。",
- "QuestDesc_2310317": "在研发中心,累计完成70项研发方案。",
- "QuestDesc_231031701": "在研发中心,累计完成70项研发方案。",
+ "QuestDesc_2310317": "在研发中心,累计完成60项研发方案。",
+ "QuestDesc_231031701": "在研发中心,累计完成60项研发方案。",
"QuestDesc_2310325": "在任意难度的调查中,在地铁或码头通过向布里吉提交齿轮硬币,完成1次撤离。",
"QuestDesc_231032501": "在任意难度的调查中,在地铁或码头通过向布里吉提交齿轮硬币,完成1次撤离。",
"QuestDesc_2310326": "在[恶噪声场]中开启3个容器。",
@@ -1322,32 +1389,32 @@
"QuestDesc_231034801": "将智造工坊升级至3级。",
"QuestDesc_2310349": "将仓储枢纽升级至3级。",
"QuestDesc_231034901": "将仓储枢纽升级至3级。",
- "QuestDesc_2310350": "在任意难度的调查中,收集价值30万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231035001": "在任意难度的调查中,收集价值30万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310351": "在任意难度的调查中,收集价值60万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231035101": "在任意难度的调查中,收集价值60万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310352": "在任意难度的调查中,收集价值80万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231035201": "在任意难度的调查中,收集价值80万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310353": "在任意难度的调查中,收集价值120万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231035301": "在任意难度的调查中,收集价值120万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310354": "在任意难度的调查中,收集价值180万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_231035401": "在任意难度的调查中,收集价值180万齿轮硬币的物资,并成功撤离。",
- "QuestDesc_2310355": "累积带出价值100万齿轮硬币及以上的物资。",
- "QuestDesc_231035501": "累积带出价值100万齿轮硬币及以上的物资。",
- "QuestDesc_2310356": "累积带出价值200万齿轮硬币及以上的物资。",
- "QuestDesc_231035601": "累积带出价值200万齿轮硬币及以上的物资。",
- "QuestDesc_2310357": "累积带出价值500万齿轮硬币及以上的物资。",
- "QuestDesc_231035701": "累积带出价值500万齿轮硬币及以上的物资。",
- "QuestDesc_2310358": "累积带出价值1000万齿轮硬币及以上的物资。",
- "QuestDesc_231035801": "累积带出价值1000万齿轮硬币及以上的物资。",
- "QuestDesc_2310359": "累积带出价值2000万齿轮硬币及以上的物资。",
- "QuestDesc_231035901": "累积带出价值2000万齿轮硬币及以上的物资。",
+ "QuestDesc_2310350": "在任意难度的调查中,收集价值300K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231035001": "在任意难度的调查中,收集价值300K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310351": "在任意难度的调查中,收集价值600K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231035101": "在任意难度的调查中,收集价值600K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310352": "在任意难度的调查中,收集价值800K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231035201": "在任意难度的调查中,收集价值800K齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310353": "在任意难度的调查中,收集价值1.2M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231035301": "在任意难度的调查中,收集价值1.2M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310354": "在任意难度的调查中,收集价值1.8M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_231035401": "在任意难度的调查中,收集价值1.8M齿轮硬币的物资,并成功撤离。",
+ "QuestDesc_2310355": "累积带出价值1M齿轮硬币及以上的物资。",
+ "QuestDesc_231035501": "累积带出价值1M齿轮硬币及以上的物资。",
+ "QuestDesc_2310356": "累积带出价值2M齿轮硬币及以上的物资。",
+ "QuestDesc_231035601": "累积带出价值2M齿轮硬币及以上的物资。",
+ "QuestDesc_2310357": "累积带出价值5M齿轮硬币及以上的物资。",
+ "QuestDesc_231035701": "累积带出价值5M齿轮硬币及以上的物资。",
+ "QuestDesc_2310358": "累积带出价值10M齿轮硬币及以上的物资。",
+ "QuestDesc_231035801": "累积带出价值10M齿轮硬币及以上的物资。",
+ "QuestDesc_2310359": "累积带出价值20M齿轮硬币及以上的物资。",
+ "QuestDesc_231035901": "累积带出价值20M齿轮硬币及以上的物资。",
"QuestDesc_2310360": "使用1次[骸影·蛮横力士]。",
"QuestDesc_231036001": "使用1次[骸影·蛮横力士]。",
"QuestDesc_231040101": "达米安正在负责「向研究站运输辉瓷材料」的工作;他似乎正为某件事情困扰,去看看吧。",
"QuestDesc_231040102": "虽然不知道什么样的唱片能做到「只要播放起来,周围都会冷飕飕的」,但既然是小照遗失的珍藏…\n现在就去「城郊幻境」,在风蚀公路搜寻范围内可疑的垃圾桶,找到唱片吧!",
"QuestDesc_231040103": "让人冷飕飕的音乐声竟然来自一个垃圾桶…为了小照,打开看看吧。",
- "QuestDesc_231040104": "达米安和他的领导——一位身材娇小的「黑枝不败传说」,正在研究站里讨论着什么。去把找回的唱片还给两位吧。",
+ "QuestDesc_231040104": "达米安和他的领导——一位身材娇小的「黑枝不败神话」,正在研究站里讨论着什么。去把找回的唱片还给两位吧。",
"QuestDesc_231040201": "柚叶和爱丽丝似乎正在讨论在空洞遇到的诡异事件。既然是这样的话题…悄悄走近,捉弄一下爱丽丝如何?",
"QuestDesc_231040202": "能发出恐怖声音的电视机…听起来像是播放了什么特别的节目?但既然它能让爱丽丝如此害怕——\n现在就去「雅努斯幻境」,在光映中心搜寻范围内发出声音的物件,找到电视机吧!",
"QuestDesc_231040203": "结果,恐怖的声音是维多利亚家政的半成品宣传片。丽娜说一会儿要回研究站,过去找她聊聊这次的事情吧。",
@@ -1382,10 +1449,11 @@
"QuestName_11141005": "通关「式舆防卫战 剧变节点」第4层",
"QuestName_1206013401": "周期征讨",
"QuestName_2310106": "萝卜稳运",
+ "QuestName_2310110": "带出400K",
"QuestName_2310112": "安全撤离·高危",
"QuestName_231011201": "安全撤离·高危",
- "QuestName_2310113": "满载撤离·高危",
- "QuestName_231011301": "满载撤离·高危",
+ "QuestName_2310113": "撤离收益·百万高危",
+ "QuestName_231011301": "撤离收益·百万高危",
"QuestName_2310115": "战线肃清·白鸽工地旧址强敌",
"QuestName_2310116": "战线肃清·光映中心强敌",
"QuestName_2310117": "急需物资·未知药粉",
@@ -1393,7 +1461,7 @@
"QuestName_2310119": "急需物资·复合燃料",
"QuestName_2310120": "急需物资·稳定结晶",
"QuestName_2310121": "开箱调查·基础",
- "QuestName_2310122": "撤离收益·50万",
+ "QuestName_2310122": "撤离收益·500K",
"QuestName_2310126": "[贝果计划]迷宫委托",
"QuestName_2310127": "[贝果计划]邦布迷影",
"QuestName_2310129": "[贝果计划]消失的伊埃斯",
@@ -1441,8 +1509,8 @@
"QuestName_231020501": "研发方案·常规",
"QuestName_2310206": "骸影挑战·蛮横力士",
"QuestName_231020601": "骸影挑战·蛮横力士",
- "QuestName_2310207": "货币兑换·百万",
- "QuestName_231020701": "货币兑换·百万",
+ "QuestName_2310207": "货币兑换·500K",
+ "QuestName_231020701": "货币兑换·500K",
"QuestName_2310208": "门禁破解·大开门",
"QuestName_231020801": "门禁破解·大开门",
"QuestName_2310209": "恶噪破除",
@@ -1463,10 +1531,10 @@
"QuestName_231021601": "迷宫猎手·战利品",
"QuestName_2310217": "骸影挑战·索贝克",
"QuestName_231021701": "骸影挑战·索贝克",
- "QuestName_2310218": "骸影挑战·太初梦魇",
- "QuestName_231021801": "骸影挑战·太初梦魇",
- "QuestName_2310219": "骸影挑战·焚昼余火",
- "QuestName_231021901": "骸影挑战·焚昼余火",
+ "QuestName_2310218": "撤离收益·百万击破",
+ "QuestName_231021801": "撤离收益·百万击破",
+ "QuestName_2310219": "货币兑换·800K",
+ "QuestName_231021901": "货币兑换·800K",
"QuestName_2310220": "工坊制作·更多棱镜",
"QuestName_231022001": "工坊制作·更多棱镜",
"QuestName_2310221": "摸金技巧·暗夜",
@@ -1513,8 +1581,8 @@
"QuestName_231025301": "迷宫猎手·斥退",
"QuestName_2310254": "贵重物品·界限测量仪",
"QuestName_231025401": "贵重物品·界限测量仪",
- "QuestName_2310255": "撤离收益·150万",
- "QuestName_231025501": "撤离收益·150万",
+ "QuestName_2310255": "撤离收益·1.5M",
+ "QuestName_231025501": "撤离收益·1.5M",
"QuestName_2310256": "撤离收益·百万命破",
"QuestName_231025601": "撤离收益·百万命破",
"QuestName_2310257": "富豪投资·定投",
@@ -1590,26 +1658,26 @@
"QuestName_231034801": "基建工程·智造工坊进阶",
"QuestName_2310349": "基建工程·仓储枢纽进阶",
"QuestName_231034901": "基建工程·仓储枢纽进阶",
- "QuestName_2310350": "撤离收益·30万",
- "QuestName_231035001": "撤离收益·30万",
- "QuestName_2310351": "撤离收益·60万",
- "QuestName_231035101": "撤离收益·60万",
- "QuestName_2310352": "撤离收益·80万",
- "QuestName_231035201": "撤离收益·80万",
- "QuestName_2310353": "撤离收益·120万",
- "QuestName_231035301": "撤离收益·120万",
- "QuestName_2310354": "撤离收益·180万",
- "QuestName_231035401": "撤离收益·180万",
- "QuestName_2310355": "财富累计·100万",
- "QuestName_231035501": "财富累计·100万",
- "QuestName_2310356": "财富累计·200万",
- "QuestName_231035601": "财富累计·200万",
- "QuestName_2310357": "财富累计·500万",
- "QuestName_231035701": "财富累计·500万",
- "QuestName_2310358": "财富累计·1000万",
- "QuestName_231035801": "财富累计·1000万",
- "QuestName_2310359": "财富累计·2000万",
- "QuestName_231035901": "财富累计·2000万",
+ "QuestName_2310350": "撤离收益·300K",
+ "QuestName_231035001": "撤离收益·300K",
+ "QuestName_2310351": "撤离收益·600K",
+ "QuestName_231035101": "撤离收益·600K",
+ "QuestName_2310352": "撤离收益·800K",
+ "QuestName_231035201": "撤离收益·800K",
+ "QuestName_2310353": "撤离收益·1.2M",
+ "QuestName_231035301": "撤离收益·1.2M",
+ "QuestName_2310354": "撤离收益·1.8M",
+ "QuestName_231035401": "撤离收益·1.8M",
+ "QuestName_2310355": "财富累计·1M",
+ "QuestName_231035501": "财富累计·1M",
+ "QuestName_2310356": "财富累计·2M",
+ "QuestName_231035601": "财富累计·2M",
+ "QuestName_2310357": "财富累计·5M",
+ "QuestName_231035701": "财富累计·5M",
+ "QuestName_2310358": "财富累计·10M",
+ "QuestName_231035801": "财富累计·10M",
+ "QuestName_2310359": "财富累计·20M",
+ "QuestName_231035901": "财富累计·20M",
"QuestName_2310360": "骸影复现·蛮横力士",
"QuestName_231036001": "骸影复现·蛮横力士",
"QuestName_2310402": "诡影实录",
@@ -1626,8 +1694,10 @@
"QuestTarget_231010603": "打开解码稳定器提交易损萝卜",
"QuestTarget_231010604": "守护解码稳定器,击败来袭敌人",
"QuestTarget_231010605": "再次开启解码稳定器领取奖励",
+ "QuestTarget_231011001": "在普通难度下完成一次带出价值400K的物资的撤离",
"QuestTarget_2310112": "在高危难度下成功撤离1次",
- "QuestTarget_2310113": "在高危难度完成满载撤离",
+ "QuestTarget_2310113": "在高危难度收集1M并撤离",
+ "QuestTarget_231011301": "在高危难度收集1M并撤离",
"QuestTarget_231011501": "在困难及以上难度的调查中击败白鸽工地旧址强敌",
"QuestTarget_231011601": "在困难及以上难度的调查中击败光映中心强敌",
"QuestTarget_231011701": "搜集并提交5份未知药粉",
@@ -1635,7 +1705,7 @@
"QuestTarget_231011901": "搜集并提交10份复合燃料",
"QuestTarget_231012001": "搜集并提交10份稳定结晶",
"QuestTarget_231012101": "打开20个及以上容器",
- "QuestTarget_231012201": "单次调查收益达到50万",
+ "QuestTarget_231012201": "单次调查收益达到500K",
"QuestTarget_231012601": "「牧羊人」有事拜访,过去聊聊吧",
"QuestTarget_231012602": "使用HDD,准备进入空洞",
"QuestTarget_231012603": "查看HDD系统,进入帕帕戈空洞",
@@ -1661,7 +1731,7 @@
"QuestTarget_231012709": "去找达塔聊聊,了解坐标信息",
"QuestTarget_231012710": "和未知邦布聊聊",
"QuestTarget_231012901": "进入空洞调查,带回发财布",
- "QuestTarget_231012902": "前往未知邦布信号的大致范围",
+ "QuestTarget_231012902": "前往城郊幻境,探明未知邦布信号",
"QuestTarget_231012903": "前往撤离锚点返回研究站",
"QuestTarget_231012905": "和发财布聊聊,启用大富豪商店",
"QuestTarget_231012906": "和发财布聊聊商店的情况",
@@ -1676,7 +1746,7 @@
"QuestTarget_231013108": "进入帕帕戈空洞调查",
"QuestTarget_231013111": "和蕾聊聊工坊的情况",
"QuestTarget_231013201": "前往水族馆,搜寻伊埃斯",
- "QuestTarget_231013203": "将仓储枢纽升级至1级",
+ "QuestTarget_231013203": "先将仓储枢纽升级至1级",
"QuestTarget_231013204": "和达塔聊聊目前的情况",
"QuestTarget_231013205": "将辉金中枢升级至2级",
"QuestTarget_231013206": "和达塔聊聊升级结果",
@@ -1707,7 +1777,7 @@
"QuestTarget_231013407": "提交赭石芯核,开启空间裂隙",
"QuestTarget_231013408": "伊埃斯终于获救了,找他聊聊吧",
"QuestTarget_231013409": "再次进入帕帕戈空洞调查",
- "QuestTarget_231013410": "击败目标敌人,搜集高强度结晶",
+ "QuestTarget_231013410": "击败蝎骸,并从空洞中撤离",
"QuestTarget_231013411": "推荐战备价值:228000",
"QuestTarget_231013501": "天才布似乎还有事情,找他聊聊吧",
"QuestTarget_231014401": "缩小观测数据球的定位范围",
@@ -1777,34 +1847,35 @@
"QuestTarget_231020501": "累计完成5项研发方案",
"QuestTarget_2310206": "使用骸影·蛮横力士消灭敌人3次",
"QuestTarget_231020601": "使用骸影·蛮横力士消灭敌人3次",
- "QuestTarget_2310207": "提交100万齿轮硬币",
- "QuestTarget_231020701": "提交100万齿轮硬币",
+ "QuestTarget_2310207": "提交500K齿轮硬币",
+ "QuestTarget_231020701": "提交500K齿轮硬币",
"QuestTarget_2310208": "使用门禁卡2次",
"QuestTarget_231020801": "使用门禁卡2次",
- "QuestTarget_2310209": "破除敌人恶噪护盾10次",
- "QuestTarget_231020901": "破除敌人恶噪护盾10次",
+ "QuestTarget_2310209": "破除敌人恶噪护盾3次",
+ "QuestTarget_231020901": "破除敌人恶噪护盾3次",
"QuestTarget_231021001": "使用6名不同代理人撤离",
"QuestTarget_231021101": "使用骸影·卫律使者消灭敌人3次",
"QuestTarget_2310212": "对强敌目标释放2次强斩",
"QuestTarget_231021201": "对强敌目标释放2次强斩",
- "QuestTarget_2310213": "用强攻代理人收集100万并撤离",
- "QuestTarget_231021301": "用强攻代理人收集100万并撤离",
+ "QuestTarget_2310213": "用强攻代理人收集1M并撤离",
+ "QuestTarget_231021301": "用强攻代理人收集1M并撤离",
"QuestTarget_231021401": "售卖10件贵重物品",
"QuestTarget_2310215": "完成10次精准格挡",
"QuestTarget_231021501": "完成10次精准格挡",
"QuestTarget_231021601": "获得猎犬遗骸",
"QuestTarget_2310217": "使用骸影·索贝克抵挡3次伤害",
"QuestTarget_231021701": "使用骸影·索贝克抵挡3次伤害",
- "QuestTarget_2310218": "使用骸影·太初梦魇消灭敌人5次",
- "QuestTarget_231021801": "使用骸影·太初梦魇消灭敌人5次",
- "QuestTarget_2310219": "使用骸影·焚昼余火5次",
- "QuestTarget_231021901": "使用骸影·焚昼余火5次",
+ "QuestTarget_2310218": "用击破代理人收集1M并撤离",
+ "QuestTarget_231021801": "用击破代理人收集1M并撤离",
+ "QuestTarget_2310219": "提交800K齿轮硬币",
+ "QuestTarget_231021901": "提交800K齿轮硬币",
"QuestTarget_2310220": "制造2种Z级战术棱镜",
"QuestTarget_231022001": "制造2种Z级战术棱镜",
"QuestTarget_231022101": "在高危暗夜状态下打开10个容器",
- "QuestTarget_231022201": "收集200万的物资并击败猎犬撤离",
+ "QuestTarget_231022201": "收集2M的物资并击败猎犬撤离",
"QuestTarget_231022301": "累计完成20项研发方案",
"QuestTarget_231022401": "高危调查中完成最高级别满载撤离",
+ "QuestTarget_231022501": "提交2M齿轮硬币",
"QuestTarget_231022601": "在任意难度下成功撤离1次",
"QuestTarget_231022701": "击败任意15个敌人",
"QuestTarget_231022801": "搜集并提交5件特化支撑件",
@@ -1830,26 +1901,26 @@
"QuestTarget_231024701": "提交1份机密资料",
"QuestTarget_2310248": "获得2次桶之愚者的回礼",
"QuestTarget_231024801": "获得2次桶之愚者的回礼",
- "QuestTarget_2310249": "收集80万物资完成终结之役撤离",
- "QuestTarget_231024901": "收集80万物资完成终结之役撤离",
- "QuestTarget_2310250": "用异常代理人收集100万并撤离",
- "QuestTarget_231025001": "用异常代理人收集100万并撤离",
- "QuestTarget_2310251": "进行1次高危难度投资",
- "QuestTarget_231025101": "进行1次高危难度投资",
- "QuestTarget_2310252": "使用骸影·凶魁愚者消灭敌人3次",
- "QuestTarget_231025201": "使用骸影·凶魁愚者消灭敌人3次",
+ "QuestTarget_2310249": "收集800K物资完成终结之役撤离",
+ "QuestTarget_231024901": "收集800K物资完成终结之役撤离",
+ "QuestTarget_2310250": "用异常代理人收集1M并撤离",
+ "QuestTarget_231025001": "用异常代理人收集1M并撤离",
+ "QuestTarget_2310251": "进行1次高危难度投资并撤离",
+ "QuestTarget_231025101": "进行1次高危难度投资并撤离",
+ "QuestTarget_2310252": "使用骸影·凶魁愚者并对敌人造成伤害3次",
+ "QuestTarget_231025201": "使用骸影·凶魁愚者并对敌人造成伤害3次",
"QuestTarget_2310253": "成功击退2次猎犬·乌利迪姆",
"QuestTarget_231025301": "成功击退2次猎犬·乌利迪姆",
"QuestTarget_2310254": "提交1份界限测量仪",
"QuestTarget_231025401": "提交1份界限测量仪",
- "QuestTarget_2310255": "单次调查收益达到150万",
- "QuestTarget_231025501": "单次调查收益达到150万",
- "QuestTarget_2310256": "使用命破代理人收集100万并撤离",
- "QuestTarget_231025601": "使用命破代理人收集100万并撤离",
- "QuestTarget_2310257": "进行5次高危难度投资",
- "QuestTarget_231025701": "进行5次高危难度投资",
- "QuestTarget_2310258": "进行1次50万的高危难度投资",
- "QuestTarget_231025801": "进行1次50万的高危难度投资",
+ "QuestTarget_2310255": "单次调查收益达到1.5M",
+ "QuestTarget_231025501": "单次调查收益达到1.5M",
+ "QuestTarget_2310256": "用命破代理人收集1M并撤离",
+ "QuestTarget_231025601": "使用命破代理人收集1M并撤离",
+ "QuestTarget_2310257": "进行3次高危难度投资并撤离",
+ "QuestTarget_231025701": "进行3次高危难度投资并撤离",
+ "QuestTarget_2310258": "进行1次1.5M的高危难度投资",
+ "QuestTarget_231025801": "进行1次1.5M的高危难度投资",
"QuestTarget_2310259": "消灭猎犬·乌利迪姆2次",
"QuestTarget_231025901": "消灭猎犬·乌利迪姆2次",
"QuestTarget_2310260": "提交1份信号探测器",
@@ -1883,8 +1954,8 @@
"QuestTarget_231031501": "制作1件Z级战术棱镜",
"QuestTarget_2310316": "累计完成40项研发方案",
"QuestTarget_231031601": "累计完成40项研发方案",
- "QuestTarget_2310317": "累计完成70项研发方案",
- "QuestTarget_231031701": "累计完成70项研发方案",
+ "QuestTarget_2310317": "累计完成60项研发方案",
+ "QuestTarget_231031701": "累计完成60项研发方案",
"QuestTarget_2310325": "向布里吉提交齿轮硬币撤离1次",
"QuestTarget_231032501": "向布里吉提交齿轮硬币撤离1次",
"QuestTarget_2310326": "在恶噪声场中开启3个容器",
@@ -1919,26 +1990,26 @@
"QuestTarget_231034801": "将智造工坊升级至3级",
"QuestTarget_2310349": "将仓储枢纽升级至3级",
"QuestTarget_231034901": "将仓储枢纽升级至3级",
- "QuestTarget_2310350": "单次调查收益达到30万",
- "QuestTarget_231035001": "单次调查收益达到30万",
- "QuestTarget_2310351": "单次调查收益达到60万",
- "QuestTarget_231035101": "单次调查收益达到60万",
- "QuestTarget_2310352": "单次调查收益达到80万",
- "QuestTarget_231035201": "单次调查收益达到80万",
- "QuestTarget_2310353": "单次调查收益达到120万",
- "QuestTarget_231035301": "单次调查收益达到120万",
- "QuestTarget_2310354": "单次调查收益达到180万",
- "QuestTarget_231035401": "单次调查收益达到180万",
- "QuestTarget_2310355": "累积带出价值100万的物资",
- "QuestTarget_231035501": "累积带出价值100万的物资",
- "QuestTarget_2310356": "累积带出价值200万的物资",
- "QuestTarget_231035601": "累积带出价值200万的物资",
- "QuestTarget_2310357": "累积带出价值500万的物资",
- "QuestTarget_231035701": "累积带出价值500万的物资",
- "QuestTarget_2310358": "累积带出价值1000万的物资",
- "QuestTarget_231035801": "累积带出价值1000万的物资",
- "QuestTarget_2310359": "累积带出价值2000万的物资",
- "QuestTarget_231035901": "累积带出价值2000万的物资",
+ "QuestTarget_2310350": "单次调查收益达到300K",
+ "QuestTarget_231035001": "单次调查收益达到300K",
+ "QuestTarget_2310351": "单次调查收益达到600K",
+ "QuestTarget_231035101": "单次调查收益达到600K",
+ "QuestTarget_2310352": "单次调查收益达到800K",
+ "QuestTarget_231035201": "单次调查收益达到800K",
+ "QuestTarget_2310353": "单次调查收益达到1.2M",
+ "QuestTarget_231035301": "单次调查收益达到1.2M",
+ "QuestTarget_2310354": "单次调查收益达到1.8M",
+ "QuestTarget_231035401": "单次调查收益达到1.8M",
+ "QuestTarget_2310355": "累积带出价值1M的物资",
+ "QuestTarget_231035501": "累积带出价值1M的物资",
+ "QuestTarget_2310356": "累积带出价值2M的物资",
+ "QuestTarget_231035601": "累积带出价值2M的物资",
+ "QuestTarget_2310357": "累积带出价值5M的物资",
+ "QuestTarget_231035701": "累积带出价值5M的物资",
+ "QuestTarget_2310358": "累积带出价值10M的物资",
+ "QuestTarget_231035801": "累积带出价值10M的物资",
+ "QuestTarget_2310359": "累积带出价值20M的物资",
+ "QuestTarget_231035901": "累积带出价值20M的物资",
"QuestTarget_2310360": "使用1次骸影·蛮横力士",
"QuestTarget_231036001": "使用1次骸影·蛮横力士",
"QuestTarget_231040101": "和达米安聊聊",
@@ -1949,7 +2020,7 @@
"QuestTarget_231040203": "回研究站找丽娜聊聊",
"QuestTarget_231040301": "和悠真聊聊",
"QuestTarget_231040302": "到「雅努斯幻境」寻找线索",
- "QuestTarget_231040303": "找调查员瑟塔聊聊",
+ "QuestTarget_231040303": "返回研究站,找调查员瑟塔聊聊",
"QuestTarget_231040304": "加入悠真和瑟塔的聊天",
"QuestTarget_231040305": "到「雅努斯幻境」寻找电脑",
"QuestTarget_231040306": "寻找线索,破译密码",
@@ -2036,7 +2107,17 @@
"Side_Chat_ZenkovS1_231013034_04": "这次委托来的突然,暂未联系到有空的代理人…可能要先麻烦你和佩洛伊斯了。",
"Side_Chat_ZenkovS1_231013036_18": "稍等一下",
"Side_Chat_ZenkovS1_231013037_03": "稍等一下",
+ "Side_Chat_ZenkovS1_231013042_08": "嗯…你们真的在空洞中建造了很不得了的设施呢。",
+ "Side_Chat_ZenkovS1_231013042_12": "嗯呢!嗯呢!(来!一起看看你收集到的奇珍异宝吧!)",
"Side_Chat_ZenkovS1_231013043_05": "再等一下",
+ "Side_Chat_ZenkovS1_231013044_14": "嗯呢呢!(保证安全归来!调查员阁下,接下来就麻烦您带我们去撤离锚点了!)",
+ "Side_Chat_ZenkovS1_231013056_02": "我们也对伊埃斯所提示的赭石结晶进行了能量数据匹配与检索定位,并在帕帕戈北侧区域中发现了多处相似信号。",
+ "Side_Chat_ZenkovS1_231013058_06": "还有别的办法吗?",
+ "Side_Chat_ZenkovS1_231013058_07": "备选方案2:搜索区域内的信号探测器,进行本地信号搜索。虽然搜索结果不好保证,但不失为一个办法…",
+ "Side_Chat_ZenkovS1_231013058_10": "好像也只能这样了",
+ "Side_Chat_ZenkovS1_231013058_11": "去找找看吧",
+ "Side_Chat_ZenkovS1_231013058_12": "确认执行备选方案2,已根据调查记录标注两处信号探测器可能存在的位置,建议尽快前往。",
+ "Side_Chat_ZenkovS1_231013058_16": "没有太大区别吧!",
"Side_Chat_ZenkovS1_231013082_08": "没事没事",
"Side_Chat_ZenkovS1_231013096_01": "嗯呢!(来吧!夺回我们的伊埃斯!)",
"Side_Chat_ZenkovS1_231013099_Name_01": "小拾遗",
@@ -2190,6 +2271,12 @@
"Side_Chat_ZenkovS1_231013201_01": "检测到坍缩的空间裂隙位于光映中心负一层区域,是否前往?",
"Side_Chat_ZenkovS1_231013201_02": "出发!去救伊埃斯!",
"Side_Chat_ZenkovS1_231013201_03": "先留在这里。",
+ "Side_Chat_ZenkovS1_231013202_01": "通过该处裂隙可撤离回研究站,是否撤离?",
+ "Side_Chat_ZenkovS1_231013202_02": "(撤离回研究站)",
+ "Side_Chat_ZenkovS1_231013202_03": "(留在这里)",
+ "Side_Chat_ZenkovS1_231013203_01": "通过该处单向裂隙通往终结之役,进入后无法返回,是否进入?",
+ "Side_Chat_ZenkovS1_231013203_02": "(进入终结之役)",
+ "Side_Chat_ZenkovS1_231013203_03": "(留在这里)",
"Side_Chat_ZenkovS1_231053001_01": "嗯呢…呢嗯?嗯呢?嗯嗯…(看起来是很大一笔齿轮硬币…算是资产处置利得吗?还是存货盘盈?真是苦恼…)",
"Side_Chat_ZenkovS1_231053001_02": "怎么了?",
"Side_Chat_ZenkovS1_231053001_03": "有什么需要效劳的吗?",
@@ -2395,17 +2482,24 @@
"Side_Chat_ZenkovS1_231053025_Name_01": "天才布",
"Side_GalGame_ZenkovS1_100100004_026": "嗯呢,嗯呢!(回家!回家!)",
"Side_GalGame_ZenkovS1_100100004_049": "「牧羊人」哼着小曲离去了。同时{M#铃}{F#哲}也开始联系近期有空的代理人,准备进入「神之迷宫」帕帕戈空洞探查。",
+ "Side_GalGame_ZenkovS1_100100017_008": "这都怎么推理出来的啊?这些小邦布平时看的都是些什么奇奇怪怪的东西啊…",
+ "Side_GalGame_ZenkovS1_100100017_010": "这都怎么推理出来的啊?这些小邦布平时看的都是些什么奇奇怪怪的东西啊…",
+ "Side_GalGame_ZenkovS1_100100017_018": "嗯呢嗯呢!(打碎!打碎!打碎!)",
"Side_OngoingLevel_ZenkovS1_123101002_01": "主人,建议搜索盗洞客的遗留物。",
"Side_OngoingLevel_ZenkovS1_123101002_02": "其中可能藏有「迷宫萝卜」。",
"Side_OngoingLevel_ZenkovS1_123101005_01": "{M#好强的力量。还没反应过来就开始了攻击…}{F#好强的力量。还没反应过来就开始了攻击…}",
"Side_OngoingLevel_ZenkovS1_123101008_02": "否定,缺少雅努斯区吉祥物「喵吉」长官。",
"Side_OngoingLevel_ZenkovS1_123101009_01": "{M#果然有六分街就会有录像店…门口还有包裹?}{F#果然有六分街就会有录像店…门口还有包裹?}",
"Side_OngoingLevel_ZenkovS1_123101009_02": "{M#这是什么空洞异世界的礼物吗?打开看看吧…}{F#这是什么人故意摆在这里的吗?打开看看吧…}",
+ "Side_OngoingLevel_ZenkovS1_123101050_01": "{M#不用害怕了伊埃斯!主人来了!}{F#不怕了伊埃斯!我们来救你了!}",
"Side_OngoingLevel_ZenkovS1_123101065_01": "提示,区域内出现高级事件。",
"Side_OngoingLevel_ZenkovS1_123101066_01": "恭喜,高级事件已完成。",
"Side_OngoingLevel_ZenkovS1_123101097_01": "嗯呢呢!(没想到是坏的探测器…)",
"Side_OngoingLevel_ZenkovS1_123101097_02": "嗯呢呢!(去下一处可能存在的地点吧…)",
"Side_OngoingLevel_ZenkovS1_123101097_Name_01": "勇敢布",
+ "Side_OngoingLevel_ZenkovS1_123101100_01": "嗯呢?(还没醒吗?{M#他}{F#她}这是梦见跟以骸干架了吗?)",
+ "Side_OngoingLevel_ZenkovS1_123101100_03": "嗯呢呢?({M#他}{F#她}该不会要就此长眠了吧?)",
+ "Side_OngoingLevel_ZenkovS1_123101100_Name_02": "天才布",
"Side_OngoingLevel_ZenkovS1_123101193_02": "嗯呢!(好多敌人!继续用「骸影」避开它们吧!)",
"Sigrid_MathSkill_Desc": "队伍中存在[支援]或[击破]角色时触发:\n希格莉德的攻击力提升120点,该效果随角色等级提升,每级增加12点,最多提升840点;\n攻击命中处于[浸染]状态下的敌人时,自身造成的伤害提升15%。",
"Sigrid_MathSkill_Desc_Simple": "队伍中存在[支援]或[击破]角色时触发:\n希格莉德的攻击力随角色等级提升;\n攻击命中处于[浸染]状态下的敌人时,自身造成的伤害提升。",
@@ -2483,6 +2577,8 @@
"SubTips_Newbie_50456_1": "{LAYOUT_MOBILE#点击[贵重物品]}{LAYOUT_KEYBOARD#选择[贵重物品]}",
"SubTips_Newbie_50457_1": "{LAYOUT_MOBILE#点击[代理人武备]}{LAYOUT_KEYBOARD#选择[代理人武备]}",
"SubTips_Newbie_50457_2": "{LAYOUT_MOBILE#点击武备}{LAYOUT_KEYBOARD#选择武备}",
+ "SubTips_Newbie_50462_1": "{LAYOUT_MOBILE#点击[调查委托]}{LAYOUT_KEYBOARD#选择[调查委托]}",
+ "SubTips_Newbie_50463_1": "选择第一个物资",
"SummerTideTreasure_BeachRole_PassiveSkill01": "拾取道具时,额外获得3个随机的海产。",
"SummerTideTreasure_BeachStageLock_Tip": "推进委托「恰浪花逐夏而至·其一」解锁",
"SummerTideTreasure_BuffDesc1_31013009": "完成订单时,如果持有海产数量小于8,则返还提交的海产",
@@ -2597,7 +2693,7 @@
"Tips_Newbie_50411_1": "这是本次调查成功带出的物资",
"Tips_Newbie_50411_2": "这里是仓库,用于存放所有带出的物资",
"Tips_Newbie_50411_3": "点击[放入仓库],可以将物资直接搬运至仓库",
- "Tips_Newbie_50412_1": "解锁了控制中枢的升级,先去提升等级吧!",
+ "Tips_Newbie_50412_1": "解锁了辉金中枢的升级,先去提升等级吧!",
"Tips_Newbie_50412_3": "这里是升级所需材料,已集齐所有材料",
"Tips_Newbie_50413_1": "商店解锁了,去看看吧!",
"Tips_Newbie_50413_2": "[珍品专柜]有很多珍贵道具,需要更多齿轮硬币",
@@ -2635,6 +2731,7 @@
"Tips_Newbie_50427_2": "调查委托里包括:首要委托、次要委托",
"Tips_Newbie_50427_4": "周常委托有不同难度,委托越难,悬赏积分越多",
"Tips_Newbie_50427_5": "达到一定悬赏积分后,即可领取悬赏委托奖励",
+ "Tips_Newbie_50427_6": "在「迷宫诡域」或「零号空洞:迷失之地」均可获得悬赏积分",
"Tips_Newbie_50428_2": "研发中心里提供了很多空洞探索的方案",
"Tips_Newbie_50428_3": "首先可以解锁的是[满额编队]",
"Tips_Newbie_50428_4": "完成研发方案也需要空洞中带回的材料",
@@ -2653,13 +2750,18 @@
"Tips_Newbie_50446_1": "上次调查未能成功撤离,但遗失物还留在空洞里!",
"Tips_Newbie_50446_2": "遗失物会在此标记,前往空洞找回遗失物吧!",
"Tips_Newbie_50453_3": "加入心愿单,就可以标记空洞中需要的材料了",
+ "Tips_Newbie_50453_4": "齿轮硬币不足的话,还可以前往[仓储枢纽]出售物资!",
"Tips_Newbie_50456_1": "图鉴中记录了带出的贵重物资",
"Tips_Newbie_50456_3": "收集到一定数量,还能获得额外菲林奖励!",
"Tips_Newbie_50457_2": "武备等级越高,代理人、音擎和技能等级也会越高",
"Tips_Newbie_50459_1": "在高危难度下,可在大富豪投资处投资齿轮硬币",
"Tips_Newbie_50459_2": "投资越多,空洞中产出高价值物资的概率越大!",
"Tips_Newbie_50459_3": "同时,空洞难度也会升高;挑战极境,夺取至宝吧!",
+ "Tips_Newbie_50462_1": "解锁了[次要委托],去看看吧!",
+ "Tips_Newbie_50462_2": "[次要委托]会以系列的形式推进,完成后会获得丰厚的奖励哦!",
+ "Tips_Newbie_50463_1": "发现了[异变核体]!这是击败强敌或恶名级别的目标才能获得的珍贵材料!",
"TitleCondition_3800240": "在[危局强袭战]绝境模式中,领取1星奖励。\n当评分达到1星时,此称号将变为金色称号「危境Ⅰ·霜刃」;当评分达到2星时,此称号将变为金色称号「危境Ⅱ·荆冠」;当评分达到3星时,此称号将变为虹光名衔「危境Ⅲ·曜芒」。\n称号内容将随玩法周期重置。",
+ "TitlePreCondition_Zenkov": "解锁「迷宫诡域」后获取提示",
"TitleText_380024002": "危境Ⅰ·霜刃",
"TitleText_380024003": "危境Ⅱ·荆冠",
"TitleText_380024004": "危境Ⅲ·曜芒",
@@ -2702,6 +2804,8 @@
"Tsubaki_UniqueSkill_07_Enhance_Desc": "猫又[闪避反击]或[快速支援]命中敌人时,自身造成的伤害提升60%,持续40秒,重复触发时刷新持续时间;\n猫又进入战场会获得40点,该效果在勘域模式中每180秒最多触发一次;\n当猫又处于接战状态时,每秒获得1点[呼噜能量],最多积累60点,猫又不同招式命中敌人可以回复不同量的[呼噜能量];\n猫又拥有大于等于40点[呼噜能量]时,触发[极限闪避]后点按 可以消耗30点[呼噜能量]发动[闪避:尾巴失踪术],随后点按 可以发动一次不消耗[呼噜能量]的[闪避反击:绒爪穿刺];\n猫又拥有大于等于40点[呼噜能量]时,长按 消耗40点[呼噜能量]可以发动[闪避反击:绒爪穿刺];\n猫又发动[闪避反击:绒爪穿刺]会进入状态,持续40秒,重复触发时刷新持续时间,[肉球突袭]状态下猫又自身的攻击命中时均视为从背后命中;\n处于[肉球突袭]状态时,猫又自身的攻击命中时会触发[超凶爪印]效果,造成一次等同于自身30%攻击力的物理伤害,该效果每1秒最多触发一次;\n猫又发动[终结技]额外回复20点[呼噜能量],发动[连携技]额外回复10点[呼噜能量],发动[强化特殊技]额外回复5点[呼噜能量]。",
"UIText_47328": "ActivityLivehouse_MainPage_Signature",
"UIText_47831": "以下物资缺货无法补充(可推进任务解锁)",
+ "UIText_47891": "赛季委托",
+ "UIText_47893": "赛季委托",
"UIText_48007": "持有:",
"UIText_48015": "简易",
"UIText_48016": "常规",
@@ -2728,6 +2832,8 @@
"UIText_48662": "通过「智造工坊」生产或前往地图探索获取高等级武备,以提升代理人战斗力。\n武备等级越高,代理人的等级、技能以及音擎等级等都将获得提升。",
"UIText_48703": "通过「智造工坊」生产或前往地图探索获取高等级武备,以提升代理人战斗力。武备等级越高,代理人的等级、技能以及音擎等级等都将获得提升。",
"UIText_48709": "可能产出",
+ "UIText_48714": " ",
+ "UIText_48715": " ",
"UIText_48751": "本次调查消耗物资价值:",
"UIText_48753": "前往其他区域完成委托,或在帕帕戈空洞中搜集宝藏吧!",
"UIText_48827": "可出售物资",
@@ -2760,6 +2866,8 @@
"UIText_49023": "倒计时",
"UIText_49033": "COLLECTOR PROGRESS",
"UIText_49046": "限时到期后自动替换成上一张名片",
+ "UIText_49076": "寻找带有 的对象与之交互",
+ "UIText_49084": "2026/4/20",
"UndergroundPortal_Down": "回流区嗯呢帮",
"UndergroundPortal_Up": "回流区入口",
"Underground_Down_Area_A": "回流区下层",
@@ -2823,7 +2931,9 @@
"ZKCommenTextKey_008": "解锁赛季勋章后可阅读勋章故事",
"ZKCommenTextKey_009": "{0}已结束试用,且背包和仓储枢纽已满,请手动卸下武备和过期试用代理人后再次进入空洞",
"ZKCommenTextKey_010": "、",
- "ZKConditionDes_Season1": "赛季等级Lv.1解锁购买",
+ "ZKCommenTextKey_011": "持有数量已达上限",
+ "ZKCommenTextKey_012": "{0}/{1}/{2}~{3}/{4}/{5}",
+ "ZKConditionDes_Season1": "赛季委托解锁可购买",
"ZKConditionDes_Season1_Craft4": "赛季等级Lv.1且智造工坊Lv.4解锁购买",
"ZKConditionDes_Season2": "赛季等级Lv.2解锁购买",
"ZKConditionDes_Season3": "赛季等级Lv.3解锁购买",
@@ -2839,6 +2949,7 @@
"ZKConditionDes_Shop4": "大富豪商店Lv.4解锁购买",
"ZKConditionDes_Shop4_Craft4": "大富豪商店Lv.4且智造工坊Lv.4解锁购买",
"ZKControlCenter_Building_RemoveWish": "移出愿望单",
+ "ZKControlCenter_Upgrade_WaitBuild": "待启用",
"ZKCraftPage_SubTab_Armor": "抗蚀器",
"ZKCraftPage_SubTab_Common": "通用武备",
"ZKCraftPage_SubTab_Hero": "异体刃",
@@ -2988,7 +3099,7 @@
"ZKItem_4320114_Name": "[易损]进阶武备·支援-Lv.30",
"ZKItem_4320115_Name": "[易损]进阶武备·命破-Lv.30",
"ZKItem_4320116_Name": "[易损]进阶武备·防护-Lv.30",
- "ZKItem_4320120_Name": "[脆弱]基础武备·通用-Lv.30",
+ "ZKItem_4320120_Name": "[脆弱]进阶武备·通用-Lv.30",
"ZKItem_4320121_Name": "[易损]特化武备·强攻-Lv.30",
"ZKItem_4320122_Name": "[易损]特化武备·击破-Lv.30",
"ZKItem_4320123_Name": "[易损]特化武备·异常-Lv.30",
@@ -3012,7 +3123,7 @@
"ZKItem_4320137_Name": "特化武备·强攻·改-Lv.40",
"ZKItem_4320138_Name": "特化武备·异常·改-Lv.40",
"ZKItem_4320139_Name": "特化武备·支援·改-Lv.40",
- "ZKItem_4320150_Name": "[脆弱]特化武备·通用-Lv.40",
+ "ZKItem_4320150_Name": "[脆弱]进阶武备·通用-Lv.40",
"ZKItem_4320151_Name": "[易损]高阶武备·强攻-Lv.40",
"ZKItem_4320152_Name": "[易损]高阶武备·击破-Lv.40",
"ZKItem_4320153_Name": "[易损]高阶武备·异常-Lv.40",
@@ -3050,89 +3161,89 @@
"ZKItem_4320278_Name": "传奇武备·异常·改-Lv.60",
"ZKItem_4320279_Name": "传奇武备·支援·改-Lv.60",
"ZKItem_4321001_Desc": "使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKItem_4321001_Name": "[易损]剑引青霜-Lv.50",
+ "ZKItem_4321001_Name": "[易损][叶瞬光]剑引青霜-Lv.50",
"ZKItem_4321002_Desc": "对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKItem_4321002_Name": "[易损]霜炎烈灼-Lv.50",
+ "ZKItem_4321002_Name": "[易损][星见雅]霜炎烈灼-Lv.50",
"ZKItem_4321003_Desc": "触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKItem_4321003_Name": "[易损]玄翎金箓-Lv.50",
- "ZKItem_4321004_Desc": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKItem_4321004_Name": "[易损]高光独舞-Lv.50",
+ "ZKItem_4321003_Name": "[易损][仪玄]玄翎金箓-Lv.50",
+ "ZKItem_4321004_Desc": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKItem_4321004_Name": "[易损][南宫羽]高光独舞-Lv.50",
"ZKItem_4321005_Desc": "使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
- "ZKItem_4321005_Name": "[易损]殁相坠裁-Lv.50",
+ "ZKItem_4321005_Name": "[易损][琉音]殁相坠裁-Lv.50",
"ZKItem_4321006_Desc": "使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量",
- "ZKItem_4321006_Name": "[易损]溯梦涌流-Lv.50",
+ "ZKItem_4321006_Name": "[易损][卢西娅]溯梦涌流-Lv.50",
"ZKItem_4321007_Desc": "使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKItem_4321007_Name": "[易损]气泡星球-Lv.50",
+ "ZKItem_4321007_Name": "[易损][千夏]气泡星球-Lv.50",
"ZKItem_4321008_Desc": "「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKItem_4321008_Name": "[易损]虹霓协奏-Lv.50",
+ "ZKItem_4321008_Name": "[易损][耀嘉音]虹霓协奏-Lv.50",
"ZKItem_4321009_Desc": "使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKItem_4321009_Name": "[易损]华冠流风-Lv.50",
- "ZKItem_4321010_Desc": "队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKItem_4321010_Name": "[易损]空翼巡礼-Lv.50",
- "ZKItem_4321011_Desc": "全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
- "ZKItem_4321011_Name": "[易损]缭乱枪尖-Lv.50",
+ "ZKItem_4321009_Name": "[易损][维琳娜]华冠流风-Lv.50",
+ "ZKItem_4321010_Desc": "蕾米埃尔的专属战术棱镜。队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKItem_4321010_Name": "[易损][蕾米埃尔]空翼巡礼-Lv.50",
+ "ZKItem_4321011_Desc": "希格莉德的专属战术棱镜。全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
+ "ZKItem_4321011_Name": "[易损][希格莉德]缭乱枪尖-Lv.50",
"ZKItem_4321012_Desc": "「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKItem_4321012_Name": "[易损]盛大终局-Lv.50",
- "ZKItem_4321013_Desc": "地图上会标记部分未打开过的「保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
- "ZKItem_4321013_Name": "[易损]洞明薪火-Lv.50",
+ "ZKItem_4321012_Name": "[易损][诺姆]盛大终局-Lv.50",
+ "ZKItem_4321013_Desc": "地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKItem_4321013_Name": "[易损][佩洛伊斯]洞明薪火-Lv.50",
"ZKItem_4321014_Desc": "处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKItem_4321014_Name": "[易损]旋岚断罪-Lv.50",
- "ZKItem_4321015_Desc": "使用「骸影」进入隐身时,隐身持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKItem_4321015_Name": "[易损]衔尾环行-Lv.50",
+ "ZKItem_4321014_Name": "[易损][普罗米娅]旋岚断罪-Lv.50",
+ "ZKItem_4321015_Desc": "使用「骸影」进入隐身时,隐身持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKItem_4321015_Name": "[易损][希希芙]衔尾环行-Lv.50",
"ZKItem_4321016_Desc": "使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
- "ZKItem_4321016_Name": "[易损]妄想辉光-Lv.50",
+ "ZKItem_4321016_Name": "[易损][爱芮]妄想辉光-Lv.50",
"ZKItem_4321017_Desc": "「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKItem_4321017_Name": "[易损]灵巫御守-Lv.50",
- "ZKItem_4321018_Desc": "开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKItem_4321018_Name": "[易损]山君破煞-Lv.50",
+ "ZKItem_4321017_Name": "[易损][柚叶]灵巫御守-Lv.50",
+ "ZKItem_4321018_Desc": "开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
+ "ZKItem_4321018_Name": "[易损][橘福福]山君破煞-Lv.50",
"ZKItem_4321019_Desc": "使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKItem_4321019_Name": "[易损]致命礼仪-Lv.50",
+ "ZKItem_4321019_Name": "[易损][伊芙琳]致命礼仪-Lv.50",
"ZKItem_4321020_Desc": "使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKItem_4321020_Name": "[易损]围猎时间-Lv.50",
+ "ZKItem_4321020_Name": "[易损][简]围猎时间-Lv.50",
"ZKItem_4321021_Desc": "处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKItem_4321021_Name": "[易损]雾汐回涌-Lv.50",
+ "ZKItem_4321021_Name": "[易损][艾莲]雾汐回涌-Lv.50",
"ZKItem_4322001_Desc": "使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKItem_4322001_Name": "剑引青霜-Lv.60",
+ "ZKItem_4322001_Name": "[叶瞬光]剑引青霜-Lv.60",
"ZKItem_4322002_Desc": "对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKItem_4322002_Name": "霜炎烈灼-Lv.60",
+ "ZKItem_4322002_Name": "[星见雅]霜炎烈灼-Lv.60",
"ZKItem_4322003_Desc": "触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKItem_4322003_Name": "玄翎金箓-Lv.60",
- "ZKItem_4322004_Desc": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKItem_4322004_Name": "高光独舞-Lv.60",
+ "ZKItem_4322003_Name": "[仪玄]玄翎金箓-Lv.60",
+ "ZKItem_4322004_Desc": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKItem_4322004_Name": "[南宫羽]高光独舞-Lv.60",
"ZKItem_4322005_Desc": "使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
- "ZKItem_4322005_Name": "殁相坠裁-Lv.60",
+ "ZKItem_4322005_Name": "[琉音]殁相坠裁-Lv.60",
"ZKItem_4322006_Desc": "使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量",
- "ZKItem_4322006_Name": "溯梦涌流-Lv.60",
+ "ZKItem_4322006_Name": "[卢西娅]溯梦涌流-Lv.60",
"ZKItem_4322007_Desc": "使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKItem_4322007_Name": "气泡星球-Lv.60",
+ "ZKItem_4322007_Name": "[千夏]气泡星球-Lv.60",
"ZKItem_4322008_Desc": "「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKItem_4322008_Name": "虹霓协奏-Lv.60",
+ "ZKItem_4322008_Name": "[耀嘉音]虹霓协奏-Lv.60",
"ZKItem_4322009_Desc": "使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKItem_4322009_Name": "华冠流风-Lv.60",
- "ZKItem_4322010_Desc": "队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKItem_4322010_Name": "空翼巡礼-Lv.60",
- "ZKItem_4322011_Desc": "全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
- "ZKItem_4322011_Name": "缭乱枪尖-Lv.60",
+ "ZKItem_4322009_Name": "[维琳娜]华冠流风-Lv.60",
+ "ZKItem_4322010_Desc": "蕾米埃尔的专属战术棱镜。队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKItem_4322010_Name": "[蕾米埃尔]空翼巡礼-Lv.60",
+ "ZKItem_4322011_Desc": "希格莉德的专属战术棱镜。全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
+ "ZKItem_4322011_Name": "[希格莉德]缭乱枪尖-Lv.60",
"ZKItem_4322012_Desc": "「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKItem_4322012_Name": "盛大终局-Lv.60",
- "ZKItem_4322013_Desc": "地图上会标记部分未打开过的「保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
- "ZKItem_4322013_Name": "洞明薪火-Lv.60",
+ "ZKItem_4322012_Name": "[诺姆]盛大终局-Lv.60",
+ "ZKItem_4322013_Desc": "地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKItem_4322013_Name": "[佩洛伊斯]洞明薪火-Lv.60",
"ZKItem_4322014_Desc": "处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKItem_4322014_Name": "旋岚断罪-Lv.60",
- "ZKItem_4322015_Desc": "使用「骸影」进入隐身时,隐身持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKItem_4322015_Name": "衔尾环行-Lv.60",
+ "ZKItem_4322014_Name": "[普罗米娅]旋岚断罪-Lv.60",
+ "ZKItem_4322015_Desc": "使用「骸影」进入隐身时,隐身持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKItem_4322015_Name": "[希希芙]衔尾环行-Lv.60",
"ZKItem_4322016_Desc": "使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
- "ZKItem_4322016_Name": "妄想辉光-Lv.60",
+ "ZKItem_4322016_Name": "[爱芮]妄想辉光-Lv.60",
"ZKItem_4322017_Desc": "「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKItem_4322017_Name": "灵巫御守-Lv.60",
- "ZKItem_4322018_Desc": "开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKItem_4322018_Name": "山君破煞-Lv.60",
+ "ZKItem_4322017_Name": "[柚叶]灵巫御守-Lv.60",
+ "ZKItem_4322018_Desc": "开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
+ "ZKItem_4322018_Name": "[橘福福]山君破煞-Lv.60",
"ZKItem_4322019_Desc": "使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKItem_4322019_Name": "致命礼仪-Lv.60",
+ "ZKItem_4322019_Name": "[伊芙琳]致命礼仪-Lv.60",
"ZKItem_4322020_Desc": "使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKItem_4322020_Name": "围猎时间-Lv.60",
+ "ZKItem_4322020_Name": "[简]围猎时间-Lv.60",
"ZKItem_4322021_Desc": "处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKItem_4322021_Name": "雾汐回涌-Lv.60",
+ "ZKItem_4322021_Name": "[艾莲]雾汐回涌-Lv.60",
"ZKItem_4323101_Desc": "提供代理人所需的基础属性。",
"ZKItem_4323101_Name": "[易损]基础武备·通用-Lv.15",
"ZKItem_4323102_Desc": "提供代理人所需的基础属性。",
@@ -3202,48 +3313,48 @@
"ZKItem_4325507_Name": "高阶武备·强攻·改-Lv.50",
"ZKItem_4325508_Name": "高阶武备·异常·改-Lv.50",
"ZKItem_4325509_Name": "高阶武备·支援·改-Lv.50",
- "ZKItem_4326001_Desc": "使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKItem_4326001_Name": "剑引青霜-Lv.50",
- "ZKItem_4326002_Desc": "对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKItem_4326002_Name": "霜炎烈灼-Lv.50",
- "ZKItem_4326003_Desc": "触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKItem_4326003_Name": "玄翎金箓-Lv.50",
- "ZKItem_4326004_Desc": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKItem_4326004_Name": "高光独舞-Lv.50",
- "ZKItem_4326005_Desc": "使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
- "ZKItem_4326005_Name": "殁相坠裁-Lv.50",
- "ZKItem_4326006_Desc": "使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量",
- "ZKItem_4326006_Name": "溯梦涌流-Lv.50",
- "ZKItem_4326007_Desc": "使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKItem_4326007_Name": "气泡星球-Lv.50",
- "ZKItem_4326008_Desc": "「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKItem_4326008_Name": "虹霓协奏-Lv.50",
- "ZKItem_4326009_Desc": "使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKItem_4326009_Name": "华冠流风-Lv.50",
- "ZKItem_4326010_Desc": "队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKItem_4326010_Name": "空翼巡礼-Lv.50",
- "ZKItem_4326011_Desc": "全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
- "ZKItem_4326011_Name": "缭乱枪尖-Lv.50",
- "ZKItem_4326012_Desc": "「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKItem_4326012_Name": "盛大终局-Lv.50",
- "ZKItem_4326013_Desc": "地图上会标记部分未打开过的「保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
- "ZKItem_4326013_Name": "洞明薪火-Lv.50",
- "ZKItem_4326014_Desc": "处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKItem_4326014_Name": "旋岚断罪-Lv.50",
- "ZKItem_4326015_Desc": "使用「骸影」进入隐身时,隐身持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKItem_4326015_Name": "衔尾环行-Lv.50",
- "ZKItem_4326016_Desc": "使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
- "ZKItem_4326016_Name": "妄想辉光-Lv.50",
- "ZKItem_4326017_Desc": "「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKItem_4326017_Name": "灵巫御守-Lv.50",
- "ZKItem_4326018_Desc": "开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKItem_4326018_Name": "山君破煞-Lv.50",
- "ZKItem_4326019_Desc": "使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKItem_4326019_Name": "致命礼仪-Lv.50",
- "ZKItem_4326020_Desc": "使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKItem_4326020_Name": "围猎时间-Lv.50",
- "ZKItem_4326021_Desc": "处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKItem_4326021_Name": "雾汐回涌-Lv.50",
+ "ZKItem_4326001_Desc": "叶瞬光的专属战术棱镜。使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
+ "ZKItem_4326001_Name": "[叶瞬光]剑引青霜-Lv.50",
+ "ZKItem_4326002_Desc": "星见雅的专属战术棱镜。对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
+ "ZKItem_4326002_Name": "[星见雅]霜炎烈灼-Lv.50",
+ "ZKItem_4326003_Desc": "仪玄的专属战术棱镜。触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层。",
+ "ZKItem_4326003_Name": "[仪玄]玄翎金箓-Lv.50",
+ "ZKItem_4326004_Desc": "南宫羽的专属战术棱镜。南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKItem_4326004_Name": "[南宫羽]高光独舞-Lv.50",
+ "ZKItem_4326005_Desc": "琉音的专属战术棱镜。使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
+ "ZKItem_4326005_Name": "[琉音]殁相坠裁-Lv.50",
+ "ZKItem_4326006_Desc": "卢西娅的专属战术棱镜。使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量。",
+ "ZKItem_4326006_Name": "[卢西娅]溯梦涌流-Lv.50",
+ "ZKItem_4326007_Desc": "千夏的专属战术棱镜。使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
+ "ZKItem_4326007_Name": "[千夏]气泡星球-Lv.50",
+ "ZKItem_4326008_Desc": "耀嘉音的专属战术棱镜。「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
+ "ZKItem_4326008_Name": "[耀嘉音]虹霓协奏-Lv.50",
+ "ZKItem_4326009_Desc": "维琳娜的专属战术棱镜。使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
+ "ZKItem_4326009_Name": "[维琳娜]华冠流风-Lv.50",
+ "ZKItem_4326010_Desc": "蕾米埃尔的专属战术棱镜。队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKItem_4326010_Name": "[蕾米埃尔]空翼巡礼-Lv.50",
+ "ZKItem_4326011_Desc": "希格莉德的专属战术棱镜。全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
+ "ZKItem_4326011_Name": "[希格莉德]缭乱枪尖-Lv.50",
+ "ZKItem_4326012_Desc": "诺姆的专属战术棱镜。「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
+ "ZKItem_4326012_Name": "[诺姆]盛大终局-Lv.50",
+ "ZKItem_4326013_Desc": "佩洛伊斯的专属战术棱镜。地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKItem_4326013_Name": "[佩洛伊斯]洞明薪火-Lv.50",
+ "ZKItem_4326014_Desc": "普罗米娅的专属战术棱镜。处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
+ "ZKItem_4326014_Name": "[普罗米娅]旋岚断罪-Lv.50",
+ "ZKItem_4326015_Desc": "希希芙的专属战术棱镜。使用「骸影」进入隐身时,隐身持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKItem_4326015_Name": "[希希芙]衔尾环行-Lv.50",
+ "ZKItem_4326016_Desc": "爱芮的专属战术棱镜。使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
+ "ZKItem_4326016_Name": "[爱芮]妄想辉光-Lv.50",
+ "ZKItem_4326017_Desc": "柚叶的专属战术棱镜。「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
+ "ZKItem_4326017_Name": "[柚叶]灵巫御守-Lv.50",
+ "ZKItem_4326018_Desc": "橘福福的专属战术棱镜。开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%。",
+ "ZKItem_4326018_Name": "[橘福福]山君破煞-Lv.50",
+ "ZKItem_4326019_Desc": "伊芙琳的专属战术棱镜。使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
+ "ZKItem_4326019_Name": "[伊芙琳]致命礼仪-Lv.50",
+ "ZKItem_4326020_Desc": "简的专属战术棱镜。使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
+ "ZKItem_4326020_Name": "[简]围猎时间-Lv.50",
+ "ZKItem_4326021_Desc": "艾莲的专属战术棱镜。处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
+ "ZKItem_4326021_Name": "[艾莲]雾汐回涌-Lv.50",
"ZKItem_4331001_Name": "[易损]基础抗蚀器",
"ZKItem_4331002_Name": "[易损]进阶抗蚀器",
"ZKItem_4331003_Name": "[易损]特化抗蚀器",
@@ -3256,30 +3367,32 @@
"ZKItem_4331503_Name": "特化抗蚀器",
"ZKItem_4331504_Desc": "装备后,队伍受到的侵蚀值降低55%,队伍中代理人受到的伤害降低45%。",
"ZKItem_4331504_Name": "高阶抗蚀器",
+ "ZKItem_4333001_Desc": "装备后会增加背包容量5格。",
"ZKItem_4333001_Name": "基础背包",
+ "ZKItem_4333002_Desc": "装备后会增加背包容量10格。",
"ZKItem_4333002_Name": "扩容背包",
"ZKItem_4333003_Name": "重型背包",
"ZKItem_4333004_Name": "邦邦大背包",
"ZKItem_4333010_Name": "[易损]基础异体刃·格挡",
"ZKItem_4333011_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。",
"ZKItem_4333011_Name": "[易损]基础异体刃·格挡",
- "ZKItem_4333012_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击时,根据目标类型额外降低全队侵蚀值:普通敌人0点、精英敌人0点、首领敌人0点;并回复全队生命值:普通敌人0%、精英敌人0%、首领敌人0%。精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_4333012_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:对普通/精英/首领敌人发动强力斩击时,额外降低全队侵蚀值0%/0%/0%;并回复全队生命值0%/0%/0%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
"ZKItem_4333012_Name": "[易损]进阶异体刃·格挡",
- "ZKItem_4333013_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击时,根据目标类型额外降低全队侵蚀值:普通敌人1000点、精英敌人3000点、首领敌人8000点;并回复全队生命值:普通敌人2.5%、精英敌人3.5%、首领敌人10%。精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_4333013_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:对普通/精英/首领敌人发动强力斩击时,额外降低全队侵蚀值10%/30%/60%;并回复全队生命值2.5%/3.5%/5%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
"ZKItem_4333013_Name": "[易损]特化异体刃·格挡",
- "ZKItem_4333014_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击时,根据目标类型额外降低全队侵蚀值:普通敌人1000点、精英敌人3000点、首领敌人8000点;并回复全队生命值:普通敌人5%、精英敌人7.5%、首领敌人20%。精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_4333014_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:对普通/精英/首领敌人发动强力斩击时,额外降低全队侵蚀值10%/30%/60%;并回复全队生命值5%/7.5%/10%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
"ZKItem_4333014_Name": "[易损]高阶异体刃·格挡",
- "ZKItem_4333022_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有0%概率造成决算效果,额外造成0%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。",
+ "ZKItem_4333022_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有0%概率造成决算效果,额外造成0%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_4333022_Name": "[易损]进阶异体刃·强斩",
- "ZKItem_4333023_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有35%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。",
+ "ZKItem_4333023_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有35%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_4333023_Name": "[易损]特化异体刃·强斩",
- "ZKItem_4333024_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有75%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。",
+ "ZKItem_4333024_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使已经被敌人发现进入战斗,也有75%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_4333024_Name": "[易损]高阶异体刃·强斩",
- "ZKItem_4333032_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈相位突进强化〉对未进入战斗的普通/精英/首领敌人发动强力斩击时,额外累积0%/0%/0%失衡值;若目标处于恶噪护盾强化状态,还会额外削减0%/0%/0%恶噪护盾。使用相位突进时有50%概率不消耗使用次数。",
+ "ZKItem_4333032_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:对未入战的普通/精英/首领敌人发动强力斩击时,额外累积0%/0%/0%失衡值;若目标处于恶噪护盾强化状态,还会额外削减0%/0%/0%恶噪护盾。\n\n强化二:使用相位突进时有50%概率不消耗使用次数。",
"ZKItem_4333032_Name": "[易损]进阶异体刃·突进",
- "ZKItem_4333033_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈相位突进强化〉对未进入战斗的普通/精英/首领敌人发动强力斩击时,额外累积60%/30%/15%失衡值;若目标处于恶噪护盾强化状态,还会额外削减100%/60%/30%恶噪护盾。使用相位突进时有50%概率不消耗使用次数。",
+ "ZKItem_4333033_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/30%/15%失衡值;若目标处于恶噪护盾强化状态,还会额外削减100%/50%/30%恶噪护盾。\n\n强化二:使用相位突进时有50%概率不消耗使用次数。",
"ZKItem_4333033_Name": "[易损]特化异体刃·突进",
- "ZKItem_4333034_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈相位突进强化〉对未进入战斗的普通/精英/首领敌人发动强力斩击时,额外累积80%/50%/30%失衡值;若目标处于恶噪护盾强化状态,还会额外削减100%/60%/30%恶噪护盾。使用相位突进时有50%概率不消耗使用次数。",
+ "ZKItem_4333034_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/50%/25%失衡值;若目标处于恶噪护盾强化状态,还会额外削减100%/50%/30%恶噪护盾。\n\n强化二:使用相位突进时有50%概率不消耗使用次数。",
"ZKItem_4333034_Name": "[易损]高阶异体刃·突进",
"ZKItem_4333511_Desc": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。",
"ZKItem_4333511_Name": "基础异体刃·格挡",
@@ -3310,7 +3423,7 @@
"ZKItem_4334205_Name": "骸影·名可名",
"ZKItem_4334206_Desc": "使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的[信号校准]和长按[撬锁]阶段。",
"ZKItem_4334206_Name": "骸影·黄金邦布",
- "ZKItem_4334207_Desc": "使用后,可召唤猎血清道夫的幻影,对敌人造成伤害,并为所有代理人回复80点能量值和80点闪能值。",
+ "ZKItem_4334207_Desc": "使用后,可召唤猎血清道夫的幻影,为所有代理人回复80点能量值和80点闪能值。",
"ZKItem_4334207_Name": "骸影·猎血清道夫",
"ZKItem_4334208_Desc": "使用后,可化身为蛮横力士的幻影,将附近小范围内敌人牵引至中心;对普通/精英/首领敌人分别造成其生命值上限100%/30%/10%的伤害。对生命值大于50%的敌人额外造成30%伤害。牵引了3名及以上敌人时,会立即消灭其中的普通及精英敌人。",
"ZKItem_4334208_Name": "骸影·蛮横力士",
@@ -3319,7 +3432,7 @@
"ZKItem_4334302_Name": "骸影·卫律使者",
"ZKItem_4334303_Desc": "使用后,可召唤蝎骸的幻影,对附近范围内的普通/精英/首领敌人分别造成其生命值上限100%/50%/20%的伤害。",
"ZKItem_4334303_Name": "骸影·蝎骸",
- "ZKItem_4334304_Desc": "使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并破除敌人100%的恶噪护盾值。",
+ "ZKItem_4334304_Desc": "使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并破除敌人100%的恶噪护盾值。(对猎犬·乌利迪姆的恶噪护盾破除效果减半)",
"ZKItem_4334304_InLevelRouletteTextmap": "破盾",
"ZKItem_4334304_Name": "骸影·色雷斯人",
"ZKItem_4334305_Desc": "使用后,可化身为畸变骸蚁的幻影,进入一段时间的隐匿状态并脱离战斗状态。",
@@ -3350,6 +3463,7 @@
"ZKItem_4340101_Desc": "使用后,可解除风蚀公路-汽车旅馆-一楼房间的门禁获得大量物资。",
"ZKItem_4340101_Name": "风蚀公路汽车旅馆一层",
"ZKItem_4340102_Desc": "使用后,可解除风蚀公路-汽车旅馆-二楼房间的门禁获得大量物资。",
+ "ZKItem_4340102_Desc_NoIcon": "使用后,可解除风蚀公路-汽车旅馆-二楼房间的门禁获得大量物资。",
"ZKItem_4340102_Name": "风蚀公路汽车旅馆二层",
"ZKItem_4340103_Desc": "使用后,可解除风蚀公路-加油站-西侧储物室的门禁获得大量物资。",
"ZKItem_4340103_Name": "风蚀公路加油站储物室",
@@ -3364,26 +3478,36 @@
"ZKItem_4340109_Desc": "使用后,可解除光映中心休息室三的门禁获得大量物资。",
"ZKItem_4340109_Name": "光映中心休息室三",
"ZKItem_4340201_Desc": "使用后,可解除无力野人镇-芝邦邦餐厅-储物室的门禁获得大量物资。",
+ "ZKItem_4340201_Desc_NoIcon": "使用后,可解除无力野人镇-芝邦邦餐厅-储物室的门禁获得大量物资。",
"ZKItem_4340201_Name": "无力野人镇芝邦邦餐厅",
"ZKItem_4340202_Desc": "使用后,可解除风蚀公路-加油站-东侧办公室的门禁获得大量物资。",
+ "ZKItem_4340202_Desc_NoIcon": "使用后,可解除风蚀公路-加油站-东侧办公室的门禁获得大量物资。",
"ZKItem_4340202_Name": "风蚀公路加油站",
"ZKItem_4340203_Desc": "使用后,可解除无力野人镇-仓储中心-板房二层的门禁获得大量物资。",
+ "ZKItem_4340203_Desc_NoIcon": "使用后,可解除无力野人镇-仓储中心-板房二层的门禁获得大量物资。",
"ZKItem_4340203_Name": "无力野人镇仓储中心二层板房",
"ZKItem_4340204_Desc": "使用后,可解除绮梦沙滩-魅影水族馆西侧大门的门禁获得大量物资。",
+ "ZKItem_4340204_Desc_NoIcon": "使用后,可解除绮梦沙滩-魅影水族馆西侧大门的门禁获得大量物资。",
"ZKItem_4340204_Name": "绮梦沙滩魅影水族馆西门",
"ZKItem_4340205_Desc": "使用后,可解除无力野人镇-野人老街的门禁获得大量物资。",
+ "ZKItem_4340205_Desc_NoIcon": "使用后,可解除无力野人镇-野人老街的门禁获得大量物资。",
"ZKItem_4340205_Name": "无力野人镇-野人老街",
"ZKItem_4340206_Desc": "使用后,可解除六昏街-录像店一楼房间的门禁获得大量物资。",
+ "ZKItem_4340206_Desc_NoIcon": "使用后,可解除六昏街-录像店一楼房间的门禁获得大量物资。",
"ZKItem_4340206_Name": "六昏街录像店一楼",
"ZKItem_4340207_Desc": "使用后,可解除工业园-二期工程-顶层房间的门禁获得大量物资。",
"ZKItem_4340207_Name": "白鸽二期工程顶层",
"ZKItem_4340208_Desc": "使用后,可解除光映中心二层-会客室一的门禁获得大量物资。",
+ "ZKItem_4340208_Desc_NoIcon": "使用后,可解除光映中心二层-会客室一的门禁获得大量物资。",
"ZKItem_4340208_Name": "光映中心二层会客室",
"ZKItem_4340209_Desc": "使用后,可解除光映中心一层-休息室的门禁获得大量物资。",
+ "ZKItem_4340209_Desc_NoIcon": "使用后,可解除光映中心一层-休息室的门禁获得大量物资。",
"ZKItem_4340209_Name": "光映中心一层休息室",
"ZKItem_4340301_Desc": "使用后,可解除巴哈姆特仓库-二层控制室钥匙房获得大量物资。",
+ "ZKItem_4340301_Desc_NoIcon": "使用后,可解除巴哈姆特仓库-二层控制室钥匙房获得大量物资。",
"ZKItem_4340301_Name": "巴哈姆特仓库二层",
"ZKItem_4340302_Desc": "使用后,可解除光映中心-顶层会议室的门禁获得大量物资。",
+ "ZKItem_4340302_Desc_NoIcon": "使用后,可解除光映中心-顶层会议室的门禁获得大量物资。",
"ZKItem_4340302_Name": "光映中心顶层会议室",
"ZKItem_4350001_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。",
"ZKItem_4350001_Name": "[蓝图]特化抗蚀器",
@@ -3393,23 +3517,23 @@
"ZKItem_4350003_Name": "[蓝图]重型背包",
"ZKItem_4350004_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后会增加背包容量30格。",
"ZKItem_4350004_Name": "[蓝图]邦邦大背包",
- "ZKItem_4350005_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值1000/3000/8000点,并回复全队生命值2.5%/3.5%/10%。精准格挡即使未成功也可触发闪避效果。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350005_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值10%/30%/60%,并回复全队生命值2.5%/3.5%/5%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350005_Name": "[蓝图]特化异体刃·格挡",
- "ZKItem_4350006_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值1000/3000/8000点,并回复全队生命值5%/7.5%/20%。精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_4350006_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值10%/30%/60%,并回复全队生命值5%/7.5%/10%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
"ZKItem_4350006_Name": "[蓝图]高阶异体刃·格挡",
- "ZKItem_4350007_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使未满足背刺条件,也有35%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350007_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使不位于敌人身后,也有35%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350007_Name": "[蓝图]特化异体刃·强斩",
- "ZKItem_4350008_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使未满足背刺条件,也有75%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。",
+ "ZKItem_4350008_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使不位于敌人身后,也有75%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_4350008_Name": "[蓝图]高阶异体刃·强斩",
- "ZKItem_4350009_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/60%/30%恶噪护盾。〈相位突进强化〉对未入战的普通/精英/首领敌人发动强力斩击时,额外累积60%/30%/15%失衡值。使用相位突进时有50%概率不消耗使用次数。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350009_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/50%/30%恶噪护盾;对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/30%/15%失衡值。\n\n强化二:击败首领敌人后回复1次异体刃使用次数。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350009_Name": "[蓝图]特化异体刃·突进",
- "ZKItem_4350010_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/60%/30%恶噪护盾。〈相位突进强化〉对未入战的普通/精英/首领敌人发动强力斩击时,额外累积80%/50%/30%失衡值。使用相位突进时有50%概率不消耗使用次数。",
+ "ZKItem_4350010_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/50%/30%恶噪护盾;对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/50%/25%失衡值。\n\n强化二:击败首领敌人后回复1次异体刃使用次数。",
"ZKItem_4350010_Name": "[蓝图]高阶异体刃·突进",
- "ZKItem_4350011_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。精准格挡即使未成功也可触发闪避效果。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350011_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n精准格挡即使未成功也可触发闪避效果。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350011_Name": "[蓝图]进阶异体刃·格挡",
- "ZKItem_4350012_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350012_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350012_Name": "[蓝图]进阶异体刃·强斩",
- "ZKItem_4350013_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。使用相位突进时有50%概率不消耗使用次数。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_4350013_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n击败首领敌人后回复1次异体刃使用次数。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
"ZKItem_4350013_Name": "[蓝图]进阶异体刃·突进",
"ZKItem_4350014_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。",
"ZKItem_4350014_Name": "[蓝图]进阶抗蚀器",
@@ -3439,7 +3563,7 @@
"ZKItem_4350111_Name": "[蓝图]骸影·名可名",
"ZKItem_4350112_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。\n\n道具效果:使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的[信号校准]和长按[撬锁]阶段。",
"ZKItem_4350112_Name": "[蓝图]骸影·黄金邦布",
- "ZKItem_4350113_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。\n\n道具效果:使用后,可召唤猎血清道夫的幻影,对敌人造成伤害,并为所有代理人回复80点能量值和80点闪能值。",
+ "ZKItem_4350113_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。\n\n道具效果:使用后,可召唤猎血清道夫的幻影,为所有代理人回复80点能量值和80点闪能值。",
"ZKItem_4350113_Name": "[蓝图]骸影·猎血清道夫",
"ZKItem_4350114_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。\n\n道具效果:使用后,可化身为蛮横力士的幻影,将附近小范围内敌人牵引至中心;对普通/精英/首领敌人分别造成其生命值上限100%/30%/10%的伤害。对生命值大于50%的敌人额外造成30%伤害。牵引了3名及以上敌人时,会立即消灭其中的普通及精英敌人。",
"ZKItem_4350114_Name": "[蓝图]骸影·蛮横力士",
@@ -3449,7 +3573,7 @@
"ZKItem_4350116_Name": "[蓝图]骸影·卫律使者",
"ZKItem_4350117_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得。\n\n道具效果:使用后,可召唤蝎骸的幻影,对附近范围内的普通/精英/首领敌人分别造成其生命值上限100%/50%/20%的伤害。",
"ZKItem_4350117_Name": "[蓝图]骸影·蝎骸",
- "ZKItem_4350118_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得。\n\n道具效果:使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并破除敌人100%的恶噪护盾值。",
+ "ZKItem_4350118_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得。\n\n道具效果:使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并破除敌人100%的恶噪护盾值。(对猎犬·乌利迪姆的恶噪护盾破除效果减半)",
"ZKItem_4350118_Name": "[蓝图]骸影·色雷斯人",
"ZKItem_4350119_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。\n\n道具效果:使用后,可化身为畸变骸蚁的幻影,进入一段时间的隐匿状态并脱离战斗状态。",
"ZKItem_4350119_Name": "[蓝图]骸影·畸变骸蚁",
@@ -3479,27 +3603,27 @@
"ZKItem_4350131_Name": "[蓝图]骸影·太初梦魇",
"ZKItem_4350181_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:触发极限闪避后,全队代理人攻击力提升15%,持续15秒,重复触发刷新时间。",
"ZKItem_4350181_Name": "[蓝图]进阶武备·强攻-Lv.20",
- "ZKItem_4350182_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:击破类型代理人专属,提供属性加成",
+ "ZKItem_4350182_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:击破类型代理人专属,提供属性加成。",
"ZKItem_4350182_Name": "[蓝图]进阶武备·击破-Lv.20",
"ZKItem_4350183_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:累积属性异常积蓄时,全队异常掌控提升20点,持续10秒,重复触发刷新时间。",
"ZKItem_4350183_Name": "[蓝图]进阶武备·异常-Lv.20",
- "ZKItem_4350184_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:支援类型代理人专属,提供属性加成",
+ "ZKItem_4350184_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:支援类型代理人专属,提供属性加成。",
"ZKItem_4350184_Name": "[蓝图]进阶武备·支援-Lv.20",
"ZKItem_4350185_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:攻击命中敌人时,提升自身5%暴击率,最多叠加4层,持续10秒。",
"ZKItem_4350185_Name": "[蓝图]进阶武备·命破-Lv.20",
- "ZKItem_4350186_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:防护类型代理人专属,提供属性加成",
+ "ZKItem_4350186_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:防护类型代理人专属,提供属性加成。",
"ZKItem_4350186_Name": "[蓝图]进阶武备·防护-Lv.20",
"ZKItem_4350201_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:触发极限闪避后,全队代理人攻击力提升15%,持续15秒,重复触发刷新时间。",
"ZKItem_4350201_Name": "[蓝图]特化武备·强攻-Lv.30",
- "ZKItem_4350202_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:击破类型代理人专属,提供属性加成",
+ "ZKItem_4350202_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:击破类型代理人专属,提供属性加成。",
"ZKItem_4350202_Name": "[蓝图]特化武备·击破-Lv.30",
"ZKItem_4350203_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:累积属性异常积蓄时,全队异常掌控提升20点,持续10秒,重复触发刷新时间。",
"ZKItem_4350203_Name": "[蓝图]特化武备·异常-Lv.30",
- "ZKItem_4350204_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:支援类型代理人专属,提供属性加成",
+ "ZKItem_4350204_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:支援类型代理人专属,提供属性加成。",
"ZKItem_4350204_Name": "[蓝图]特化武备·支援-Lv.30",
"ZKItem_4350205_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:攻击命中敌人时,提升自身5%暴击率,最多叠加4层,持续10秒。",
"ZKItem_4350205_Name": "[蓝图]特化武备·命破-Lv.30",
- "ZKItem_4350206_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:防护类型代理人专属,提供属性加成",
+ "ZKItem_4350206_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-蓝图直售购买。\n\n道具效果:防护类型代理人专属,提供属性加成。",
"ZKItem_4350206_Name": "[蓝图]特化武备·防护-Lv.30",
"ZKItem_4350211_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:暴击伤害提升30%;代理人命中敌人且暴击后,自身攻击力提升15%,持续5秒,重复触发刷新持续时间。",
"ZKItem_4350211_Name": "[蓝图]高阶武备·强攻-Lv.40",
@@ -3507,7 +3631,7 @@
"ZKItem_4350212_Name": "[蓝图]高阶武备·击破-Lv.40",
"ZKItem_4350213_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:属性异常积蓄效率提升20%;代理人使敌人进入属性异常状态后,其受到的属性异常伤害提升30%,持续10秒,重复触发刷新时间。",
"ZKItem_4350213_Name": "[蓝图]高阶武备·异常-Lv.40",
- "ZKItem_4350214_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:能量或闪能获取效率提升20%;发动[强化特殊技]时,全队代理人造成的伤害提升30%,持续10秒,重复触发刷新时间;",
+ "ZKItem_4350214_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:能量或闪能获取效率提升20%;发动[强化特殊技]时,全队代理人造成的伤害提升30%,持续10秒,重复触发刷新时间。",
"ZKItem_4350214_Name": "[蓝图]高阶武备·支援-Lv.40",
"ZKItem_4350215_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:生命值提升20%;发动[强化特殊技]时,提升自身20%贯穿伤害,持续10秒,重复触发刷新时间。",
"ZKItem_4350215_Name": "[蓝图]高阶武备·命破-Lv.40",
@@ -3546,90 +3670,90 @@
"ZKItem_4350238_Name": "[蓝图]传奇武备·异常·改-Lv.60",
"ZKItem_4350239_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:喧响值获得效率提升20%;代理人攻击命中敌方时,敌人防御力降低40%,且承受的属性异常伤害提升30%,持续10秒,重复触发刷新持续时间。",
"ZKItem_4350239_Name": "[蓝图]传奇武备·支援·改-Lv.60",
- "ZKItem_4350301_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKItem_4350301_Name": "[蓝图]剑引青霜-Lv.50",
- "ZKItem_4350302_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKItem_4350302_Name": "[蓝图]霜炎烈灼-Lv.50",
- "ZKItem_4350303_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKItem_4350303_Name": "[蓝图]玄翎金箓-Lv.50",
- "ZKItem_4350304_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKItem_4350304_Name": "[蓝图]高光独舞-Lv.50",
- "ZKItem_4350305_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
- "ZKItem_4350305_Name": "[蓝图]殁相坠裁-Lv.50",
- "ZKItem_4350306_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量",
- "ZKItem_4350306_Name": "[蓝图]溯梦涌流-Lv.50",
- "ZKItem_4350307_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKItem_4350307_Name": "[蓝图]气泡星球-Lv.50",
- "ZKItem_4350308_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKItem_4350308_Name": "[蓝图]虹霓协奏-Lv.50",
- "ZKItem_4350309_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKItem_4350309_Name": "[蓝图]华冠流风-Lv.50",
- "ZKItem_4350310_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKItem_4350310_Name": "[蓝图]空翼巡礼-Lv.50",
- "ZKItem_4350311_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
- "ZKItem_4350311_Name": "[蓝图]缭乱枪尖-Lv.50",
- "ZKItem_4350312_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKItem_4350312_Name": "[蓝图]盛大终局-Lv.50",
- "ZKItem_4350313_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:地图上会标记部分未打开过的「保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
- "ZKItem_4350313_Name": "[蓝图]洞明薪火-Lv.50",
- "ZKItem_4350314_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKItem_4350314_Name": "[蓝图]旋岚断罪-Lv.50",
- "ZKItem_4350315_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」进入隐身时,隐身持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKItem_4350315_Name": "[蓝图]衔尾环行-Lv.50",
- "ZKItem_4350316_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
- "ZKItem_4350316_Name": "[蓝图]妄想辉光-Lv.50",
- "ZKItem_4350317_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKItem_4350317_Name": "[蓝图]灵巫御守-Lv.50",
- "ZKItem_4350318_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKItem_4350318_Name": "[蓝图]山君破煞-Lv.50",
- "ZKItem_4350319_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKItem_4350319_Name": "[蓝图]致命礼仪-Lv.50",
- "ZKItem_4350320_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKItem_4350320_Name": "[蓝图]围猎时间-Lv.50",
- "ZKItem_4350321_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKItem_4350321_Name": "[蓝图]雾汐回涌-Lv.50",
- "ZKItem_4350501_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKItem_4350501_Name": "[蓝图]剑引青霜-Lv.60",
- "ZKItem_4350502_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKItem_4350502_Name": "[蓝图]霜炎烈灼-Lv.60",
- "ZKItem_4350503_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKItem_4350503_Name": "[蓝图]玄翎金箓-Lv.60",
- "ZKItem_4350504_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKItem_4350504_Name": "[蓝图]高光独舞-Lv.60",
- "ZKItem_4350505_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
- "ZKItem_4350505_Name": "[蓝图]殁相坠裁-Lv.60",
- "ZKItem_4350506_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量",
- "ZKItem_4350506_Name": "[蓝图]溯梦涌流-Lv.60",
- "ZKItem_4350507_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKItem_4350507_Name": "[蓝图]气泡星球-Lv.60",
- "ZKItem_4350508_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKItem_4350508_Name": "[蓝图]虹霓协奏-Lv.60",
- "ZKItem_4350509_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKItem_4350509_Name": "[蓝图]华冠流风-Lv.60",
- "ZKItem_4350510_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKItem_4350510_Name": "[蓝图]空翼巡礼-Lv.60",
- "ZKItem_4350511_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
- "ZKItem_4350511_Name": "[蓝图]缭乱枪尖-Lv.60",
- "ZKItem_4350512_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKItem_4350512_Name": "[蓝图]盛大终局-Lv.60",
- "ZKItem_4350513_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:地图上会标记部分未打开过的「保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
- "ZKItem_4350513_Name": "[蓝图]洞明薪火-Lv.60",
- "ZKItem_4350514_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKItem_4350514_Name": "[蓝图]旋岚断罪-Lv.60",
- "ZKItem_4350515_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」进入隐身时,隐身持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKItem_4350515_Name": "[蓝图]衔尾环行-Lv.60",
- "ZKItem_4350516_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
- "ZKItem_4350516_Name": "[蓝图]妄想辉光-Lv.60",
- "ZKItem_4350517_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKItem_4350517_Name": "[蓝图]灵巫御守-Lv.60",
- "ZKItem_4350518_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKItem_4350518_Name": "[蓝图]山君破煞-Lv.60",
- "ZKItem_4350519_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKItem_4350519_Name": "[蓝图]致命礼仪-Lv.60",
- "ZKItem_4350520_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKItem_4350520_Name": "[蓝图]围猎时间-Lv.60",
- "ZKItem_4350521_Desc": "蓝图可用于在智造工坊解锁对应道具的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKItem_4350521_Name": "[蓝图]雾汐回涌-Lv.60",
+ "ZKItem_4350301_Desc": "该蓝图可用于在智造工坊解锁叶瞬光专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
+ "ZKItem_4350301_Name": "[蓝图][叶瞬光]剑引青霜-Lv.50",
+ "ZKItem_4350302_Desc": "该蓝图可用于在智造工坊解锁星见雅专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
+ "ZKItem_4350302_Name": "[蓝图][星见雅]霜炎烈灼-Lv.50",
+ "ZKItem_4350303_Desc": "该蓝图可用于在智造工坊解锁仪玄专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层。",
+ "ZKItem_4350303_Name": "[蓝图][仪玄]玄翎金箓-Lv.50",
+ "ZKItem_4350304_Desc": "该蓝图可用于在智造工坊解锁南宫羽专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKItem_4350304_Name": "[蓝图][南宫羽]高光独舞-Lv.50",
+ "ZKItem_4350305_Desc": "该蓝图可用于在智造工坊解锁琉音专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
+ "ZKItem_4350305_Name": "[蓝图][琉音]殁相坠裁-Lv.50",
+ "ZKItem_4350306_Desc": "该蓝图可用于在智造工坊解锁卢西娅专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量。",
+ "ZKItem_4350306_Name": "[蓝图][卢西娅]溯梦涌流-Lv.50",
+ "ZKItem_4350307_Desc": "该蓝图可用于在智造工坊解锁千夏专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
+ "ZKItem_4350307_Name": "[蓝图][千夏]气泡星球-Lv.50",
+ "ZKItem_4350308_Desc": "该蓝图可用于在智造工坊解锁耀嘉音专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
+ "ZKItem_4350308_Name": "[蓝图][耀嘉音]虹霓协奏-Lv.50",
+ "ZKItem_4350309_Desc": "该蓝图可用于在智造工坊解锁维琳娜专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
+ "ZKItem_4350309_Name": "[蓝图][维琳娜]华冠流风-Lv.50",
+ "ZKItem_4350310_Desc": "该蓝图可用于在智造工坊解锁蕾米埃尔专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKItem_4350310_Name": "[蓝图][蕾米埃尔]空翼巡礼-Lv.50",
+ "ZKItem_4350311_Desc": "该蓝图可用于在智造工坊解锁希格莉德专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
+ "ZKItem_4350311_Name": "[蓝图][希格莉德]缭乱枪尖-Lv.50",
+ "ZKItem_4350312_Desc": "该蓝图可用于在智造工坊解锁诺姆专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
+ "ZKItem_4350312_Name": "[蓝图][诺姆]盛大终局-Lv.50",
+ "ZKItem_4350313_Desc": "该蓝图可用于在智造工坊解锁佩洛伊斯专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKItem_4350313_Name": "[蓝图][佩洛伊斯]洞明薪火-Lv.50",
+ "ZKItem_4350314_Desc": "该蓝图可用于在智造工坊解锁普罗米娅专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
+ "ZKItem_4350314_Name": "[蓝图][普罗米娅]旋岚断罪-Lv.50",
+ "ZKItem_4350315_Desc": "该蓝图可用于在智造工坊解锁希希芙专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」进入隐匿时,隐匿持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKItem_4350315_Name": "[蓝图][希希芙]衔尾环行-Lv.50",
+ "ZKItem_4350316_Desc": "该蓝图可用于在智造工坊解锁爱芮专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
+ "ZKItem_4350316_Name": "[蓝图][爱芮]妄想辉光-Lv.50",
+ "ZKItem_4350317_Desc": "该蓝图可用于在智造工坊解锁柚叶专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
+ "ZKItem_4350317_Name": "[蓝图][柚叶]灵巫御守-Lv.50",
+ "ZKItem_4350318_Desc": "该蓝图可用于在智造工坊解锁橘福福专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%。",
+ "ZKItem_4350318_Name": "[蓝图][橘福福]山君破煞-Lv.50",
+ "ZKItem_4350319_Desc": "该蓝图可用于在智造工坊解锁伊芙琳专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
+ "ZKItem_4350319_Name": "[蓝图][伊芙琳]致命礼仪-Lv.50",
+ "ZKItem_4350320_Desc": "该蓝图可用于在智造工坊解锁简专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
+ "ZKItem_4350320_Name": "[蓝图][简]围猎时间-Lv.50",
+ "ZKItem_4350321_Desc": "该蓝图可用于在智造工坊解锁艾莲专属战术棱镜的制作。可通过调查探索获得或大富豪商店-蓝图直售购买。\n\n道具效果:处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
+ "ZKItem_4350321_Name": "[蓝图][艾莲]雾汐回涌-Lv.50",
+ "ZKItem_4350501_Desc": "该蓝图可用于在智造工坊解锁叶瞬光专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
+ "ZKItem_4350501_Name": "[蓝图][叶瞬光]剑引青霜-Lv.60",
+ "ZKItem_4350502_Desc": "该蓝图可用于在智造工坊解锁星见雅专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
+ "ZKItem_4350502_Name": "[蓝图][星见雅]霜炎烈灼-Lv.60",
+ "ZKItem_4350503_Desc": "该蓝图可用于在智造工坊解锁仪玄专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层。",
+ "ZKItem_4350503_Name": "[蓝图][仪玄]玄翎金箓-Lv.60",
+ "ZKItem_4350504_Desc": "该蓝图可用于在智造工坊解锁南宫羽专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKItem_4350504_Name": "[蓝图][南宫羽]高光独舞-Lv.60",
+ "ZKItem_4350505_Desc": "该蓝图可用于在智造工坊解锁琉音专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
+ "ZKItem_4350505_Name": "[蓝图][琉音]殁相坠裁-Lv.60",
+ "ZKItem_4350506_Desc": "该蓝图可用于在智造工坊解锁卢西娅专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量。",
+ "ZKItem_4350506_Name": "[蓝图][卢西娅]溯梦涌流-Lv.60",
+ "ZKItem_4350507_Desc": "该蓝图可用于在智造工坊解锁千夏专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
+ "ZKItem_4350507_Name": "[蓝图][千夏]气泡星球-Lv.60",
+ "ZKItem_4350508_Desc": "该蓝图可用于在智造工坊解锁耀嘉音专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
+ "ZKItem_4350508_Name": "[蓝图][耀嘉音]虹霓协奏-Lv.60",
+ "ZKItem_4350509_Desc": "该蓝图可用于在智造工坊解锁维琳娜专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
+ "ZKItem_4350509_Name": "[蓝图][维琳娜]华冠流风-Lv.60",
+ "ZKItem_4350510_Desc": "该蓝图可用于在智造工坊解锁蕾米埃尔专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKItem_4350510_Name": "[蓝图][蕾米埃尔]空翼巡礼-Lv.60",
+ "ZKItem_4350511_Desc": "该蓝图可用于在智造工坊解锁希格莉德专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
+ "ZKItem_4350511_Name": "[蓝图][希格莉德]缭乱枪尖-Lv.60",
+ "ZKItem_4350512_Desc": "该蓝图可用于在智造工坊解锁诺姆专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
+ "ZKItem_4350512_Name": "[蓝图][诺姆]盛大终局-Lv.60",
+ "ZKItem_4350513_Desc": "该蓝图可用于在智造工坊解锁佩洛伊斯专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKItem_4350513_Name": "[蓝图][佩洛伊斯]洞明薪火-Lv.60",
+ "ZKItem_4350514_Desc": "该蓝图可用于在智造工坊解锁普罗米娅专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
+ "ZKItem_4350514_Name": "[蓝图][普罗米娅]旋岚断罪-Lv.60",
+ "ZKItem_4350515_Desc": "该蓝图可用于在智造工坊解锁希希芙专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」进入隐匿时,隐匿持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKItem_4350515_Name": "[蓝图][希希芙]衔尾环行-Lv.60",
+ "ZKItem_4350516_Desc": "该蓝图可用于在智造工坊解锁爱芮专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
+ "ZKItem_4350516_Name": "[蓝图][爱芮]妄想辉光-Lv.60",
+ "ZKItem_4350517_Desc": "该蓝图可用于在智造工坊解锁柚叶专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
+ "ZKItem_4350517_Name": "[蓝图][柚叶]灵巫御守-Lv.60",
+ "ZKItem_4350518_Desc": "该蓝图可用于在智造工坊解锁橘福福专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%。",
+ "ZKItem_4350518_Name": "[蓝图][橘福福]山君破煞-Lv.60",
+ "ZKItem_4350519_Desc": "该蓝图可用于在智造工坊解锁伊芙琳专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
+ "ZKItem_4350519_Name": "[蓝图][伊芙琳]致命礼仪-Lv.60",
+ "ZKItem_4350520_Desc": "该蓝图可用于在智造工坊解锁简专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
+ "ZKItem_4350520_Name": "[蓝图][简]围猎时间-Lv.60",
+ "ZKItem_4350521_Desc": "该蓝图可用于在智造工坊解锁艾莲专属战术棱镜的制作。可通过大富豪商店-赛季限购购买。\n\n道具效果:处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
+ "ZKItem_4350521_Name": "[蓝图][艾莲]雾汐回涌-Lv.60",
"ZKItem_4360001_Desc": "蕴含着以太能量的特殊结晶,表面是类似赭石的黑色与红褐色。摸起来烫烫的,总觉得会突然爆炸…",
"ZKItem_4360001_Name": "赭石结晶",
"ZKItem_4360002_Desc": "「有用工」出品的稳压分流器,在民用和工业领域均有应用,可以自动调整电流强弱,确保输出端电压始终稳定在安全范围。",
@@ -3649,7 +3773,7 @@
"ZKItem_4360009_Name": "战术电脑",
"ZKItem_4360010_Desc": "「HIA」出品的空洞观测数据球,和观测数据桩的操作逻辑类似,更易携带,但续航也更差,因此时常要耗费额外人力将其回收。",
"ZKItem_4360010_Name": "观测数据球",
- "ZKItem_4360011_Desc": "《星徽骑士典藏版》录像带。作为星徽骑士原始星的特别纪念版,其中收录了三位骑士与「黑洞」的独家战斗集锦,更有骑士飞踢的专业动作解析。是每一位星辉骑士粉丝梦想收藏的无上至宝!",
+ "ZKItem_4360011_Desc": "《星徽骑士典藏版》录像带。作为星徽骑士原始星的特别纪念版,其中收录了三位骑士与「黑洞」的独家战斗集锦,更有骑士飞踢的专业动作解析。是每一位星徽骑士粉丝梦想收藏的无上至宝!",
"ZKItem_4360011_Name": "《星徽骑士典藏版》",
"ZKItem_4360012_Desc": "来自某位神秘艺术家的特殊创作,细腻的笔触将杜拉罕勾勒成贵妇人般的模样,充满层次的配色更是诠释着画中的优雅与力量,任何人看到都忍不住赞叹:「这是什么鬼东西?」",
"ZKItem_4360012_Name": "《杜拉罕的微笑》",
@@ -3687,7 +3811,7 @@
"ZKItem_4360035_Desc": "「三Z设计工作室」出品的桌上闹钟,初升太阳般的橙红色,搭配「嗯呢嗯呢」的闹铃声,预示着一天美好的开始。",
"ZKItem_4360036_Desc": "「三Z设计工作室」出品的远距离对讲电话。打电话,就选「邦哥大」!吐槽聊天悄悄话,好用到爆炸!",
"ZKItem_4360037_Desc": "「三Z设计工作室」出品的远距离对讲电话。打电话,就选「邦哥大」!吐槽聊天悄悄话,好用到爆炸!",
- "ZKItem_4360038_Desc": "恐怖诡异的獠牙,被爱好以骸艺术的好事者制成了随身挂坠。(不能当做开瓶器使用)",
+ "ZKItem_4360038_Desc": "会在「恶噪声场」被侵蚀的容器中出现。\n恐怖危险的獠牙与迷幻诡谲的眼瞳…(不能当做开瓶器使用)可用于方案研发。",
"ZKItem_4360038_Name": "猎犬獠牙",
"ZKItem_4360039_Desc": "战斗力垫底的[提尔锋]卡牌,但如果批量使用,也许能起到意想不到的效果。",
"ZKItem_4360039_Name": "骸影卡牌·提尔锋",
@@ -3703,6 +3827,8 @@
"ZKItem_4360044_Name": "邦哥大(琥珀橙)",
"ZKItem_4360045_Desc": "不知名品牌的老式闭路电视,说明标签上说必须要接入信号线才能输出视频信号,但找遍整个机身都看不到信号输入接口…",
"ZKItem_4360045_Name": "闭路电视",
+ "ZKItem_4360046_Desc": "对高危调查进行大富豪投资后,会在容器中出现。\n蕴含特殊以太能量的结晶碎片,表面像烧红的炭块一般,灼热而危险。可用于方案研发。",
+ "ZKItem_4360046_Name": "赭石碎片",
"ZKItem_4360087_Desc": "「HIA」出品的特制探测器,已经将检测目标锁定在赭石相关的以太信号之上…",
"ZKItem_4360087_Name": "[委托]完整的赭石信号探测器",
"ZKItem_4360088_Desc": "设定在特殊搜索频段的雷达,似乎能将人引向「神之迷宫」中的高价值区域。",
@@ -3725,7 +3851,7 @@
"ZKItem_4360096_Name": "[委托]赭石结晶碎片",
"ZKItem_4360097_Desc": "用于维修天才布的特制储存单元。整体和现有的储存单元并无二致,惟独接口是几十年前就被淘汰的规格…(请苍天,统一一切电器接口!)",
"ZKItem_4360097_Name": "[委托]特制储存单元",
- "ZKItem_4360098_Desc": "用于开启熔岩区域空间裂隙的特制结晶。灼热,危险,注意要放在原理小孩和宠物的位置…",
+ "ZKItem_4360098_Desc": "用于开启熔岩区域空间裂隙的特制结晶。灼热,危险,注意要放在远离小孩和宠物的位置…",
"ZKItem_4360098_Name": "[委托]赭石芯核",
"ZKItem_4360099_Desc": "可开启通往城郊幻境下层区域的大型电梯,卡片背面似乎还有野人镇「猪猪猛进」物流公司预订电话…",
"ZKItem_4360099_Name": "[委托]电梯通行权限卡",
@@ -3736,16 +3862,22 @@
"ZKItem_4363503_Desc": "根据研究站的物流记录,该处存放着某件贵重物品,但物品信息已然无法查证…",
"ZKItem_4363503_Name": "未知贵重物品",
"ZKItem_4364001_Desc": "使用后可以打开风蚀公路-绿洲工业园的大门。",
+ "ZKItem_4364001_Desc_NoIcon": "使用后可以打开风蚀公路-绿洲工业园的大门。",
"ZKItem_4364001_Name": "风蚀公路-绿洲工业园钥匙",
"ZKItem_4364002_Desc": "使用后可以打开无力野人镇-卸货区的大门。",
+ "ZKItem_4364002_Desc_NoIcon": "使用后可以打开无力野人镇-卸货区的大门。",
"ZKItem_4364002_Name": "无力野人镇-卸货区钥匙",
"ZKItem_4364003_Desc": "使用后可以打开绮梦沙滩-魅影水族馆东部入口。",
+ "ZKItem_4364003_Desc_NoIcon": "使用后可以打开绮梦沙滩-魅影水族馆东部入口。",
"ZKItem_4364003_Name": "绮梦沙滩魅影水族馆东门",
"ZKItem_4364004_Desc": "可以凭此使用绮梦沙滩-绮梦码头-快艇旁的撤离点。",
+ "ZKItem_4364004_Desc_NoIcon": "可以凭此使用绮梦沙滩-绮梦码头-快艇旁的撤离点。",
"ZKItem_4364004_Name": "绮梦沙滩-绮梦码头撤离点钥匙",
"ZKItem_4364005_Desc": "使用后可以打开六昏街-货仓的大门。",
+ "ZKItem_4364005_Desc_NoIcon": "使用后可以打开六昏街-货仓的大门。",
"ZKItem_4364005_Name": "六昏街货仓",
"ZKItem_4364006_Desc": "使用后可以打开白鸽工地旧址-一期工程施工通路的大门。",
+ "ZKItem_4364006_Desc_NoIcon": "使用后可以打开白鸽工地旧址-一期工程施工通路的大门。",
"ZKItem_4364006_Name": "白鸽一期工程施工通路",
"ZKItem_BottomDesc_4300101": "简易-城郊幻境- 风蚀公路区域",
"ZKItem_BottomDesc_4300401": "简易-城郊幻境- 风蚀公路区域",
@@ -3796,10 +3928,10 @@
"ZKItem_Desc_122e45": "使用后,可解除无力野人镇-芝邦邦餐厅-储物室的门禁获得大量物资。",
"ZKItem_Desc_1722bd": "拥有度的异常类型代理人专属装备。",
"ZKItem_Desc_34230c": "拥有度的强攻类型代理人专属装备。",
- "ZKItem_Desc_43000011": "空洞内部的专属货币,可以用于购买各类物资。",
+ "ZKItem_Desc_43000011": "空洞内部的专属货币,可以用于购买各类物资。可以通过[仓储枢纽]出售物资获得。",
"ZKItem_Desc_43000031": "可以提升安全箱容量的专属插件,多一些空间,多一份保障。",
"ZKItem_Desc_43000041": "可以提升安全箱容量的专属插件,多一些空间,多一份保障。",
- "ZKItem_Desc_43000101": "一张菲林片只输出一种颜色,多张菲林片联合使用即可输出彩色的画面。",
+ "ZKItem_Desc_43000101": "一张菲林片只输出一种颜色,多张菲林片联合使用即可输出彩色的画面。\n(未放进安全箱的菲林在调查失败时会丢失,且由于缺少保存手段,调查失败后遗失的菲林无法被小拾遗回收。)",
"ZKItem_Desc_43014011": "在智造工坊使用,用于制造等级为B的战术棱镜。",
"ZKItem_Desc_43014021": "在智造工坊使用,用于制造等级为A的战术棱镜。",
"ZKItem_Desc_43014031": "在智造工坊使用,用于制造等级为S的战术棱镜。",
@@ -3811,12 +3943,12 @@
"ZKItem_Desc_43110121": "使用后,在5秒内为全队回复15%的已损失生命值上限,受到攻击时效果中断;同时在30秒内,使全队角色免疫下一次受到的侵蚀突袭造成的侵蚀值增长。重复使用时刷新药品的生命值上限恢复时长与免疫侵蚀突袭的时长。",
"ZKItem_Desc_43110131": "使用后,在1秒内为全队回复20%的已损失生命值上限,受到攻击时效果中断;同时在60秒内,使全队角色免疫下一次受到的侵蚀突袭造成的侵蚀值增长。重复使用时刷新药品的生命值上限恢复时长与免疫侵蚀突袭的时长。",
"ZKItem_Desc_43110221": "使用后可以召唤一只发财布来帮你拿一拿过重的物资。只要是交给发财布的物资都会被妥善地放回仓储枢纽,无需担心。",
- "ZKItem_Desc_43341051": "使用后,可化身为黄金邦布,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的小游戏和长按。",
- "ZKItem_Desc_43342061": "使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的小游戏和长按。",
+ "ZKItem_Desc_43341051": "使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的[信号校准]和长按[撬锁]阶段。",
+ "ZKItem_Desc_43342061": "使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的[信号校准]和长按[撬锁]阶段。",
"ZKItem_Desc_43342071": "使用后,可召唤猎血清道夫的幻影,为所有代理人回复80点能量值和80点闪能值。",
"ZKItem_Desc_43342081": "使用后,可化身为蛮横力士的幻影,将附近小范围内敌人牵引至中心;对普通/精英/首领敌人分别造成其生命值上限100%/30%/10%的伤害。对生命值大于50%的敌人额外造成30%伤害。牵引了3名及以上敌人时,会立即消灭其中的普通及精英敌人。",
- "ZKItem_Desc_43343041": "使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并清除敌人100%的恶噪护盾值。",
- "ZKItem_Desc_43343061": "使用后,可化身为黄金邦布,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的小游戏和长按。",
+ "ZKItem_Desc_43343041": "使用后,可化身为色雷斯人的幻影,对普通/精英/首领敌人分别造成其生命值上限100%/50%/15%的伤害,并破除敌人100%的恶噪护盾值。(对猎犬·乌利迪姆的恶噪护盾破除效果减半)",
+ "ZKItem_Desc_43343061": "使用后,可化身为黄金邦布的幻影,搜索容器所需时间缩短至通常所需时间的30%。化身期间不受恶噪容器的侵蚀,且可跳过保险箱的[信号校准]和长按[撬锁]阶段。",
"ZKItem_Desc_43343081": "使用后,可召唤索贝克的幻影,制造风场牵引范围内的敌人;对普通/精英/首领敌人分别造成其生命值上限100%/30%/10%的伤害。同时为全队代理人施加生命值上限50%的护盾,持续20秒,护盾存在期间抗打断等级提升。",
"ZKItem_Desc_43403011": "使用后,可解除巴哈姆特仓库-二楼控制室钥匙房获得大量物资。",
"ZKItem_Desc_43635011": "易损萝卜,可以在提交进解码器来完成对应任务。",
@@ -3831,9 +3963,11 @@
"ZKItem_Desc_600fec": "使用后,可解除光映中心休息室三的门禁获得大量物资。",
"ZKItem_Desc_645d9f": "使用后,可解除六昏街-货仓一楼侧门的门禁获得大量物资。",
"ZKItem_Desc_6a2910": "使用后,可解除工业园-一期工程-底层房间的门禁获得大量物资。",
+ "ZKItem_Desc_6f05c4": "装备后会增加背包容量5格。",
"ZKItem_Desc_755750": "使用后,可解除绮梦沙滩-魅影水族馆西侧大门的门禁获得大量物资。",
+ "ZKItem_Desc_771e1b": "装备后会增加背包容量10格。",
"ZKItem_Desc_7bb3fa": "使用后,可解除无力野人镇-仓储中心-板房二层的门禁获得大量物资。",
- "ZKItem_Desc_87d387": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈相位突进强化〉对未入战的普通/精英/首领敌人发动强力斩击时,额外累积0%/0%/0%失衡值;若目标处于恶噪护盾强化状态,还会额外削减0%/0%/0%恶噪护盾。使用相位突进时有50%概率不消耗使用次数。单局充能20点。",
+ "ZKItem_Desc_87d387": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:对未入战的普通/精英/首领敌人发动强力斩击时,额外累积0%/0%/0%失衡值;若目标处于恶噪护盾强化状态,还会额外削减0%/0%/0%恶噪护盾。\n\n强化二:使用相位突进时有50%概率不消耗使用次数。",
"ZKItem_Desc_8c7016": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。",
"ZKItem_Desc_9345d2": "使用后,可解除光映中心二层-会客室一的门禁获得大量物资。",
"ZKItem_Desc_973acd": "异常类型代理人专属,提供属性加成",
@@ -3845,18 +3979,18 @@
"ZKItem_Desc_Blueprint_Source": "可通过调查获取或大富豪商店-蓝图直售进行购买。",
"ZKItem_Desc_Blueprint_Source_Z": "可通过大富豪商店-蓝图直售进行购买。",
"ZKItem_Desc_Blueprint_Usage": "蓝图可用于解锁对应道具的制作,可通过大富豪商店-蓝图直售购买或进行调查获得。获得蓝图后可在智造工坊解锁对应道具。",
- "ZKItem_Desc_MatUsage_Build": "用于中枢和舱室升级",
- "ZKItem_Desc_MatUsage_Build_Talent_Drug": "用于中枢和舱室升级、方案研发和药品制造",
- "ZKItem_Desc_MatUsage_Build_Talent_Team": "用于中枢和舱室升级、方案研发和队伍装备制造",
- "ZKItem_Desc_MatUsage_Build_Talent_Weapon_Shadow": "用于中枢和舱室升级、方案研发、武备制造和骸影制造",
- "ZKItem_Desc_MatUsage_Build_Team": "用于中枢和舱室升级和队伍装备制造",
- "ZKItem_Desc_MatUsage_Build_Weapon_Shadow": "用于中枢和舱室升级、武备制造和骸影制造",
- "ZKItem_Desc_MatUsage_Sell": "可在仓储售卖换取货币",
- "ZKItem_Desc_MatUsage_Talent_Drug": "用于方案研发和药品制造",
- "ZKItem_Desc_MatUsage_Talent_Team": "用于方案研发和队伍装备制造",
- "ZKItem_Desc_MatUsage_Talent_Weapon": "用于方案研发和武备制造",
- "ZKItem_Desc_MatUsage_Talent_Weapon_Shadow": "用于方案研发、武备制造和骸影制造",
- "ZKItem_Desc_MatUsage_Team": "用于队伍装备制造",
+ "ZKItem_Desc_MatUsage_Build": "用于中枢和舱室升级。",
+ "ZKItem_Desc_MatUsage_Build_Talent_Drug": "用于中枢和舱室升级、方案研发和药品制造。",
+ "ZKItem_Desc_MatUsage_Build_Talent_Team": "用于中枢和舱室升级、方案研发和队伍装备制造。",
+ "ZKItem_Desc_MatUsage_Build_Talent_Weapon_Shadow": "用于中枢和舱室升级、方案研发、武备制造和骸影制造。",
+ "ZKItem_Desc_MatUsage_Build_Team": "用于中枢和舱室升级和队伍装备制造。",
+ "ZKItem_Desc_MatUsage_Build_Weapon_Shadow": "用于中枢和舱室升级、武备制造和骸影制造。",
+ "ZKItem_Desc_MatUsage_Sell": "可在仓储售卖换取货币。",
+ "ZKItem_Desc_MatUsage_Talent_Drug": "用于方案研发和药品制造。",
+ "ZKItem_Desc_MatUsage_Talent_Team": "用于方案研发和队伍装备制造。",
+ "ZKItem_Desc_MatUsage_Talent_Weapon": "用于方案研发和武备制造。",
+ "ZKItem_Desc_MatUsage_Talent_Weapon_Shadow": "用于方案研发、武备制造和骸影制造。",
+ "ZKItem_Desc_MatUsage_Team": "用于队伍装备制造。",
"ZKItem_Desc_Source_01": "在困难/高危-城郊幻境- 无力野人镇、困难/高危-雅努斯幻境- 六昏街区域调查搜索或通过常驻商店购买",
"ZKItem_Desc_Source_02": "在困难/高危-城郊幻境- 无力野人镇区域调查搜索或通过常驻商店购买",
"ZKItem_Desc_Source_03": "在困难/高危-城郊幻境- 风蚀公路、困难/高危-雅努斯幻境- 白鸽工地旧址区域调查搜索或通过常驻商店购买",
@@ -3920,29 +4054,29 @@
"ZKItem_Desc_Weapon_Support_R3": "提供支援代理人所需的特化属性。",
"ZKItem_Desc_Weapon_Universal_R1": "提供代理人所需的基础属性。",
"ZKItem_Desc_Weapon_Universal_R2": "提供代理人所需的进阶属性。",
- "ZKItem_Desc_YiTi_Charge_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值1000/3000/8000点,并回复全队生命值2.5%/3.5%/10%。精准格挡即使未成功也可触发闪避效果。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Charge_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。精准格挡即使未成功也可触发闪避效果。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Charge_C": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。精准格挡即使未成功也可触发闪避效果。对等级在20级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Charge_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值1000/3000/8000点,并回复全队生命值5%/7.5%/20%。精准格挡即使未成功也可触发闪避效果。",
- "ZKItem_Desc_YiTi_Dash_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/60%/30%恶噪护盾。〈相位突进强化〉对未入战的普通/精英/首领敌人发动强力斩击时,额外累积60%/30%/15%失衡值。使用相位突进时有50%概率不消耗使用次数。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Dash_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。使用相位突进时有50%概率不消耗使用次数。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Dash_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/60%/30%恶噪护盾。〈相位突进强化〉对未入战的普通/精英/首领敌人发动强力斩击时,额外累积80%/50%/30%失衡值。使用相位突进时有50%概率不消耗使用次数。",
- "ZKItem_Desc_YiTi_Slash_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使未满足背刺条件,也有35%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Slash_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
- "ZKItem_Desc_YiTi_Slash_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使未满足背刺条件,也有75%概率造成决算效果,额外造成50%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。",
+ "ZKItem_Desc_YiTi_Charge_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值10%/30%/60%,并回复全队生命值2.5%/3.5%/5%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Charge_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n精准格挡即使未成功也可触发闪避效果。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Charge_C": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n精准格挡即使未成功也可触发闪避效果。\n\n对等级在20级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Charge_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:发动强力斩击命中普通/精英/首领敌人时,降低全队侵蚀值10%/30%/60%,并回复全队生命值5%/7.5%/10%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_Desc_YiTi_Dash_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/50%/30%恶噪护盾;对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/30%/15%失衡值。\n\n强化二:击败首领敌人后回复1次异体刃使用次数。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Dash_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n击败首领敌人后回复1次异体刃使用次数。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Dash_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈相位突进强化〉\n强化一:若目标处于恶噪护盾强化状态,对普通/精英/首领敌人额外削减100%/50%/30%恶噪护盾;对未入战的普通/精英/首领敌人发动强力斩击时,额外累积100%/50%/25%失衡值。\n\n强化二:击败首领敌人后回复1次异体刃使用次数。",
+ "ZKItem_Desc_YiTi_Slash_A": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使不位于敌人身后,也有35%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。\n\n对等级在60级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Slash_B": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。\n\n对等级在40级以上的敌人使用强斩时造成的伤害降低50%。",
+ "ZKItem_Desc_YiTi_Slash_S": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使不位于敌人身后,也有75%概率造成决算效果,额外造成50%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_Desc_a2686f": "使用后,可召唤蝎骸,对附近范围内的普通/精英/首领敌人分别造成其生命值上限100%/50%/20%的伤害。",
"ZKItem_Desc_a3d99d": "击破类型代理人专属,提供属性加成",
"ZKItem_Desc_a8973e": "使用后,可解除六昏街-录像店二楼房间二的门禁获得大量物资。",
"ZKItem_Desc_b5dc2f": "防护类型代理人专属,提供属性加成",
"ZKItem_Desc_c092d8": "使用后,可解除风蚀公路-汽车旅馆-一楼房间的门禁获得大量物资。",
"ZKItem_Desc_d3914e": "使用后,可解除六昏街-录像店二楼房间一的门禁获得大量物资。",
- "ZKItem_Desc_d9593f": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈精准格挡强化〉发动强力斩击时,根据目标类型额外降低全队侵蚀值:普通敌人0点、精英敌人0点、首领敌人0点;并回复全队生命值:普通敌人0%、精英敌人0%、首领敌人0%。精准格挡即使未成功也可触发闪避效果。单局充能10点。",
- "ZKItem_Desc_dc0311": "使用后,可解除工业园-二期工程-顶层房间的门禁获得大量物资。",
+ "ZKItem_Desc_d9593f": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈精准格挡强化〉\n强化一:对普通/精英/首领敌人发动强力斩击时,额外降低全队侵蚀值0%/0%/0%;并回复全队生命值0%/0%/0%。\n\n强化二:精准格挡即使未成功也可触发闪避效果。",
+ "ZKItem_Desc_dc0311": "使用后,可解除工业园-二期工程-顶层房间的门禁获得大量物资。",
"ZKItem_Desc_e05a8b": "使用后,可解除光映中心休息室二的门禁获得大量物资。",
"ZKItem_Desc_e32c1d": "拥有度的支援类型代理人专属装备。",
"ZKItem_Desc_e5eafa": "使用后,可解除风蚀公路-加油站-西侧储物室的门禁获得大量物资。",
"ZKItem_Desc_f5d023": "拥有度的击破类型代理人专属装备。",
- "ZKItem_Desc_f5f0a9": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。〈强力斩击强化〉对精英或首领敌人发动强力斩击时,即使未满足背刺条件,也有0%概率造成决算效果,额外造成0%伤害。精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/60%/25%。单局充能10点。",
+ "ZKItem_Desc_f5f0a9": "装备后获得[精准格挡]、[相位突进]、[强力斩击]三种异体技能力。\n\n〈强力斩击强化〉\n强化一:对精英或首领敌人发动强力斩击时,即使不位于敌人身后,也有0%概率造成决算效果,额外造成0%伤害。\n\n强化二:精准格挡对普通/精英/首领敌人累积的失衡值分别提升100%/50%/25%。",
"ZKItem_Desc_f6d10f": "拥有度的命破类型代理人专属装备。",
"ZKItem_Desc_facec4": "使用后,可解除光映中心一层-休息室的门禁获得大量物资。",
"ZKItem_Desc_fad9fe": "使用后,可解除光映中心-顶层会议室的门禁获得大量物资。",
@@ -3968,42 +4102,48 @@
"ZKItem_Research_Unlock_20": "以下任一条件达成后收集对应道具:\n[搜索]在常规难度下的任意地图调查搜索获得,并在空洞消耗对应道具或撤离时成功带出道具\n[制造]在智造工坊制造获得道具",
"ZKItem_Research_Unlock_21": "以下任一条件达成后收集对应道具:\n[搜索]在困难难度下的任意地图调查搜索获得,并在空洞消耗对应道具或撤离时成功带出道具\n[制造]在智造工坊制造获得道具",
"ZKItem_Research_Unlock_22": "以下任一条件达成后收集对应道具:\n[搜索]在高危难度下的任意地图调查搜索获得,并在空洞消耗对应道具或撤离时成功带出道具\n[制造]在智造工坊制造获得道具",
- "ZKItem_Research_Unlock_23": "以下条件达成后收集对应道具:\n1、[搜索]在常规难度的城郊幻境,以及常规难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
- "ZKItem_Research_Unlock_24": "以下任一条件达成后收集对应道具:\n1、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图\n2、[蓝图]在大富豪商店-「蓝图直售」获得道具对应的蓝图",
- "ZKItem_Research_Unlock_25": "以下条件达成后收集对应道具:\n1、[蓝图]在大富豪商店-「赛季限购」获得道具对应的蓝图",
- "ZKItem_Research_Unlock_26": "以下条件达成后收集对应道具:\n1、[制造]在智造工坊制造获得道具",
- "ZKItem_Research_Unlock_27": "以下条件达成后收集对应道具:\n1、[蓝图]在大富豪商店-「蓝图直售」获得道具对应的蓝图",
- "ZKItem_Research_Unlock_28": "以下任一条件达成后收集对应道具:\n1、[搜索]在简易和常规难度的城郊幻境,以及常规难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_29": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难难度的城郊幻境,以及困难难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_30": "以下任一条件达成后收集对应道具:\n1、[搜索]在高危难度的城郊幻境,以及高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_31": "以下任一条件达成后收集对应道具:\n1、[制造]在智造工坊制造获得道具\n2、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_32": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难难度的城郊幻境,以及困难难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具",
- "ZKItem_Research_Unlock_33": "以下任一条件达成后收集对应道具:\n1、[搜索]在高危难度的城郊幻境,以及高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具",
- "ZKItem_Research_Unlock_34": "以下条件达成后收集对应道具:\n1、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图",
- "ZKItem_Research_Unlock_35": "以下任一条件达成后收集对应道具:\n1、[搜索]在简易、常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_36": "以下任一条件达成后收集对应道具:\n1、[搜索]在常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[蓝图]在常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境探索获得道具对应的蓝图\n3、[商店]在大富豪商店-「常驻商店」购买获得",
- "ZKItem_Research_Unlock_37": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图",
- "ZKItem_Research_Unlock_38": "以下条件达成后收集对应道具:\n1、[搜索]在简易、常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
- "ZKItem_Research_Unlock_39": "以下条件达成后收集对应道具:\n1、[搜索]在常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
- "ZKItem_Research_Unlock_40": "以下条件达成后收集对应道具:\n1、[搜索]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
+ "ZKItem_Research_Unlock_23": "以下条件达成后收集对应道具:\n[搜索]在常规难度的城郊幻境,以及常规难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
+ "ZKItem_Research_Unlock_24": "以下任一条件达成后收集对应道具:\n1、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图\n2、[蓝图]在等级4大富豪商店-「蓝图直售」获得道具对应的蓝图(制造该道具需智造工坊达到Lv.4)",
+ "ZKItem_Research_Unlock_25": "以下条件达成后收集对应道具:\n[蓝图]赛季等级达到Lv.1之后,在大富豪商店-「赛季限购」获得道具对应的蓝图(制造该道具需智造工坊达到Lv.4)",
+ "ZKItem_Research_Unlock_26": "以下条件达成后收集对应道具:\n[制造]在智造工坊制造获得道具",
+ "ZKItem_Research_Unlock_27": "以下条件达成后收集对应道具:\n[蓝图]在等级2大富豪商店-「蓝图直售」获得道具对应的蓝图(制造该道具需智造工坊达到Lv.2)",
+ "ZKItem_Research_Unlock_28": "以下条件达成后收集对应道具:\n[蓝图]在等级3大富豪商店-「蓝图直售」获得道具对应的蓝图(制造该道具需智造工坊达到Lv.3)",
+ "ZKItem_Research_Unlock_29": "以下任一条件达成后收集对应道具:\n1、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图\n2、[蓝图]在等级3大富豪商店-「蓝图直售」获得道具对应的蓝图(制造该道具需智造工坊达到Lv.3)",
+ "ZKItem_Research_Unlock_30": "以下任一条件达成后收集对应道具:\n1、[搜索]在简易和常规难度的城郊幻境,以及常规难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在等级1大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_31": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难难度的城郊幻境,以及困难难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在等级2大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_32": "以下任一条件达成后收集对应道具:\n1、[搜索]在高危难度的城郊幻境,以及高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在等级3大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_33": "以下任一条件达成后收集对应道具:\n1、[制造]在智造工坊制造获得道具\n2、[商店]在等级4大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_34": "以下任一条件达成后收集对应道具:\n1、[搜索]在高危难度的城郊幻境,以及高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具",
+ "ZKItem_Research_Unlock_35": "以下条件达成后收集对应道具:\n[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图",
+ "ZKItem_Research_Unlock_36": "以下任一条件达成后收集对应道具:\n1、[搜索]在简易、常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具\n3、[商店]在等级2大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_37": "以下任一条件达成后收集对应道具:\n1、[搜索]在常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[蓝图]在常规、困难、高危难度的城郊幻境,以及常规、困难、高危难度的雅努斯幻境探索获得道具对应的蓝图\n3、[商店]在等级4大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_38": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[蓝图]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境探索获得道具对应的蓝图",
+ "ZKItem_Research_Unlock_39": "以下条件达成后收集对应道具:\n[搜索]在空洞内调查搜索获得,在空洞消耗对应道具或撤离时成功带出道具",
+ "ZKItem_Research_Unlock_40": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[商店]在等级4大富豪商店-「常驻商店」购买获得",
"ZKItem_Research_Unlock_41": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难和高危难度的城郊幻境,以及困难和高危难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[商店]在大富豪商店-「常驻商店」购买获得",
+ "ZKItem_Research_Unlock_42": "以下任一条件达成后收集对应道具:\n1、[搜索]在困难难度的城郊幻境,以及困难难度的雅努斯幻境搜索获得,在空洞消耗对应道具或撤离时成功带出道具\n2、[制造]在智造工坊制造获得道具",
"ZKItem_Title_Effect": "效果",
"ZKItem_Title_Valuable": "贵重物品",
"ZKMedalStory1": "为了嘉奖在「贝果计划」重启后,搜集能力突出的优秀调查员,研究站决定授予其「迷宫财富」勋章。这一嘉奖方式参考自商店负责布——发财布十分关注的「雅努斯区布布斯富豪榜」。",
+ "ZKMiddleTip_Desc_1102": "已找到易损萝卜,请前往解码稳定器提交",
+ "ZKMiddleTip_Desc_1103": "未在规定时间内找到易损萝卜,该事件已失效",
"ZKMiddleTip_Desc_1104": "倒计时结束后可通过锚点撤离",
"ZKMiddleTip_Desc_1108": "有一处撤离锚点将于60秒后关闭",
"ZKMiddleTip_Desc_1109": "有一处撤离锚点已关闭",
+ "ZKMiddleTip_Desc_1110": "60秒后,[高级事件:萝卜稳运]将失效",
"ZKMiddleTip_Desc_1111": "检测到萝卜稳运,将萝卜运至解码器可获取奖励。",
"ZKMiddleTip_Desc_1112": "获得的易损萝卜引来了猎犬的追击。",
"ZKMiddleTip_Desc_1113": "破解萝卜的声音吸引来了敌人,消灭他们。",
"ZKMiddleTip_Desc_1114": "完成萝卜解码,再次开启稳定器领取奖励物资",
"ZKMiddleTip_Desc_1115": "注意:恶噪声场范围已扩大,活性已上升",
"ZKMiddleTip_Desc_1116": "倒计时结束会导致调查失败",
+ "ZKMiddleTip_Desc_2101": "可通过「异体技·精准格挡」格挡攻击,大幅度削弱猎犬的「恶噪护盾」",
"ZKMiddleTip_Title_1104": "锚点激活倒计时:{0}",
"ZKMiddleTip_Title_1108": "有撤离锚点即将关闭",
"ZKMiddleTip_Title_1109": "撤离锚点已关闭",
"ZKMiddleTip_Title_1115": "恶噪声场范围已扩大",
"ZKMiddleTip_Title_1116": "稳定耐久倒计时:{0}",
+ "ZKMiddleTip_Title_2101": "检测到猎犬乌利迪姆出现,正在搜索你的踪迹",
"ZKNotice_Craft_RestockConfirm": "从商店购买了以下材料以完成制造",
"ZKPlan_UnNamed": "未命名方案",
"ZKPrepare_Tips_AccessValue": " 推荐价值:{0}",
@@ -4012,26 +4152,32 @@
"ZKProperty_2002_Name": "背包容量",
"ZKQuestEmptyDesc": "调查暂时告一段落了,但「神之迷宫」中仍有许多谜团静待破解…",
"ZKQuestEmptyTitle": "未完待续…",
- "ZKRelic_13700110_des": "处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
- "ZKRelic_13700210_des": "使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
- "ZKRelic_13700310_des": "对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
- "ZKRelic_13700410_des": "使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
- "ZKRelic_13700510_des": "「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
- "ZKRelic_13700610_des": "开启「保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%",
- "ZKRelic_13700710_des": "触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层",
- "ZKRelic_13700810_des": "「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
- "ZKRelic_13701110_des": "使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
- "ZKRelic_13701310_des": "使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
- "ZKRelic_13701410_des": "使用「骸影」进入隐匿时,隐匿持续时间延长10秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
- "ZKRelic_13701510_des": "南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升20%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
- "ZKRelic_13701610_des": "处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
- "ZKRelic_13701810_des": "「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
- "ZKRelic_13701910_des": "使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
- "ZKRelic_13702010_des": "队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。",
- "ZKRelic_13702110_des": "全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低。",
+ "ZKRelic_13700110_des": "艾莲的专属战术棱镜。处于[巡游]状态时,「恶噪声场」造成的侵蚀值降低至原本的70%。发动[强化特殊技]、[连携技]或[终结技]时,艾莲会在地面留下一片[冰雾],对敌人造成持续冰属性伤害,持续15秒;我方代理人在[冰雾]中时,抗打断等级提升,受到的伤害降低30%,离开[冰雾]后效果持续5秒;艾莲攻击命中处于[冰雾]中的敌人时,会额外触发一次[冰雾]的伤害。",
+ "ZKRelic_13700210_des": "简的专属战术棱镜。使用「骸影」时,简立即回复100点[狂热心流]。{AWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭],且该招式的伤害倍率和异常积蓄大幅提升}{NOAWAKEN_1261#[强化特殊技:掠空]会被强化为[强化特殊技:掠空-强袭]},该招式命中敌人时,会使目标进入[伤痕]状态,处于该状态的目标每秒受到一次等同于简60%攻击力的物理伤害并累积物理异常积蓄值,持续8秒,重复触发时刷新持续时间。",
+ "ZKRelic_13700310_des": "星见雅的专属战术棱镜。对敌人发动「强力斩击」后,星见雅立即回复1点[落霜]。附着[冰焰]的敌人每秒将承受星见雅260%攻击力的烈霜伤害;触发[霜灼·破]后,星见雅可以忽略[霜灼]状态的限制,立即重新对敌人附着[冰焰]。",
+ "ZKRelic_13700410_des": "伊芙琳的专属战术棱镜。使用「相位突进」后,伊芙琳回复1点[燎索点]。队伍中任意角色的[追加攻击]、[快速支援]、[极限支援]命中敌人时都会为伊芙琳回复[燎火],伊芙琳消耗[燎索点]发动的[连携技:月辉丝·绊]将被替换为[连携技:月辉丝·萦牵],招式时长大幅缩短;伊芙琳发动[连携技]命中敌人时,招式造成的伤害提升80%。",
+ "ZKRelic_13700510_des": "耀嘉音的专属战术棱镜。「药剂」可以即时生效。[咏叹华彩]状态下,[强攻]特性的角色暴击伤害提升30%,[异常]特性的角色异常精通提升60点,[命破]特性的角色造成的贯穿伤害提升15%;当前操作中的角色发动[强化特殊技]命中敌人时,耀嘉音将回复4点能量,并追加释放[震音]进行攻击,能量回复效果1秒内最多触发一次。",
+ "ZKRelic_13700610_des": "橘福福的专属战术棱镜。开启「电子保险箱」后全队角色获得生命值上限15%的护盾,持续60秒,该效果不可叠加(同个保险箱无法重复触发)。橘福福发动[连携技:虎釜震煞]后,若自身不为当前操作中角色,则会触发一次[追击支援],发动时会围绕敌人发动第四段[普通攻击],招式造成的伤害视为[追加攻击]伤害,造成的伤害提升75%,失衡值提升45%。",
+ "ZKRelic_13700710_des": "仪玄的专属战术棱镜。触发「精准格挡」时,仪玄立即回复60点闪能。[强化特殊技:墨痕化形]蓄力过程中均可触发完美格挡,触发完美格挡后,额外回复15术法值,获得18%增伤增益,持续15秒;每完美格挡一次敌人,使得下一次[终结技]造成的伤害额外提升20%,最多叠加3层。",
+ "ZKRelic_13700810_des": "柚叶的专属战术棱镜。「骸影·索贝克」效果结束时,全队角色根据自身该护盾剩余值的10%回复等量生命值。柚叶发动[强化特殊技]或[终结技]时,自身的异常掌控提升40,持续30秒,重复触发时刷新持续时间;命中敌人时,使敌人的防御力降低18%,全属性伤害抗性降低15%,持续30秒,重复触发时刷新持续时间。",
+ "ZKRelic_13700910_des": "卢西娅的专属战术棱镜。使用「骸影」时,可以大幅降低队伍侵蚀值。卢西娅发动招式升级或[追加攻击]时可获得1层[涌流],最多叠加至4层;\n在退出[梦境]状态时,会消耗全部[涌流],每消耗1层[涌流]自身回复10点能量。",
+ "ZKRelic_13701010_des": "琉音的专属战术棱镜。使用「骸影」对敌人造成伤害时,可以附加一定的失衡值。[好评]由90点以上变化为低于90点时,立刻回复60点[好评],且回复队友750点喧响值,30秒最多触发一次。",
+ "ZKRelic_13701110_des": "叶瞬光的专属战术棱镜。使用「骸影·太初梦魇」后代理人入场的连携技会被替换为终结技。进入[明心境]后,首次发动[普通攻击:明心境·斩流光 极]时,获得3点[青溟剑势],并获得无视敌人物理属性伤害抗性45%效果,持续15秒。",
+ "ZKRelic_13701210_des": "爱芮的专属战术棱镜。使用「骸影」时,爱芮立即回复800点喧响值。爱芮的[强化特殊技]攻击完成后,在场上生成的[应援能量]增加1个,并且[强化特殊技:光速入坑]不消耗能量。",
+ "ZKRelic_13701310_des": "千夏的专属战术棱镜。使用「骸影」时,千夏立即回复60点能量。千夏处于[以太帷幕·妄想重奏]下时,使全队角色[普通攻击]、[冲刺攻击]、[闪避反击]、[特殊技]、[强化特殊技]造成的伤害提升80%。",
+ "ZKRelic_13701410_des": "希希芙的专属战术棱镜。使用「骸影」进入隐匿时,隐匿持续时间延长3秒。发动[强化特殊技]后,自身获得[毒蛇突袭]效果,任意非[蚀骨]攻击命中敌人时,会触发一次无消耗的特殊[蚀骨],无法造成失衡值,1秒至多触发一次该效果,持续6秒。",
+ "ZKRelic_13701510_des": "南宫羽的专属战术棱镜。南宫羽精准蓄力造成的失衡值提升20%,背包中持有「贵重物品」时,「骸影·焚昼余火」命中敌人后使其失衡易伤倍率提升30%。南宫羽触发精准蓄力时,为全队角色回复4能量,队伍中任意角色发动[连携技]时,为全队角色回复120喧响值。",
+ "ZKRelic_13701610_des": "普罗米娅的专属战术棱镜。处于「恶噪声场」时,普罗米娅造成的伤害提高15%。普罗米娅触发[强化特殊技:处刑式·绝裁]时额外回复15点[寒蚀值]、[强化特殊技:处刑式·匿影]时额外回复15点[寒蚀值];触发[异放]时,自身造成的[异放]伤害提高6%,最多叠加10层,持续60秒。",
+ "ZKRelic_13701710_des": "佩洛伊斯的专属战术棱镜。地图上会标记部分未打开过的「电子保险箱」位置。佩洛伊斯释放强化特殊技触发完美格挡后恢复10点能量和20点[日珥]。",
+ "ZKRelic_13701810_des": "诺姆的专属战术棱镜。「骸影·蝎骸」对敌人造成的伤害提高50%。队友发动[终结技]时,诺姆立刻获得100%[预热膛温],40秒内最多触发一次;\n全队代理人发动[连携技]时,对应代理人喧响值获取效率提升25%,持续15秒,重复触发时刷新持续时间。",
+ "ZKRelic_13701910_des": "维琳娜的专属战术棱镜。使用「骸影·名可名」时,可对敌人额外造成「异放」伤害。[广域气旋]存在于场上时,全队的能量获取效率提升40%,喧响值获取效率提升30%,[广域气旋]的持续时间提升3秒。",
+ "ZKRelic_13702010_des": "队伍中代理人受到致命伤害时,如果存在其他可切换的代理人,则可以复活一次(单局内只能生效一次)。蕾米埃尔为操作中的角色时,每秒回复1.6点能量,发动[强化特殊技]时,获得3个特殊[虚曜]。蕾米埃尔发动[普通攻击:垂虹]或[普通攻击:惊鸿]后,受到伤害降低80%,持续3秒。",
+ "ZKRelic_13702110_des": "全队角色对「恶噪护盾」的削减效率提升15%,全队角色攻击猎犬·乌利迪姆后使其进入失衡状态的失衡持续时间延长3秒,全队角色攻击猎犬·乌利迪姆造成的伤害提高30%。处于[巡空枪势]状态时,[强化特殊技]的能量消耗降低至40点;发动[强化特殊技]时受到敌方攻击后,希格莉德会用盾牌进行格挡,若格挡成功,抵挡此次攻击伤害,使自身攻击无视目标12%防御力,持续30秒,同时刷新[巡空枪势]状态状态,并获得1次[普通攻击:敛枪式]发动机会;格挡成功后点按 可发动对应段数的[普通攻击:敛枪式];",
"ZKResearchTab2": "门禁卡",
"ZKResearch_Share_0": "ENIGMA OF THE LABYRINTH",
"ZKResearch_Share_1": "DATABASE",
+ "ZKRobotExpired_Tips": "{0}已结束试用,且背包和仓储枢纽已满,请手动卸下武备和过期试用代理人后再次查看详情",
+ "ZKSafeBox_LockedGeneric": "安全箱暂未解锁",
"ZKSeasonQuestDesc_900005": "在高危难度下成功撤离1次。",
"ZKSeasonQuestDesc_900006": "在高危难度的调查中,达成1次[满载撤离]。",
"ZKSeasonQuestName_900005": "安全撤离·高危",
@@ -4049,10 +4195,10 @@
"ZKTalent_Desc_70006006": "代理人的初始护盾值增加500点。",
"ZKTalent_Desc_70006007": "代理人的初始护盾值增加500点。",
"ZKTalent_Desc_70006008": "代理人的初始护盾值增加500点。",
- "ZKTalent_Desc_70006009": "代理人的初始护盾值增加700点。",
- "ZKTalent_Desc_70006010": "代理人的初始护盾值增加700点。",
- "ZKTalent_Desc_70006011": "代理人的初始护盾值增加700点。",
- "ZKTalent_Desc_70006012": "代理人的初始护盾值增加700点。",
+ "ZKTalent_Desc_70006009": "代理人的初始护盾值增加500点。",
+ "ZKTalent_Desc_70006010": "代理人的初始护盾值增加500点。",
+ "ZKTalent_Desc_70006011": "代理人的初始护盾值增加500点。",
+ "ZKTalent_Desc_70006012": "代理人的初始护盾值增加1500点。",
"ZKTalent_Desc_70007001": "队伍的侵蚀值增长速率降低2.5%。",
"ZKTalent_Desc_70007002": "队伍的侵蚀值增长速率降低2.5%。",
"ZKTalent_Desc_70007003": "队伍的侵蚀值增长速率降低2.5%。",
@@ -4081,8 +4227,8 @@
"ZKTalent_Desc_70011006": "智造工坊制作所需时间缩短30秒",
"ZKTalent_Desc_70016001": "激活后,在装备[异体刃]的情况下可以在地图内的空轨上奔袭。",
"ZKTalent_Desc_70016002": "[空轨奔袭]的能量消耗降低1点。",
- "ZKTalent_Desc_70016003": "在[城郊幻境]中解锁一条额外的空轨。",
- "ZKTalent_Desc_70016004": "在[城郊幻境]中解锁一条额外的空轨。",
+ "ZKTalent_Desc_70016003": "在[城郊幻境]中解锁额外的空轨。",
+ "ZKTalent_Desc_70016004": "在[雅努斯幻境]中解锁额外的空轨。",
"ZKTalent_Desc_70017001": "[异体技]使用次数增加1次",
"ZKTalent_Desc_70017002": "[异体技]使用次数增加1次",
"ZKTalent_Desc_70017003": "[异体技]使用次数增加1次",
@@ -4178,7 +4324,7 @@
"ZKTalent_Name_70019003": "嗜魂强斩·三",
"ZKTalent_NeedMaterial": "材料不足",
"ZKTalent_NeedMoney": "硬币不足",
- "ZKTime": "预计耗时:{0}分钟",
+ "ZKTime": "{0}分钟",
"ZKTip_Craft": "可消耗材料制造已解锁的代理人武备、队伍装备及战术道具",
"ZKTip_TalentTree": "可消耗材料和齿轮硬币进行方案研发",
"ZK_BuildingUpgrade_RequireLv1": "需要将仓储枢纽升级至Lv.1之后才能升级辉金中枢。",
@@ -4207,7 +4353,7 @@
"ZK_TalentTree_BT1": "研发",
"ZK_TalentTree_BT2": "已研发",
"ZK_TalentTree_BT3": "无法研发",
- "ZK_Teleport_Confirm": "即将前往奥蒙德哨站,是否确认?",
+ "ZK_Teleport_Confirm": "即将前往奥蒙德研究站,是否确认?",
"ZK_TowerUpgradeContent_101_Craft": "可解锁启用",
"ZK_TowerUpgradeContent_101_Craft_1": "将辉金中枢升级至等级1后可解锁启用",
"ZK_TowerUpgradeContent_101_Shop": "可解锁启用",
@@ -4216,25 +4362,22 @@
"ZK_TowerUpgradeContent_101_Talent_1": "升级至LV.1辉金中枢后可研发[满额编队],解锁第三名出战代理人",
"ZK_TowerUpgradeContent_101_Warehouse": "可解锁启用",
"ZK_TowerUpgradeContent_101_Warehouse_1": "将辉金中枢升级至等级1后可解锁启用",
- "ZK_TowerUpgradeContent_102_Shop_1": "将辉金中枢升级至等级2后可解锁启用",
- "ZK_TowerUpgradeContent_102_Talent_1": "将辉金中枢升级至等级2后可解锁启用",
- "ZK_TowerUpgradeContent_103_Shop_1": "将辉金中枢升级至等级3后可解锁启用",
- "ZK_TowerUpgradeContent_103_Talent_1": "将辉金中枢升级至等级3后可解锁启用",
- "ZK_TowerUpgradeContent_104_Shop_1": "将辉金中枢升级至等级4后可解锁启用",
- "ZK_TowerUpgradeContent_104_Talent_1": "将辉金中枢升级至等级4后可解锁启用",
+ "ZK_TowerUpgradeContent_102_Talent_1": "将辉金中枢升级至等级2后可解锁",
+ "ZK_TowerUpgradeContent_103_Talent_1": "将辉金中枢升级至等级3后可解锁",
+ "ZK_TowerUpgradeContent_104_Talent_1": "将辉金中枢升级至等级4后可解锁",
"ZK_TowerUpgradeContent_105_Craft_1": "已达舱室等级上限LV.4",
"ZK_TowerUpgradeContent_105_Shop_1": "已达舱室等级上限LV.4",
- "ZK_TowerUpgradeContent_105_Talent_1": "将辉金中枢升级至等级4后可解锁启用",
+ "ZK_TowerUpgradeContent_105_Talent_1": "已达舱室等级上限LV.4",
"ZK_TowerUpgradeContent_105_Warehouse_1": "已达舱室等级上限LV.4",
"ZK_UpgradeContent_Craft1": "下一级:建造智造工坊\n将解锁的制造:\n[通用武备]B级通用武备\n[队伍装备]C级背包、异体刃、抗蚀器\n[战术道具-骸影]A级骸影\n[战术道具-药品]C级药品",
"ZK_UpgradeContent_Craft2": "下一级:建造智造工坊\n将解锁的制造:\n[通用武备]A级通用武备、S级通用武备(需对应蓝图)\n[队伍装备]B级背包、异体刃、抗蚀器\n[战术道具-药品]B级药品\n[战术道具-骸影]S级骸影(需对应蓝图)",
"ZK_UpgradeContent_Craft3": "下一级:建造智造工坊\n将解锁的制造:\n[战术棱镜]S级战术棱镜(需对应蓝图)\n[队伍装备]S级背包、异体刃、抗蚀器(均需对应蓝图)\n[战术道具-药品]A级药品\n[战术道具-骸影]Z级骸影(需对应蓝图)",
"ZK_UpgradeContent_Craft4": "下一级:建造智造工坊\n将解锁的制造:\n[通用武备]Z级通用武备(需对应蓝图)\n[战术棱镜]Z级战术棱镜(需对应蓝图)\n[战术道具-药品]S级药品",
"ZK_UpgradeContent_Max": "该舱室已升至最高等级",
- "ZK_UpgradeContent_Shop1": "下一级:解锁大富豪商店\n将解锁的商品:\n[队伍装备] C级背包、异体刃、抗蚀器\n[材料]C级及B级各类材料\n[战术道具-药品]C级药品\n[其他]代理人特写·佩洛伊斯、黄昏残像、查啪喵、丁尼",
- "ZK_UpgradeContent_Shop2": "下一级:增加商品种类\n将解锁的商品:\n[材料]A级各类材料\n[战术道具-药品]B级药品\n[战术道具-骸影]A级骸影",
- "ZK_UpgradeContent_Shop3": "下一级:增加商品种类\n将解锁的商品:\n[材料]S级各类材料\n[战术道具-药品]A级药品\n[其他]代理人特写·佩洛伊斯、储值电卡、调律校音器",
- "ZK_UpgradeContent_Shop4": "下一级:增加商品种类\n将解锁的商品:\n[门禁卡]各类S级/Z级门禁卡\n[战术道具-药品]S级药品\n[战术道具-骸影]S级骸影\n[其他]邦布系统控件、浓缩型冷却液",
+ "ZK_UpgradeContent_Shop1": "下一级:解锁大富豪商店,新增商品\n· [代理人武备] C级基础武备\n· [队伍装备] C级背包、异体刃、抗蚀器\n· [材料] C级/B级可拾取材料、敌人掉落材料\n· [战术道具-药品] C级药品\n· [其他] 代理人特写·佩洛伊斯",
+ "ZK_UpgradeContent_Shop2": "下一级:增加商品种类\n· [材料] B级/A级可拾取材料、敌人掉落材料\n· [战术道具-药品] B级药品\n· [战术道具-骸影] A级骸影",
+ "ZK_UpgradeContent_Shop3": "下一级:增加商品种类\n· [材料] A级/S级可拾取材料、敌人掉落材料\n· [战术道具-药品] A级药品\n· [其他] 代理人特写·佩洛伊斯、储值电卡、调律校音器",
+ "ZK_UpgradeContent_Shop4": "下一级:增加商品种类\n· [门禁卡] 各类S级/Z级门禁卡\n· [战术道具-药品] S级药品\n· [战术道具-骸影] S级骸影\n· [其他] 邦布系统控件、浓缩型冷却液",
"ZK_UpgradeContent_WareHouse1": "下一级:建造仓储枢纽,获得60格储物空间",
"ZK_UpgradeContent_WareHouse2": "下一级:增加20格仓储枢纽容量",
"ZK_UpgradeContent_WareHouse3": "下一级:增加20格仓储枢纽容量",
@@ -4252,6 +4395,9 @@
"ZenkovContainer_16": "机械保险箱",
"ZenkovExtractionBeacon_1": "撤离锚点",
"ZenkovGenericDoor_1": "木质单开门",
+ "ZenkovGenericDoor_10": "前往光映中心",
+ "ZenkovGenericDoor_11": "前往物业中心",
+ "ZenkovGenericDoor_12": "前往商业步道",
"ZenkovGenericDoor_2": "小型卷帘门",
"ZenkovGenericDoor_3": "木质双开门",
"ZenkovGenericDoor_4": "金属双开门",
@@ -4268,13 +4414,16 @@
"ZenkovMap_Filter_3_1": "撤离锚点",
"ZenkovMap_Filter_3_4": "小拾遗",
"ZenkovPage_Craft_Tip": "蓝图可解锁",
+ "ZenkovPage_Craft_Tip_1": "可领取",
"ZenkovPyroisLockTip": "暂时无法更换/卸下异体刃",
+ "ZenkovQuest_FailTip": "事件失败",
+ "ZenkovQuest_FinishTip": "事件完成!",
"ZenkovQuest_HighTier_1": "萝卜稳运",
"ZenkovQuest_HighTier_1_Desc": "将无法承受空间裂隙能量积压的易损萝卜,运送到解码稳定器进行稳定封装。完成可获得其他调查员留下的关键物资。",
"ZenkovQuest_HighTier_2": "数据回收",
"ZenkovQuest_HighTier_2_Desc": "需要完成定位要求,来缩小数据球的定位范围,回收布设在空洞中的观测数据球。",
"ZenkovQuest_HighTier_3": "盗宝骸蚁",
- "ZenkovQuest_HighTier_3_Desc": "特殊的畸变骸蚁会搜集「神之迷宫」中遗失的各类物资,夺回它盗取的物资吧!",
+ "ZenkovQuest_HighTier_3_Desc": "特殊的畸变骸蚁会搜集「迷宫诡域」中遗失的各类物资,夺回它盗取的物资吧!",
"ZenkovQuest_HighTier_4": "观测数据球",
"ZenkovQuest_HighTier_4_Desc": "观测数据球已定位完毕,去将它收集回来吧!",
"ZenkovQuest_Season": "赛季委托",
@@ -4283,7 +4432,9 @@
"ZenkovQuest_Side_Desc": "迷宫调查的次要委托,来自研究站的特殊委托,完成后或许能收获到意想不到的惊喜。",
"ZenkovQuest_Week": "周常委托",
"ZenkovQuest_Week_Desc": "迷宫调查的周常委托,包含HAND发布的各类当周调查目标。",
+ "ZenkovResultPage_SeasonLock": "推进首要委托可解锁[赛季委托]",
"ZenkovSeasonMedalDesc_S1": "当勋章达到第四阶段,会显示本赛季最大单局收益的全服排名。",
+ "ZenkovTranshcan_Desc": "提交多余的齿轮硬币,可得到愚者的回报。\n可能获得的奖励:赛季硬币、正式调查员记录、音擎能源模块、原装芯片、降噪处理母盘、以太镀剂等\n",
"ZenkovWhenyouget1million": "{0}-{1}满载撤离",
"ZenkovWhenyouget1million_Desc_Map1Lv1": "单次调查中,带出物资价值达到20万齿轮硬币时,会触发一次来自发财布的[大富豪奖励],有机会抽取[奖励预览]中的高价值物资。同时单次带出物资价值达到60万、100万、180万、260万、360万时,将分别额外获得一次奖励抽取机会,最多可触发6次。",
"ZenkovWhenyouget1million_Desc_Map1Lv2": "单次调查中,带出物资价值达到20万齿轮硬币时,会触发一次来自发财布的[大富豪奖励],有机会抽取[奖励预览]中的高价值物资。同时单次带出物资价值达到60万、100万、180万、260万、360万时,将分别额外获得一次奖励抽取机会,最多可触发7次。",
@@ -4299,20 +4450,20 @@
"Zenkov_AreaType_02_Desc": "根据辉金中枢的扫描记录,该处富集罐装材料,可以针对性搜集回收。",
"Zenkov_AreaType_03_Desc": "根据辉金中枢的扫描记录,该处富集纺织品及线缆,可以针对性搜集回收。",
"Zenkov_AreaType_04": "单向裂隙/单向地铁",
- "Zenkov_Area_01_Desc": "[零件区]风蚀公路",
+ "Zenkov_Area_01_Desc": "「神之迷宫」帕帕戈空洞的南部区域,似乎是基于某人对于外环的记忆,拟态成的一处区域。",
"Zenkov_Area_01_Evacuate": "撤离锚点·风蚀公路",
- "Zenkov_Area_02_Desc": "[罐材区]无力野人镇",
+ "Zenkov_Area_02_Desc": "「神之迷宫」帕帕戈空洞的南部区域,似乎是基于某人对外环野火镇的记忆,拟态成的一处区域。但似乎此人印象里的野火镇灯牌有些故障,拟态区域总能看到「无力野人」四个字。",
"Zenkov_Area_02_Evacuate": "撤离锚点·无力野人镇",
- "Zenkov_Area_03_Desc": "[线缆区]绮梦沙滩",
+ "Zenkov_Area_03_Desc": "「神之迷宫」帕帕戈空洞的南部区域,似乎是基于某人对绮梦度假村的记忆,拟态成的一处区域。水族馆在该处格外突出,因此推测是基于某位钓鱼爱好者的记忆拟态而成的区域。",
"Zenkov_Area_03_Evacuate": "撤离锚点·绮梦沙滩",
"Zenkov_Area_04": "巴哈姆特仓库",
- "Zenkov_Area_04_Desc": "[零件区]巴哈姆特仓库",
+ "Zenkov_Area_04_Desc": "「神之迷宫」帕帕戈空洞的南部区域,似乎是基于某人对外环某处仓库的记忆,拟态成的一处区域。仓库结构和石油公司巴哈姆特的设计十分相似。",
"Zenkov_Area_04_Evacuate": "撤离锚点·巴哈姆特仓库",
- "Zenkov_Area_05_Desc": "[罐材区]六昏街",
+ "Zenkov_Area_05_Desc": "「神之迷宫」帕帕戈空洞的北部区域,似乎是基于某人对六分街的记忆,拟态成的一处区域。HAND在录入相关区域名称时使用了语音输入,导致名称似乎出现了一些口音问题。",
"Zenkov_Area_05_Evacuate": "撤离锚点·六昏街",
- "Zenkov_Area_06_Desc": "[零件区]白鸽工地旧址",
+ "Zenkov_Area_06_Desc": "「神之迷宫」帕帕戈空洞的北部区域,似乎是基于某人对黑雁工地旧址的记忆,拟态成的一处区域。在该处调查时发现大量反战文件记录,推测记忆似乎来自某位和平主义者,因此更名为白鸽工地旧址。",
"Zenkov_Area_06_Evacuate": "撤离锚点·白鸽工地旧址",
- "Zenkov_Area_07_Desc": "[线缆区]光映中心",
+ "Zenkov_Area_07_Desc": "「神之迷宫」帕帕戈空洞的北部区域,似乎是基于某人对光映广场的记忆,拟态成的一处区域。区域结构十分类似雅努斯区早期对于光映中心商圈的规划设计。",
"Zenkov_Area_07_Evacuate": "撤离锚点·光映中心",
"Zenkov_AutoBuyCraftConfirm": "将消耗齿轮硬币从大富豪商店购买以下材料,请确认是否购买。",
"Zenkov_BOSS": "强敌",
@@ -4327,6 +4478,8 @@
"Zenkov_Center_LevelMax": "已解锁舱室上限等级4",
"Zenkov_Corp_Desc": "研究站内的特殊邦布,会在调查员重伤时呼叫救援。但调查员的随身物品因载重限制只能留在空洞某处,由小拾遗看守,等待下次调查时将该遗失物回收。",
"Zenkov_Corp_Name": "小拾遗",
+ "Zenkov_CraftToStoreHouse_Desc": "当前仓储容量已达上限,制造道具后将无法领取至仓储,请先整理仓储之后再进行操作。",
+ "Zenkov_CraftToStoreHouse_Title": "仓储容量已达上限",
"Zenkov_Craft_AllCrafting": "所有制作台都在使用中,需领取或取消当前制作道具后使用",
"Zenkov_Craft_GoBattleField": "[获取]调查探索",
"Zenkov_Craft_GoShop1": "[获取]赛季限购",
@@ -4335,18 +4488,18 @@
"Zenkov_DungeonEvent_3": "随探索时间推进,空洞内会出现越来越多的「恶噪声场」!",
"Zenkov_DungeonEvent_4": "进入前可在「大富豪投资处」追加齿轮硬币,换取更高潜在回报,但危险也会提升!",
"Zenkov_ESC_QuitTip": "退出后仅保留安全箱内物资,其他物资将全部丢失",
- "Zenkov_EquipTreasure_Desc": "「神之迷宫」中散落着电磁锁定的保险箱,或许藏有一些好东西。可以通过信号校准强制破解。",
- "Zenkov_EquipTreasure_Title": "电子保险箱",
- "Zenkov_Erosion_NextStage": "下阶段雾区",
+ "Zenkov_EquipTreasure_Desc": "「迷宫诡域」中散落着电磁锁定的保险箱,或许藏有一些好东西。可以通过信号校准强制破解。",
+ "Zenkov_Erosion_AllStageFinish": "恶噪声场已全部生成",
+ "Zenkov_Erosion_NextStage": "恶噪声场生成进度",
"Zenkov_Evacuation_Item": "撤离锚点·提交",
- "Zenkov_Evacuation_Item_Desc": "需要提交某项关键物品才能激活的撤离锚点。",
+ "Zenkov_Evacuation_Item_Desc": "需要提交某项关键物品才能激活的撤离锚点。\n若撤离锚点存在倒计时,在结束后撤离锚点将不可以使用,地图上标记也变为关闭(灰色)状态。",
"Zenkov_Evacuation_Monster": "撤离锚点·歼敌",
- "Zenkov_Evacuation_Monster_Desc": "需要留意区域内敌人的干扰,寻找机会激活的撤离锚点。",
+ "Zenkov_Evacuation_Monster_Desc": "需要留意区域内敌人的干扰,寻找机会激活的撤离锚点。\n若撤离锚点存在倒计时,在结束后撤离锚点将不可以使用,地图上标记也变为关闭(灰色)状态。",
"Zenkov_Evacuation_Quest": "撤离锚点·事件",
- "Zenkov_Evacuation_Quest_Desc": "需要完成某项特殊事件指令才能激活的撤离锚点。",
+ "Zenkov_Evacuation_Quest_Desc": "需要完成某项特殊事件指令才能激活的撤离锚点。\n若撤离锚点存在倒计时,在结束后撤离锚点将不可以使用,地图上标记也变为关闭(灰色)状态。",
"Zenkov_Exp_Context": "在局内安全带出的收益,将以一定比例产出「赛季调查数据」,助力赛季等级成长。\n每5000点收益,即可获得1点「赛季调查数据」。\n多搜多拿,安全撤离,更快地提高赛季等级吧!",
"Zenkov_Exp_SubTitle": "赛季等级",
- "Zenkov_Hard4_Context": "在高危难度下,可在大富豪投资处投资齿轮硬币:投资越多,空洞中产出高价值物资的概率越大。\n当投资齿轮硬币达到200,000、500,000、1,000,000时,会较大幅度提高空洞的探索难度。\n做好准备,挑战极境,夺取至宝吧!",
+ "Zenkov_Hard4_Context": "在高危难度下,可在大富豪投资处投资齿轮硬币:投资越多,空洞中产出高价值物资的概率越大。\n当投资的齿轮硬币增加时,空洞的探索难度也会提高。\n做好准备,挑战极境,夺取至宝吧!",
"Zenkov_Hard4_SubTitle": "关卡有风险,投资需谨慎。",
"Zenkov_Hard4_Title": "大富豪投资处",
"Zenkov_HighTierQuest": "高级事件",
@@ -4356,25 +4509,27 @@
"Zenkov_LotteryBox_Clock": "倒计时",
"Zenkov_Lottery_Name": "富豪转转转",
"Zenkov_LowTierQuest": "常规事件",
+ "Zenkov_LowTierQuest_Desc": "在「神之迷宫」探索过程中会遇到的常规事件。事件探索过程中能收集到一些迷宫探索过程中,常规的必需品。",
"Zenkov_Material_Notforsell_Desc": "部分材料尚未在商店中解锁售卖,请先升级商店。",
"Zenkov_Material_Notforsell_Title": "无法补货制造",
- "Zenkov_MedalTipsText13001": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到10万,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
- "Zenkov_MedalTipsText13002": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到100万,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
- "Zenkov_MedalTipsText13003": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到160万,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
- "Zenkov_MedalTipsText13004": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到250万,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
- "Zenkov_MedalTipsText13005": "在[迷宫诡域:贝果计划]中,[高危]模式下撤离成功时最大单局收益金额达到400万,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
- "Zenkov_MedalTipsText13006": "在[迷宫诡域:贝果计划]中,且[高危]模式下撤离成功时最大单局收益金额达到600万,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
+ "Zenkov_MedalTipsText13001": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到10万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
+ "Zenkov_MedalTipsText13002": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到100万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
+ "Zenkov_MedalTipsText13003": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到160万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季的最大单局收益。",
+ "Zenkov_MedalTipsText13004": "在[迷宫诡域:贝果计划]中,撤离成功时最大单局收益金额达到250万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
+ "Zenkov_MedalTipsText13005": "在[迷宫诡域:贝果计划]中,[高危]模式下撤离成功时最大单局收益金额达到400万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
+ "Zenkov_MedalTipsText13006": "在[迷宫诡域:贝果计划]中,且[高危]模式下撤离成功时最大单局收益金额达到600万,且解锁赛季委托,展示此勋章。\n此勋章记录本赛季最大单局收益的全服排名。",
"Zenkov_MultiDifficulty_Tip": "关卡有风险,投资需谨慎。",
"Zenkov_PreparePage_AvatarCheck": "代理人队伍未满编,是否继续出战?",
"Zenkov_PreparePage_Avatar_NoneTip": "选择代理人后可查看属性和代理人武备效果",
"Zenkov_PreparePage_Durability_AvatarEquip": "代理人武备的耐久度为0,是否直接出战?",
"Zenkov_PreparePage_Durability_Pyrois": "异体刃的耐久度为0,是否直接出战?",
"Zenkov_PreparePage_Durability_TeamEquip": "抗蚀器的耐久度为0,是否直接出战?",
- "Zenkov_PreparePage_Equip_Erosion": "未装备[抗蚀器],是否直接出战?",
+ "Zenkov_PreparePage_Equip_Erosion": "未装备[抗蚀器](抗蚀器可以提高代理人的生存能力),是否直接出战?",
"Zenkov_PreparePage_Equip_Pyrois": "未装备[异体刃],是否直接出战?",
"Zenkov_PreparePage_Equip_TeamEquip": "未穿戴队伍装备(异体刃、抗蚀器),是否直接出战?",
"Zenkov_QuestRewardBanner_Desc": "委托奖励已发放至仓储枢纽",
"Zenkov_QuestRewardBanner_Title": "委托已完成",
+ "Zenkov_Quest_Reward": "奖励预览",
"Zenkov_RecommendLevel_1": "推荐等级:Lv.5",
"Zenkov_ReviveCabin": "紧急医疗舱",
"Zenkov_Revive_Desc": "奥蒙德研究站部署的医疗恢复舱段,可通过提交血液来救治重伤状态的调查员。",
@@ -4384,6 +4539,7 @@
"Zenkov_SettleRewardSellBtn": "确认出售",
"Zenkov_SettleRewardSellDesc": "仓库/背包/安全箱已满,以下撤离奖励将被自动出售",
"Zenkov_SettleRewardSellTitle": "撤离奖励提示",
+ "Zenkov_Share_Interknot_Title": "成功撤离!",
"Zenkov_ShowinHUD_Center1": "基础支撑件 {0}/{1}\n储存单元 {2}/{3}",
"Zenkov_ShowinHUD_Center2": "基础支撑件 {0}/{1}\n基础药粉 {2}/{3}\n衰变核体 {4}/{5}",
"Zenkov_ShowinHUD_Center3": "标准支撑件 {0}/{1}\n高速轴承 {2}/{3}\n异变核体 {4}/{5}",
@@ -4472,10 +4628,11 @@
"Zenkov_SubArea_36_Desc": "光映中心",
"Zenkov_SubmitDoor": "门禁",
"Zenkov_SubmitDoor_Desc": "根据辉金中枢的扫描记录,该处存在锁定状态下的门禁,需要对应的门禁卡才能解锁。",
- "Zenkov_Team_Slot2_Teleport": "前往研发中心解锁",
- "Zenkov_Team_Slot3_Teleport": "前往研发中心解锁",
+ "Zenkov_Team_Slot2_Teleport": "前往[研发中心]解锁方案[满额编队]",
+ "Zenkov_Team_Slot3_Teleport": "前往[研发中心]解锁方案[满额编队]",
"Zenkov_TigerMachine": "富豪转转转",
- "Zenkov_TigerMachine_Desc": "在「神之迷宫」内部调查的HIA邦布似乎在举办某种奖励活动。\n但「天底下没有免费的午餐,空洞中更没有免费的奖励…」",
+ "Zenkov_TigerMachine_Desc": "在「迷宫诡域」内部调查的HIA邦布似乎在举办某种奖励活动。\n但「天底下没有免费的午餐,空洞中更没有免费的奖励…」\n(通过支付生命值获取特殊奖励)",
+ "Zenkov_Title_S1": "迷宫诡域:贝果计划",
"Zenkov_Transmit01": "裂隙·通往风蚀公路",
"Zenkov_Transmit01_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往风蚀公路的某处。",
"Zenkov_Transmit02": "裂隙·通往巴哈姆特仓库",
@@ -4486,14 +4643,15 @@
"Zenkov_Transmit04_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往光映中心的某处。",
"Zenkov_Transmit05": "地铁·前往光映中心",
"Zenkov_Transmit05_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往光映中心的某处。",
- "Zenkov_Transmit06": "裂隙·通往奥蒙德哨站",
- "Zenkov_Transmit06_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往奥蒙德哨站。",
+ "Zenkov_Transmit06": "裂隙·通往奥蒙德研究站",
+ "Zenkov_Transmit06_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往奥蒙德研究站。",
"Zenkov_Transmit07": "裂隙·通往无力野人镇",
"Zenkov_Transmit07_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往无力野人镇的某处。",
"Zenkov_Transmit08": "地铁·前往六昏街",
"Zenkov_Transmit08_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往六昏街的某处。",
"Zenkov_Transmit09": "地铁·前往工业园",
"Zenkov_Transmit09_Desc": "根据辉金中枢的扫描记录,该处空间裂隙可单向通往工业园的某处。",
+ "Zenkov_Transmit10": "裂隙·返回被抓捕位置",
"Zenkov_UnlockMap": "新区域「绮梦沙滩」已解锁",
"Zenkov_UseBlueprint_Desc": "使用蓝图",
"Zenkov_WareHouse_IndexName_5": "贵重物品",
diff --git a/TextMap/TextMap_CHTOverwriteTemplateTb.json b/TextMap/TextMap_CHTOverwriteTemplateTb.json
index f9e3c8e97..227f44ca9 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 33c8ddb6c..b8d93ee2c 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 0836948aa..e30116d26 100644
Binary files a/TextMap/TextMap_ENOverwriteTemplateTb.json and b/TextMap/TextMap_ENOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_ESOverwriteTemplateTb.json b/TextMap/TextMap_ESOverwriteTemplateTb.json
index 4e453a9ad..c9c5f0b09 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 f32c5ff74..207216244 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 7c0c1bb55..efed18961 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 0cab161f4..db1f469e4 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 8256e78b4..4026496fb 100644
Binary files a/TextMap/TextMap_KOOverwriteTemplateTb.json and b/TextMap/TextMap_KOOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_PTOverwriteTemplateTb.json b/TextMap/TextMap_PTOverwriteTemplateTb.json
index 0985df43a..ef68521ef 100644
Binary files a/TextMap/TextMap_PTOverwriteTemplateTb.json and b/TextMap/TextMap_PTOverwriteTemplateTb.json differ
diff --git a/TextMap/TextMap_RUOverwriteTemplateTb.json b/TextMap/TextMap_RUOverwriteTemplateTb.json
index 7d1c01f00..488bda614 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 c303f4f93..6c15674ea 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 a0bc20fc0..90e9f48cd 100644
Binary files a/TextMap/TextMap_VIOverwriteTemplateTb.json and b/TextMap/TextMap_VIOverwriteTemplateTb.json differ