提交 43719d62 编写于 作者: T tanghai

增加一批ai节点

上级 c60fe0c1
......@@ -19,6 +19,19 @@
TargetDie = 100010,
TargetDistance = 100011,
UnitState = 100012,
// 与主角的距离
ProtagonistDistance = 100013,
OwnEffect = 100014,
// 属性比较
NumbericCompare = 100015,
// 连续受击数
ContinuousBeHitted = 100016,
// 携带的技能是否匹配前缀
HaveSpellWithPrefix = 100017,
// 匹配前缀的技能是否在cd中
SpellPrefixInCD = 100018,
// action节点 20000开始
CastSpell = 20000,
......@@ -32,5 +45,6 @@
CloseTarget = 20008,
LeaveTarget = 20009,
PathPatrol = 20010,
CastPrefixSpell = 20011,
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册