{ "AbilityName" : "NPC_Interact_Instant", "AbilityMixins" : [ { "$type" : "MoleMole.TriggerFieldMixin", "TriggerOnAdded" : true, "Radius" : "%InteractRadius", "FieldType" : "Sphere", "Follow" : true, "IncludeSelf" : false, "Targetting" : "Allied", "UseOwnerTeam" : false, "CustomCamp" : "TeamGood", "OnOtherEnter" : [ { "$type" : "MoleMole.DoInteractAction", "Target" : "Self", }, ], } ], "AbilitySpecials" : { "InteractRadius" : { "Value" : 5, } } }