1
0
ZenlessData/Data/_unsorted/Brujas_BlockManager.json
2025-09-04 01:06:25 +02:00

246 lines
6.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_ChainAttack_02",
"FrameCountHigh": 130,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BlockingStateModifier"
]
},
{
"AnimatorStateName": "Attack_ChainAttack_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"InChainModifier"
]
},
{
"AnimatorStateName": "ChanAttack_02_Parry",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"InChainModifier"
]
}
],
"IsSeam": false
}
],
"AbilityName": "Brujas_BlockManager",
"AbilitySpecials": {
"AS_LaserStartCount": {
"Value": 0
},
"CD": {
"Value": 10
},
"RecoverRp": {
"Value": 0
},
"RecoverRp_Ether": {
"Value": 15
},
"RecoverRp_Perfect": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"BlockingStateModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "NoDamageModifier_Branch_02",
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_ChainAttackParry",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_CanExtend",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_NoHitEffect",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Hit_Parry_02",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 1,
"z": 1
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Self"
}
},
"Target": "Self"
},
{
"$type": "TimeSlowByConfigKeyAction",
"ConfigKey": "ParryAid_TimeSlow_01",
"IsGlobal": true
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Brujas_Attack_Block_AttackProperty_01",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IgnoreParry"
],
"Target": "Other"
}
],
"Target": "Other"
}
],
"Target": "Other"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Brujas_Attack_Block_AttackProperty_02",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IgnoreParry"
],
"Target": "Other"
}
],
"Target": "Other"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "NoDamageModifier_Branch_02",
"Target": "Self"
}
]
},
"ChainAttackCountModifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Add",
"Param": 1,
"ParamName": "AS_LaserStartCount",
"ParamType": "Float"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanExtend",
"ParamType": 2,
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 15,
"ParamName": "AS_LaserStartCount",
"ParamType": "Float"
}
],
"Target": "Self"
}
]
},
"InChainModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_CanExtend",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_LaserStartCount",
"ParamType": "Float"
}
]
},
"NoDamageModifier_Branch_02": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "PushBlockStateAction"
}
],
"OnRemoved": [
{
"$type": "PopBlockStateAction"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAttackCountModifier",
"Target": "Self"
}
]
}