{ // 诺查子弹强化 "AbilityName" : "Nostradamus_Enhance", "AbilityStacking":"Unique", "DefaultModifier" : { "ModifierStacking" : "Unique", "OnAdded" : [ { "$type": "MoleMole.ModifyProperty", "PropertyType": "Custom", "CustomPropertyType": "BulletShell", "PropertyModifyFunction": "Add", "Percentage": 0, "Amount": 999, } ] }, "AbilityMixins" : [ { "$type": "MoleMole.ActionsOnPropertyChangeMixin", "PropertyActions": [ { "PropertyType": "Custom", "CustomPropertyType": "BulletShell", // "ReferMaxPropertyType": "Custom", // "CustomReferMaxPropertyType": "MaxBulletShell", "IsUsePercentage": false, "ValueRangeActions": [ { "Val": 1, "LowToValueActions": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 2, "ParamName" : "Bool_IsEnhanced", "Target" : "Self", "BoolVal" : true } ], }, { "Val": 1, "ValueToLowActions": [ { "$type" : "MoleMole.SetAnimCtrlerParamAction", "ParamType" : 2, "ParamName" : "Bool_IsEnhanced", "Target" : "Self", "BoolVal" : false } ], }, ], }, ], }, ], }