ZenlessData/Data/Bangboo_Brawlerboo_EffectManger.json
2024-12-17 20:43:14 -03:00

84 lines
2.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_AttackMove_Start",
"FrameCountHigh": 999,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MoveEffectModifier",
"MaterialPropertiesModifier"
]
},
{
"AnimatorStateName": "Attack_AttackMove",
"FrameCountHigh": 999,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MoveEffectModifier",
"MaterialPropertiesModifier"
]
},
{
"AnimatorStateName": "Attack_AttackMove_Loop",
"FrameCountHigh": 999,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"MoveEffectModifier",
"MaterialPropertiesModifier"
]
}
]
}
],
"AbilityName": "Bangboo_Brawlerboo_EffectManger",
"AbilityStacking": "Unique",
"Modifiers": {
"MaterialPropertiesModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Brawlerboo_AttackMove",
"Target": "Self",
"key": "Bangboo_Brawlerboo_MA_Attack_AttackPre_OverrideRimGlow_02"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Brawlerboo_AttackMove",
"Target": "Self"
}
]
},
"MoveEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "HeadPoint",
"EffectPattern": "Eff_Bangboo_Brawlerboo_Attack_AttackMove_Start_01_Trail",
"Target": "Self"
}
]
}
}
}