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