1
0
ZenlessData/Data/_unsorted/CovenantGuardian_EtherBarrierManage.json
2025-11-26 05:56:27 +01:00

278 lines
7.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_EtherBarrieEnter",
"FrameCountHigh": 155,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MuteAbnormalHitModifier",
"LockStunModifier",
"PerformRBLModifier"
]
}
]
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "LevelCustomConditionsModifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_EtherBarrieEnter",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "CovenantGuardian_EtherBarrierManage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_EtherBarrierManage",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Miasma"
]
}
],
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Monster_CovenantGuardian_FX"
],
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherBarrierCreated"
}
],
"Tag": "Monster_CovenantGuardian_FX",
"Visible": true
},
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Monster_CovenantGuardian_FX"
],
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherBarrierDestroyed"
}
],
"Tag": "Monster_CovenantGuardian_FX",
"Visible": false
}
]
},
"Modifiers": {
"LevelCustomConditionsModifier": {
"Duration": 25,
"ModifierStacking": "Replace",
"OnCustomEventReceived": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1768,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "EtherBarrierDestroyed"
}
]
}
]
},
"LockStunModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "LockStunPropertyMixin",
"OnStunLockFirstTriggeredActions": [
],
"OnStunLockedActions": [
],
"PercentageLock": 0.999,
"ValueLock": 0
}
],
"ModifierStacking": "Unique"
},
"Modifier_DelayEnableEtherBarrier": {
"DelayHandlers": [
{
"DelayTime": 60,
"TimeUpActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 99999,
"ParamName": "Weight_08_Current",
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Replace"
},
"Modifier_EtherBarrierManage": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 99999,
"ParamName": "Weight_08_Current",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Isolde_LevelSpecial"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"EtherBoss"
]
}
]
}
]
}
],
"Target": "Self"
}
],
"Val": 0.8
},
{
"HighToValueActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 99999,
"ParamName": "Weight_08_Current",
"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": 7,
"ParamName": "Int_GroundHitIndex",
"ParamType": 3
}
]
}
]
},
"MuteAbnormalHitModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_ImmediatelyBreakFrozen": 1,
"Actor_NoElementAbnormalHitAnimator": 1
}
},
"PerformRBLModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetRBLAction",
"RBL": 99,
"Tag": "MazingerGoldenBomb_PerformRBL",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "UnsetRBLAction",
"Tag": "MazingerGoldenBomb_PerformRBL",
"Target": "Self"
}
]
}
}
}