{ //SP满时,全队获得伤害15%的伤害减免(唯一被动) "AbilityName":"Suit_Ability_50233300", "AbilityStacking":"Unique", "AbilityMixins" : [ { "$type": "MoleMole.ActionsOnPropertyChangeMixin", "PropertyActions": [ { "PropertyType": "CurSP", // "CustomPropertyType": "EnhanceNum", "ReferMaxPropertyType": "MaxSP", // "CustomReferMaxPropertyType": "MaxEnhanceNum", "IsUsePercentage": true, "ValueRangeActions": [ { "Val": 1.0, "LowToValueActions": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "AddBuff", "Target":"TeamAvatars", }, ], }, { "Val": 1.0, "ValueToLowActions": [ { "$type": "MoleMole.RemoveModifier", "ModifierName": "AddBuff", "Target":"TeamAvatars", }, ], }, ], }, ], }, ], "Modifiers": { "AddBuff": { "Properties": { "Actor_DamageTakeRatio":"%DamageTakeRatio", } } }, "AbilitySpecials" : { "DamageTakeRatio": { "Value": -0.15 } } }