ZenlessData/Data/Bellum_MoveAttack.json

161 lines
4.4 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_MoveAttack_Loop",
"FrameCountHigh": 999,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EnemyCheckModifer"
]
}
]
},
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"CustomPropertyType": "EnemiesNum_InRange",
"CustomReferMaxPropertyType": "EnemiesNum_InRange_Max",
"IsUsePercentage": false,
"PropertyType": "Custom",
"ReferMaxPropertyType": "Custom",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_MoveAttack",
"ParamType": 1,
"Target": "Caster"
}
],
"Val": 1
}
]
}
]
}
],
"AbilityName": "Bellum_MoveAttack",
"AbilityStacking": "Unique",
"Modifiers": {
"EnemyCheckModifer": {
"DelayHandlers": [
{
"DelayTime": 3,
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_MoveAttack",
"ParamType": 1,
"Target": "Caster"
}
]
}
],
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "FieldRangeMixin",
"ColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 1,
"z": 0
},
"ColliderType": "FanCylinder",
"FanCylinderColliderAngle": 360,
"FanCylinderColliderHeight": 2,
"FanCylinderColliderRadius": 3.5,
"FanCylinderColliderVertexNum": 24
},
"FieldEnterActions": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "EnemiesNum_InRange",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Target"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
],
"FieldExitActions": [
{
"$type": "ModifyProperty",
"Amount": -1,
"CustomPropertyType": "EnemiesNum_InRange",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Target"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
],
"FieldInitPosRot": {
"CoordsOption": "Self",
"NeedRaycastGround": true,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Self"
}
},
"FieldStopActions": [
{
"$type": "ModifyProperty",
"Amount": 0,
"CustomPropertyType": "EnemiesNum_InRange",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom"
}
],
"IsFollow": true,
"TotalDuration": -1
}
],
"ModifierStacking": "Unique"
}
}
}