1
0

OSPRODWin3.1.0_R17965013_S17965013_D17965013

This commit is contained in:
DimbreathBot 2026-08-04 10:39:31 +02:00
parent c1428e64cf
commit 099e77002c
588 changed files with 37838 additions and 46804 deletions

View File

@ -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",

View File

@ -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
}
]
}
}
}

View File

@ -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"
}
],

View File

@ -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"
}
],

View File

@ -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"
}
]
},

View File

@ -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"
}
]
},

View File

@ -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"

View File

@ -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": [

View File

@ -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": [

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
},

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -1575,7 +1575,7 @@
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Zenkov_Humanoid"
"Zenkov_NonHumanoid"
],
"IsAdd": true,
"Target": "Self"

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

File diff suppressed because it is too large Load Diff

View File

@ -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"
}

View File

@ -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": [
{

View File

@ -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

View File

@ -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": [
{

View File

@ -64,6 +64,12 @@
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_EnableLastKill",
"PropertyValue": 1,
"Target": "Self"
}
],
"OnZenkovYokaiHenshinEnd": [

View File

@ -5,7 +5,7 @@
"ConfigList": [
{
"AnimatorStateName": "SwitchIn_Normal",
"FrameCountHigh": 225,
"FrameCountHigh": 240,
"FrameCountLow": 86,
"IsLoop": false,
"LayerIndex": 0,

View File

@ -12,7 +12,7 @@
"FloorID": 100101,
"FloorMD5": "3e9b5d6762d945ecd8f6a4ed59276212",
"FloorUsage": "Default",
"FloorVersion": 1785410848,
"FloorVersion": 1785381928,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -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
}
},

View File

@ -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
}
},

View File

@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 121301,
"FloorMD5": "6a759ad8fd3820937af7691300a9fb2a",
"FloorMD5": "cf8dbb0c23f2b14586e84292261bb076",
"FloorUsage": "Default",
"FloorVersion": 1784899849,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -120,9 +120,9 @@
"FloorDecors": [
],
"FloorID": 140402,
"FloorMD5": "d167433398d1ec27e664e67b1706f600",
"FloorMD5": "715210cd88b0ad1f649e060632dcb6c7",
"FloorUsage": "Default",
"FloorVersion": 1784899849,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 150602,
"FloorMD5": "8632ba2db4240a3a1287c566fa0a89d0",
"FloorMD5": "5d9702eccb945e5f6e6542e96350d9b6",
"FloorUsage": "Default",
"FloorVersion": 1784818463,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 160102,
"FloorMD5": "4f4c14987e849cd9e46142cbb6573933",
"FloorMD5": "f98a0b3a39b42b21b6227df3fe784eba",
"FloorUsage": "Default",
"FloorVersion": 1782186833,
"FloorVersion": 1785496650,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -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
}
},

View File

@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 170501,
"FloorMD5": "022795e0d4546583f9580dc87f15e6ff",
"FloorMD5": "101aa0212f9c193b09600c8e016514f0",
"FloorUsage": "Default",
"FloorVersion": 1784878781,
"FloorVersion": 1785334432,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -24,9 +24,9 @@
}
],
"FloorID": 170701,
"FloorMD5": "9e9a472fb61050940c541ba5f7502c18",
"FloorMD5": "f79c04852939f74f498bd789895a93d4",
"FloorUsage": "Default",
"FloorVersion": 1784904628,
"FloorVersion": 1785229118,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 170703,
"FloorMD5": "b5eaf263e8187bff08518768fe69a366",
"FloorMD5": "652cab20238c304bf4a67596a6dd2f20",
"FloorUsage": "Default",
"FloorVersion": 1784818463,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -24,9 +24,9 @@
}
],
"FloorID": 170901,
"FloorMD5": "219dc4c3d3b6f087aab7150437dad438",
"FloorMD5": "b852ec4756ffea536a36c69d331d3b04",
"FloorUsage": "Default",
"FloorVersion": 1785410848,
"FloorVersion": 1785580218,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -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",

View File

@ -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",

View File

@ -16,9 +16,9 @@
}
],
"FloorID": 171402,
"FloorMD5": "0ff23c8a82eac74d6b86b6e0cd5e2f32",
"FloorMD5": "a2b712202413df08a04c1a658acd781c",
"FloorUsage": "Default",
"FloorVersion": 1784899849,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -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",

View File

@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 511090,
"FloorMD5": "c15dac5279f6e20956421ac25ad230f8",
"FloorMD5": "f71bdfbeef1ab19904dedb4eb1fb340c",
"FloorUsage": "Default",
"FloorVersion": 1784810054,
"FloorVersion": 1785753745,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -9,9 +9,9 @@
"FloorDecors": [
],
"FloorID": 511702,
"FloorMD5": "06778036ca73edeb8ecee9eebb6030b6",
"FloorMD5": "4185a27f4968a7b8f0203a79c25330be",
"FloorUsage": "Default",
"FloorVersion": 1784899849,
"FloorVersion": 1785749947,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 600201,
"FloorMD5": "b0710890b6f008ae195cd2082a545b6a",
"FloorMD5": "7051c4d5b3a291795b186abc4dc924df",
"FloorUsage": "Default",
"FloorVersion": 1785410848,
"FloorVersion": 1785395928,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -10,9 +10,9 @@
"FloorDecors": [
],
"FloorID": 600290,
"FloorMD5": "cb8f8c5b62e7d345bd24df91a17f1142",
"FloorMD5": "cecaffa4d8943d16aba9e0523da02ecf",
"FloorUsage": "Default",
"FloorVersion": 1784878781,
"FloorVersion": 1785334432,
"GameplayExternalData": {
"$type": "ConfigFloorExternalDataCollection",
"BattleRegionMap": {

View File

@ -197,7 +197,7 @@
"ModelMappingID": -1,
"MonsterInfo": {
"$type": "ConfigGroupMemberMonsterInfo",
"MonsterID": 31141,
"MonsterID": 31142,
"MonsterIDType": "BaseIDType"
},
"RewardID": 0,

View File

@ -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": [

View File

@ -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": [

View File

@ -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": {

View File

@ -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": {

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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,

View File

@ -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,

View File

@ -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

View File

@ -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,

View File

@ -137,7 +137,7 @@
{
"$type": "GroupZKBattlefieldDifficultyTrait",
"Export2Server": false,
"ZKLevelTagID": 4,
"ZKLevelTagID": 3,
"isDisable": false
},
{

View File

@ -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,

View File

@ -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,

View File

@ -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",

View File

@ -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,

View File

@ -165,7 +165,7 @@
{
"$type": "ZKRewardStateEntry",
"CompareType": "Equal",
"NewRewardID": 10310302,
"NewRewardID": 10310308,
"StateKey": "isErosion",
"StateValue": 1
}

View File

@ -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,

View File

@ -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",

View File

@ -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,

View File

@ -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
}

View File

@ -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,

View File

@ -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",

View File

@ -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,

View File

@ -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",

View File

@ -101,7 +101,7 @@
],
"MemberPosition": {
"x": -211.55716,
"y": 50.4815,
"y": 50.451168,
"z": 43.367706
},
"MemberType": "Gadget",

View File

@ -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,

View File

@ -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",

View File

@ -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,

View File

@ -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
}
}
]
}
}
}

View File

@ -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,

View File

@ -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,

View File

@ -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,

Some files were not shown because too many files have changed in this diff Show More