48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"GroupConfigName": "FakeAvatar_FollowField",
|
|
"ConfigEntityPath": "Config/ConfigEntity/SummonUnit/SummonUnit_Common_TeamField_Entity.json",
|
|
"ResidentEffects": [],
|
|
"AttachPoint": "Origin",
|
|
"OnDestroy": [],
|
|
"TriggerConfig": {
|
|
"CustomTriggers": [
|
|
{
|
|
"TriggerName": "HitNpcMonsterTrigger",
|
|
"Radius": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 20
|
|
}
|
|
},
|
|
"UseVerticalBound": true,
|
|
"UpperBound": 5,
|
|
"LowerBound": -5,
|
|
"NeedRaycast": true,
|
|
"TargetTypes": [
|
|
"NPCMonster"
|
|
],
|
|
"OnTriggerEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.AddAdventureModifier",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "TaskActionTarget"
|
|
},
|
|
"ModifierName": "ADV_Modifier_Maze_Huohuo_Fear"
|
|
}
|
|
],
|
|
"OnTriggerExit": [
|
|
{
|
|
"$type": "RPG.GameCore.RemoveAdventureModifier",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "TaskActionTarget"
|
|
},
|
|
"ModifierName": "ADV_Modifier_Maze_Huohuo_Fear"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|