1
0

OSPRODWin2.0.0_A8624919_D8624919_R8650568_S8624919

This commit is contained in:
Dimbreath 2025-06-05 20:31:30 -03:00
parent 3214ebf917
commit 0fb6ae2ac0
3178 changed files with 1681275 additions and 1091264 deletions

View File

@ -171,6 +171,16 @@
"ID": 2003
}
],
"201": [
{
"AreaName": "MainCity_Whitfield_F2",
"ID": 201001
},
{
"AreaName": "MainCity_Whitfield_F3",
"ID": 201002
}
],
"3": [
{
"AreaName": "MainCityStreet_Garage",

View File

@ -31,6 +31,22 @@
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight02_AtkUpModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
}
],
"Target": "Self"
},
{

View File

@ -4,10 +4,10 @@
"AS_AddedDamageRatio": {
"Value": 0.25
},
"AS_FeverGetRatio": {
"Value": 0.25
"AS_AllDamageResist": {
"Value": -0.25
},
"AS_UltraAddedDamageRatio": {
"AS_FeverGetRatio": {
"Value": 0.25
}
},
@ -26,16 +26,28 @@
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_UltraAddedDamageRatio",
"Target": "Self"
"PropertyKey": "Actor_AllDamageResist",
"PropertyValue": "%AS_AllDamageResist",
"Target": "Target"
},
{
"$type": "ApplyModifier",
@ -55,11 +67,37 @@
},
"Modifiers": {
"AvatarBuff_BossFight12_DMGModifier": {
"Duration": 20,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
"Duration": 30,
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"AvatarBuff_BossFight12_Fever_Buff": {
"Duration": -1,

View File

@ -359,13 +359,13 @@
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "AbyssS2_Perk_Common_BurningBlood_06_Vignette"
"EffectKey": "AbyssS2_Perk_Common_BurningBlood_06_Vignette",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "AbyssS2_Perk_Common_BurningBlood_05_ScreenEffects"
"EffectKey": "AbyssS2_Perk_Common_BurningBlood_05_ScreenEffects",
"EffectType": "ScreenEffects"
}
]
}

View File

@ -37,6 +37,7 @@
{
"$type": "ByHasModifier",
"ModifierNameList": [
"RecoverTimeCount"
],
"OperatorType": "Not",
"Target": "LocalAvatar"
@ -44,7 +45,7 @@
],
"SuccessActions": [
{
"$type": "RecoverFeverAction",
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverRecover",
"IgnoreRatio": false,
"Target": "LocalAvatar"

View File

@ -1,11 +1,14 @@
{
"AbilityName": "AbyssS2_SwitchBuild_Card_A02",
"AbilitySpecials": {
"AS_BaseAtkRatio_Add": {
"Value": 0.1
},
"AS_Duration": {
"Value": 30
},
"AS_Hiisazu": {
"Value": 0.15
"Value": 0.8
}
},
"AbilityStacking": "Unique",
@ -29,16 +32,17 @@
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
"StrengthType": "Normal",
"Target": "Other"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
"StrengthType": "Elite",
"Target": "Other"
}
]
],
"Target": "Other"
},
{
"$type": "ByOr",
@ -46,14 +50,15 @@
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid"
"BeHitAid",
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid",
"AttackQTE",
"ChainAttack"
],
"Target": "Self"
@ -62,19 +67,70 @@
}
],
"SuccessActions": [
{
"$type": "LogStringAction",
"LogStr": "测试通过"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_EnableLastKill",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Target",
"soundActionKey": "Play_SFX_Char_TarotCard_Gun_2010301"
},
{
"$type": "ApplyModifier",
"ModifierName": "AttackBuff_Manager",
"Target": "TeamAvatars"
}
]
}
]
},
"Modifiers": {
"AttackBuff": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio_Add"
}
},
"AttackBuff_Manager": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AttackBuff",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierCaster": "Self",
"ModifierNameList": [
"AttackBuff"
],
"OperatorType": "Not"
}
],
"Target": "Self"
}
]
}
}
}

View File

@ -16,9 +16,24 @@
"ModifierName": "AbyssS2_SwitchBuild_Card_B01_Buff",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid",
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ChainAttack"
],
"Target": "Self"
}
]
}
],

View File

@ -24,18 +24,30 @@
"Target": "Self"
}
],
"OnSwitchInBegin": [
"OnSwitchTriggered": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
],
"OnSwitchOutFinish": [
{
"$type": "RemoveModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "RemoveModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
]
}
]
},

View File

@ -13,7 +13,7 @@
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "DefenseDown_Modifier",
"ModifierName": "DefenseDown_Modifier_Controller",
"Predicates": [
{
"$type": "ByOr",
@ -21,15 +21,18 @@
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid"
]
"BeHitAid",
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid",
"AttackQTE",
"ChainAttack"
]
],
"Target": "Self"
}
]
}
@ -41,10 +44,68 @@
"Modifiers": {
"DefenseDown_Modifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"ModifierStacking": "GlobalUnique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AbyssS2_SwitchBuild_Card_B03_ZoneTag"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AbyssS2_SwitchBuild_Card_B03_ZoneTag"
],
"IsAdd": false,
"Target": "Self"
}
],
"Properties": {
"Actor_DefenceRatio": "%AS_DefenceRatio"
}
},
"DefenseDown_Modifier_Controller": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"AbyssS2_SwitchBuild_Card_B03_ZoneTag"
]
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "DefenseDown_Modifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "RemoveModifier",
"ModifierName": "DefenseDown_Modifier",
"ModifierTargetType": "SameNameAbility",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "DefenseDown_Modifier",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}

View File

@ -6,12 +6,6 @@
},
"AS_Duration_Upgrade": {
"Value": 15
},
"AS_MaxStackNumber_Default": {
"Value": 10
},
"AS_MaxStackNumber_UpGrade": {
"Value": 20
}
},
"AbilityStacking": "Unique",
@ -37,17 +31,6 @@
"ParamType": "Float"
}
]
},
{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_MaxStackNumber_UpGrade",
"ParamName": "AS_StackNumber",
"ParamType": "Float"
}
]
}
]
}
@ -73,17 +56,6 @@
"ParamType": "Float"
}
]
},
{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_MaxStackNumber_Default",
"ParamName": "AS_StackNumber",
"ParamType": "Float"
}
]
}
]
}

View File

@ -1,6 +1,12 @@
{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01_Upgrade_03",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.1
},
"AS_BaseAttackRatio": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
@ -11,6 +17,38 @@
"SwitchBuild_Relic_01_Upgrade_03"
],
"IsAdd": true
},
{
"$type": "SetTargetAbilitySpecialAction",
"Params": [
{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_BaseAttackRatio",
"ParamName": "AS_BaseAttackRatio",
"ParamType": "Float"
}
]
}
]
},
{
"$type": "SetTargetAbilitySpecialAction",
"Params": [
{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_AddedDamageRatio",
"ParamName": "AS_AddedDamageRatio",
"ParamType": "Float"
}
]
}
]
}
],
"OnRemoved": [

View File

@ -1,4 +1,18 @@
{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"Astar_Modifier_Controller"
],
"Target": "Self",
"ZoneTag": "Singing"
}
]
}
],
"AbilityName": "AbyssS2_SwitchBuild_Relic_02",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
@ -31,6 +45,137 @@
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "AddAidAttackConditionAction",
"ConditionConfig": {
"AidAttackTagList": [
{
"CloseDelayTime": 0,
"Tag": "AidAttack_Common_Chain",
"TagHolder": "LocalAvatar"
}
],
"OverrideParam": {
"ChainAidNextSlotSwitchInPosRot": {
"CoordsOption": "Relative",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupPositionOffset": {
"x": 3,
"y": 0,
"z": -3
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 3,
"y": 0,
"z": -3
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "Self",
"OffsetReferTarget": "Target"
}
},
"ChainAidPrevSlotSwitchInPosRot": {
"CoordsOption": "Relative",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupPositionOffset": {
"x": -3,
"y": 0,
"z": -3
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": -3,
"y": 0,
"z": -3
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "Self",
"OffsetReferTarget": "Target"
}
},
"IsMustOnBackstage": false,
"OnAidAttackBegin": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common_Chain",
"AidAttack_Common_Chain_Perfect"
],
"IsAdd": false,
"Target": "TeamAvatars"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_AbyssS2_SwitchBuild_Relic",
"ParamType": 2,
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1191
}
],
"Target": "Self"
}
],
"Priority": 1,
"SwitchInIndex": 30
},
"SwitchType": "ChainAid"
},
"Key": "AbyssS2_SwitchBuild_Relic_ChainAid"
},
{
"$type": "PushOverrideAidAttackPriorityAction",
"AidAttackTagList": [
"AidAttack_Parry_L"
],
"Priority": 40,
"Tag": "AbyssS2_SwitchBuild_Priority_AidAttack_Parry_L",
"Target": "Self"
},
{
"$type": "PushOverrideAidAttackPriorityAction",
"AidAttackTagList": [
"AidAttack_Parry_H"
],
"Priority": 40,
"Tag": "AbyssS2_SwitchBuild_Priority_AidAttack_Parry_H",
"Target": "Self"
}
],
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
@ -45,6 +190,13 @@
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackAid",
"AssaultAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
@ -67,6 +219,25 @@
"$type": "ByCauseStun",
"IsCauseStun": true,
"Target": "Self"
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Rina_Drusilla_SwitchIn_Attack_Ex_AttackProperty_01_01",
"Rina_Drusilla_SwitchIn_Attack_Ex_AttackProperty_01_02",
"Rina_Anastacia_SwitchIn_Attack_Ex_AttackProperty_01_02",
"Rina_Anastacia_SwitchIn_Attack_Ex_AttackProperty_01_01"
]
}
]
}
],
"SuccessActions": [
@ -109,7 +280,73 @@
]
}
],
"OnSkillStart": [
"OnSwitchInFinish": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_AbyssS2_SwitchBuild_Relic",
"ParamType": 2,
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1191
}
],
"Target": "Self"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Luckyboo_AidSkill_Relic_02"
],
"Target": "Self"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
},
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Perfect"
]
}
]
}
],
"SuccessActions": [
{
"$type": "PopOverrideAidAttackSwitchParamAction",
"Tag": "AbyssS2_SwitchBuild_Relic02_Bangboo",
"Target": "TeamAvatars"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Luckyboo_AidSkill_Relic_02"
],
"IsAdd": false,
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "WitchModifier",
"Target": "LocalAvatar"
}
]
}
],
"OnSwitchTriggerInInstant": [
{
"$type": "BranchOperator",
"Conditions": [
@ -117,14 +354,16 @@
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
},
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Perfect"
]
}
]
}
@ -132,37 +371,46 @@
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Normal",
"Target": "Self"
}
]
}
],
"OnSwitchInBegin": [
{
"$type": "BranchOperator",
"Conditions": [
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
"Target": "TeamAvatars"
},
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
}
],
"SuccessActions": [
"$type": "ApplyModifier",
"ModifierName": "ChainAidTag_Modifier",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "ChainAidAttack_Normal",
"ModifierTargetType": "SameNameAbility",
"Target": "LocalAvatar"
},
{
"$type": "SetAbilitySpecialByModifierStackCount",
"DoRefresh": true,
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
"ModifierTargetType": "SameNameAbility",
"ModifyFunction": "Replace",
"ParamName": "CurTrigger_Time",
"Percentage": 1,
"Target": "Self"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"CompareType": "Greater",
"Param": "%Trigger_Time",
"ParamName": "CurTrigger_Time"
"ParamName": "CurTrigger_Time",
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Normal_Show",
"Target": "LocalAvatar"
}
],
"SuccessActions": [
@ -175,35 +423,230 @@
"$type": "RemoveModifier",
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
"ModifierTargetType": "SameNameAbility",
"StackCount": 999,
"Target": "TeamAvatars"
},
{
"$type": "SetAbilitySpecialAction",
"DoRefresh": true,
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "CurTrigger_Time",
"Target": "Self"
},
{
"$type": "PopOverrideAidAttackSwitchParamAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_02_Upgrade_01"
]
}
],
"Tag": "AbyssS2_SwitchBuild_Relic02_QTEChainAid"
}
]
}
]
}
],
"OnSwitchTriggered": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common_Chain",
"AidAttack_Common_Chain_Perfect"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count": {
"Duration": -1,
"MaxStackingNumber": 99,
"ModifierStacking": "MultipleAllRefresh"
},
"Astar_Modifier_Controller": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RemoveAidAttackConditionAction",
"Key": "AbyssS2_SwitchBuild_Relic_ChainAid",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "AddAidAttackConditionAction",
"ConditionConfig": {
"AidAttackTagList": [
{
"CloseDelayTime": 0,
"Tag": "AidAttack_Common_Chain",
"TagHolder": "LocalAvatar"
}
],
"OverrideParam": {
"ChainAidNextSlotSwitchInPosRot": {
"CoordsOption": "Relative",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupPositionOffset": {
"x": 3,
"y": 0,
"z": -3
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 3,
"y": 0,
"z": -3
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "Self",
"OffsetReferTarget": "Target"
}
},
"ChainAidPrevSlotSwitchInPosRot": {
"CoordsOption": "Relative",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"BackupPositionOffset": {
"x": -3,
"y": 0,
"z": -3
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": -3,
"y": 0,
"z": -3
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"BackupOffsetReferTarget": "Self",
"OffsetReferTarget": "Target"
}
},
"IsMustOnBackstage": false,
"OnAidAttackBegin": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common_Chain",
"AidAttack_Common_Chain_Perfect"
],
"IsAdd": false,
"Target": "TeamAvatars"
}
],
"Priority": 30,
"SwitchInIndex": 30
},
"SwitchType": "ChainAid"
},
"Key": "AbyssS2_SwitchBuild_Relic_ChainAid"
}
]
},
"ChainAidAttack_Normal": {
"Duration": 2,
"ModifierStacking": "Replace",
"ModifierStacking": "GlobalUnique",
"OnAdded": [
{
"$type": "SetAbilitySpecialByModifierStackCount",
"DoRefresh": true,
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
"ModifierTargetType": "SameNameAbility",
"ModifyFunction": "Replace",
"ParamName": "CurTrigger_Time",
"Percentage": 1,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ChainAidAttack_Normal"
"AidAttack_Common_Chain"
],
"IsAdd": true,
"Target": "LocalAvatar"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": "%Trigger_Time",
"ParamName": "CurTrigger_Time",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "LogStringAction",
"LogStr": "按理说该触发了"
},
{
"$type": "PushOverrideAidAttackSwitchParamAction",
"AidAttackTagList": [
"AidAttack_Common_Chain"
],
"LockTargetID": "QTE_Tick_LockTarget_01",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_02_Upgrade_01"
]
}
],
"SwitchInIndex": 10,
"Tag": "AbyssS2_SwitchBuild_Relic02_QTEChainAid",
"Target": "TeamAvatars"
}
]
},
{
"$type": "TryOpenAidAttackWindowWithSwitchDataTagAction",
"CheckZoneTagList": [
"ChainAidAttack_Normal"
"AidAttack_Common_Chain"
],
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
@ -214,13 +657,88 @@
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ChainAidAttack_Normal"
"AidAttack_Common_Chain"
],
"IsAdd": false,
"Target": "LocalAvatar"
}
]
},
"ChainAidAttack_Normal_Show": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_FireSupport_UI",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"NeedRaycastGround": false,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
},
"RandomAngleRange": {
"x": 0,
"y": 0,
"z": 0
},
"RandomPositionRange": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Camera"
}
},
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Caster",
"soundActionKey": "Play_SFX_Char_Skill_ChainAttack_Start_Zero"
}
]
},
"ChainAidTag_Modifier": {
"Duration": 3,
"ModifierStacking": "Replace",
"OnHitOtherPre": [
{
"$type": "ModifyAttackDataTagList",
"AddedAttackPropertyTagList": [
"ChainAttack"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target": "Self"
}
]
}
],
"OnSwitchOutFinish": [
{
"$type": "RemoveModifier",
"ModifierName": "ChainAidTag_Modifier",
"Target": "Self"
}
]
},
"InvincibleBuffModifier": {
"Duration": -1,
"ModifierStacking": "Refresh",
@ -297,6 +815,48 @@
],
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_FireSupport_UI",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"NeedRaycastGround": false,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
},
"RandomAngleRange": {
"x": 0,
"y": 0,
"z": 0
},
"RandomPositionRange": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Camera"
}
},
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Self",
"soundActionKey": "Play_SFX_Char_Skill_ChainAttack_Start_Zero"
},
{
"$type": "AttachModifier",
"ModifierName": "InvincibleBuffModifier",
@ -331,45 +891,96 @@
"$type": "ProcessScreenEffectAction",
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
"EffectType": "ColorAdjustments"
},
{
"$type": "ApplyModifier",
"ModifierName": "WitchModifier_Buff",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_02_Upgrade_02"
],
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
],
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "WitchSlowDown_Vignette_01"
"EffectKey": "WitchSlowDown_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "WitchSlowDown_RadialBlur_01"
"EffectKey": "WitchSlowDown_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "VREffects",
"TargetKey": "WitchSlowDown_VREffects_01"
"EffectKey": "WitchSlowDown_VREffects_01",
"EffectType": "VREffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "WitchSlowDown_ScreenEffects_01"
"EffectKey": "WitchSlowDown_ScreenEffects_01",
"EffectType": "ScreenEffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "FXFog",
"TargetKey": "WitchSlowDown_FXFog_01"
"EffectKey": "WitchSlowDown_FXFog_01",
"EffectType": "FXFog"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ColorAdjustments",
"TargetKey": "WitchSlowDown_ColorAdjustments_01"
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
"EffectType": "ColorAdjustments"
},
{
"$type": "RemoveModifier",
"ModifierName": "WitchModifier_Buff",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_02_Upgrade_02"
],
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
],
]
},
"WitchModifier_Buff": {
"Duration": -1,
"ModifierStacking": "Replace",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAttackRatio",
"Actor_BreakStunRatio": "%AS_BreakStunRatio",
"Actor_ElementAbnormalPowerRatio": "%AS_ElementAbnormalPowerRatio"
}
}
}
},
"OnAbilityTrigger": [
{
"$type": "PushOverrideAidAttackSwitchParamAction",
"AidAttackTagList": [
"AidAttack_Common_Chain"
],
"LockTargetID": "QTE_Tick_LockTarget_01",
"SwitchInIndex": 10,
"Tag": "AbyssS2_SwitchBuild_Relic02_Bangboo",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Luckyboo_AidSkill_Relic_02"
],
"Target": "Self"
}
]
}

View File

@ -25,7 +25,7 @@
"Modifiers": {
"RandomControler_Modifier": {
"ModifierStacking": "Unique",
"OnSkillStart": [
"OnSkillStartResolve": [
{
"$type": "SetAbilitySpecialsByFerverConsume",
"ModifyFunction": "Replace",

View File

@ -73,6 +73,10 @@
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByIsConsumeFever",
"Target": "Self"
}
],
"Target": "Self"
@ -87,6 +91,10 @@
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByIsConsumeFever",
"Target": "Self"
}
],
"PropertyType": "CurIndividualFever",
@ -101,6 +109,10 @@
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByIsConsumeFever",
"Target": "Self"
}
],
"Target": "Self",
@ -114,6 +126,10 @@
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByIsConsumeFever",
"Target": "Self"
}
],
"Target": "Self"

View File

@ -215,33 +215,33 @@
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "WitchSlowDown_Vignette_01"
"EffectKey": "WitchSlowDown_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "WitchSlowDown_RadialBlur_01"
"EffectKey": "WitchSlowDown_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "VREffects",
"TargetKey": "WitchSlowDown_VREffects_01"
"EffectKey": "WitchSlowDown_VREffects_01",
"EffectType": "VREffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "WitchSlowDown_ScreenEffects_01"
"EffectKey": "WitchSlowDown_ScreenEffects_01",
"EffectType": "ScreenEffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "FXFog",
"TargetKey": "WitchSlowDown_FXFog_01"
"EffectKey": "WitchSlowDown_FXFog_01",
"EffectType": "FXFog"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ColorAdjustments",
"TargetKey": "WitchSlowDown_ColorAdjustments_01"
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
"EffectType": "ColorAdjustments"
}
]
}

View File

@ -103,21 +103,21 @@
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_VREffects",
"EffectType": "VREffects",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_VREffects"
"Target": "Self"
},
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_FXColorCorrection",
"EffectType": "FXColorCorrection",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_FXColorCorrection"
"Target": "Self"
},
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_GaussianBlur",
"EffectType": "GaussianBlur",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_GaussianBlur"
"Target": "Self"
}
]
}

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -482,13 +482,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -470,13 +470,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -462,13 +462,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -111,7 +111,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
],
"Priority": 3,
@ -184,7 +184,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -20,7 +20,7 @@
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"y": 1.2,
"z": 0
},
"RandomAngleRange": {
@ -36,11 +36,7 @@
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "MiddlePoint",
"BackupOffsetReferTarget": "Self",
"FeaturePointFirst": true,
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "SelfAttackTarget"
}
},

View File

@ -385,7 +385,7 @@
"$type": "PushMuteAidAttackSwitchTypeAction",
"SwitchTypeList": [
"BeHitAid",
"ParryAid",
"EvadeAid",
"NoEnergyPerfectSwitchAid"
],
"Tag": "Astra_Singing_Aid",
@ -813,6 +813,34 @@
"Target": "Caster"
}
],
"OnCustomEventReceived": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Astra_EnterElevator"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EnterElevator"
}
]
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Astra_EnterElevator"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ExitElevator"
}
]
}
],
"OnSwitchInBegin": [
{
"$type": "SetAnimCtrlerParamAction",
@ -3049,6 +3077,32 @@
"Target": "Self"
}
]
},
{
"$type": "RemoveModifier",
"ModifierName": "SingModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Astra_IsInInteractState"
],
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Astra_EnterElevator"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
],
"OnAttackLanded": [
@ -3120,6 +3174,36 @@
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "RemoveModifier",
"ModifierName": "SingModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "CustomEvent_GalCutsceneComic_Start"
},
{
"$type": "ByCustomEvent",
"EventKey": "CustomEvent_Chat_Start"
},
{
"$type": "ByCustomEvent",
"EventKey": "CustomEvent_CameraCutscene_Start"
},
{
"$type": "ByCustomEvent",
"EventKey": "EnterElevator"
}
]
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
@ -3331,20 +3415,6 @@
{
"$type": "ApplyModifier",
"ModifierName": "SingModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Astra_IsInInteractState"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
},
{

View File

@ -9,17 +9,104 @@
},
"AS_InvincibleModifier_Duration": {
"Value": 60
},
"AS_RecoverFeverCD": {
"Value": 180,
"ValueType": "Float"
},
"AS_RecoverFeverCD_Cache": {
"Value": 0,
"ValueType": "Float"
},
"AS_RecoverFeverCD_Real": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByGameContextType",
"GameType": "StreamingGame",
"SubGameType": "All"
}
],
"FailureActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "scenevar(AS_RecoverFeverCD_Real)",
"ParamName": "AS_RecoverFeverCD_Real",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD_Real",
"ParamName": "AS_RecoverFeverCD_Cache",
"ParamType": "Float"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "LessEqual",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD",
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD",
"ParamName": "AS_RecoverFeverCD_Cache",
"ParamType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Target": "Self"
}
]
}
],
"OnHitOther": [
@ -142,6 +229,36 @@
"Target": "Self"
}
]
},
"SmoothDecreaseCDModifier": {
"Duration": "%AS_RecoverFeverCD",
"ModifierMixins": [
{
"$type": "SmoothBlendAbilitySpecialMixin",
"AbilitySpecial": "AS_RecoverFeverCD_Real",
"BlendCurve": "Linear",
"BlendTime": "%AS_RecoverFeverCD_Cache",
"TargetValue": 0
}
],
"ModifierStacking": "Unique",
"OnThinkInterval": [
{
"$type": "RemoveModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "LessEqual",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"Target": "Self"
}
],
"ThinkInterval": 0.1
}
}
}

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -502,13 +502,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
],
"Priority": 3,
@ -175,7 +175,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -458,13 +458,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -311,11 +311,36 @@
"AS_AddedDamageRatio": {
"Value": 0
},
"AS_AddedDamageRatio_CardS301": {
"Value": 0
},
"AS_AddedDamageRatio_Card_S_01": {
"Value": 0
},
"AS_CardS301": {
"Value": false,
"ValueType": "Boolean"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Billy_CardS3_Base_01",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Billy_CardS3_Base_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AddedDamageRatioModifier": {
"DelayHandlers": [
@ -333,6 +358,32 @@
"Enhance_S3"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Billy_Card_S_03"
]
}
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Billy_CardS3_Base_01_Upgrade_01",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Enhance_S3"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Billy_CardS3_Base_01_Upgrade_01"
]
}
],
"Target": "Self"
@ -353,6 +404,36 @@
"Enhance_S1"
],
"Target": "Self"
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": false,
"ParamName": "AS_CardS301",
"ParamType": "Boolean",
"Target": "Caster"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "AddedDamageRatioModifier_CardS301",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Enhance_S1"
],
"Target": "Self"
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": true,
"ParamName": "AS_CardS301",
"ParamType": "Boolean",
"Target": "Caster"
}
],
"Target": "Self"
@ -363,12 +444,24 @@
"$type": "RemoveModifier",
"ModifierName": "AddedDamageRatioModifier_Card_S_01",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "AddedDamageRatioModifier_CardS301",
"Target": "Self"
}
],
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
},
"AddedDamageRatioModifier_CardS301": {
"Duration": -1,
"ModifierStacking": "Refresh",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio_CardS301"
}
},
"AddedDamageRatioModifier_Card_S_01": {
"Duration": -1,
"ModifierStacking": "Refresh",

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -175,7 +175,7 @@
{
"$type": "RemoveModifier",
"ModifierName": "FireDamageResistDebuffModifier",
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
}

View File

@ -40,7 +40,7 @@
{
"$type": "RemoveModifier",
"ModifierName": "DebuffModifier",
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
],
"Val": 0
@ -452,7 +452,7 @@
"Target": "Other"
}
],
"OnPatternAttackLandedFinished": [
"OnPatternAttackLandedFinishedInstant": [
{
"$type": "ApplyModifier",
"ModifierName": "ExplodeCDModifer_Talent04",
@ -712,7 +712,7 @@
"Target": "Caster"
}
],
"OnPatternAttackLandedFinished": [
"OnPatternAttackLandedFinishedInstant": [
{
"$type": "ApplyModifier",
"ModifierName": "ExplodeCDModifer",
@ -819,6 +819,19 @@
],
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "RemoveModifier",
"ModifierName": "DebuffModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Monster_Disappear_Start"
}
],
"Target": "Self"
}
]
},
"ExplodeCDModifer": {

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -437,12 +437,8 @@
],
"OnRemoved": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Caesar_Weapon_2"
],
"Tag": "Caesar_Weapon_2",
"Visible": true
"$type": "PopRenderVisibleAction",
"Tag": "Caesar_Weapon_2"
}
]
}

View File

@ -460,7 +460,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -483,7 +483,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -610,7 +610,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -777,7 +777,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -800,7 +800,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -927,7 +927,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -64,12 +64,8 @@
],
"OnRemoved": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Caesar_Weapon_2"
],
"Tag": "Caesar_Weapon_2",
"Visible": true
"$type": "PopRenderVisibleAction",
"Tag": "Caesar_Weapon_2"
},
{
"$type": "FireEffect",

View File

@ -158,8 +158,8 @@
"OnAdded": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "Avatar_Default_Character_Ghost_01"
"EffectKey": "Avatar_Default_Character_Ghost_01",
"EffectType": "ScreenEffects"
},
{
"$type": "ProcessScreenEffectAction",
@ -186,8 +186,8 @@
"OnAvatarTransferred": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "Avatar_Default_Character_Ghost_01"
"EffectKey": "Avatar_Default_Character_Ghost_01",
"EffectType": "ScreenEffects"
},
{
"$type": "ProcessScreenEffectAction",
@ -482,8 +482,8 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "Avatar_Default_Character_Ghost_01"
"EffectKey": "Avatar_Default_Character_Ghost_01",
"EffectType": "ScreenEffects"
},
{
"$type": "ApplyModifier",

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -432,13 +432,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -64,7 +64,19 @@
"Corin_Attack_AssaultAid_AttackProperty_05_01",
"Corin_Attack_AssaultAid_AttackProperty_05_02_01",
"Corin_Attack_AssaultAid_AttackProperty_05_02_02",
"Corin_Attack_AssaultAid_AttackProperty_05_02_03"
"Corin_Attack_AssaultAid_AttackProperty_05_02_03",
"Corin_Attack_Rush_Enhance_AttackProperty_01_01",
"Corin_Attack_Rush_Enhance_AttackProperty_01_02",
"Corin_Attack_Rush_Enhance_AttackProperty_01_03",
"Corin_Attack_Rush_Enhance_AttackProperty_01_04",
"Corin_Attack_Rush_Enhance_AttackProperty_02",
"Corin_Attack_Branch_03_AttackProperty_02_02_01",
"Corin_Attack_Branch_03_AttackProperty_02_02_02",
"Corin_Attack_Branch_03_AttackProperty_02_03_01",
"Corin_Attack_Branch_03_AttackProperty_02_03_02",
"Corin_Attack_Branch_03_AttackProperty_03",
"Corin_Attack_Overload_AttackProperty_01",
"Corin_Attack_Normal_04_AttackProperty_04_01"
],
"Target": "Self"
}

View File

@ -136,7 +136,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -213,7 +213,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -290,7 +290,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -293,6 +293,27 @@
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Ellen_CardS3_Base_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_AddedEnhanceCount",
"Value": 1,
"ValueType": "Integer"
}
],
"Instant": true,
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Ellen_CardS3_Base_01"
]
}
],
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Amount": 1,
@ -347,6 +368,27 @@
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Ellen_CardS3_Base_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_AddedEnhanceCount",
"Value": 1,
"ValueType": "Integer"
}
],
"Instant": true,
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Ellen_CardS3_Base_01"
]
}
],
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Amount": 1,
@ -1004,6 +1046,11 @@
],
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "WaitForRemoveEffectModifier_EffectBackUp",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "EffectModifier",
@ -1049,7 +1096,39 @@
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "WaitForRemoveEffectModifier_EffectBackUp",
"Target": "Self"
}
]
},
"WaitForRemoveEffectModifier_EffectBackUp": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Normal_Enhance_01",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EffectModifier"
]
}
],
"IsSeam": false
}
],
"ModifierStacking": "Replace"
}
},
"OnAbilityStart": [
@ -1334,14 +1413,6 @@
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_03_Card",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_AssaultAid_Back",

View File

@ -101,7 +101,7 @@
},
{
"AnimatorStateName": "Attack_Normal_Enhance_03_Back",
"FrameCountHigh": 10,
"FrameCountHigh": 9,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
@ -182,14 +182,6 @@
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
},
{
"$type": "ByAnimatorStateNormalizedTime",
"AnimatorStateName": "Attack_Normal_Enhance_03_Card",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false
}
],
"Target": "Self"

View File

@ -502,13 +502,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -12,6 +12,12 @@
"EventGraph": {
"EditorOnlyData": {
"Event": {
"CheckDestoryProp": {
"Position": {
"x": -9.999939,
"y": 1850
}
},
"OnAdded": {
"Position": {
"x": -170,
@ -20,17 +26,23 @@
},
"OnHitWall": {
"Position": {
"x": 490,
"y": 1440
"x": 240,
"y": 1370
}
},
"OnHitWallR": {
"Position": {
"x": 230,
"y": 1590
}
}
},
"Graph": {
"Pan": {
"x": -319,
"y": -72
"x": -1386,
"y": -741
},
"Zoom": 1.15
"Zoom": 1.520875
},
"Group": [
],
@ -91,14 +103,14 @@
},
{
"Position": {
"x": 1760,
"y": 1460
"x": 1740,
"y": 1850
}
},
{
"Position": {
"x": 730,
"y": 1440
"x": 550,
"y": 1370
}
},
{
@ -115,20 +127,20 @@
},
{
"Position": {
"x": 1160,
"y": 1680
"x": 740,
"y": 2000
}
},
{
"Position": {
"x": 1140,
"y": 1460
"x": 940.0001,
"y": 1850
}
},
{
"Position": {
"x": 1400,
"y": 1460
"x": 1200,
"y": 1850
}
},
{
@ -151,26 +163,26 @@
},
{
"Position": {
"x": 1470,
"y": 1630
"x": 1480,
"y": 2040
}
},
{
"Position": {
"x": 580,
"y": 1574
}
},
{
"Position": {
"x": 950,
"x": 320,
"y": 1460
}
},
{
"Position": {
"x": 0,
"y": 0
"x": 820.0001,
"y": 1390
}
},
{
"Position": {
"x": 3.051758E-05,
"y": 1940
}
},
{
@ -178,10 +190,91 @@
"x": 1550,
"y": 480
}
},
{
"Position": {
"x": 570,
"y": 1590
}
},
{
"Position": {
"x": 360,
"y": 1850
}
},
{
"Position": {
"x": 180,
"y": 1960
}
},
{
"Position": {
"x": 3.051758E-05,
"y": 2020
}
},
{
"Position": {
"x": 1960,
"y": 1850
}
},
{
"Position": {
"x": 1740,
"y": 1960
}
},
{
"Position": {
"x": 310,
"y": 1680
}
},
{
"Position": {
"x": 820,
"y": 1610
}
},
{
"Position": {
"x": 1020,
"y": 1400
}
},
{
"Position": {
"x": 1020,
"y": 1620
}
},
{
"Position": {
"x": 1680,
"y": 990
}
},
{
"Position": {
"x": 1440,
"y": 1850
}
}
]
},
"EventMap": {
"CheckDestoryProp": {
"$type": "ConfigAbilityGraphEvent",
"CustomParams": [
],
"EventNodeBind": 25,
"IsCustom": true,
"ParametersBind": [
]
},
"OnAdded": {
"$type": "ConfigAbilityGraphEvent",
"EventNodeBind": 0,
@ -195,6 +288,15 @@
"ParametersBind": [
],
"Template": "CustomEvent"
},
"OnHitWallR": {
"$type": "ConfigAbilityGraphEvent",
"CustomParams": [
],
"EventNodeBind": 24,
"IsCustom": true,
"ParametersBind": [
]
}
},
"NodeList": [
@ -317,9 +419,9 @@
"$type": "AttachRaycaster",
"ColliderConfig": {
"$type": "ConfigurableColliderConfig",
"BoxColliderDistance": 0,
"BoxColliderHeight": 0,
"BoxColliderWidth": 0,
"BoxColliderDistance": 1,
"BoxColliderHeight": 1.5,
"BoxColliderWidth": 1,
"CapsuleColliderHeight": 0,
"CapsuleColliderRadius": 0,
"ColliderAngleOffset": {
@ -328,11 +430,11 @@
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 1.25,
"z": 2.5
"x": -2.5,
"y": 0.75,
"z": 4
},
"ColliderType": "FanCylinder",
"ColliderType": "Box",
"DynamicObjectName": "",
"FanCylinderColliderAngle": 45,
"FanCylinderColliderHeight": 0.5,
@ -340,7 +442,7 @@
"FanCylinderColliderVertexNum": 12,
"SphereColliderRadius": 0
},
"DefaultOutBind": -1,
"DefaultOutBind": 34,
"HitLayer": "StageCollider",
"OnHitDodgeDummy": {
},
@ -370,7 +472,7 @@
},
{
"$type": "DestroyEffectNode",
"DefaultOutBind": -1,
"DefaultOutBind": 28,
"EffectID": {
"$type": "ConfigInputValue",
"BindId": 1002
@ -449,7 +551,7 @@
},
{
"$type": "CreateEffectNode",
"DefaultOutBind": 9,
"DefaultOutBind": 35,
"EffectID": {
"$type": "ConfigOutputValue"
},
@ -476,7 +578,7 @@
"Complete": 7,
"DefaultOutBind": -1,
"DelayTime": {
"DefaultValue": 1
"DefaultValue": 0.5
}
},
{
@ -489,7 +591,7 @@
"$type": "ConfigInputValue",
"BindId": 0
},
"UsePropDoFrameHalt": false
"UsePropDoFrameHalt": true
},
{
"$type": "SetVariable",
@ -531,19 +633,25 @@
"$type": "ConfigDynamicValueBool",
"Value": true
},
"DefaultOutBind": 14,
"DefaultOutBind": 32,
"Input": {
"$type": "ConfigInputValue",
"BindId": 0
},
"PreActionBind": [
],
"VarScope": "Entity",
"VariableKey": "HitWall"
},
{
"$type": "PlaceholderNode",
"DefaultOutBind": -1
"$type": "GetVariable",
"DefaultOutBind": -1,
"Output": {
"$type": "ConfigOutputValue",
"BindId": [
1009
]
},
"VarScope": "Auto",
"VariableKey": "HitWall_R"
},
{
"$type": "SetVariable",
@ -554,6 +662,192 @@
},
"VarScope": "Entity",
"VariableKey": "HitWall"
},
{
"$type": "BranchNode",
"Condition": {
"BindId": 1013
},
"DefaultOutBind": -1,
"FalseBind": 31,
"PreActionBind": [
30
],
"TrueBind": -1
},
{
"$type": "BranchNode",
"Condition": {
"BindId": 1011
},
"DefaultOutBind": -1,
"FalseBind": -1,
"PreActionBind": [
26
],
"TrueBind": 14
},
{
"$type": "BoolAndNode",
"DefaultOutBind": -1,
"ParamOne": {
"BindId": 1009
},
"ParamTwo": {
"BindId": 1010
},
"PreActionBind": [
22,
27
],
"Result": {
"$type": "ConfigOutputValue",
"BindId": [
1011
]
}
},
{
"$type": "GetVariable",
"DefaultOutBind": -1,
"Output": {
"$type": "ConfigOutputValue",
"BindId": [
1010
]
},
"VarScope": "Entity",
"VariableKey": "HitWall"
},
{
"$type": "DestroyProp",
"DefaultOutBind": -1,
"PreActionBind": [
29
],
"PropID": {
"$type": "ConfigInputValue",
"BindId": 1012
}
},
{
"$type": "GetSelfEntity",
"DefaultOutBind": -1,
"Self": {
"$type": "ConfigOutputValue",
"BindId": [
1012
]
}
},
{
"$type": "GetVariable",
"DefaultOutBind": -1,
"Output": {
"$type": "ConfigOutputValue",
"BindId": [
1013
]
},
"VarScope": "Auto",
"VariableKey": "HitWall_R"
},
{
"$type": "SetVariable",
"ConstValue": {
"$type": "ConfigDynamicValueBool",
"Value": true
},
"DefaultOutBind": 33,
"Input": {
"$type": "ConfigInputValue",
"BindId": 0
},
"VarScope": "Auto",
"VariableKey": "HitWall_R"
},
{
"$type": "InvokeEventNode",
"AbilityName": "Ellen_Card_A_01_Projectile_Attack",
"CustomParams": [
],
"DefaultOutBind": -1,
"EventName": "CheckDestoryProp",
"Params": [
],
"Target": {
"$type": "ConfigInputValue",
"BindId": 0
}
},
{
"$type": "InvokeEventNode",
"AbilityName": "Ellen_Card_A_01_Projectile_Attack",
"CustomParams": [
],
"DefaultOutBind": -1,
"EventName": "CheckDestoryProp",
"Params": [
],
"Target": {
"$type": "ConfigInputValue",
"BindId": 0
}
},
{
"$type": "AttachRaycaster",
"ColliderConfig": {
"$type": "ConfigurableColliderConfig",
"BoxColliderDistance": 1,
"BoxColliderHeight": 1.5,
"BoxColliderWidth": 1,
"CapsuleColliderHeight": 0,
"CapsuleColliderRadius": 0,
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 2.5,
"y": 0.75,
"z": 4
},
"ColliderType": "Box",
"DynamicObjectName": "",
"FanCylinderColliderAngle": 45,
"FanCylinderColliderHeight": 0.5,
"FanCylinderColliderRadius": 3,
"FanCylinderColliderVertexNum": 12,
"SphereColliderRadius": 0
},
"DefaultOutBind": -1,
"HitLayer": "StageCollider",
"OnHitDodgeDummy": {
},
"OnHitGround": {
},
"OnHitOther": {
},
"OnHitWall": {
"DefaultValue": {
"$type": "AbilityGraphEvent",
"EventName": "OnHitWallR"
}
},
"Target": {
"$type": "ConfigInputValue",
"BindId": 0
},
"TriggerOnEnter": false
},
{
"$type": "DelayNode",
"Complete": 9,
"DefaultOutBind": -1,
"DelayTime": {
"DefaultValue": 1
}
}
],
"VariableRegisterList": [
@ -577,6 +871,17 @@
"Key": "HitWall",
"Scope": "Entity",
"Type": "Boolean"
},
{
"$type": "AbilityVariableRegister",
"DefaultValue": {
"$type": "ConfigDynamicValueBool",
"Value": false
},
"ElementType": "Boolean",
"Key": "HitWall_R",
"Scope": "Auto",
"Type": "Boolean"
}
]
},

View File

@ -98,6 +98,13 @@
"$type": "ApplyModifier",
"ModifierName": "DamageListenerModifier",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Ellen_CardUnlock"
],
"IsAdd": true
}
],
"OnAnimTransit": [
@ -161,6 +168,13 @@
"ParamName": "Bool_Card_S_01",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Ellen_CardUnlock"
],
"IsAdd": false
}
]
},
@ -194,6 +208,48 @@
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "ProjectileDamageModifier03",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Card_A_01_AttackProperty_01"
],
"Target": "Self"
},
{
"$type": "ByCharacterSize",
"CharacterSize": "Middle",
"CompareType": "GreaterEqual",
"Target": "Target"
}
],
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "ProjectileDamageModifier04",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Card_A_01_AttackProperty_01"
],
"Target": "Self"
},
{
"$type": "ByCharacterSize",
"CharacterSize": "Large",
"CompareType": "GreaterEqual",
"Target": "Target"
}
],
"Target": "Target"
}
],
"OnIndirectHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "DefenceDownModifier",
@ -250,46 +306,6 @@
}
],
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "ProjectileDamageModifier03",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Card_A_01_AttackProperty_01"
],
"Target": "Self"
},
{
"$type": "ByCharacterSize",
"CharacterSize": "Middle",
"CompareType": "GreaterEqual",
"Target": "Target"
}
],
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "ProjectileDamageModifier04",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Card_A_01_AttackProperty_01"
],
"Target": "Self"
},
{
"$type": "ByCharacterSize",
"CharacterSize": "Large",
"CompareType": "GreaterEqual",
"Target": "Target"
}
],
"Target": "Target"
}
]
},

View File

@ -422,6 +422,38 @@
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Ellen_CardS3_Base_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_AddedEnhanceCount",
"Value": "%AS_EnhanceCount",
"ValueType": "Integer"
}
],
"Instant": true,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Attack_Dash_Cut_01_AttackProperty_01_01",
"Ellen_Attack_Dash_Cut_01_AttackProperty_01_02",
"Ellen_Attack_Dash_Cut_01_AttackProperty_02_02",
"Ellen_Attack_Dash_Cut_01_AttackProperty_03_01",
"Ellen_Attack_Dash_Cut_01_AttackProperty_03_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Ellen_CardS3_Base_01"
]
}
],
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_EnhanceCount",
@ -530,6 +562,38 @@
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Ellen_CardS3_Base_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_AddedEnhanceCount",
"Value": "%AS_EnhanceCount_Repeat",
"ValueType": "Integer"
}
],
"Instant": true,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Attack_Dash_Cut_01_AttackProperty_01_01",
"Ellen_Attack_Dash_Cut_01_AttackProperty_01_02",
"Ellen_Attack_Dash_Cut_01_AttackProperty_02_02",
"Ellen_Attack_Dash_Cut_01_AttackProperty_03_01",
"Ellen_Attack_Dash_Cut_01_AttackProperty_03_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Ellen_CardS3_Base_01"
]
}
],
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_EnhanceCount_Repeat",

View File

@ -579,19 +579,19 @@
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "ScreenEffects",
"TargetKey": "Avatar_Ellen_Dash_ScreenEffect_01"
"EffectKey": "Avatar_Ellen_Dash_ScreenEffect_01",
"EffectType": "ScreenEffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "Avatar_Ellen_Dash_Vignette_01"
"EffectKey": "Avatar_Ellen_Dash_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "Avatar_Ellen_Dash_Loop_RadialBlur_01",
"EffectType": "RadialBlur",
"MpExecMode": "AuthorityOnly",
"TargetKey": "Avatar_Ellen_Dash_Loop_RadialBlur_01"
"MpExecMode": "AuthorityOnly"
}
]
}

View File

@ -74,6 +74,18 @@
"ModifierNameList": [
"DodgeDummyModifier"
]
},
{
"AnimatorStateName": "Attack_Normal_Enhance_02_03",
"FrameCountHigh": 21,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"DodgeDummyModifier"
]
}
]
}

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -75,6 +75,27 @@
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Ellen_CardS3_Base_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_AddedEnhanceCount",
"Value": "%AS_RecoverEnhenceCount_Talent_03",
"ValueType": "Integer"
}
],
"Instant": true,
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"Ellen_CardS3_Base_01"
]
}
],
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_RecoverEnhenceCount_Talent_03",

View File

@ -19,6 +19,61 @@
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CriticalDamageDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Card_A_01_AttackProperty_01",
"Ellen_Card_A_01_AttackProperty_02",
"Ellen_Upgrade_AttackProperty_01",
"Ellen_Upgrade_AttackProperty_Extra_01"
]
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Ellen_Attack_Normal_Enhance_02_03_AttackProperty_01",
"Ellen_Attack_Normal_Enhance_02_03_AttackProperty_02",
"Ellen_Attack_Normal_Enhance_02_04_AttackProperty_01",
"Ellen_Attack_Normal_Enhance_02_04_AttackProperty_02",
"Ellen_Attack_Normal_Enhance_02_04_AttackProperty_03",
"Ellen_Attack_Normal_Enhance_02_05_AttackProperty_01",
"Ellen_Attack_Normal_Enhance_02_05_AttackProperty_02",
"Ellen_Attack_Normal_Enhance_02_05_AttackProperty_03"
]
}
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Ellen_Upgrade_01"
]
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CriticalDamageDelta",
"Target": "Self"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -72,13 +72,68 @@
}
],
"AbilityName": "Evelyn_ExQTE",
"AbilitySpecials": {
"AS_Enhanced": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ExQTE_01_Modifier",
"Target": "Self"
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByGameContextType",
"GameType": "StreamingGame",
"SubGameType": "All"
}
],
"FailureActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_Enhanced",
"ParamType": "Integer"
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "scenevar(AS_Enhanced)",
"ParamName": "AS_Enhanced",
"Target": "Self",
"ValueType": "Integer"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "AS_Enhanced",
"ParamType": "Integer"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ExQTE_01_Modifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ExQTE_02_Modifier",
"Target": "Self"
}
]
}
]
},
@ -147,6 +202,13 @@
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_Enhanced",
"ParamType": "Integer"
}
],
"OnRemoved": [

View File

@ -41,46 +41,23 @@
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_01",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_02",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_03",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_04",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_05",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_06",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_07",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_08",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_09",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_10",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_11",
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_12",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_01",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_02",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_03",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_04",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_05",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_06",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_07",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_08",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_09",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_10",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_11",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_12",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_13",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_14",
"Evelyn_Attack_SwitchIn_Attack_Ex_AttackProperty_15",
"Evelyn_Attack_Card_02_AttackProperty_01",
"Evelyn_Attack_Card_02_AttackProperty_02",
"Evelyn_Attack_Card_02_AttackProperty_03",
"Evelyn_Attack_Card_02_AttackProperty_04",
"Evelyn_Attack_Card_02_AttackProperty_05",
"Evelyn_Attack_Card_02_AttackProperty_06",
"Evelyn_Attack_Card_02_AttackProperty_07",
"Evelyn_Attack_Card_02_AttackProperty_08",
"Evelyn_Attack_Card_02_AttackProperty_09"
],
"Target": "Self"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -1071,11 +1071,6 @@
}
],
"OnRemoved": [
{
"$type": "HandleAnimEvent",
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
"Target": "Caster"
},
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_SFX_Char_Impact_Evelyn_Attack_Card_02_AttackProperty_Explode"
@ -1465,6 +1460,20 @@
}
],
"SuccessActions": [
{
"$type": "HandleAnimEvent",
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_Card_A_02"
],
"Target": "Caster"
}
],
"Target": "Caster"
},
{
"$type": "RemoveModifier",
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
@ -1495,11 +1504,23 @@
"ModifierName": "LineControlModifier_PullFailure",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_Card_S_02"
],
"Target": "Self"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_CardS3_Base_01"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
@ -1589,6 +1610,20 @@
],
"IsAdd": true
},
{
"$type": "HandleAnimEvent",
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_Card_A_02"
],
"Target": "Caster"
}
],
"Target": "Caster"
},
{
"$type": "RemoveModifier",
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
@ -2337,6 +2372,19 @@
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "RemoveModifier",
"ModifierName": "RopeBeHitSuccessModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Monster_Disappear_Start"
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
@ -2522,6 +2570,27 @@
"FanCylinderColliderVertexNum": 24
},
"FieldExitActions": [
{
"$type": "HandleAnimEvent",
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Evelyn_Card_A_02"
],
"Target": "Caster"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"BeRopeHit"
],
"Target": "Other"
}
],
"Target": "Caster"
},
{
"$type": "RemoveModifier",
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",

View File

@ -9,17 +9,104 @@
},
"AS_IgnoreDefenceRatio_Talent_01": {
"Value": 0
},
"AS_RecoverFeverCD": {
"Value": 180,
"ValueType": "Float"
},
"AS_RecoverFeverCD_Cache": {
"Value": 0,
"ValueType": "Float"
},
"AS_RecoverFeverCD_Real": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByGameContextType",
"GameType": "StreamingGame",
"SubGameType": "All"
}
],
"FailureActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "scenevar(AS_RecoverFeverCD_Real)",
"ParamName": "AS_RecoverFeverCD_Real",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD_Real",
"ParamName": "AS_RecoverFeverCD_Cache",
"ParamType": "Float"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "LessEqual",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD",
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_RecoverFeverCD",
"ParamName": "AS_RecoverFeverCD_Cache",
"ParamType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Target": "Self"
}
]
}
],
"OnHitOther": [
@ -103,6 +190,36 @@
"Target": "Self"
}
]
},
"SmoothDecreaseCDModifier": {
"Duration": "%AS_RecoverFeverCD",
"ModifierMixins": [
{
"$type": "SmoothBlendAbilitySpecialMixin",
"AbilitySpecial": "AS_RecoverFeverCD_Real",
"BlendCurve": "Linear",
"BlendTime": "%AS_RecoverFeverCD_Cache",
"TargetValue": 0
}
],
"ModifierStacking": "Unique",
"OnThinkInterval": [
{
"$type": "RemoveModifier",
"ModifierName": "SmoothDecreaseCDModifier",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "LessEqual",
"Param": 0,
"ParamName": "AS_RecoverFeverCD_Real",
"ParamType": "Float"
}
],
"Target": "Self"
}
],
"ThinkInterval": 0.1
}
}
}

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -577,7 +577,7 @@
"NotbeHitbySlash01"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -651,12 +651,12 @@
{
"$type": "RemoveModifier",
"ModifierName": "HarumasaShowSlashEffectModifier",
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "RemoveModifier",
"ModifierName": "HarumasaReduceElecModifier",
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -487,13 +487,13 @@
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "FireSupport_Trigger_RadialBlur_01"
"EffectKey": "FireSupport_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "FireSupport_Trigger_Vignette_01"
"EffectKey": "FireSupport_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",
@ -502,8 +502,8 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "FXFog",
"TargetKey": "FireSupport_Trigger_FXFog_01"
"EffectKey": "FireSupport_Trigger_FXFog_01",
"EffectType": "FXFog"
}
]
}

View File

@ -192,6 +192,7 @@
}
},
"EffectPattern": "Eff_HugoVlad_Common_05_Mod",
"Tag": "Eff_HugoVlad_Common_05_Mod",
"Target": "Self"
}
],
@ -237,6 +238,12 @@
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveTagEffect",
"Tag": "Eff_HugoVlad_Common_05_Mod"
}
]
},
"Modifiers": {

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -90,6 +90,27 @@
"PropertyValue": "%AS_AddedDamageRatio_Talent_04",
"Target": "Caster"
},
{
"$type": "ModifyAttackDataTagList",
"AddedAttackPropertyTagList": [
"TotalizeDamage"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HugoVlad_Attack_ExSpecial_Enhance_01_AttackProperty_02_03"
],
"Target": "Caster"
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Other"
}
]
},
{
"$type": "ModifyAttackDataSpecialDamageTextAction",
"OverrideSpecialDamageTextType": "TotalizeDamage",

View File

@ -338,6 +338,28 @@
"PropertyValue": "%Final_AddedAttackDelta",
"Target": "Caster"
},
{
"$type": "ModifyAttackDataTagList",
"AddedAttackPropertyTagList": [
"TotalizeDamage"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Other"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HugoVlad_Attack_ExSpecial_Enhance_01_AttackProperty_02_03",
"HugoVlad_SwitchIn_Attack_Ex_AttackProperty_03_03"
],
"Target": "Caster"
}
]
},
{
"$type": "ModifyAttackDataSpecialDamageTextAction",
"OverrideSpecialDamageTextType": "TotalizeDamage",

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -1120,11 +1120,23 @@
]
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
]
},
@ -1193,9 +1205,22 @@
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
]
@ -1227,9 +1252,22 @@
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
],
@ -1296,9 +1334,22 @@
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
]
@ -1315,9 +1366,22 @@
"Percentage": 0,
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
],
@ -1455,6 +1519,13 @@
"OnAdded": [
{
"$type": "TriggerSoundAction",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self",
"soundActionKey": "Play_SFX_Char_Skill_JaneDoe_Attack_Branch_Ready"
},
@ -1487,6 +1558,11 @@
"MaxFrameCountLow": false
}
]
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
]
},
@ -1750,11 +1826,23 @@
"ModifierName": "Modifier_Card_S_02",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_Card_S_02"
],
"Target": "Self"
},
{
"$type": "ByHasAbility",
"AbilityNameList": [
"JaneDoe_CardS3_Base_01_Upgrade_02"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
@ -1768,8 +1856,8 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "Avatar_JaneDoe_Common_Vignette_01"
"EffectKey": "Avatar_JaneDoe_Common_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "SetAnimCtrlerParamAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -150,7 +150,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -227,7 +227,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -304,7 +304,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -517,7 +517,55 @@
}
],
"Target": "Target"
}
],
"OnHitOtherPre": [
{
"$type": "ModifyProperty",
"Amount": 3,
"CustomPropertyType": "EnhanceLoopTimes",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Self"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_Mario_Consume_All)*specials(MariotoToStun)",
"ParamName": "AS_BreakStunUp"
},
{
"$type": "SetAbilitySpecialAction",
"DoRefresh": true,
"ModifyFunction": "Replace",
"Param": "%AS_MaxBreakStunUp",
"ParamName": "AS_BreakStunUp",
"ParamType": "Float",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Greater",
"Param": "%AS_MaxBreakStunUp",
"ParamName": "AS_BreakStunUp",
"ParamType": "Float",
"Target": "Self"
}
]
},
{
"$type": "ApplyModifier",
"ModifierName": "Lighter_FullMorale_BreakStunUp",
"Predicates": [
{
"$type": "ByApplyPredicate",
"PredicateName": "Predicate_Lighter_Attack05"
}
],
"Target": "Self"
}
],
"OnPatternAttackLandedFinished": [
{
"$type": "RemoveModifier",
"ModifierName": "Lighter_FullMorale_Manager",
@ -570,52 +618,6 @@
"Target": "Self"
}
],
"OnHitOtherPre": [
{
"$type": "ModifyProperty",
"Amount": 3,
"CustomPropertyType": "EnhanceLoopTimes",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Self"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_Mario_Consume_All)*specials(MariotoToStun)",
"ParamName": "AS_BreakStunUp"
},
{
"$type": "SetAbilitySpecialAction",
"DoRefresh": true,
"ModifyFunction": "Replace",
"Param": "%AS_MaxBreakStunUp",
"ParamName": "AS_BreakStunUp",
"ParamType": "Float",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Greater",
"Param": "%AS_MaxBreakStunUp",
"ParamName": "AS_BreakStunUp",
"ParamType": "Float",
"Target": "Self"
}
]
},
{
"$type": "ApplyModifier",
"ModifierName": "Lighter_FullMorale_BreakStunUp",
"Predicates": [
{
"$type": "ByApplyPredicate",
"PredicateName": "Predicate_Lighter_Attack05"
}
],
"Target": "Self"
}
],
"OnPatternHitOther": [
{
"$type": "ModifyProperty",

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
],
"Priority": 3,
@ -175,7 +175,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -579,13 +579,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -36,7 +36,7 @@
"SkillType": "ExSp"
}
],
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -442,13 +442,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -502,13 +502,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -505,7 +505,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -528,7 +528,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -655,7 +655,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -818,7 +818,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -841,7 +841,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -968,7 +968,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

View File

@ -102,7 +102,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -179,7 +179,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "EnterParrySpecialModeAction",
@ -256,7 +256,7 @@
"AidAttack_Switch"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",

View File

@ -492,13 +492,13 @@
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "InterruptScreenEffectAction",

View File

@ -456,7 +456,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -479,7 +479,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -606,7 +606,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},
@ -769,7 +769,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -792,7 +792,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
},
{
"$type": "HandleAnimatorZoneTagsAction",
@ -919,7 +919,7 @@
"IgnoreWitchSlowDown_ParryAid"
],
"IsAdd": false,
"Target": "EnemyAllied"
"Target": "EnemyAlliedNoNeedEnterBattle"
}
]
},

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