1
0
ZenlessData/Data/_unsorted/Lucia_EffectManager.json
2025-10-15 03:08:22 +02:00

79 lines
1.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Normal_02",
"FrameCountHigh": 48,
"FrameCountLow": 28,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"LuciaDitherModifier"
]
}
]
}
],
"AbilityName": "Lucia_EffectManager",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "LuciaMaterialPropertiesModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"LuciaDitherModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Avatar_Lucia_Dither_Fade",
"Tag": "Lucia_Dither_Fade",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "InterruptDitherFadeAction",
"Tag": "Lucia_Dither_Fade",
"Target": "Self"
}
]
},
"LuciaMaterialPropertiesModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Lucia_Body_1"
}
],
"Tag": "Lucia_MaterialProperty01",
"Target": "Self",
"key": "Avatar_Female_Size02_Lucia_MA_Common_SecondaryEmission_01"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Lucia_MaterialProperty01",
"Target": "Self"
}
]
}
}
}