1
0
ZenlessData/Data/_unsorted/Norano_StopBlock.json
2026-06-17 01:18:11 +02:00

135 lines
3.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"CheckCloudPlatformPerfectSwitch": true,
"ConfigList": [
{
"AnimatorStateName": "Attack_10",
"FrameCountHigh": 270,
"FrameCountLow": 230,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"StopBlock_TriggerParry"
]
},
{
"AnimatorStateName": "Attack_04",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"StopBlock_TriggerParry"
]
}
],
"IsSeam": false
},
{
"$type": "ActionsOnPropertyChangeMixin",
"DoInitialCheck": true,
"PropertyActions": [
{
"CustomPropertyType": "NoranoBuffCount",
"IsUsePercentage": false,
"PropertyType": "Custom",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"StopBlock"
],
"IsAdd": true,
"Target": "Self"
}
],
"Val": 15,
"ValueToLowActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"StopBlock"
],
"IsAdd": false,
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "Norano_StopBlock",
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"StopBlock_Clear": {
"Duration": 5,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_StopBlock",
"ParamType": 2,
"Target": "Self"
}
]
},
"StopBlock_TriggerParry": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_StopBlock",
"ParamType": 2,
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_StopBlock",
"ParamType": 2,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"StopBlock"
]
}
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "StopBlock_Clear"
}
]
}
}
}