mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
43
Data/NPC_Interact.json
Normal file
43
Data/NPC_Interact.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user