1
0
ZenlessData/Data/_unsorted/Alice_ExSpecialStickControl.json
2025-07-16 01:54:02 +02:00

70 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Branch_01_Enhance",
"FrameCountLow": 1,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"LogicMoveModifier"
]
}
]
}
],
"AbilityName": "Alice_ExSpecialStickControl",
"AbilityStacking": "Unique",
"Modifiers": {
"LogicMoveModifier": {
"OnAdded": [
{
"$type": "ApplyLogicMoveAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasSelfAttackTarget",
"Target": "Self"
}
]
}
],
"RotationConfig": {
"$type": "ConfigRotationToTarget",
"Duration": 0.1,
"FreezeRotateXZ": false,
"FreezeRotateY": false,
"ReachTargetStop": true,
"RotateSpeed": 7200,
"RotateType": "Instant",
"TargetPosRot": {
"CoordsOption": "PlayerJoyStick",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 1,
"z": -5
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Self"
}
},
"TargetUpdateMode": "Always"
}
}
]
}
}
}