You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
| 
											8 months ago
										 | [gd_resource type="BehaviorTree" load_steps=16 format=3 uid="uid://qsepxhwekky1"] | ||
|  | 
 | ||
|  | [ext_resource type="Script" uid="uid://ddcaceywxwt20" path="res://script/ai/action/action_attack1.gd" id="1_0ynsb"] | ||
|  | [ext_resource type="Script" uid="uid://bhxaiqao7nkth" path="res://script/ai/action/action_check_hit_wall.gd" id="2_3rkyj"] | ||
|  | [ext_resource type="Script" uid="uid://ci3tg5fkdn16f" path="res://script/ai/action/action_destroy.gd" id="3_h6iow"] | ||
|  | [ext_resource type="Script" uid="uid://b3ulieg4i8ivy" path="res://script/ai/action/action_check_hit_character.gd" id="4_3rkyj"] | ||
|  | 
 | ||
|  | [sub_resource type="BlackboardPlan" id="BlackboardPlan_0ottm"] | ||
|  | 
 | ||
|  | [sub_resource type="BTAction" id="BTAction_4hjwu"] | ||
|  | script = ExtResource("1_0ynsb") | ||
|  | 
 | ||
|  | [sub_resource type="BTCooldown" id="BTCooldown_amj7r"] | ||
|  | duration = 0.1 | ||
|  | children = [SubResource("BTAction_4hjwu")] | ||
|  | 
 | ||
|  | [sub_resource type="BTSequence" id="BTSequence_4w0g7"] | ||
|  | custom_name = "持续伤害" | ||
|  | children = [SubResource("BTCooldown_amj7r")] | ||
|  | 
 | ||
|  | [sub_resource type="BTAction" id="BTAction_8pno7"] | ||
|  | script = ExtResource("2_3rkyj") | ||
|  | 
 | ||
|  | [sub_resource type="BTAction" id="BTAction_sr08j"] | ||
|  | script = ExtResource("3_h6iow") | ||
|  | 
 | ||
|  | [sub_resource type="BTSequence" id="BTSequence_4uwjs"] | ||
|  | custom_name = "撞墙销毁" | ||
|  | children = [SubResource("BTAction_8pno7"), SubResource("BTAction_sr08j")] | ||
|  | 
 | ||
|  | [sub_resource type="BTAction" id="BTAction_h6iow"] | ||
|  | script = ExtResource("4_3rkyj") | ||
|  | 
 | ||
|  | [sub_resource type="BTAction" id="BTAction_amj7r"] | ||
|  | script = ExtResource("3_h6iow") | ||
|  | 
 | ||
|  | [sub_resource type="BTSequence" id="BTSequence_8pno7"] | ||
|  | custom_name = "命中销毁" | ||
|  | children = [SubResource("BTAction_h6iow"), SubResource("BTAction_amj7r")] | ||
|  | 
 | ||
|  | [sub_resource type="BTSelector" id="BTSelector_qk181"] | ||
|  | children = [SubResource("BTSequence_4w0g7"), SubResource("BTSequence_4uwjs"), SubResource("BTSequence_8pno7")] | ||
|  | 
 | ||
|  | [resource] | ||
|  | blackboard_plan = SubResource("BlackboardPlan_0ottm") | ||
|  | root_task = SubResource("BTSelector_qk181") |