1
0
ZenlessData/Data/_unsorted/HugoVlad_EtherBarrierManage.json

182 lines
5.1 KiB
JSON

{
"AbilityName": "HugoVlad_EtherBarrierManage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_EtherBarrierManage",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"EtherBarrierBoss"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Modifier_DelayEnableEtherBarrier": {
"DelayHandlers": [
{
"DelayTime": 50,
"TimeUpActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HugoVlad_CanOpenEtherBarrier"
],
"IsAdd": true,
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Replace"
},
"Modifier_EtherBarrierManage": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Monster_EtherBarrier_Common",
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Self",
"soundActionKey": "Play_SFX_Monster_Boss_MiasmaZone_Enter_Heavy_HugoVlad"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HugoVlad_CanOpenEtherBarrier"
],
"IsAdd": false,
"Target": "Self"
}
],
"AnimatorStateName": "SpecialEvade",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
},
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HugoVlad_CanOpenEtherBarrier"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"EtherBoss"
]
}
]
}
],
"Target": "Self"
}
],
"Val": 0.8
},
{
"HighToValueActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HugoVlad_CanOpenEtherBarrier"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"EtherBoss"
]
}
],
"Target": "Self"
}
],
"Val": 0.5
}
]
}
]
}
],
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherBarrierDestroyed"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_DelayEnableEtherBarrier",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SelfEnabledEtherBarrier"
]
}
]
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Hit",
"ParamType": 1
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_GroundHitIndex",
"ParamType": 3
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_HitForwardType",
"ParamType": 3
}
]
}
]
}
}
}