{ //星见雅天赋02:释放连携技或终结技时,魔刃值回复至最大值 "AbilityName": "Unagi_Talent_02", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "MoleMole.SetAnimCtrlerParamAction", "ParamType": 2, "ParamName": "Bool_Talent_02", "Target": "Self", "BoolVal": true } ] }, "AbilityMixins": [ { "$type": "MoleMole.AttachStateWithModifierMixin", "ConfigList": [ { "LayerIndex": 0, "AnimatorStateName": "SwitchIn_Attack", "MaxFrameCountLow": false, "FrameCountLow": 0, "MaxFrameCountHigh": false, "FrameCountHigh": 68, //纳刀闪光时 "IsLoop": false, "ModifierNameList": [ "AddMagicBladeModifier_01", ] }, { "LayerIndex": 0, "AnimatorStateName": "SwitchIn_Attack_Ex", "MaxFrameCountLow": false, "FrameCountLow": 0, "MaxFrameCountHigh": false, "FrameCountHigh": 114, //纳刀闪光时 "IsLoop": false, "ModifierNameList": [ "AddMagicBladeModifier_02", ] }, ] } ], "Modifiers": { "AddMagicBladeModifier_01": { "ModifierStacking": "Unique", "Duration": -1, "OnRemoved": [ { "$type": "MoleMole.ModifyProperty", "Target": "Self", "PropertyType": "Custom", "CustomPropertyType": "MagicValueCounts", "PropertyModifyFunction": "Add", "Percentage": 0, "Amount": 999 } ] }, "AddMagicBladeModifier_02": { "ModifierStacking": "Unique", "Duration": -1, "OnRemoved": [ { "$type": "MoleMole.ModifyProperty", "Target": "Self", "PropertyType": "Custom", "CustomPropertyType": "MagicValueCounts", "PropertyModifyFunction": "Add", "Percentage": 0, "Amount": 999 } ] } } }