This commit is contained in:
aozhiwei 2023-11-07 18:25:15 +08:00
parent 3db535114a
commit e1b3882a0e

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!--EXPORTED BY TOOL, DON'T MODIFY IT!-->
<!--Source File: task\ChaosBattle.xml-->
<behavior name="task/ChaosBattle" agenttype="HeroAgent" version="5">
<pars>
<par name="loc_point1" type="glm::vec3" value="{x=0;y=0;z=0;}" />
<par name="_$local_task_param_$_0" type="int" value="0" />
<par name="_$local_task_param_$_1" type="int" value="0" />
<par name="_$local_task_param_$_2" type="glm::vec3" value="{x=0;y=0;z=0;}" />
<par name="loc_val2" type="int" value="0" />
</pars>
<node class="IfElse" id="0">
<node class="Or" id="1">
<node class="Condition" id="2">
<property Operator="Equal" />
<property Opl="current_target_agent.TargetAgent::HasBuffEffect(kBET_Hide)" />
<property Opr="const bool true" />
</node>
<node class="Condition" id="3">
<property Operator="Equal" />
<property Opl="current_target_agent.TargetAgent::HasBuffEffect(kBET_InGrass)" />
<property Opr="const bool true" />
</node>
</node>
<node class="Sequence" id="4">
<node class="Action" id="6">
<property Method="Self.HeroAgent::DebugOut(&quot;dddddchaosbattle随机走&quot;,0,0,0)" />
<property ResultOption="BT_INVALID" />
</node>
<node class="ReferencedBehavior" id="5">
<property ReferenceBehavior="const string &quot;task/RandomWalk&quot;" />
<property Task="Self.HeroAgent::RandomWalk(0,0,{x=0;y=0;z=0;})" />
</node>
<node class="False" id="10" />
</node>
<node class="Sequence" id="8">
<node class="Action" id="9">
<property Method="Self.HeroAgent::DebugOut(&quot;dddddchaosbattle空操作&quot;,0,0,0)" />
<property ResultOption="BT_INVALID" />
</node>
<node class="True" id="7" />
</node>
</node>
</behavior>