HollowPS_TV_experiments/extras/zzz-0.1-jsons/NPC_Interact_Instant.json

31 lines
No EOL
722 B
JSON

{
"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,
}
}
}