b22_behaviortree.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. {
  2. "version": "0.3.0",
  3. "scope": "project",
  4. "selectedTree": "bc332a40-bd38-48d6-bae7-2a5776c00f7e",
  5. "trees": [
  6. {
  7. "version": "0.3.0",
  8. "scope": "tree",
  9. "id": "bc332a40-bd38-48d6-bae7-2a5776c00f7e",
  10. "title": "A behavior tree",
  11. "description": "",
  12. "root": "3db6f891-7dc3-4243-ab24-7891f17acb66",
  13. "properties": {},
  14. "nodes": {
  15. "29fac701-6de7-42ae-af81-c14f28870518": {
  16. "id": "29fac701-6de7-42ae-af81-c14f28870518",
  17. "name": "并列",
  18. "title": "并列(忽略失败)",
  19. "description": "",
  20. "properties": {},
  21. "display": {
  22. "x": -840,
  23. "y": -84
  24. },
  25. "children": [
  26. "cf5c5ee0-50a8-40cc-81bc-1c98e83fb9cf",
  27. "8c35fc58-c758-45c9-b7d5-4d458b975eef",
  28. "9e7386f4-644d-4194-8315-f0085c29133f",
  29. "4decb6bc-e46d-4b57-8513-2170db2f998a",
  30. "eb0695f8-1e27-4357-9181-78ffa51397fd"
  31. ]
  32. },
  33. "4decb6bc-e46d-4b57-8513-2170db2f998a": {
  34. "id": "4decb6bc-e46d-4b57-8513-2170db2f998a",
  35. "name": "Runner",
  36. "title": "受击",
  37. "description": "",
  38. "properties": {},
  39. "display": {
  40. "x": -612,
  41. "y": -12
  42. }
  43. },
  44. "edcad722-7683-44d6-8293-2b3633ecfb24": {
  45. "id": "edcad722-7683-44d6-8293-2b3633ecfb24",
  46. "name": "Runner",
  47. "title": "寻找目标",
  48. "description": "",
  49. "properties": {},
  50. "display": {
  51. "x": -396,
  52. "y": 348
  53. }
  54. },
  55. "65945f76-a247-4891-90c5-dce9f0de5e22": {
  56. "id": "65945f76-a247-4891-90c5-dce9f0de5e22",
  57. "name": "Runner",
  58. "title": "被近战锁定",
  59. "description": "",
  60. "properties": {},
  61. "display": {
  62. "x": 552,
  63. "y": 732
  64. }
  65. },
  66. "6e46edb0-abcf-4dc8-ba88-f41baadca5c4": {
  67. "id": "6e46edb0-abcf-4dc8-ba88-f41baadca5c4",
  68. "name": "Runner",
  69. "title": "敌方进入攻击范围",
  70. "description": "",
  71. "properties": {},
  72. "display": {
  73. "x": 756,
  74. "y": 732
  75. }
  76. },
  77. "5b2939aa-e136-409b-8d0b-c7314e7b8eb6": {
  78. "id": "5b2939aa-e136-409b-8d0b-c7314e7b8eb6",
  79. "name": "Runner",
  80. "title": "被近战锁定",
  81. "description": "",
  82. "properties": {},
  83. "display": {
  84. "x": -1068,
  85. "y": 840
  86. }
  87. },
  88. "cb783e3c-aabf-4aae-a753-f77db237e5ff": {
  89. "id": "cb783e3c-aabf-4aae-a753-f77db237e5ff",
  90. "name": "Inverter",
  91. "title": "取反",
  92. "description": "",
  93. "properties": {},
  94. "display": {
  95. "x": -1068,
  96. "y": 672
  97. },
  98. "child": "5b2939aa-e136-409b-8d0b-c7314e7b8eb6"
  99. },
  100. "c630aba8-f1ab-4dd0-94ba-71da6df2f6c0": {
  101. "id": "c630aba8-f1ab-4dd0-94ba-71da6df2f6c0",
  102. "name": "Inverter",
  103. "title": "取反",
  104. "description": "",
  105. "properties": {},
  106. "display": {
  107. "x": -864,
  108. "y": 744
  109. },
  110. "child": "422bc237-8160-4c2a-ba3a-a247077fd4b7"
  111. },
  112. "96cacd72-96bd-4df8-be7c-c78173be2e04": {
  113. "id": "96cacd72-96bd-4df8-be7c-c78173be2e04",
  114. "name": "Runner",
  115. "title": "移动到目标中心点",
  116. "description": "",
  117. "properties": {},
  118. "display": {
  119. "x": -684,
  120. "y": 840
  121. }
  122. },
  123. "422bc237-8160-4c2a-ba3a-a247077fd4b7": {
  124. "id": "422bc237-8160-4c2a-ba3a-a247077fd4b7",
  125. "name": "Runner",
  126. "title": "敌方进入攻击范围",
  127. "description": "",
  128. "properties": {},
  129. "display": {
  130. "x": -864,
  131. "y": 840
  132. }
  133. },
  134. "9daa0f67-f8df-48a2-805a-fdbb48bacb20": {
  135. "id": "9daa0f67-f8df-48a2-805a-fdbb48bacb20",
  136. "name": "Runner",
  137. "title": "自己是近战",
  138. "description": "",
  139. "properties": {},
  140. "display": {
  141. "x": 96,
  142. "y": 1068
  143. }
  144. },
  145. "d2f4d26a-ff44-470f-8858-a11d55067e49": {
  146. "id": "d2f4d26a-ff44-470f-8858-a11d55067e49",
  147. "name": "Runner",
  148. "title": "移动到目标扇形攻击点",
  149. "description": "",
  150. "properties": {},
  151. "display": {
  152. "x": 744,
  153. "y": 1212
  154. }
  155. },
  156. "65bed5fc-f057-403a-90e6-74dcaf90b1e8": {
  157. "id": "65bed5fc-f057-403a-90e6-74dcaf90b1e8",
  158. "name": "Runner",
  159. "title": "敌方进入攻击范围",
  160. "description": "",
  161. "properties": {},
  162. "display": {
  163. "x": -600,
  164. "y": 1068
  165. }
  166. },
  167. "16a69bb2-5771-40f8-8dbe-d35328ab924a": {
  168. "id": "16a69bb2-5771-40f8-8dbe-d35328ab924a",
  169. "name": "Runner",
  170. "title": "自己是近战",
  171. "description": "",
  172. "properties": {},
  173. "display": {
  174. "x": -420,
  175. "y": 1068
  176. }
  177. },
  178. "a065f3f8-97f9-4f02-9ab9-9913bc4f41b8": {
  179. "id": "a065f3f8-97f9-4f02-9ab9-9913bc4f41b8",
  180. "name": "并列",
  181. "title": "并列(忽略失败)",
  182. "description": "",
  183. "properties": {},
  184. "display": {
  185. "x": -36,
  186. "y": 744
  187. },
  188. "children": [
  189. "b6f4c054-6fd9-4d3c-b43b-7d99d6720b1f",
  190. "3e02074d-b8f0-41ed-8893-a3de48edc86d"
  191. ]
  192. },
  193. "6781afd0-08e2-4acc-87d2-417680635f8a": {
  194. "id": "6781afd0-08e2-4acc-87d2-417680635f8a",
  195. "name": "Inverter",
  196. "title": "取反",
  197. "description": "",
  198. "properties": {},
  199. "display": {
  200. "x": -420,
  201. "y": 960
  202. },
  203. "child": "16a69bb2-5771-40f8-8dbe-d35328ab924a"
  204. },
  205. "c93b2a9a-c290-4dc7-8f9a-e543c7ae99cf": {
  206. "id": "c93b2a9a-c290-4dc7-8f9a-e543c7ae99cf",
  207. "name": "Runner",
  208. "title": "阵亡",
  209. "description": "",
  210. "properties": {},
  211. "display": {
  212. "x": -2328,
  213. "y": 48
  214. }
  215. },
  216. "6dd80fee-7a60-41bb-8d74-af95831edb93": {
  217. "id": "6dd80fee-7a60-41bb-8d74-af95831edb93",
  218. "name": "Runner",
  219. "title": "阵亡动作",
  220. "description": "",
  221. "properties": {},
  222. "display": {
  223. "x": -2100,
  224. "y": 48
  225. }
  226. },
  227. "aa6701f1-d390-4bed-8e58-7c54b7f801be": {
  228. "id": "aa6701f1-d390-4bed-8e58-7c54b7f801be",
  229. "name": "并列",
  230. "title": "并列(忽略失败)",
  231. "description": "",
  232. "properties": {},
  233. "display": {
  234. "x": -468,
  235. "y": 552
  236. },
  237. "children": [
  238. "b2815e57-c9fe-4981-a963-667597bd9862",
  239. "bb579efa-3048-4f67-856f-c628c1e72411"
  240. ]
  241. },
  242. "4b2f7af4-b398-4294-bb15-b9d365da990a": {
  243. "id": "4b2f7af4-b398-4294-bb15-b9d365da990a",
  244. "name": "并列",
  245. "title": "并列(忽略失败)",
  246. "description": "",
  247. "properties": {},
  248. "display": {
  249. "x": 12,
  250. "y": 348
  251. },
  252. "children": [
  253. "917e2568-c788-45b8-8694-39c9820cfc6a",
  254. "676ed92a-fbbc-4bba-8dc6-f8efd04d478f"
  255. ]
  256. },
  257. "3db6f891-7dc3-4243-ab24-7891f17acb66": {
  258. "id": "3db6f891-7dc3-4243-ab24-7891f17acb66",
  259. "name": "并列",
  260. "title": "并列(忽略失败)",
  261. "description": "",
  262. "properties": {},
  263. "display": {
  264. "x": -1968,
  265. "y": -252
  266. },
  267. "children": [
  268. "34edddf4-5893-4d61-9980-4bafaaaec2c9",
  269. "f9f2f537-7f16-44af-a142-896d23a1f664"
  270. ]
  271. },
  272. "34edddf4-5893-4d61-9980-4bafaaaec2c9": {
  273. "id": "34edddf4-5893-4d61-9980-4bafaaaec2c9",
  274. "name": "并列",
  275. "title": "并列",
  276. "description": "",
  277. "properties": {},
  278. "display": {
  279. "x": -2172,
  280. "y": -168
  281. },
  282. "children": [
  283. "c93b2a9a-c290-4dc7-8f9a-e543c7ae99cf",
  284. "6dd80fee-7a60-41bb-8d74-af95831edb93"
  285. ]
  286. },
  287. "917e2568-c788-45b8-8694-39c9820cfc6a": {
  288. "id": "917e2568-c788-45b8-8694-39c9820cfc6a",
  289. "name": "并列",
  290. "title": "并列",
  291. "description": "",
  292. "properties": {},
  293. "display": {
  294. "x": -540,
  295. "y": 444
  296. },
  297. "children": [
  298. "cb783e3c-aabf-4aae-a753-f77db237e5ff",
  299. "aa6701f1-d390-4bed-8e58-7c54b7f801be"
  300. ]
  301. },
  302. "676ed92a-fbbc-4bba-8dc6-f8efd04d478f": {
  303. "id": "676ed92a-fbbc-4bba-8dc6-f8efd04d478f",
  304. "name": "并列",
  305. "title": "并列",
  306. "description": "",
  307. "properties": {},
  308. "display": {
  309. "x": 456,
  310. "y": 444
  311. },
  312. "children": [
  313. "65945f76-a247-4891-90c5-dce9f0de5e22",
  314. "6e46edb0-abcf-4dc8-ba88-f41baadca5c4",
  315. "6ccfc79f-1099-4bb5-898c-403320e215e9"
  316. ]
  317. },
  318. "b2815e57-c9fe-4981-a963-667597bd9862": {
  319. "id": "b2815e57-c9fe-4981-a963-667597bd9862",
  320. "name": "并列",
  321. "title": "并列",
  322. "description": "",
  323. "properties": {},
  324. "display": {
  325. "x": -744,
  326. "y": 672
  327. },
  328. "children": [
  329. "c630aba8-f1ab-4dd0-94ba-71da6df2f6c0",
  330. "96cacd72-96bd-4df8-be7c-c78173be2e04"
  331. ]
  332. },
  333. "bb579efa-3048-4f67-856f-c628c1e72411": {
  334. "id": "bb579efa-3048-4f67-856f-c628c1e72411",
  335. "name": "并列",
  336. "title": "并列",
  337. "description": "",
  338. "properties": {},
  339. "display": {
  340. "x": -372,
  341. "y": 660
  342. },
  343. "children": [
  344. "65bed5fc-f057-403a-90e6-74dcaf90b1e8",
  345. "a065f3f8-97f9-4f02-9ab9-9913bc4f41b8"
  346. ]
  347. },
  348. "b6f4c054-6fd9-4d3c-b43b-7d99d6720b1f": {
  349. "id": "b6f4c054-6fd9-4d3c-b43b-7d99d6720b1f",
  350. "name": "并列",
  351. "title": "并列",
  352. "description": "",
  353. "properties": {},
  354. "display": {
  355. "x": -252,
  356. "y": 840
  357. },
  358. "children": [
  359. "6781afd0-08e2-4acc-87d2-417680635f8a",
  360. "603f93b0-4f44-418a-95cb-b3d5a2a2f691",
  361. "2c67b03b-acec-4e55-bf2e-118a96e169d9"
  362. ]
  363. },
  364. "3e02074d-b8f0-41ed-8893-a3de48edc86d": {
  365. "id": "3e02074d-b8f0-41ed-8893-a3de48edc86d",
  366. "name": "并列",
  367. "title": "并列",
  368. "description": "",
  369. "properties": {},
  370. "display": {
  371. "x": 264,
  372. "y": 876
  373. },
  374. "children": [
  375. "9daa0f67-f8df-48a2-805a-fdbb48bacb20",
  376. "7d59bad3-ba1f-43f3-8d4f-79b912619cf0",
  377. "6e9bcdc3-a05c-4899-8ef2-b8f786e0c688"
  378. ]
  379. },
  380. "eb0695f8-1e27-4357-9181-78ffa51397fd": {
  381. "id": "eb0695f8-1e27-4357-9181-78ffa51397fd",
  382. "name": "Runner",
  383. "title": "加血",
  384. "description": "",
  385. "properties": {},
  386. "display": {
  387. "x": -384,
  388. "y": -12
  389. }
  390. },
  391. "7d59bad3-ba1f-43f3-8d4f-79b912619cf0": {
  392. "id": "7d59bad3-ba1f-43f3-8d4f-79b912619cf0",
  393. "name": "Runner",
  394. "title": "等待近战目标到达扇形攻击点",
  395. "description": "",
  396. "properties": {},
  397. "display": {
  398. "x": 336,
  399. "y": 1068
  400. }
  401. },
  402. "603f93b0-4f44-418a-95cb-b3d5a2a2f691": {
  403. "id": "603f93b0-4f44-418a-95cb-b3d5a2a2f691",
  404. "name": "Runner",
  405. "title": "停止移动",
  406. "description": "",
  407. "properties": {},
  408. "display": {
  409. "x": -252,
  410. "y": 1068
  411. }
  412. },
  413. "6e9bcdc3-a05c-4899-8ef2-b8f786e0c688": {
  414. "id": "6e9bcdc3-a05c-4899-8ef2-b8f786e0c688",
  415. "name": "并列",
  416. "title": "并列(忽略失败)",
  417. "description": "",
  418. "properties": {},
  419. "display": {
  420. "x": 756,
  421. "y": 900
  422. },
  423. "children": [
  424. "c05bc1a7-73e5-4183-83a1-00badb3e4f2d",
  425. "314e768e-44bf-4f3c-845b-6e3358f92f3e"
  426. ]
  427. },
  428. "c05bc1a7-73e5-4183-83a1-00badb3e4f2d": {
  429. "id": "c05bc1a7-73e5-4183-83a1-00badb3e4f2d",
  430. "name": "并列",
  431. "title": "并列",
  432. "description": "",
  433. "properties": {},
  434. "display": {
  435. "x": 612,
  436. "y": 996
  437. },
  438. "children": [
  439. "a574f1d8-364a-4966-8155-f5b3a287a197",
  440. "d2f4d26a-ff44-470f-8858-a11d55067e49"
  441. ]
  442. },
  443. "314e768e-44bf-4f3c-845b-6e3358f92f3e": {
  444. "id": "314e768e-44bf-4f3c-845b-6e3358f92f3e",
  445. "name": "并列",
  446. "title": "并列",
  447. "description": "",
  448. "properties": {},
  449. "display": {
  450. "x": 1032,
  451. "y": 996
  452. },
  453. "children": [
  454. "a4d0fe73-a7df-4092-9f66-15fdc6dee902",
  455. "b27a7112-5dd7-4de2-88f4-183c5016e782"
  456. ]
  457. },
  458. "6554c475-f6ef-4ee2-ac51-61a42da8d2fd": {
  459. "id": "6554c475-f6ef-4ee2-ac51-61a42da8d2fd",
  460. "name": "Runner",
  461. "title": "在攻击点",
  462. "description": "",
  463. "properties": {},
  464. "display": {
  465. "x": 552,
  466. "y": 1212
  467. }
  468. },
  469. "a574f1d8-364a-4966-8155-f5b3a287a197": {
  470. "id": "a574f1d8-364a-4966-8155-f5b3a287a197",
  471. "name": "Inverter",
  472. "title": "取反",
  473. "description": "",
  474. "properties": {},
  475. "display": {
  476. "x": 552,
  477. "y": 1104
  478. },
  479. "child": "6554c475-f6ef-4ee2-ac51-61a42da8d2fd"
  480. },
  481. "a4d0fe73-a7df-4092-9f66-15fdc6dee902": {
  482. "id": "a4d0fe73-a7df-4092-9f66-15fdc6dee902",
  483. "name": "Runner",
  484. "title": "在攻击点",
  485. "description": "",
  486. "properties": {},
  487. "display": {
  488. "x": 984,
  489. "y": 1212
  490. }
  491. },
  492. "cf5c5ee0-50a8-40cc-81bc-1c98e83fb9cf": {
  493. "id": "cf5c5ee0-50a8-40cc-81bc-1c98e83fb9cf",
  494. "name": "并列",
  495. "title": "并列",
  496. "description": "",
  497. "properties": {},
  498. "display": {
  499. "x": -2208,
  500. "y": 204
  501. },
  502. "children": [
  503. "a803ffd8-8bef-49b7-8c00-8ceec09a780e",
  504. "0938d332-6e64-48ac-a659-873d084af649",
  505. "108a9aa5-cfd2-4c8f-8232-ed172c1f176b",
  506. "0c09088d-ccea-4859-8ddd-87e5d36f3018",
  507. "58c91def-71d3-459c-a8db-7ef74f490e0f"
  508. ]
  509. },
  510. "58c91def-71d3-459c-a8db-7ef74f490e0f": {
  511. "id": "58c91def-71d3-459c-a8db-7ef74f490e0f",
  512. "name": "Runner",
  513. "title": "晕眩动作",
  514. "description": "",
  515. "properties": {},
  516. "display": {
  517. "x": -2064,
  518. "y": 324
  519. }
  520. },
  521. "a803ffd8-8bef-49b7-8c00-8ceec09a780e": {
  522. "id": "a803ffd8-8bef-49b7-8c00-8ceec09a780e",
  523. "name": "Runner",
  524. "title": "晕眩",
  525. "description": "",
  526. "properties": {},
  527. "display": {
  528. "x": -2832,
  529. "y": 324
  530. }
  531. },
  532. "f9f2f537-7f16-44af-a142-896d23a1f664": {
  533. "id": "f9f2f537-7f16-44af-a142-896d23a1f664",
  534. "name": "并列",
  535. "title": "并列",
  536. "description": "",
  537. "properties": {},
  538. "display": {
  539. "x": -1404,
  540. "y": -168
  541. },
  542. "children": [
  543. "56f18833-de9e-4548-8a9a-2fa35f3fc67b",
  544. "29fac701-6de7-42ae-af81-c14f28870518"
  545. ]
  546. },
  547. "56f18833-de9e-4548-8a9a-2fa35f3fc67b": {
  548. "id": "56f18833-de9e-4548-8a9a-2fa35f3fc67b",
  549. "name": "Inverter",
  550. "title": "取反",
  551. "description": "",
  552. "properties": {},
  553. "display": {
  554. "x": -1836,
  555. "y": -72
  556. },
  557. "child": "fa04d958-cf21-4bd7-beac-9caecfd84390"
  558. },
  559. "fa04d958-cf21-4bd7-beac-9caecfd84390": {
  560. "id": "fa04d958-cf21-4bd7-beac-9caecfd84390",
  561. "name": "Runner",
  562. "title": "阵亡",
  563. "description": "",
  564. "properties": {},
  565. "display": {
  566. "x": -1836,
  567. "y": 36
  568. }
  569. },
  570. "8c35fc58-c758-45c9-b7d5-4d458b975eef": {
  571. "id": "8c35fc58-c758-45c9-b7d5-4d458b975eef",
  572. "name": "并列",
  573. "title": "并列",
  574. "description": "",
  575. "properties": {},
  576. "display": {
  577. "x": -1896,
  578. "y": 324
  579. },
  580. "children": [
  581. "42fc9925-0eab-454a-a824-518702e31028",
  582. "5436670c-aca1-4af9-a1fc-1c7d0297f622",
  583. "0a147881-778d-4575-8ff8-4d1ac85a7442",
  584. "d53810c8-4c8a-4dcf-9d01-ce3e5519cd3a",
  585. "9ab4fded-a5cb-465f-8a0f-205478bea9bf"
  586. ]
  587. },
  588. "a881a6ad-de40-479b-a8f0-d1a7438ca98b": {
  589. "id": "a881a6ad-de40-479b-a8f0-d1a7438ca98b",
  590. "name": "Runner",
  591. "title": "晕眩动作中",
  592. "description": "",
  593. "properties": {},
  594. "display": {
  595. "x": -2172,
  596. "y": 564
  597. }
  598. },
  599. "9ab4fded-a5cb-465f-8a0f-205478bea9bf": {
  600. "id": "9ab4fded-a5cb-465f-8a0f-205478bea9bf",
  601. "name": "Runner",
  602. "title": "技能动作",
  603. "description": "",
  604. "properties": {},
  605. "display": {
  606. "x": -1404,
  607. "y": 564
  608. }
  609. },
  610. "42fc9925-0eab-454a-a824-518702e31028": {
  611. "id": "42fc9925-0eab-454a-a824-518702e31028",
  612. "name": "Inverter",
  613. "title": "取反",
  614. "description": "",
  615. "properties": {},
  616. "display": {
  617. "x": -2172,
  618. "y": 468
  619. },
  620. "child": "a881a6ad-de40-479b-a8f0-d1a7438ca98b"
  621. },
  622. "0a147881-778d-4575-8ff8-4d1ac85a7442": {
  623. "id": "0a147881-778d-4575-8ff8-4d1ac85a7442",
  624. "name": "Runner",
  625. "title": "停止移动",
  626. "description": "",
  627. "properties": {},
  628. "display": {
  629. "x": -1788,
  630. "y": 564
  631. }
  632. },
  633. "d53810c8-4c8a-4dcf-9d01-ce3e5519cd3a": {
  634. "id": "d53810c8-4c8a-4dcf-9d01-ce3e5519cd3a",
  635. "name": "Runner",
  636. "title": "停止攻击",
  637. "description": "",
  638. "properties": {},
  639. "display": {
  640. "x": -1584,
  641. "y": 564
  642. }
  643. },
  644. "2c67b03b-acec-4e55-bf2e-118a96e169d9": {
  645. "id": "2c67b03b-acec-4e55-bf2e-118a96e169d9",
  646. "name": "Runner",
  647. "title": "攻击动作",
  648. "description": "",
  649. "properties": {},
  650. "display": {
  651. "x": -84,
  652. "y": 1068
  653. }
  654. },
  655. "b27a7112-5dd7-4de2-88f4-183c5016e782": {
  656. "id": "b27a7112-5dd7-4de2-88f4-183c5016e782",
  657. "name": "Runner",
  658. "title": "攻击动作",
  659. "description": "",
  660. "properties": {},
  661. "display": {
  662. "x": 1200,
  663. "y": 1212
  664. }
  665. },
  666. "6ccfc79f-1099-4bb5-898c-403320e215e9": {
  667. "id": "6ccfc79f-1099-4bb5-898c-403320e215e9",
  668. "name": "Runner",
  669. "title": "攻击动作",
  670. "description": "",
  671. "properties": {},
  672. "display": {
  673. "x": 960,
  674. "y": 732
  675. }
  676. },
  677. "0938d332-6e64-48ac-a659-873d084af649": {
  678. "id": "0938d332-6e64-48ac-a659-873d084af649",
  679. "name": "Runner",
  680. "title": "停止移动",
  681. "description": "",
  682. "properties": {},
  683. "display": {
  684. "x": -2640,
  685. "y": 324
  686. }
  687. },
  688. "108a9aa5-cfd2-4c8f-8232-ed172c1f176b": {
  689. "id": "108a9aa5-cfd2-4c8f-8232-ed172c1f176b",
  690. "name": "Runner",
  691. "title": "停止攻击",
  692. "description": "",
  693. "properties": {},
  694. "display": {
  695. "x": -2448,
  696. "y": 324
  697. }
  698. },
  699. "0c09088d-ccea-4859-8ddd-87e5d36f3018": {
  700. "id": "0c09088d-ccea-4859-8ddd-87e5d36f3018",
  701. "name": "Runner",
  702. "title": "停止技能",
  703. "description": "",
  704. "properties": {},
  705. "display": {
  706. "x": -2256,
  707. "y": 324
  708. }
  709. },
  710. "499ee6c9-80f6-4c77-82e8-a3a304cb881b": {
  711. "id": "499ee6c9-80f6-4c77-82e8-a3a304cb881b",
  712. "name": "并列",
  713. "title": "并列(忽略失败)",
  714. "description": "",
  715. "properties": {},
  716. "display": {
  717. "x": -984,
  718. "y": 360
  719. },
  720. "children": [
  721. "81402176-bb98-4836-868b-72fac0fb2a78",
  722. "39d567a7-462b-4c30-86fb-78e4682270ff"
  723. ]
  724. },
  725. "39d567a7-462b-4c30-86fb-78e4682270ff": {
  726. "id": "39d567a7-462b-4c30-86fb-78e4682270ff",
  727. "name": "并列",
  728. "title": "并列",
  729. "description": "",
  730. "properties": {},
  731. "display": {
  732. "x": -228,
  733. "y": 240
  734. },
  735. "children": [
  736. "edcad722-7683-44d6-8293-2b3633ecfb24",
  737. "4b2f7af4-b398-4294-bb15-b9d365da990a"
  738. ]
  739. },
  740. "7f86c21c-2dac-490e-8349-3a2dea67bb13": {
  741. "id": "7f86c21c-2dac-490e-8349-3a2dea67bb13",
  742. "name": "Runner",
  743. "title": "寻找目标",
  744. "description": "",
  745. "properties": {},
  746. "display": {
  747. "x": -1632,
  748. "y": 996
  749. }
  750. },
  751. "4b7761a8-c8e0-49b1-81c8-021b15b13d2a": {
  752. "id": "4b7761a8-c8e0-49b1-81c8-021b15b13d2a",
  753. "name": "Inverter",
  754. "title": "取反",
  755. "description": "",
  756. "properties": {},
  757. "display": {
  758. "x": -1632,
  759. "y": 876
  760. },
  761. "child": "7f86c21c-2dac-490e-8349-3a2dea67bb13"
  762. },
  763. "81402176-bb98-4836-868b-72fac0fb2a78": {
  764. "id": "81402176-bb98-4836-868b-72fac0fb2a78",
  765. "name": "并列",
  766. "title": "并列",
  767. "description": "",
  768. "properties": {},
  769. "display": {
  770. "x": -1176,
  771. "y": 588
  772. },
  773. "children": [
  774. "4b7761a8-c8e0-49b1-81c8-021b15b13d2a",
  775. "35e5f6d2-67ae-427b-8fec-9fcdfc934a7f"
  776. ]
  777. },
  778. "35e5f6d2-67ae-427b-8fec-9fcdfc934a7f": {
  779. "id": "35e5f6d2-67ae-427b-8fec-9fcdfc934a7f",
  780. "name": "Runner",
  781. "title": "停止移动",
  782. "description": "",
  783. "properties": {},
  784. "display": {
  785. "x": -1440,
  786. "y": 996
  787. }
  788. },
  789. "5436670c-aca1-4af9-a1fc-1c7d0297f622": {
  790. "id": "5436670c-aca1-4af9-a1fc-1c7d0297f622",
  791. "name": "Runner",
  792. "title": "可以施放技能",
  793. "description": "",
  794. "properties": {},
  795. "display": {
  796. "x": -1980,
  797. "y": 564
  798. }
  799. },
  800. "9e7386f4-644d-4194-8315-f0085c29133f": {
  801. "id": "9e7386f4-644d-4194-8315-f0085c29133f",
  802. "name": "并列",
  803. "title": "并列",
  804. "description": "",
  805. "properties": {},
  806. "display": {
  807. "x": -996,
  808. "y": 168
  809. },
  810. "children": [
  811. "51c6b32d-06f3-452e-9120-cc8a8a108599",
  812. "680e65e9-3479-4ccf-8d42-70eb3616b58f",
  813. "499ee6c9-80f6-4c77-82e8-a3a304cb881b"
  814. ]
  815. },
  816. "51c6b32d-06f3-452e-9120-cc8a8a108599": {
  817. "id": "51c6b32d-06f3-452e-9120-cc8a8a108599",
  818. "name": "Inverter",
  819. "title": "取反",
  820. "description": "",
  821. "properties": {},
  822. "display": {
  823. "x": -1380,
  824. "y": 288
  825. },
  826. "child": "de6972e0-dc33-457d-815d-0a9afa14fcf4"
  827. },
  828. "de6972e0-dc33-457d-815d-0a9afa14fcf4": {
  829. "id": "de6972e0-dc33-457d-815d-0a9afa14fcf4",
  830. "name": "Runner",
  831. "title": "晕眩动作中",
  832. "description": "",
  833. "properties": {},
  834. "display": {
  835. "x": -1380,
  836. "y": 372
  837. }
  838. },
  839. "21af782b-ae13-4aa6-9e44-6f0a72d8f66a": {
  840. "id": "21af782b-ae13-4aa6-9e44-6f0a72d8f66a",
  841. "name": "Runner",
  842. "title": "技能动作中",
  843. "description": "",
  844. "properties": {},
  845. "display": {
  846. "x": -1164,
  847. "y": 372
  848. }
  849. },
  850. "680e65e9-3479-4ccf-8d42-70eb3616b58f": {
  851. "id": "680e65e9-3479-4ccf-8d42-70eb3616b58f",
  852. "name": "Inverter",
  853. "title": "取反",
  854. "description": "",
  855. "properties": {},
  856. "display": {
  857. "x": -1164,
  858. "y": 288
  859. },
  860. "child": "21af782b-ae13-4aa6-9e44-6f0a72d8f66a"
  861. }
  862. },
  863. "display": {
  864. "camera_x": 1755.5,
  865. "camera_y": 251,
  866. "camera_z": 0.5,
  867. "x": -1968,
  868. "y": -324
  869. }
  870. }
  871. ],
  872. "custom_nodes": [
  873. {
  874. "version": "0.3.0",
  875. "scope": "node",
  876. "name": "并列",
  877. "category": "composite",
  878. "title": null,
  879. "description": null,
  880. "properties": {}
  881. },
  882. {
  883. "version": "0.3.0",
  884. "scope": "node",
  885. "name": "延时队列",
  886. "category": "composite",
  887. "title": null,
  888. "description": null,
  889. "properties": {}
  890. },
  891. {
  892. "version": "0.3.0",
  893. "scope": "node",
  894. "name": "并列(忽略失败)",
  895. "category": "composite",
  896. "title": "并列(忽略失败)",
  897. "description": null,
  898. "properties": {}
  899. }
  900. ]
  901. }