strikedoctrine.dat

来自「一个模拟动作源码」· DAT 代码 · 共 109 行

DAT
109
字号
;;
;; Doctrine for StrikeDoctrine;
;;
;;
(StrikeDoctrine 
	(type "doctrine")
	(category "CategoryRoot/Platform(1)/Air(2)/United States(225)/Attack/Strike(2)")
	(description "")
	(doctrinetype 1)
	(states 
		(StartDoctrine 
			(type "state")
			(description "")
			(statetype Inital)
			(actions )
			(transitionrules 
				(Transition1 
					(remark "")
					(expression "A ")
					(mark 
						(A 
							(conditionname IsFindTarget)
							(operator =)
							(datatype boolean)
							(value 1)
						)
					)
					(targetname "Climb")
					(targetid 96)
				)
			)
		)
		(Final 
			(type "state")
			(description "")
			(statetype Final)
			(actions )
			(transitionrules )
		)
		(FireAndSwoop 
			(type "state")
			(description "")
			(statetype Normal)
			(actions 
				(swoop 
					(description "")
					(actiontype enter action)
					(isflowchart false)
					(template swoop)
					(parameter )
				)
				(Fire 
					(description "")
					(actiontype enter action)
					(isflowchart false)
					(template Fire)
					(parameter )
				)
			)
			(transitionrules 
				(Transiton3 
					(remark "")
					(expression "A")
					(mark 
						(A 
							(conditionname IsReachPointB)
							(operator =)
							(datatype boolean)
							(value 1)
						)
					)
					(targetname "Final")
					(targetid 94)
				)
			)
		)
		(Climb 
			(type "state")
			(description "")
			(statetype Normal)
			(actions 
				(Climb 
					(description "")
					(actiontype enter action)
					(isflowchart false)
					(template Climb)
					(parameter )
				)
			)
			(transitionrules 
				(Transition 2 
					(remark "")
					(expression "A")
					(mark 
						(A 
							(conditionname IsReachPointA)
							(operator =)
							(datatype boolean)
							(value 1)
						)
					)
					(targetname "FireAndSwoop")
					(targetid 101)
				)
			)
		)
	)
)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?