AI技能释放添加己方单位类型监听
parent
fee02c7753
commit
b4804e5caa
|
|
@ -38,9 +38,13 @@ namespace cfg.AICfg
|
|||
/// </summary>
|
||||
EnemyTargetType = 5,
|
||||
/// <summary>
|
||||
/// 己方类型优先级
|
||||
/// </summary>
|
||||
FriendTargetType = 6,
|
||||
/// <summary>
|
||||
/// 始终可释放
|
||||
/// </summary>
|
||||
Always = 6,
|
||||
Always = 7,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
{
|
||||
"ID": 5,
|
||||
"ListenType": 6,
|
||||
"ListenType": 7,
|
||||
"StatusType": 0,
|
||||
"PropertyType": 0,
|
||||
"PropertyParam": 0,
|
||||
|
|
@ -58,5 +58,15 @@
|
|||
0,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 8,
|
||||
"ListenType": 6,
|
||||
"StatusType": 0,
|
||||
"PropertyType": 0,
|
||||
"PropertyParam": 0,
|
||||
"TargetType": [
|
||||
2
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1201,7 +1201,7 @@
|
|||
],
|
||||
"PassiveBuffIds": [],
|
||||
"SkillActionId": 1,
|
||||
"AISkillActionId": 5,
|
||||
"AISkillActionId": 8,
|
||||
"ShowAreaIcon": "UI_Area4.png",
|
||||
"IconPath": "Icon_skill_A00016.png",
|
||||
"SkillLevel": 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue