ZenlessData/Data/Bangboo_Booressure_EffectManger.json
2024-09-23 09:11:37 -03:00

121 lines
3.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_AttackLaunch",
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"LaunchSuccessEffectModifier"
]
},
{
"AnimatorStateName": "Attack_AttackLaunch",
"FrameCountLow": 4,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"LaunchFailureEffectModifier"
]
}
]
}
],
"AbilityName": "Bangboo_Booressure_EffectManger",
"AbilityStacking": "Unique",
"Modifiers": {
"LaunchFailureEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Bangboo_Booressure_AttackLaunch_01",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"Predicates": [
{
"$type": "ByAIParam",
"BoolParamValue": false,
"CompareType": "Equal",
"ParamName": "Bool_Skill01Ready",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"LaunchSuccessEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Bangboo_Booressure_AttackLaunch_03",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"Predicates": [
{
"$type": "ByAIParam",
"BoolParamValue": true,
"CompareType": "Equal",
"ParamName": "Bool_Skill01Ready",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}