Files
DanhengServer-Resources/Config/ConfigSummonUnit/Gameplay/SummonUnit_SwitchHand_00_Config.json
2025-12-27 18:07:41 +08:00

63 lines
1.7 KiB
JSON

{
"GroupConfigName": "FakeAvatar_FollowField",
"ConfigEntityPath": "Config/ConfigEntity/SummonUnit/SummonUnit_Common_TeamField_Entity.json",
"TickLodTemplateName": "DefaultStaticEntity",
"ResidentEffects": [],
"ShoesType": "boot",
"AttachPoint": "Origin",
"Duration": {
"FixedValue": {
"RawValue": -4294967296,
"Value": -1.0
}
},
"OnDestroy": [],
"TriggerConfig": {
"CustomTriggers": [
{
"TriggerName": "HitNpcMonsterTrigger",
"DefaultEnable": true,
"Radius": {
"FixedValue": {
"RawValue": 85899345920,
"Value": 20.0
}
},
"UseVerticalBound": true,
"UpperBound": 5.0,
"LowerBound": -5.0,
"NeedRaycast": true,
"RayStartOffsetY": 1.0,
"TargetTypes": [
"NPCMonster"
],
"OnlyCheckFilterOnEnter": true,
"OnTriggerEnter": [
{
"$type": "RPG.GameCore.AddAdventureModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "TaskActionTarget"
},
"ModifierName": "ADV_Modifier_Maze_Huohuo_Fear",
"TaskEnabled": true,
"IsClientOnly": true
}
],
"OnTriggerExit": [
{
"$type": "RPG.GameCore.RemoveAdventureModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "TaskActionTarget"
},
"ModifierName": "ADV_Modifier_Maze_Huohuo_Fear",
"TaskEnabled": true,
"IsClientOnly": true
}
],
"SkipFakeAvatar": true
}
]
}
}