mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
43 lines
855 B
JSON
43 lines
855 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "TriggerFieldMixin",
|
|
"CustomCamp": "TeamGood",
|
|
"FieldType": "Sphere",
|
|
"Follow": true,
|
|
"IncludeSelf": false,
|
|
"OnOtherEnter": [
|
|
{
|
|
"$type": "InteractEnableAction",
|
|
"Enable": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnOtherExit": [
|
|
{
|
|
"$type": "InteractEnableAction",
|
|
"Enable": false,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Radius": "%InteractRadius",
|
|
"Targetting": "Allied",
|
|
"TriggerOnAdded": true,
|
|
"UseOwnerTeam": false
|
|
}
|
|
],
|
|
"AbilityName": "NPC_Interact",
|
|
"AbilitySpecials": {
|
|
"InteractRadius": {
|
|
"Value": 5
|
|
}
|
|
},
|
|
"DefaultModifier": {
|
|
"OnInteractingItem": [
|
|
{
|
|
"$type": "DoInteractAction",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |