AI技能释放添加己方单位类型监听

main
zhangaotian 2026-06-12 15:43:17 +08:00
parent fee02c7753
commit b4804e5caa
3 changed files with 17 additions and 3 deletions

View File

@ -38,9 +38,13 @@ namespace cfg.AICfg
/// </summary> /// </summary>
EnemyTargetType = 5, EnemyTargetType = 5,
/// <summary> /// <summary>
/// 己方类型优先级
/// </summary>
FriendTargetType = 6,
/// <summary>
/// 始终可释放 /// 始终可释放
/// </summary> /// </summary>
Always = 6, Always = 7,
} }
} }

View File

@ -33,7 +33,7 @@
}, },
{ {
"ID": 5, "ID": 5,
"ListenType": 6, "ListenType": 7,
"StatusType": 0, "StatusType": 0,
"PropertyType": 0, "PropertyType": 0,
"PropertyParam": 0, "PropertyParam": 0,
@ -58,5 +58,15 @@
0, 0,
4 4
] ]
},
{
"ID": 8,
"ListenType": 6,
"StatusType": 0,
"PropertyType": 0,
"PropertyParam": 0,
"TargetType": [
2
]
} }
] ]

View File

@ -1201,7 +1201,7 @@
], ],
"PassiveBuffIds": [], "PassiveBuffIds": [],
"SkillActionId": 1, "SkillActionId": 1,
"AISkillActionId": 5, "AISkillActionId": 8,
"ShowAreaIcon": "UI_Area4.png", "ShowAreaIcon": "UI_Area4.png",
"IconPath": "Icon_skill_A00016.png", "IconPath": "Icon_skill_A00016.png",
"SkillLevel": 1, "SkillLevel": 1,