{ // 诺查特殊攻击强化 "AbilityName" : "Nostradamus_SpecialSkill", "AbilityStacking": "Unique", "DefaultModifier" : { "OnAdded" : [ // { // "$type": "MoleMole.ApplyModifier", // "ModifierName": "RevocerSPModifier" // }, { "$type": "MoleMole.SetUIArrowAction", "position": 60 } ], }, "AbilityMixins" : [ { "$type": "MoleMole.ActionsOnPropertyChangeMixin", "PropertyActions": [ { "PropertyType": "CurSP", // "CustomPropertyType": "EnhanceNum", "ReferMaxPropertyType": "MaxSP", // "CustomReferMaxPropertyType": "MaxEnhanceNum", "IsUsePercentage": false, "ValueRangeActions": [ { "Val": 60, "LowToValueActions": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 3, "ParamName" : "Int_BranchIndex", "Target" : "Self", "IntVal" : 1, }, ], }, { "Val": 60, "ValueToLowActions": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 3, "ParamName" : "Int_BranchIndex", "Target" : "Self", "IntVal" : 0, }, ], }, ], }, ], }, { "$type" : "MoleMole.AttachStateWithModifierMixin", "ConfigList": [ { "AnimatorStateName": "Attack_Branch_01_Charge", "LayerIndex": 0, "NormalizedTimeLow": 0.0, "NormalizedTimeHigh": 1.0, "ModifierNameList": [ "ConsumeSPModifier" ] }, { "AnimatorStateName": "Attack_Branch_02_Charge", "LayerIndex": 0, "NormalizedTimeLow": 0.0, "NormalizedTimeHigh": 1.0, "ModifierNameList": [ "ConsumeSPModifier" ] }, ] } ], "Modifiers" : { "ConsumeSPModifier": { "ModifierStacking": "Unique", "Duration": -1, "ModifierMixins" : [ { "$type": "MoleMole.SmoothChangePropertyMixin", "PropertyItems" : [ { "PropertyType": "CurSP", "PropertyModifyFunction": "Add", "Percentage": 0, "Amount": -18, } ], } ] } } }