OSPRODWin2.0.0_A8624919_D8624919_R8650568_S8624919
This commit is contained in:
parent
3214ebf917
commit
0fb6ae2ac0
Binary file not shown.
@ -171,6 +171,16 @@
|
|||||||
"ID": 2003
|
"ID": 2003
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"201": [
|
||||||
|
{
|
||||||
|
"AreaName": "MainCity_Whitfield_F2",
|
||||||
|
"ID": 201001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AreaName": "MainCity_Whitfield_F3",
|
||||||
|
"ID": 201002
|
||||||
|
}
|
||||||
|
],
|
||||||
"3": [
|
"3": [
|
||||||
{
|
{
|
||||||
"AreaName": "MainCityStreet_Garage",
|
"AreaName": "MainCityStreet_Garage",
|
||||||
|
Binary file not shown.
@ -31,6 +31,22 @@
|
|||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "AvatarBuff_BossFight02_AtkUpModifier",
|
"ModifierName": "AvatarBuff_BossFight02_AtkUpModifier",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByHandlingBuffGroup",
|
||||||
|
"BuffGroupList": [
|
||||||
|
"Electric",
|
||||||
|
"Overload",
|
||||||
|
"Erosion",
|
||||||
|
"Chaos",
|
||||||
|
"Burn",
|
||||||
|
"Ignite",
|
||||||
|
"Frozen",
|
||||||
|
"Frostbite",
|
||||||
|
"Strike"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
"AS_AddedDamageRatio": {
|
"AS_AddedDamageRatio": {
|
||||||
"Value": 0.25
|
"Value": 0.25
|
||||||
},
|
},
|
||||||
"AS_FeverGetRatio": {
|
"AS_AllDamageResist": {
|
||||||
"Value": 0.25
|
"Value": -0.25
|
||||||
},
|
},
|
||||||
"AS_UltraAddedDamageRatio": {
|
"AS_FeverGetRatio": {
|
||||||
"Value": 0.25
|
"Value": 0.25
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -26,16 +26,28 @@
|
|||||||
"$type": "ModifyAttackDataAction",
|
"$type": "ModifyAttackDataAction",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByOr",
|
||||||
"TagList": [
|
"Predicates": [
|
||||||
"AttackQTE",
|
{
|
||||||
"ExQTE"
|
"$type": "ByAnimTagList",
|
||||||
|
"TagList": [
|
||||||
|
"AttackQTE",
|
||||||
|
"ExQTE"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByAnimTagList",
|
||||||
|
"TagList": [
|
||||||
|
"AttackSpecial",
|
||||||
|
"ExSp"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PropertyKey": "Actor_AddedDamageRatio",
|
"PropertyKey": "Actor_AllDamageResist",
|
||||||
"PropertyValue": "%AS_UltraAddedDamageRatio",
|
"PropertyValue": "%AS_AllDamageResist",
|
||||||
"Target": "Self"
|
"Target": "Target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
@ -55,11 +67,37 @@
|
|||||||
},
|
},
|
||||||
"Modifiers": {
|
"Modifiers": {
|
||||||
"AvatarBuff_BossFight12_DMGModifier": {
|
"AvatarBuff_BossFight12_DMGModifier": {
|
||||||
"Duration": 20,
|
"Duration": 30,
|
||||||
"ModifierStacking": "Unique",
|
"ModifierStacking": "Refresh",
|
||||||
"Properties": {
|
"OnHitOther": [
|
||||||
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
{
|
||||||
}
|
"$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": {
|
"AvatarBuff_BossFight12_Fever_Buff": {
|
||||||
"Duration": -1,
|
"Duration": -1,
|
||||||
|
@ -359,13 +359,13 @@
|
|||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "AbyssS2_Perk_Common_BurningBlood_06_Vignette",
|
||||||
"TargetKey": "AbyssS2_Perk_Common_BurningBlood_06_Vignette"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "AbyssS2_Perk_Common_BurningBlood_05_ScreenEffects",
|
||||||
"TargetKey": "AbyssS2_Perk_Common_BurningBlood_05_ScreenEffects"
|
"EffectType": "ScreenEffects"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
{
|
{
|
||||||
"$type": "ByHasModifier",
|
"$type": "ByHasModifier",
|
||||||
"ModifierNameList": [
|
"ModifierNameList": [
|
||||||
|
"RecoverTimeCount"
|
||||||
],
|
],
|
||||||
"OperatorType": "Not",
|
"OperatorType": "Not",
|
||||||
"Target": "LocalAvatar"
|
"Target": "LocalAvatar"
|
||||||
@ -44,7 +45,7 @@
|
|||||||
],
|
],
|
||||||
"SuccessActions": [
|
"SuccessActions": [
|
||||||
{
|
{
|
||||||
"$type": "RecoverFeverAction",
|
"$type": "RecoverIndividualFeverAction",
|
||||||
"Amount": "%AS_FeverRecover",
|
"Amount": "%AS_FeverRecover",
|
||||||
"IgnoreRatio": false,
|
"IgnoreRatio": false,
|
||||||
"Target": "LocalAvatar"
|
"Target": "LocalAvatar"
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"AbilityName": "AbyssS2_SwitchBuild_Card_A02",
|
"AbilityName": "AbyssS2_SwitchBuild_Card_A02",
|
||||||
"AbilitySpecials": {
|
"AbilitySpecials": {
|
||||||
|
"AS_BaseAtkRatio_Add": {
|
||||||
|
"Value": 0.1
|
||||||
|
},
|
||||||
"AS_Duration": {
|
"AS_Duration": {
|
||||||
"Value": 30
|
"Value": 30
|
||||||
},
|
},
|
||||||
"AS_Hiisazu": {
|
"AS_Hiisazu": {
|
||||||
"Value": 0.15
|
"Value": 0.8
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
@ -29,16 +32,17 @@
|
|||||||
{
|
{
|
||||||
"$type": "ByMonsterStrengthType",
|
"$type": "ByMonsterStrengthType",
|
||||||
"CompareType": "Equal",
|
"CompareType": "Equal",
|
||||||
"StrengthType": "Elite",
|
"StrengthType": "Normal",
|
||||||
"Target": "Target"
|
"Target": "Other"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByMonsterStrengthType",
|
"$type": "ByMonsterStrengthType",
|
||||||
"CompareType": "Equal",
|
"CompareType": "Equal",
|
||||||
"StrengthType": "Normal",
|
"StrengthType": "Elite",
|
||||||
"Target": "Target"
|
"Target": "Other"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"Target": "Other"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByOr",
|
"$type": "ByOr",
|
||||||
@ -46,14 +50,15 @@
|
|||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByAnimTagList",
|
||||||
"TagList": [
|
"TagList": [
|
||||||
"BeHitAid"
|
"BeHitAid",
|
||||||
|
"ChainAttack"
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByAnimTagList",
|
||||||
"TagList": [
|
"TagList": [
|
||||||
"BeHitAid",
|
"AttackQTE",
|
||||||
"ChainAttack"
|
"ChainAttack"
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
@ -62,19 +67,70 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SuccessActions": [
|
"SuccessActions": [
|
||||||
|
{
|
||||||
|
"$type": "LogStringAction",
|
||||||
|
"LogStr": "测试通过"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "ModifyAttackDataAction",
|
"$type": "ModifyAttackDataAction",
|
||||||
"PropertyKey": "Actor_Hiisazu",
|
"PropertyKey": "Actor_Hiisazu",
|
||||||
"PropertyValue": 1,
|
"PropertyValue": 1,
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"$type": "ModifyAttackDataAction",
|
||||||
|
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
|
||||||
|
"PropertyValue": 1,
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ModifyAttackDataAction",
|
||||||
|
"PropertyKey": "Actor_EnableLastKill",
|
||||||
|
"PropertyValue": 1,
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "TriggerSoundAction",
|
"$type": "TriggerSoundAction",
|
||||||
"Target": "Target",
|
"Target": "Target",
|
||||||
"soundActionKey": "Play_SFX_Char_TarotCard_Gun_2010301"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -16,9 +16,24 @@
|
|||||||
"ModifierName": "AbyssS2_SwitchBuild_Card_B01_Buff",
|
"ModifierName": "AbyssS2_SwitchBuild_Card_B01_Buff",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByOr",
|
||||||
"TagList": [
|
"Predicates": [
|
||||||
"ChainAttack"
|
{
|
||||||
|
"$type": "ByAnimTagList",
|
||||||
|
"TagList": [
|
||||||
|
"BeHitAid",
|
||||||
|
"ChainAttack"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByAnimTagList",
|
||||||
|
"TagList": [
|
||||||
|
"AttackQTE",
|
||||||
|
"ChainAttack"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -24,18 +24,30 @@
|
|||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnSwitchInBegin": [
|
"OnSwitchTriggered": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "BranchOperator",
|
||||||
"ModifierName": "BuffModifier",
|
"Conditions": [
|
||||||
"Target": "Self"
|
{
|
||||||
}
|
"$type": "ByIsLocalAvatar",
|
||||||
],
|
"IsLocalAvatar": true,
|
||||||
"OnSwitchOutFinish": [
|
"Target": "Self"
|
||||||
{
|
}
|
||||||
"$type": "RemoveModifier",
|
],
|
||||||
"ModifierName": "BuffModifier",
|
"FailureActions": [
|
||||||
"Target": "Self"
|
{
|
||||||
|
"$type": "RemoveModifier",
|
||||||
|
"ModifierName": "BuffModifier",
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"SuccessActions": [
|
||||||
|
{
|
||||||
|
"$type": "ApplyModifier",
|
||||||
|
"ModifierName": "BuffModifier",
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"OnHitOther": [
|
"OnHitOther": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "DefenseDown_Modifier",
|
"ModifierName": "DefenseDown_Modifier_Controller",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByOr",
|
"$type": "ByOr",
|
||||||
@ -21,15 +21,18 @@
|
|||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByAnimTagList",
|
||||||
"TagList": [
|
"TagList": [
|
||||||
"BeHitAid"
|
"BeHitAid",
|
||||||
]
|
"ChainAttack"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByAnimTagList",
|
||||||
"TagList": [
|
"TagList": [
|
||||||
"BeHitAid",
|
"AttackQTE",
|
||||||
"ChainAttack"
|
"ChainAttack"
|
||||||
]
|
],
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -41,10 +44,68 @@
|
|||||||
"Modifiers": {
|
"Modifiers": {
|
||||||
"DefenseDown_Modifier": {
|
"DefenseDown_Modifier": {
|
||||||
"Duration": "%AS_Duration",
|
"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": {
|
"Properties": {
|
||||||
"Actor_DefenceRatio": "%AS_DefenceRatio"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@ -6,12 +6,6 @@
|
|||||||
},
|
},
|
||||||
"AS_Duration_Upgrade": {
|
"AS_Duration_Upgrade": {
|
||||||
"Value": 15
|
"Value": 15
|
||||||
},
|
|
||||||
"AS_MaxStackNumber_Default": {
|
|
||||||
"Value": 10
|
|
||||||
},
|
|
||||||
"AS_MaxStackNumber_UpGrade": {
|
|
||||||
"Value": 20
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
@ -37,17 +31,6 @@
|
|||||||
"ParamType": "Float"
|
"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"
|
"ParamType": "Float"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
|
|
||||||
"AbilitySpecials": [
|
|
||||||
{
|
|
||||||
"ModifyFunction": "Replace",
|
|
||||||
"Param": "%AS_MaxStackNumber_Default",
|
|
||||||
"ParamName": "AS_StackNumber",
|
|
||||||
"ParamType": "Float"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
"AbilityName": "AbyssS2_SwitchBuild_Relic_01_Upgrade_03",
|
"AbilityName": "AbyssS2_SwitchBuild_Relic_01_Upgrade_03",
|
||||||
"AbilitySpecials": {
|
"AbilitySpecials": {
|
||||||
|
"AS_AddedDamageRatio": {
|
||||||
|
"Value": 0.1
|
||||||
|
},
|
||||||
|
"AS_BaseAttackRatio": {
|
||||||
|
"Value": 0.1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
"DefaultModifier": {
|
"DefaultModifier": {
|
||||||
@ -11,6 +17,38 @@
|
|||||||
"SwitchBuild_Relic_01_Upgrade_03"
|
"SwitchBuild_Relic_01_Upgrade_03"
|
||||||
],
|
],
|
||||||
"IsAdd": true
|
"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": [
|
"OnRemoved": [
|
||||||
|
@ -1,4 +1,18 @@
|
|||||||
{
|
{
|
||||||
|
"AbilityMixins": [
|
||||||
|
{
|
||||||
|
"$type": "AttachZoneTagWithModifierMixin",
|
||||||
|
"ConfigList": [
|
||||||
|
{
|
||||||
|
"ModifierNameList": [
|
||||||
|
"Astar_Modifier_Controller"
|
||||||
|
],
|
||||||
|
"Target": "Self",
|
||||||
|
"ZoneTag": "Singing"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"AbilityName": "AbyssS2_SwitchBuild_Relic_02",
|
"AbilityName": "AbyssS2_SwitchBuild_Relic_02",
|
||||||
"AbilitySpecials": {
|
"AbilitySpecials": {
|
||||||
"AS_AddedBreakStunRatio": {
|
"AS_AddedBreakStunRatio": {
|
||||||
@ -31,6 +45,137 @@
|
|||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
"DefaultModifier": {
|
"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": [
|
"OnDodgeSuccess": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
@ -45,6 +190,13 @@
|
|||||||
{
|
{
|
||||||
"$type": "ByOr",
|
"$type": "ByOr",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByAnimTagList",
|
||||||
|
"TagList": [
|
||||||
|
"AttackAid",
|
||||||
|
"AssaultAid"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByAnimTagList",
|
"$type": "ByAnimTagList",
|
||||||
"TagList": [
|
"TagList": [
|
||||||
@ -67,6 +219,25 @@
|
|||||||
"$type": "ByCauseStun",
|
"$type": "ByCauseStun",
|
||||||
"IsCauseStun": true,
|
"IsCauseStun": true,
|
||||||
"Target": "Self"
|
"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": [
|
"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",
|
"$type": "BranchOperator",
|
||||||
"Conditions": [
|
"Conditions": [
|
||||||
@ -117,14 +354,16 @@
|
|||||||
"$type": "ByOr",
|
"$type": "ByOr",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByFromSkillType",
|
"$type": "ByAidAttackSwitchDataTagList",
|
||||||
"SkillType": "ParryAid",
|
"SwitchDataTagList": [
|
||||||
"Target": "Self"
|
"AbyssS2_SwitchBuild_Relic_Normal"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByFromSkillType",
|
"$type": "ByAidAttackSwitchDataTagList",
|
||||||
"SkillType": "EvadeAid",
|
"SwitchDataTagList": [
|
||||||
"Target": "Self"
|
"AbyssS2_SwitchBuild_Relic_Perfect"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -132,37 +371,46 @@
|
|||||||
"SuccessActions": [
|
"SuccessActions": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "ChainAidAttack_Normal",
|
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
|
||||||
"Target": "Self"
|
"Target": "TeamAvatars"
|
||||||
}
|
},
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"OnSwitchInBegin": [
|
|
||||||
{
|
|
||||||
"$type": "BranchOperator",
|
|
||||||
"Conditions": [
|
|
||||||
{
|
{
|
||||||
"$type": "ByAidAttackSwitchDataTagList",
|
"$type": "ApplyModifier",
|
||||||
"SwitchDataTagList": [
|
"ModifierName": "ChainAidTag_Modifier",
|
||||||
"AbyssS2_SwitchBuild_Relic_Normal"
|
"Target": "Self"
|
||||||
]
|
},
|
||||||
}
|
|
||||||
],
|
|
||||||
"SuccessActions": [
|
|
||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "ChainAidAttack_Normal",
|
"ModifierName": "ChainAidAttack_Normal",
|
||||||
|
"ModifierTargetType": "SameNameAbility",
|
||||||
"Target": "LocalAvatar"
|
"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",
|
"$type": "BranchOperator",
|
||||||
"Conditions": [
|
"Conditions": [
|
||||||
{
|
{
|
||||||
"$type": "ByAbilitySpecial",
|
"$type": "ByAbilitySpecial",
|
||||||
"CompareType": "Equal",
|
"CompareType": "Greater",
|
||||||
"Param": "%Trigger_Time",
|
"Param": "%Trigger_Time",
|
||||||
"ParamName": "CurTrigger_Time"
|
"ParamName": "CurTrigger_Time",
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"FailureActions": [
|
||||||
|
{
|
||||||
|
"$type": "ApplyModifier",
|
||||||
|
"ModifierName": "ChainAidAttack_Normal_Show",
|
||||||
|
"Target": "LocalAvatar"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SuccessActions": [
|
"SuccessActions": [
|
||||||
@ -175,35 +423,230 @@
|
|||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
|
"ModifierName": "AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count",
|
||||||
"ModifierTargetType": "SameNameAbility",
|
"ModifierTargetType": "SameNameAbility",
|
||||||
|
"StackCount": 999,
|
||||||
"Target": "TeamAvatars"
|
"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": {
|
"Modifiers": {
|
||||||
"AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count": {
|
"AbyssS2_SwitchBuild_Relic_02_ChainAidAttack_Count": {
|
||||||
"Duration": -1,
|
"Duration": -1,
|
||||||
|
"MaxStackingNumber": 99,
|
||||||
"ModifierStacking": "MultipleAllRefresh"
|
"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": {
|
"ChainAidAttack_Normal": {
|
||||||
"Duration": 2,
|
"Duration": 2,
|
||||||
"ModifierStacking": "Replace",
|
"ModifierStacking": "GlobalUnique",
|
||||||
"OnAdded": [
|
"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",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
"AnimatorStateTags": [
|
"AnimatorStateTags": [
|
||||||
"ChainAidAttack_Normal"
|
"AidAttack_Common_Chain"
|
||||||
],
|
],
|
||||||
"IsAdd": true,
|
"IsAdd": true,
|
||||||
"Target": "LocalAvatar"
|
"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",
|
"$type": "TryOpenAidAttackWindowWithSwitchDataTagAction",
|
||||||
"CheckZoneTagList": [
|
"CheckZoneTagList": [
|
||||||
"ChainAidAttack_Normal"
|
"AidAttack_Common_Chain"
|
||||||
],
|
],
|
||||||
"SwitchDataTagList": [
|
"SwitchDataTagList": [
|
||||||
"AbyssS2_SwitchBuild_Relic_Normal"
|
"AbyssS2_SwitchBuild_Relic_Normal"
|
||||||
@ -214,13 +657,88 @@
|
|||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
"AnimatorStateTags": [
|
"AnimatorStateTags": [
|
||||||
"ChainAidAttack_Normal"
|
"AidAttack_Common_Chain"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "LocalAvatar"
|
"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": {
|
"InvincibleBuffModifier": {
|
||||||
"Duration": -1,
|
"Duration": -1,
|
||||||
"ModifierStacking": "Refresh",
|
"ModifierStacking": "Refresh",
|
||||||
@ -297,6 +815,48 @@
|
|||||||
],
|
],
|
||||||
"ModifierStacking": "Replace",
|
"ModifierStacking": "Replace",
|
||||||
"OnAdded": [
|
"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",
|
"$type": "AttachModifier",
|
||||||
"ModifierName": "InvincibleBuffModifier",
|
"ModifierName": "InvincibleBuffModifier",
|
||||||
@ -331,45 +891,96 @@
|
|||||||
"$type": "ProcessScreenEffectAction",
|
"$type": "ProcessScreenEffectAction",
|
||||||
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
|
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
|
||||||
"EffectType": "ColorAdjustments"
|
"EffectType": "ColorAdjustments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ApplyModifier",
|
||||||
|
"ModifierName": "WitchModifier_Buff",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByIsInZoneTags",
|
||||||
|
"Tags": [
|
||||||
|
"SwitchBuild_Relic_02_Upgrade_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Target": "TeamAvatars"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "WitchSlowDown_Vignette_01",
|
||||||
"TargetKey": "WitchSlowDown_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "WitchSlowDown_RadialBlur_01",
|
||||||
"TargetKey": "WitchSlowDown_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "VREffects",
|
"EffectKey": "WitchSlowDown_VREffects_01",
|
||||||
"TargetKey": "WitchSlowDown_VREffects_01"
|
"EffectType": "VREffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "WitchSlowDown_ScreenEffects_01",
|
||||||
"TargetKey": "WitchSlowDown_ScreenEffects_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "FXFog",
|
"EffectKey": "WitchSlowDown_FXFog_01",
|
||||||
"TargetKey": "WitchSlowDown_FXFog_01"
|
"EffectType": "FXFog"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ColorAdjustments",
|
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
|
||||||
"TargetKey": "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": {
|
"Properties": {
|
||||||
"Actor_BaseAttackRatio": "%AS_BaseAttackRatio",
|
"Actor_BaseAttackRatio": "%AS_BaseAttackRatio",
|
||||||
"Actor_BreakStunRatio": "%AS_BreakStunRatio",
|
"Actor_BreakStunRatio": "%AS_BreakStunRatio",
|
||||||
"Actor_ElementAbnormalPowerRatio": "%AS_ElementAbnormalPowerRatio"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
@ -25,7 +25,7 @@
|
|||||||
"Modifiers": {
|
"Modifiers": {
|
||||||
"RandomControler_Modifier": {
|
"RandomControler_Modifier": {
|
||||||
"ModifierStacking": "Unique",
|
"ModifierStacking": "Unique",
|
||||||
"OnSkillStart": [
|
"OnSkillStartResolve": [
|
||||||
{
|
{
|
||||||
"$type": "SetAbilitySpecialsByFerverConsume",
|
"$type": "SetAbilitySpecialsByFerverConsume",
|
||||||
"ModifyFunction": "Replace",
|
"ModifyFunction": "Replace",
|
||||||
|
@ -73,6 +73,10 @@
|
|||||||
"$type": "ByFromSkillType",
|
"$type": "ByFromSkillType",
|
||||||
"SkillType": "ExQTE",
|
"SkillType": "ExQTE",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsConsumeFever",
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
@ -87,6 +91,10 @@
|
|||||||
"$type": "ByFromSkillType",
|
"$type": "ByFromSkillType",
|
||||||
"SkillType": "ExQTE",
|
"SkillType": "ExQTE",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsConsumeFever",
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PropertyType": "CurIndividualFever",
|
"PropertyType": "CurIndividualFever",
|
||||||
@ -101,6 +109,10 @@
|
|||||||
"$type": "ByFromSkillType",
|
"$type": "ByFromSkillType",
|
||||||
"SkillType": "ExQTE",
|
"SkillType": "ExQTE",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsConsumeFever",
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self",
|
"Target": "Self",
|
||||||
@ -114,6 +126,10 @@
|
|||||||
"$type": "ByFromSkillType",
|
"$type": "ByFromSkillType",
|
||||||
"SkillType": "ExQTE",
|
"SkillType": "ExQTE",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsConsumeFever",
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
@ -215,33 +215,33 @@
|
|||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "WitchSlowDown_Vignette_01",
|
||||||
"TargetKey": "WitchSlowDown_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "WitchSlowDown_RadialBlur_01",
|
||||||
"TargetKey": "WitchSlowDown_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "VREffects",
|
"EffectKey": "WitchSlowDown_VREffects_01",
|
||||||
"TargetKey": "WitchSlowDown_VREffects_01"
|
"EffectType": "VREffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "WitchSlowDown_ScreenEffects_01",
|
||||||
"TargetKey": "WitchSlowDown_ScreenEffects_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "FXFog",
|
"EffectKey": "WitchSlowDown_FXFog_01",
|
||||||
"TargetKey": "WitchSlowDown_FXFog_01"
|
"EffectType": "FXFog"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ColorAdjustments",
|
"EffectKey": "WitchSlowDown_ColorAdjustments_01",
|
||||||
"TargetKey": "WitchSlowDown_ColorAdjustments_01"
|
"EffectType": "ColorAdjustments"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -103,21 +103,21 @@
|
|||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
"EffectKey": "ActivityCombatPause_Fade_VREffects",
|
||||||
"EffectType": "VREffects",
|
"EffectType": "VREffects",
|
||||||
"Target": "Self",
|
"Target": "Self"
|
||||||
"TargetKey": "ActivityCombatPause_Fade_VREffects"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
"EffectKey": "ActivityCombatPause_Fade_FXColorCorrection",
|
||||||
"EffectType": "FXColorCorrection",
|
"EffectType": "FXColorCorrection",
|
||||||
"Target": "Self",
|
"Target": "Self"
|
||||||
"TargetKey": "ActivityCombatPause_Fade_FXColorCorrection"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
"EffectKey": "ActivityCombatPause_Fade_GaussianBlur",
|
||||||
"EffectType": "GaussianBlur",
|
"EffectType": "GaussianBlur",
|
||||||
"Target": "Self",
|
"Target": "Self"
|
||||||
"TargetKey": "ActivityCombatPause_Fade_GaussianBlur"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -482,13 +482,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -470,13 +470,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -462,13 +462,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Priority": 3,
|
"Priority": 3,
|
||||||
@ -184,7 +184,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"IsUseRotationY": true,
|
"IsUseRotationY": true,
|
||||||
"PositionOffset": {
|
"PositionOffset": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 1.2,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"RandomAngleRange": {
|
"RandomAngleRange": {
|
||||||
@ -36,11 +36,7 @@
|
|||||||
},
|
},
|
||||||
"TargetOption": {
|
"TargetOption": {
|
||||||
"$type": "ConfigPosRotReferTarget",
|
"$type": "ConfigPosRotReferTarget",
|
||||||
"AttachPoint": "MiddlePoint",
|
|
||||||
"BackupOffsetReferTarget": "Self",
|
"BackupOffsetReferTarget": "Self",
|
||||||
"FeaturePointFirst": true,
|
|
||||||
"IsUseAttachPointPos": true,
|
|
||||||
"IsUseAttachPointRotation": true,
|
|
||||||
"OffsetReferTarget": "SelfAttackTarget"
|
"OffsetReferTarget": "SelfAttackTarget"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -385,7 +385,7 @@
|
|||||||
"$type": "PushMuteAidAttackSwitchTypeAction",
|
"$type": "PushMuteAidAttackSwitchTypeAction",
|
||||||
"SwitchTypeList": [
|
"SwitchTypeList": [
|
||||||
"BeHitAid",
|
"BeHitAid",
|
||||||
"ParryAid",
|
"EvadeAid",
|
||||||
"NoEnergyPerfectSwitchAid"
|
"NoEnergyPerfectSwitchAid"
|
||||||
],
|
],
|
||||||
"Tag": "Astra_Singing_Aid",
|
"Tag": "Astra_Singing_Aid",
|
||||||
@ -813,6 +813,34 @@
|
|||||||
"Target": "Caster"
|
"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": [
|
"OnSwitchInBegin": [
|
||||||
{
|
{
|
||||||
"$type": "SetAnimCtrlerParamAction",
|
"$type": "SetAnimCtrlerParamAction",
|
||||||
@ -3049,6 +3077,32 @@
|
|||||||
"Target": "Self"
|
"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": [
|
"OnAttackLanded": [
|
||||||
@ -3120,6 +3174,36 @@
|
|||||||
"Target": "Self"
|
"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": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -3331,20 +3415,6 @@
|
|||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "SingModifier",
|
"ModifierName": "SingModifier",
|
||||||
"Predicates": [
|
|
||||||
{
|
|
||||||
"$type": "ByNot",
|
|
||||||
"Predicates": [
|
|
||||||
{
|
|
||||||
"$type": "ByIsInZoneTags",
|
|
||||||
"Tags": [
|
|
||||||
"Astra_IsInInteractState"
|
|
||||||
],
|
|
||||||
"Target": "Self"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -9,17 +9,104 @@
|
|||||||
},
|
},
|
||||||
"AS_InvincibleModifier_Duration": {
|
"AS_InvincibleModifier_Duration": {
|
||||||
"Value": 60
|
"Value": 60
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD": {
|
||||||
|
"Value": 180,
|
||||||
|
"ValueType": "Float"
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD_Cache": {
|
||||||
|
"Value": 0,
|
||||||
|
"ValueType": "Float"
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD_Real": {
|
||||||
|
"Value": 0,
|
||||||
|
"ValueType": "Float"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
"DefaultModifier": {
|
"DefaultModifier": {
|
||||||
"OnAdded": [
|
"OnAdded": [
|
||||||
{
|
{
|
||||||
"$type": "RecoverIndividualFeverAction",
|
"$type": "BranchOperator",
|
||||||
"Amount": "%AS_FeverAmount",
|
"Conditions": [
|
||||||
"IgnoreRatio": false,
|
{
|
||||||
"Percentage": 0,
|
"$type": "ByGameContextType",
|
||||||
"Target": "Self"
|
"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": [
|
"OnHitOther": [
|
||||||
@ -142,6 +229,36 @@
|
|||||||
"Target": "Self"
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -502,13 +502,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Priority": 3,
|
"Priority": 3,
|
||||||
@ -175,7 +175,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -458,13 +458,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -311,11 +311,36 @@
|
|||||||
"AS_AddedDamageRatio": {
|
"AS_AddedDamageRatio": {
|
||||||
"Value": 0
|
"Value": 0
|
||||||
},
|
},
|
||||||
|
"AS_AddedDamageRatio_CardS301": {
|
||||||
|
"Value": 0
|
||||||
|
},
|
||||||
"AS_AddedDamageRatio_Card_S_01": {
|
"AS_AddedDamageRatio_Card_S_01": {
|
||||||
"Value": 0
|
"Value": 0
|
||||||
|
},
|
||||||
|
"AS_CardS301": {
|
||||||
|
"Value": false,
|
||||||
|
"ValueType": "Boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
|
"DefaultModifier": {
|
||||||
|
"OnAdded": [
|
||||||
|
{
|
||||||
|
"$type": "TriggerAbilityAction",
|
||||||
|
"AbilityName": "Billy_CardS3_Base_01",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByHasAbility",
|
||||||
|
"AbilityNameList": [
|
||||||
|
"Billy_CardS3_Base_01"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"Modifiers": {
|
"Modifiers": {
|
||||||
"AddedDamageRatioModifier": {
|
"AddedDamageRatioModifier": {
|
||||||
"DelayHandlers": [
|
"DelayHandlers": [
|
||||||
@ -333,6 +358,32 @@
|
|||||||
"Enhance_S3"
|
"Enhance_S3"
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"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"
|
"Target": "Self"
|
||||||
@ -353,6 +404,36 @@
|
|||||||
"Enhance_S1"
|
"Enhance_S1"
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"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"
|
"Target": "Self"
|
||||||
@ -363,12 +444,24 @@
|
|||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "AddedDamageRatioModifier_Card_S_01",
|
"ModifierName": "AddedDamageRatioModifier_Card_S_01",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "RemoveModifier",
|
||||||
|
"ModifierName": "AddedDamageRatioModifier_CardS301",
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"AddedDamageRatioModifier_CardS301": {
|
||||||
|
"Duration": -1,
|
||||||
|
"ModifierStacking": "Refresh",
|
||||||
|
"Properties": {
|
||||||
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio_CardS301"
|
||||||
|
}
|
||||||
|
},
|
||||||
"AddedDamageRatioModifier_Card_S_01": {
|
"AddedDamageRatioModifier_Card_S_01": {
|
||||||
"Duration": -1,
|
"Duration": -1,
|
||||||
"ModifierStacking": "Refresh",
|
"ModifierStacking": "Refresh",
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -175,7 +175,7 @@
|
|||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "FireDamageResistDebuffModifier",
|
"ModifierName": "FireDamageResistDebuffModifier",
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "DebuffModifier",
|
"ModifierName": "DebuffModifier",
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Val": 0
|
"Val": 0
|
||||||
@ -452,7 +452,7 @@
|
|||||||
"Target": "Other"
|
"Target": "Other"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnPatternAttackLandedFinished": [
|
"OnPatternAttackLandedFinishedInstant": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "ExplodeCDModifer_Talent04",
|
"ModifierName": "ExplodeCDModifer_Talent04",
|
||||||
@ -712,7 +712,7 @@
|
|||||||
"Target": "Caster"
|
"Target": "Caster"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnPatternAttackLandedFinished": [
|
"OnPatternAttackLandedFinishedInstant": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "ExplodeCDModifer",
|
"ModifierName": "ExplodeCDModifer",
|
||||||
@ -819,6 +819,19 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"OnCustomEventReceived": [
|
||||||
|
{
|
||||||
|
"$type": "RemoveModifier",
|
||||||
|
"ModifierName": "DebuffModifier",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByCustomEvent",
|
||||||
|
"EventKey": "Monster_Disappear_Start"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExplodeCDModifer": {
|
"ExplodeCDModifer": {
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -437,12 +437,8 @@
|
|||||||
],
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "PushRenderVisibleAction",
|
"$type": "PopRenderVisibleAction",
|
||||||
"Paths": [
|
"Tag": "Caesar_Weapon_2"
|
||||||
"Caesar_Weapon_2"
|
|
||||||
],
|
|
||||||
"Tag": "Caesar_Weapon_2",
|
|
||||||
"Visible": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -460,7 +460,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -483,7 +483,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -610,7 +610,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -777,7 +777,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -800,7 +800,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -927,7 +927,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -64,12 +64,8 @@
|
|||||||
],
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "PushRenderVisibleAction",
|
"$type": "PopRenderVisibleAction",
|
||||||
"Paths": [
|
"Tag": "Caesar_Weapon_2"
|
||||||
"Caesar_Weapon_2"
|
|
||||||
],
|
|
||||||
"Tag": "Caesar_Weapon_2",
|
|
||||||
"Visible": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "FireEffect",
|
"$type": "FireEffect",
|
||||||
|
@ -158,8 +158,8 @@
|
|||||||
"OnAdded": [
|
"OnAdded": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "Avatar_Default_Character_Ghost_01",
|
||||||
"TargetKey": "Avatar_Default_Character_Ghost_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ProcessScreenEffectAction",
|
"$type": "ProcessScreenEffectAction",
|
||||||
@ -186,8 +186,8 @@
|
|||||||
"OnAvatarTransferred": [
|
"OnAvatarTransferred": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "Avatar_Default_Character_Ghost_01",
|
||||||
"TargetKey": "Avatar_Default_Character_Ghost_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ProcessScreenEffectAction",
|
"$type": "ProcessScreenEffectAction",
|
||||||
@ -482,8 +482,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "Avatar_Default_Character_Ghost_01",
|
||||||
"TargetKey": "Avatar_Default_Character_Ghost_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -432,13 +432,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -64,7 +64,19 @@
|
|||||||
"Corin_Attack_AssaultAid_AttackProperty_05_01",
|
"Corin_Attack_AssaultAid_AttackProperty_05_01",
|
||||||
"Corin_Attack_AssaultAid_AttackProperty_05_02_01",
|
"Corin_Attack_AssaultAid_AttackProperty_05_02_01",
|
||||||
"Corin_Attack_AssaultAid_AttackProperty_05_02_02",
|
"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"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
|
@ -136,7 +136,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -213,7 +213,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -290,7 +290,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -293,6 +293,27 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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",
|
"$type": "ModifyProperty",
|
||||||
"Amount": 1,
|
"Amount": 1,
|
||||||
@ -347,6 +368,27 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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",
|
"$type": "ModifyProperty",
|
||||||
"Amount": 1,
|
"Amount": 1,
|
||||||
@ -1004,6 +1046,11 @@
|
|||||||
],
|
],
|
||||||
"ModifierStacking": "Replace",
|
"ModifierStacking": "Replace",
|
||||||
"OnAdded": [
|
"OnAdded": [
|
||||||
|
{
|
||||||
|
"$type": "ApplyModifier",
|
||||||
|
"ModifierName": "WaitForRemoveEffectModifier_EffectBackUp",
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "EffectModifier",
|
"ModifierName": "EffectModifier",
|
||||||
@ -1049,7 +1096,39 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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": [
|
"OnAbilityStart": [
|
||||||
@ -1334,14 +1413,6 @@
|
|||||||
"MaxFrameCountHigh": true,
|
"MaxFrameCountHigh": true,
|
||||||
"MaxFrameCountLow": false
|
"MaxFrameCountLow": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"$type": "ByAnimatorStateNormalizedTime",
|
|
||||||
"AnimatorStateName": "Attack_Normal_Enhance_03_Card",
|
|
||||||
"FrameCountHigh": 0,
|
|
||||||
"FrameCountLow": 0,
|
|
||||||
"MaxFrameCountHigh": true,
|
|
||||||
"MaxFrameCountLow": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"$type": "ByAnimatorStateNormalizedTime",
|
"$type": "ByAnimatorStateNormalizedTime",
|
||||||
"AnimatorStateName": "Attack_AssaultAid_Back",
|
"AnimatorStateName": "Attack_AssaultAid_Back",
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AnimatorStateName": "Attack_Normal_Enhance_03_Back",
|
"AnimatorStateName": "Attack_Normal_Enhance_03_Back",
|
||||||
"FrameCountHigh": 10,
|
"FrameCountHigh": 9,
|
||||||
"FrameCountLow": 0,
|
"FrameCountLow": 0,
|
||||||
"LayerIndex": 0,
|
"LayerIndex": 0,
|
||||||
"MaxFrameCountHigh": false,
|
"MaxFrameCountHigh": false,
|
||||||
@ -182,14 +182,6 @@
|
|||||||
"FrameCountLow": 0,
|
"FrameCountLow": 0,
|
||||||
"MaxFrameCountHigh": true,
|
"MaxFrameCountHigh": true,
|
||||||
"MaxFrameCountLow": false
|
"MaxFrameCountLow": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"$type": "ByAnimatorStateNormalizedTime",
|
|
||||||
"AnimatorStateName": "Attack_Normal_Enhance_03_Card",
|
|
||||||
"FrameCountHigh": 0,
|
|
||||||
"FrameCountLow": 0,
|
|
||||||
"MaxFrameCountHigh": true,
|
|
||||||
"MaxFrameCountLow": false
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
@ -502,13 +502,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -12,6 +12,12 @@
|
|||||||
"EventGraph": {
|
"EventGraph": {
|
||||||
"EditorOnlyData": {
|
"EditorOnlyData": {
|
||||||
"Event": {
|
"Event": {
|
||||||
|
"CheckDestoryProp": {
|
||||||
|
"Position": {
|
||||||
|
"x": -9.999939,
|
||||||
|
"y": 1850
|
||||||
|
}
|
||||||
|
},
|
||||||
"OnAdded": {
|
"OnAdded": {
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": -170,
|
"x": -170,
|
||||||
@ -20,17 +26,23 @@
|
|||||||
},
|
},
|
||||||
"OnHitWall": {
|
"OnHitWall": {
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 490,
|
"x": 240,
|
||||||
"y": 1440
|
"y": 1370
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"OnHitWallR": {
|
||||||
|
"Position": {
|
||||||
|
"x": 230,
|
||||||
|
"y": 1590
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Graph": {
|
"Graph": {
|
||||||
"Pan": {
|
"Pan": {
|
||||||
"x": -319,
|
"x": -1386,
|
||||||
"y": -72
|
"y": -741
|
||||||
},
|
},
|
||||||
"Zoom": 1.15
|
"Zoom": 1.520875
|
||||||
},
|
},
|
||||||
"Group": [
|
"Group": [
|
||||||
],
|
],
|
||||||
@ -91,14 +103,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 1760,
|
"x": 1740,
|
||||||
"y": 1460
|
"y": 1850
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 730,
|
"x": 550,
|
||||||
"y": 1440
|
"y": 1370
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -115,20 +127,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 1160,
|
"x": 740,
|
||||||
"y": 1680
|
"y": 2000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 1140,
|
"x": 940.0001,
|
||||||
"y": 1460
|
"y": 1850
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 1400,
|
"x": 1200,
|
||||||
"y": 1460
|
"y": 1850
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -151,26 +163,26 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 1470,
|
"x": 1480,
|
||||||
"y": 1630
|
"y": 2040
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 580,
|
"x": 320,
|
||||||
"y": 1574
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"x": 950,
|
|
||||||
"y": 1460
|
"y": 1460
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"x": 0,
|
"x": 820.0001,
|
||||||
"y": 0
|
"y": 1390
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"x": 3.051758E-05,
|
||||||
|
"y": 1940
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -178,10 +190,91 @@
|
|||||||
"x": 1550,
|
"x": 1550,
|
||||||
"y": 480
|
"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": {
|
"EventMap": {
|
||||||
|
"CheckDestoryProp": {
|
||||||
|
"$type": "ConfigAbilityGraphEvent",
|
||||||
|
"CustomParams": [
|
||||||
|
],
|
||||||
|
"EventNodeBind": 25,
|
||||||
|
"IsCustom": true,
|
||||||
|
"ParametersBind": [
|
||||||
|
]
|
||||||
|
},
|
||||||
"OnAdded": {
|
"OnAdded": {
|
||||||
"$type": "ConfigAbilityGraphEvent",
|
"$type": "ConfigAbilityGraphEvent",
|
||||||
"EventNodeBind": 0,
|
"EventNodeBind": 0,
|
||||||
@ -195,6 +288,15 @@
|
|||||||
"ParametersBind": [
|
"ParametersBind": [
|
||||||
],
|
],
|
||||||
"Template": "CustomEvent"
|
"Template": "CustomEvent"
|
||||||
|
},
|
||||||
|
"OnHitWallR": {
|
||||||
|
"$type": "ConfigAbilityGraphEvent",
|
||||||
|
"CustomParams": [
|
||||||
|
],
|
||||||
|
"EventNodeBind": 24,
|
||||||
|
"IsCustom": true,
|
||||||
|
"ParametersBind": [
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NodeList": [
|
"NodeList": [
|
||||||
@ -317,9 +419,9 @@
|
|||||||
"$type": "AttachRaycaster",
|
"$type": "AttachRaycaster",
|
||||||
"ColliderConfig": {
|
"ColliderConfig": {
|
||||||
"$type": "ConfigurableColliderConfig",
|
"$type": "ConfigurableColliderConfig",
|
||||||
"BoxColliderDistance": 0,
|
"BoxColliderDistance": 1,
|
||||||
"BoxColliderHeight": 0,
|
"BoxColliderHeight": 1.5,
|
||||||
"BoxColliderWidth": 0,
|
"BoxColliderWidth": 1,
|
||||||
"CapsuleColliderHeight": 0,
|
"CapsuleColliderHeight": 0,
|
||||||
"CapsuleColliderRadius": 0,
|
"CapsuleColliderRadius": 0,
|
||||||
"ColliderAngleOffset": {
|
"ColliderAngleOffset": {
|
||||||
@ -328,11 +430,11 @@
|
|||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"ColliderPosOffset": {
|
"ColliderPosOffset": {
|
||||||
"x": 0,
|
"x": -2.5,
|
||||||
"y": 1.25,
|
"y": 0.75,
|
||||||
"z": 2.5
|
"z": 4
|
||||||
},
|
},
|
||||||
"ColliderType": "FanCylinder",
|
"ColliderType": "Box",
|
||||||
"DynamicObjectName": "",
|
"DynamicObjectName": "",
|
||||||
"FanCylinderColliderAngle": 45,
|
"FanCylinderColliderAngle": 45,
|
||||||
"FanCylinderColliderHeight": 0.5,
|
"FanCylinderColliderHeight": 0.5,
|
||||||
@ -340,7 +442,7 @@
|
|||||||
"FanCylinderColliderVertexNum": 12,
|
"FanCylinderColliderVertexNum": 12,
|
||||||
"SphereColliderRadius": 0
|
"SphereColliderRadius": 0
|
||||||
},
|
},
|
||||||
"DefaultOutBind": -1,
|
"DefaultOutBind": 34,
|
||||||
"HitLayer": "StageCollider",
|
"HitLayer": "StageCollider",
|
||||||
"OnHitDodgeDummy": {
|
"OnHitDodgeDummy": {
|
||||||
},
|
},
|
||||||
@ -370,7 +472,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "DestroyEffectNode",
|
"$type": "DestroyEffectNode",
|
||||||
"DefaultOutBind": -1,
|
"DefaultOutBind": 28,
|
||||||
"EffectID": {
|
"EffectID": {
|
||||||
"$type": "ConfigInputValue",
|
"$type": "ConfigInputValue",
|
||||||
"BindId": 1002
|
"BindId": 1002
|
||||||
@ -449,7 +551,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "CreateEffectNode",
|
"$type": "CreateEffectNode",
|
||||||
"DefaultOutBind": 9,
|
"DefaultOutBind": 35,
|
||||||
"EffectID": {
|
"EffectID": {
|
||||||
"$type": "ConfigOutputValue"
|
"$type": "ConfigOutputValue"
|
||||||
},
|
},
|
||||||
@ -476,7 +578,7 @@
|
|||||||
"Complete": 7,
|
"Complete": 7,
|
||||||
"DefaultOutBind": -1,
|
"DefaultOutBind": -1,
|
||||||
"DelayTime": {
|
"DelayTime": {
|
||||||
"DefaultValue": 1
|
"DefaultValue": 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -489,7 +591,7 @@
|
|||||||
"$type": "ConfigInputValue",
|
"$type": "ConfigInputValue",
|
||||||
"BindId": 0
|
"BindId": 0
|
||||||
},
|
},
|
||||||
"UsePropDoFrameHalt": false
|
"UsePropDoFrameHalt": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "SetVariable",
|
"$type": "SetVariable",
|
||||||
@ -531,19 +633,25 @@
|
|||||||
"$type": "ConfigDynamicValueBool",
|
"$type": "ConfigDynamicValueBool",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"DefaultOutBind": 14,
|
"DefaultOutBind": 32,
|
||||||
"Input": {
|
"Input": {
|
||||||
"$type": "ConfigInputValue",
|
"$type": "ConfigInputValue",
|
||||||
"BindId": 0
|
"BindId": 0
|
||||||
},
|
},
|
||||||
"PreActionBind": [
|
|
||||||
],
|
|
||||||
"VarScope": "Entity",
|
"VarScope": "Entity",
|
||||||
"VariableKey": "HitWall"
|
"VariableKey": "HitWall"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "PlaceholderNode",
|
"$type": "GetVariable",
|
||||||
"DefaultOutBind": -1
|
"DefaultOutBind": -1,
|
||||||
|
"Output": {
|
||||||
|
"$type": "ConfigOutputValue",
|
||||||
|
"BindId": [
|
||||||
|
1009
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"VarScope": "Auto",
|
||||||
|
"VariableKey": "HitWall_R"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "SetVariable",
|
"$type": "SetVariable",
|
||||||
@ -554,6 +662,192 @@
|
|||||||
},
|
},
|
||||||
"VarScope": "Entity",
|
"VarScope": "Entity",
|
||||||
"VariableKey": "HitWall"
|
"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": [
|
"VariableRegisterList": [
|
||||||
@ -577,6 +871,17 @@
|
|||||||
"Key": "HitWall",
|
"Key": "HitWall",
|
||||||
"Scope": "Entity",
|
"Scope": "Entity",
|
||||||
"Type": "Boolean"
|
"Type": "Boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "AbilityVariableRegister",
|
||||||
|
"DefaultValue": {
|
||||||
|
"$type": "ConfigDynamicValueBool",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
|
"ElementType": "Boolean",
|
||||||
|
"Key": "HitWall_R",
|
||||||
|
"Scope": "Auto",
|
||||||
|
"Type": "Boolean"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -98,6 +98,13 @@
|
|||||||
"$type": "ApplyModifier",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "DamageListenerModifier",
|
"ModifierName": "DamageListenerModifier",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
"AnimatorStateTags": [
|
||||||
|
"Ellen_CardUnlock"
|
||||||
|
],
|
||||||
|
"IsAdd": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnAnimTransit": [
|
"OnAnimTransit": [
|
||||||
@ -161,6 +168,13 @@
|
|||||||
"ParamName": "Bool_Card_S_01",
|
"ParamName": "Bool_Card_S_01",
|
||||||
"ParamType": 2,
|
"ParamType": 2,
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
"AnimatorStateTags": [
|
||||||
|
"Ellen_CardUnlock"
|
||||||
|
],
|
||||||
|
"IsAdd": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -194,6 +208,48 @@
|
|||||||
"IgnoreTimeScale": false,
|
"IgnoreTimeScale": false,
|
||||||
"ModifierStacking": "Unique",
|
"ModifierStacking": "Unique",
|
||||||
"OnHitOther": [
|
"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",
|
"$type": "ApplyModifier",
|
||||||
"ModifierName": "DefenceDownModifier",
|
"ModifierName": "DefenceDownModifier",
|
||||||
@ -250,46 +306,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Target"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -422,6 +422,38 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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",
|
"$type": "ModifyProperty",
|
||||||
"Amount": "%AS_EnhanceCount",
|
"Amount": "%AS_EnhanceCount",
|
||||||
@ -530,6 +562,38 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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",
|
"$type": "ModifyProperty",
|
||||||
"Amount": "%AS_EnhanceCount_Repeat",
|
"Amount": "%AS_EnhanceCount_Repeat",
|
||||||
|
@ -579,19 +579,19 @@
|
|||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "ScreenEffects",
|
"EffectKey": "Avatar_Ellen_Dash_ScreenEffect_01",
|
||||||
"TargetKey": "Avatar_Ellen_Dash_ScreenEffect_01"
|
"EffectType": "ScreenEffects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "Avatar_Ellen_Dash_Vignette_01",
|
||||||
"TargetKey": "Avatar_Ellen_Dash_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
"EffectKey": "Avatar_Ellen_Dash_Loop_RadialBlur_01",
|
||||||
"EffectType": "RadialBlur",
|
"EffectType": "RadialBlur",
|
||||||
"MpExecMode": "AuthorityOnly",
|
"MpExecMode": "AuthorityOnly"
|
||||||
"TargetKey": "Avatar_Ellen_Dash_Loop_RadialBlur_01"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -74,6 +74,18 @@
|
|||||||
"ModifierNameList": [
|
"ModifierNameList": [
|
||||||
"DodgeDummyModifier"
|
"DodgeDummyModifier"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AnimatorStateName": "Attack_Normal_Enhance_02_03",
|
||||||
|
"FrameCountHigh": 21,
|
||||||
|
"FrameCountLow": 0,
|
||||||
|
"IsLoop": false,
|
||||||
|
"LayerIndex": 0,
|
||||||
|
"MaxFrameCountHigh": false,
|
||||||
|
"MaxFrameCountLow": false,
|
||||||
|
"ModifierNameList": [
|
||||||
|
"DodgeDummyModifier"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -75,6 +75,27 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"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",
|
"$type": "ModifyProperty",
|
||||||
"Amount": "%AS_RecoverEnhenceCount_Talent_03",
|
"Amount": "%AS_RecoverEnhenceCount_Talent_03",
|
||||||
|
@ -19,6 +19,61 @@
|
|||||||
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
||||||
"PropertyValue": "%AS_CriticalDamageDelta",
|
"PropertyValue": "%AS_CriticalDamageDelta",
|
||||||
"Target": "Self"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -72,13 +72,68 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"AbilityName": "Evelyn_ExQTE",
|
"AbilityName": "Evelyn_ExQTE",
|
||||||
|
"AbilitySpecials": {
|
||||||
|
"AS_Enhanced": {
|
||||||
|
"Value": 0,
|
||||||
|
"ValueType": "Integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
"DefaultModifier": {
|
"DefaultModifier": {
|
||||||
"OnAdded": [
|
"OnAdded": [
|
||||||
{
|
{
|
||||||
"$type": "ApplyModifier",
|
"$type": "BranchOperator",
|
||||||
"ModifierName": "ExQTE_01_Modifier",
|
"Conditions": [
|
||||||
"Target": "Self"
|
{
|
||||||
|
"$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,
|
"IsAdd": true,
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "SetAbilitySpecialAction",
|
||||||
|
"ModifyFunction": "Replace",
|
||||||
|
"Param": 1,
|
||||||
|
"ParamName": "AS_Enhanced",
|
||||||
|
"ParamType": "Integer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
|
@ -41,46 +41,23 @@
|
|||||||
"$type": "ModifyAttackDataAction",
|
"$type": "ModifyAttackDataAction",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByAnimEventIDs",
|
"$type": "ByOr",
|
||||||
"AnimEventIDs": [
|
"Predicates": [
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_01",
|
{
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_02",
|
"$type": "ByAnimTagList",
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_03",
|
"TagList": [
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_04",
|
"AttackQTE",
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_05",
|
"NormalQTE"
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_06",
|
]
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_07",
|
},
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_08",
|
{
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_09",
|
"$type": "ByAnimTagList",
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_10",
|
"TagList": [
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_11",
|
"AttackQTE",
|
||||||
"Evelyn_Attack_SwitchIn_Attack_AttackProperty_12",
|
"ExQTE"
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PropertyKey": "Actor_AddedDamageRatio",
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1071,11 +1071,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
|
||||||
"$type": "HandleAnimEvent",
|
|
||||||
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
|
|
||||||
"Target": "Caster"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"$type": "TriggerSoundAction",
|
"$type": "TriggerSoundAction",
|
||||||
"soundActionKey": "Play_SFX_Char_Impact_Evelyn_Attack_Card_02_AttackProperty_Explode"
|
"soundActionKey": "Play_SFX_Char_Impact_Evelyn_Attack_Card_02_AttackProperty_Explode"
|
||||||
@ -1465,6 +1460,20 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SuccessActions": [
|
"SuccessActions": [
|
||||||
|
{
|
||||||
|
"$type": "HandleAnimEvent",
|
||||||
|
"AnimEventID": "Evelyn_Attack_Card_02_AttackProperty_Explode",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByIsInZoneTags",
|
||||||
|
"Tags": [
|
||||||
|
"Evelyn_Card_A_02"
|
||||||
|
],
|
||||||
|
"Target": "Caster"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Target": "Caster"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
||||||
@ -1495,11 +1504,23 @@
|
|||||||
"ModifierName": "LineControlModifier_PullFailure",
|
"ModifierName": "LineControlModifier_PullFailure",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByIsInZoneTags",
|
"$type": "ByOr",
|
||||||
"Tags": [
|
"Predicates": [
|
||||||
"Evelyn_Card_S_02"
|
{
|
||||||
],
|
"$type": "ByIsInZoneTags",
|
||||||
"Target": "Self"
|
"Tags": [
|
||||||
|
"Evelyn_Card_S_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsInZoneTags",
|
||||||
|
"Tags": [
|
||||||
|
"Evelyn_CardS3_Base_01"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
@ -1589,6 +1610,20 @@
|
|||||||
],
|
],
|
||||||
"IsAdd": true
|
"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",
|
"$type": "RemoveModifier",
|
||||||
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
||||||
@ -2337,6 +2372,19 @@
|
|||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"OnCustomEventReceived": [
|
||||||
|
{
|
||||||
|
"$type": "RemoveModifier",
|
||||||
|
"ModifierName": "RopeBeHitSuccessModifier",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByCustomEvent",
|
||||||
|
"EventKey": "Monster_Disappear_Start"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -2522,6 +2570,27 @@
|
|||||||
"FanCylinderColliderVertexNum": 24
|
"FanCylinderColliderVertexNum": 24
|
||||||
},
|
},
|
||||||
"FieldExitActions": [
|
"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",
|
"$type": "RemoveModifier",
|
||||||
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
"CustomKey": "AbilityTarget_Evelyn_Rope_Allied_Target",
|
||||||
|
@ -9,17 +9,104 @@
|
|||||||
},
|
},
|
||||||
"AS_IgnoreDefenceRatio_Talent_01": {
|
"AS_IgnoreDefenceRatio_Talent_01": {
|
||||||
"Value": 0
|
"Value": 0
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD": {
|
||||||
|
"Value": 180,
|
||||||
|
"ValueType": "Float"
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD_Cache": {
|
||||||
|
"Value": 0,
|
||||||
|
"ValueType": "Float"
|
||||||
|
},
|
||||||
|
"AS_RecoverFeverCD_Real": {
|
||||||
|
"Value": 0,
|
||||||
|
"ValueType": "Float"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AbilityStacking": "Unique",
|
"AbilityStacking": "Unique",
|
||||||
"DefaultModifier": {
|
"DefaultModifier": {
|
||||||
"OnAdded": [
|
"OnAdded": [
|
||||||
{
|
{
|
||||||
"$type": "RecoverIndividualFeverAction",
|
"$type": "BranchOperator",
|
||||||
"Amount": "%AS_FeverAmount",
|
"Conditions": [
|
||||||
"IgnoreRatio": false,
|
{
|
||||||
"Percentage": 0,
|
"$type": "ByGameContextType",
|
||||||
"Target": "Self"
|
"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": [
|
"OnHitOther": [
|
||||||
@ -103,6 +190,36 @@
|
|||||||
"Target": "Self"
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -577,7 +577,7 @@
|
|||||||
"NotbeHitbySlash01"
|
"NotbeHitbySlash01"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -651,12 +651,12 @@
|
|||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "HarumasaShowSlashEffectModifier",
|
"ModifierName": "HarumasaShowSlashEffectModifier",
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "RemoveModifier",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "HarumasaReduceElecModifier",
|
"ModifierName": "HarumasaReduceElecModifier",
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -487,13 +487,13 @@
|
|||||||
"OnRemoved": [
|
"OnRemoved": [
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "FireSupport_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "FireSupport_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "FireSupport_Trigger_Vignette_01",
|
||||||
"TargetKey": "FireSupport_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
@ -502,8 +502,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "FXFog",
|
"EffectKey": "FireSupport_Trigger_FXFog_01",
|
||||||
"TargetKey": "FireSupport_Trigger_FXFog_01"
|
"EffectType": "FXFog"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -192,6 +192,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EffectPattern": "Eff_HugoVlad_Common_05_Mod",
|
"EffectPattern": "Eff_HugoVlad_Common_05_Mod",
|
||||||
|
"Tag": "Eff_HugoVlad_Common_05_Mod",
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -237,6 +238,12 @@
|
|||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"OnRemoved": [
|
||||||
|
{
|
||||||
|
"$type": "RemoveTagEffect",
|
||||||
|
"Tag": "Eff_HugoVlad_Common_05_Mod"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Modifiers": {
|
"Modifiers": {
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -90,6 +90,27 @@
|
|||||||
"PropertyValue": "%AS_AddedDamageRatio_Talent_04",
|
"PropertyValue": "%AS_AddedDamageRatio_Talent_04",
|
||||||
"Target": "Caster"
|
"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",
|
"$type": "ModifyAttackDataSpecialDamageTextAction",
|
||||||
"OverrideSpecialDamageTextType": "TotalizeDamage",
|
"OverrideSpecialDamageTextType": "TotalizeDamage",
|
||||||
|
@ -338,6 +338,28 @@
|
|||||||
"PropertyValue": "%Final_AddedAttackDelta",
|
"PropertyValue": "%Final_AddedAttackDelta",
|
||||||
"Target": "Caster"
|
"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",
|
"$type": "ModifyAttackDataSpecialDamageTextAction",
|
||||||
"OverrideSpecialDamageTextType": "TotalizeDamage",
|
"OverrideSpecialDamageTextType": "TotalizeDamage",
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -1120,11 +1120,23 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
],
|
"$type": "ByHasAbility",
|
||||||
"Target": "Self"
|
"AbilityNameList": [
|
||||||
|
"JaneDoe_Card_S_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByHasAbility",
|
||||||
|
"AbilityNameList": [
|
||||||
|
"JaneDoe_CardS3_Base_01_Upgrade_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -1193,9 +1205,22 @@
|
|||||||
"$type": "ByNot",
|
"$type": "ByNot",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
|
"$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"
|
"Target": "Self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
|
"$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",
|
"$type": "ByNot",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
|
"$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,
|
"Percentage": 0,
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
|
"$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": [
|
"OnAdded": [
|
||||||
{
|
{
|
||||||
"$type": "TriggerSoundAction",
|
"$type": "TriggerSoundAction",
|
||||||
|
"Predicates": [
|
||||||
|
{
|
||||||
|
"$type": "ByIsLocalAvatar",
|
||||||
|
"IsLocalAvatar": true,
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
],
|
||||||
"Target": "Self",
|
"Target": "Self",
|
||||||
"soundActionKey": "Play_SFX_Char_Skill_JaneDoe_Attack_Branch_Ready"
|
"soundActionKey": "Play_SFX_Char_Skill_JaneDoe_Attack_Branch_Ready"
|
||||||
},
|
},
|
||||||
@ -1487,6 +1558,11 @@
|
|||||||
"MaxFrameCountLow": false
|
"MaxFrameCountLow": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByIsLocalAvatar",
|
||||||
|
"IsLocalAvatar": true,
|
||||||
|
"Target": "Self"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -1750,11 +1826,23 @@
|
|||||||
"ModifierName": "Modifier_Card_S_02",
|
"ModifierName": "Modifier_Card_S_02",
|
||||||
"Predicates": [
|
"Predicates": [
|
||||||
{
|
{
|
||||||
"$type": "ByHasAbility",
|
"$type": "ByOr",
|
||||||
"AbilityNameList": [
|
"Predicates": [
|
||||||
"JaneDoe_Card_S_02"
|
{
|
||||||
],
|
"$type": "ByHasAbility",
|
||||||
"Target": "Self"
|
"AbilityNameList": [
|
||||||
|
"JaneDoe_Card_S_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "ByHasAbility",
|
||||||
|
"AbilityNameList": [
|
||||||
|
"JaneDoe_CardS3_Base_01_Upgrade_02"
|
||||||
|
],
|
||||||
|
"Target": "Self"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Self"
|
"Target": "Self"
|
||||||
@ -1768,8 +1856,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "Avatar_JaneDoe_Common_Vignette_01",
|
||||||
"TargetKey": "Avatar_JaneDoe_Common_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "SetAnimCtrlerParamAction",
|
"$type": "SetAnimCtrlerParamAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -227,7 +227,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -304,7 +304,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -517,7 +517,55 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "Target"
|
"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",
|
"$type": "RemoveModifier",
|
||||||
"ModifierName": "Lighter_FullMorale_Manager",
|
"ModifierName": "Lighter_FullMorale_Manager",
|
||||||
@ -570,52 +618,6 @@
|
|||||||
"Target": "Self"
|
"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": [
|
"OnPatternHitOther": [
|
||||||
{
|
{
|
||||||
"$type": "ModifyProperty",
|
"$type": "ModifyProperty",
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Priority": 3,
|
"Priority": 3,
|
||||||
@ -175,7 +175,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -579,13 +579,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"SkillType": "ExSp"
|
"SkillType": "ExSp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -442,13 +442,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -502,13 +502,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -505,7 +505,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -528,7 +528,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -655,7 +655,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -818,7 +818,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -841,7 +841,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -968,7 +968,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "EnterParrySpecialModeAction",
|
"$type": "EnterParrySpecialModeAction",
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"AidAttack_Switch"
|
"AidAttack_Switch"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
|
@ -492,13 +492,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "RadialBlur",
|
"EffectKey": "QTE_Trigger_RadialBlur_01",
|
||||||
"TargetKey": "QTE_Trigger_RadialBlur_01"
|
"EffectType": "RadialBlur"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
"EffectType": "Vignette",
|
"EffectKey": "QTE_Trigger_Vignette_01",
|
||||||
"TargetKey": "QTE_Trigger_Vignette_01"
|
"EffectType": "Vignette"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "InterruptScreenEffectAction",
|
"$type": "InterruptScreenEffectAction",
|
||||||
|
@ -456,7 +456,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -479,7 +479,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -606,7 +606,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -769,7 +769,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -792,7 +792,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "HandleAnimatorZoneTagsAction",
|
"$type": "HandleAnimatorZoneTagsAction",
|
||||||
@ -919,7 +919,7 @@
|
|||||||
"IgnoreWitchSlowDown_ParryAid"
|
"IgnoreWitchSlowDown_ParryAid"
|
||||||
],
|
],
|
||||||
"IsAdd": false,
|
"IsAdd": false,
|
||||||
"Target": "EnemyAllied"
|
"Target": "EnemyAlliedNoNeedEnterBattle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user