魔药课活动_全屏动画_药剂添加.rebolt 120 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791
  1. {
  2. "CustomFunc": {
  3. "初始化": [
  4. [
  5. "Name",
  6. "初始化",
  7. "HTQfCbtSGyP8",
  8. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_全屏动画_药剂添加.red"
  9. ]
  10. ],
  11. "播放动画": [
  12. [
  13. "Name",
  14. "播放动画",
  15. "gmZDip2u9BIv",
  16. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_全屏动画_药剂添加.red"
  17. ]
  18. ],
  19. "播放第二阶段动画": [
  20. [
  21. "Name",
  22. "播放第二阶段动画",
  23. "us7k5FTuqSn5",
  24. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_全屏动画_药剂添加.red"
  25. ]
  26. ]
  27. },
  28. "CustomList": {
  29. },
  30. "CustomMessage": {
  31. "Hello Red": 1
  32. },
  33. "CustomTestFunc": {
  34. },
  35. "CustomVar": {
  36. "P-cntStep": 0
  37. },
  38. "DisPlayName": "魔药课活动_全屏动画_药剂添加",
  39. "RedFileList": {
  40. },
  41. "RedNoteInfo": {
  42. },
  43. "TreeList": {
  44. "Tree0": {
  45. "ExportTree": true,
  46. "ImageIndex": 4,
  47. "Name": {
  48. "Type": "STRING",
  49. "Value": "初始化",
  50. "displayName": ""
  51. },
  52. "Type": "BTCustomFuncHeadAction",
  53. "VarJson": {
  54. "boolJson": {
  55. },
  56. "numberJson": {
  57. }
  58. },
  59. "isIllegal": false,
  60. "randomID": "HTQfCbtSGyP8",
  61. "stepSlot": {
  62. "ContainerValue": {
  63. "Type": "BTIFElseControlAction",
  64. "conditionA": {
  65. "ContainerValue": {
  66. "Type": "BTEqualOperatorAction",
  67. "conditionA": {
  68. "ContainerValue": {
  69. "Type": "BTCoderVariableAction",
  70. "VarScope": "Scene",
  71. "isIllegal": true,
  72. "randomID": "31v23QVnfWMC",
  73. "titleLabel": {
  74. "Type": "STRING",
  75. "Value": "P-cntStep",
  76. "displayName": ""
  77. }
  78. },
  79. "StringValue": {
  80. "Type": "FLOAT",
  81. "Value": 0
  82. },
  83. "Type": "BTInputSlot"
  84. },
  85. "conditionB": {
  86. "ContainerValue": null,
  87. "StringValue": {
  88. "Type": "FLOAT",
  89. "Value": 7
  90. },
  91. "Type": "BTInputSlot"
  92. },
  93. "isIllegal": true,
  94. "randomID": "O5DOIWP4LkCm"
  95. },
  96. "Type": "BTBoolSlot"
  97. },
  98. "isIllegal": true,
  99. "randomID": "bblTZJAeiyJ1",
  100. "sectionA": {
  101. "ContainerValue": {
  102. "Type": "BTPlayTimeLineAction",
  103. "baseSelect": {
  104. "DisplayName": "药剂数量7",
  105. "Type": "Action",
  106. "Value": "4"
  107. },
  108. "isIllegal": true,
  109. "randomID": "zSsWsKZKqG5U",
  110. "stepSlot": {
  111. "ContainerValue": {
  112. "Type": "BTNotificationNodeToCoderAction",
  113. "baseSelect": {
  114. "DisplayName": "7_1",
  115. "Type": "Action",
  116. "Value": "EynBT1qQng9y"
  117. },
  118. "conditionA": {
  119. "ContainerValue": null,
  120. "StringValue": {
  121. "Type": "STRING",
  122. "Value": "绑定药剂倾倒位置"
  123. },
  124. "Type": "BTInputSlot"
  125. },
  126. "isIllegal": true,
  127. "paramA": {
  128. "ContainerValue": null,
  129. "StringValue": {
  130. "Type": "STRING",
  131. "Value": ""
  132. },
  133. "Type": "BTInputSlot"
  134. },
  135. "randomID": "8GE8ROUiVpyQ",
  136. "stepSlot": {
  137. "ContainerValue": {
  138. "Type": "BTNotificationNodeToCoderAction",
  139. "baseSelect": {
  140. "DisplayName": "7_2",
  141. "Type": "Action",
  142. "Value": "u0DiEd024O"
  143. },
  144. "conditionA": {
  145. "ContainerValue": null,
  146. "StringValue": {
  147. "Type": "STRING",
  148. "Value": "绑定药剂倾倒位置"
  149. },
  150. "Type": "BTInputSlot"
  151. },
  152. "isIllegal": true,
  153. "paramA": {
  154. "ContainerValue": null,
  155. "StringValue": {
  156. "Type": "STRING",
  157. "Value": ""
  158. },
  159. "Type": "BTInputSlot"
  160. },
  161. "randomID": "gDjpweKAPPVw",
  162. "stepSlot": {
  163. "ContainerValue": {
  164. "Type": "BTNotificationNodeToCoderAction",
  165. "baseSelect": {
  166. "DisplayName": "7_3",
  167. "Type": "Action",
  168. "Value": "WgvGNUJUzhKC"
  169. },
  170. "conditionA": {
  171. "ContainerValue": null,
  172. "StringValue": {
  173. "Type": "STRING",
  174. "Value": "绑定药剂倾倒位置"
  175. },
  176. "Type": "BTInputSlot"
  177. },
  178. "isIllegal": true,
  179. "paramA": {
  180. "ContainerValue": null,
  181. "StringValue": {
  182. "Type": "STRING",
  183. "Value": ""
  184. },
  185. "Type": "BTInputSlot"
  186. },
  187. "randomID": "N38eIUV8pP9H",
  188. "stepSlot": {
  189. "ContainerValue": {
  190. "Type": "BTNotificationNodeToCoderAction",
  191. "baseSelect": {
  192. "DisplayName": "7_4",
  193. "Type": "Action",
  194. "Value": "n9dAV4bNuicy"
  195. },
  196. "conditionA": {
  197. "ContainerValue": null,
  198. "StringValue": {
  199. "Type": "STRING",
  200. "Value": "绑定药剂倾倒位置"
  201. },
  202. "Type": "BTInputSlot"
  203. },
  204. "isIllegal": true,
  205. "paramA": {
  206. "ContainerValue": null,
  207. "StringValue": {
  208. "Type": "STRING",
  209. "Value": ""
  210. },
  211. "Type": "BTInputSlot"
  212. },
  213. "randomID": "3Wu6vV3QORBO",
  214. "stepSlot": {
  215. "ContainerValue": {
  216. "Type": "BTNotificationNodeToCoderAction",
  217. "baseSelect": {
  218. "DisplayName": "7_5",
  219. "Type": "Action",
  220. "Value": "4PPP2s930vG5"
  221. },
  222. "conditionA": {
  223. "ContainerValue": null,
  224. "StringValue": {
  225. "Type": "STRING",
  226. "Value": "绑定药剂倾倒位置"
  227. },
  228. "Type": "BTInputSlot"
  229. },
  230. "isIllegal": true,
  231. "paramA": {
  232. "ContainerValue": null,
  233. "StringValue": {
  234. "Type": "STRING",
  235. "Value": ""
  236. },
  237. "Type": "BTInputSlot"
  238. },
  239. "randomID": "LiGt4pCo0Gp",
  240. "stepSlot": {
  241. "ContainerValue": {
  242. "Type": "BTNotificationNodeToCoderAction",
  243. "baseSelect": {
  244. "DisplayName": "7_6",
  245. "Type": "Action",
  246. "Value": "i80yzKdq4Jjh"
  247. },
  248. "conditionA": {
  249. "ContainerValue": null,
  250. "StringValue": {
  251. "Type": "STRING",
  252. "Value": "绑定药剂倾倒位置"
  253. },
  254. "Type": "BTInputSlot"
  255. },
  256. "isIllegal": true,
  257. "paramA": {
  258. "ContainerValue": null,
  259. "StringValue": {
  260. "Type": "STRING",
  261. "Value": ""
  262. },
  263. "Type": "BTInputSlot"
  264. },
  265. "randomID": "yd1RQEihqVGU",
  266. "stepSlot": {
  267. "ContainerValue": {
  268. "Type": "BTNotificationNodeToCoderAction",
  269. "baseSelect": {
  270. "DisplayName": "7_7",
  271. "Type": "Action",
  272. "Value": "tWk5wbzBp3v7"
  273. },
  274. "conditionA": {
  275. "ContainerValue": null,
  276. "StringValue": {
  277. "Type": "STRING",
  278. "Value": "绑定药剂倾倒位置"
  279. },
  280. "Type": "BTInputSlot"
  281. },
  282. "isIllegal": true,
  283. "paramA": {
  284. "ContainerValue": null,
  285. "StringValue": {
  286. "Type": "STRING",
  287. "Value": ""
  288. },
  289. "Type": "BTInputSlot"
  290. },
  291. "randomID": "jigbZL2viWq",
  292. "stepSlot": {
  293. "ContainerValue": null,
  294. "Type": "BTStepSlot"
  295. }
  296. },
  297. "Type": "BTStepSlot"
  298. }
  299. },
  300. "Type": "BTStepSlot"
  301. }
  302. },
  303. "Type": "BTStepSlot"
  304. }
  305. },
  306. "Type": "BTStepSlot"
  307. }
  308. },
  309. "Type": "BTStepSlot"
  310. }
  311. },
  312. "Type": "BTStepSlot"
  313. }
  314. },
  315. "Type": "BTStepSlot"
  316. }
  317. },
  318. "Type": "BTSectionSlot"
  319. },
  320. "sectionB": {
  321. "ContainerValue": {
  322. "Type": "BTIFElseControlAction",
  323. "conditionA": {
  324. "ContainerValue": {
  325. "Type": "BTEqualOperatorAction",
  326. "conditionA": {
  327. "ContainerValue": {
  328. "Type": "BTCoderVariableAction",
  329. "VarScope": "Scene",
  330. "isIllegal": true,
  331. "randomID": "FT9SHz0omX63",
  332. "titleLabel": {
  333. "Type": "STRING",
  334. "Value": "P-cntStep",
  335. "displayName": ""
  336. }
  337. },
  338. "StringValue": {
  339. "Type": "FLOAT",
  340. "Value": 0
  341. },
  342. "Type": "BTInputSlot"
  343. },
  344. "conditionB": {
  345. "ContainerValue": null,
  346. "StringValue": {
  347. "Type": "FLOAT",
  348. "Value": 6
  349. },
  350. "Type": "BTInputSlot"
  351. },
  352. "isIllegal": true,
  353. "randomID": "VxM6IvwMXt3C"
  354. },
  355. "Type": "BTBoolSlot"
  356. },
  357. "isIllegal": true,
  358. "randomID": "1BxODJXQD7m",
  359. "sectionA": {
  360. "ContainerValue": {
  361. "Type": "BTPlayTimeLineAction",
  362. "baseSelect": {
  363. "DisplayName": "药剂数量6",
  364. "Type": "Action",
  365. "Value": "3"
  366. },
  367. "isIllegal": true,
  368. "randomID": "RO8viEkqvGQt",
  369. "stepSlot": {
  370. "ContainerValue": {
  371. "Type": "BTNotificationNodeToCoderAction",
  372. "baseSelect": {
  373. "DisplayName": "6_1",
  374. "Type": "Action",
  375. "Value": "8taUkYQ5Foym"
  376. },
  377. "conditionA": {
  378. "ContainerValue": null,
  379. "StringValue": {
  380. "Type": "STRING",
  381. "Value": "绑定药剂倾倒位置"
  382. },
  383. "Type": "BTInputSlot"
  384. },
  385. "isIllegal": true,
  386. "paramA": {
  387. "ContainerValue": null,
  388. "StringValue": {
  389. "Type": "STRING",
  390. "Value": ""
  391. },
  392. "Type": "BTInputSlot"
  393. },
  394. "randomID": "pqPhKA3q77ZW",
  395. "stepSlot": {
  396. "ContainerValue": {
  397. "Type": "BTNotificationNodeToCoderAction",
  398. "baseSelect": {
  399. "DisplayName": "6_2",
  400. "Type": "Action",
  401. "Value": "SdMzaJE4y2jB"
  402. },
  403. "conditionA": {
  404. "ContainerValue": null,
  405. "StringValue": {
  406. "Type": "STRING",
  407. "Value": "绑定药剂倾倒位置"
  408. },
  409. "Type": "BTInputSlot"
  410. },
  411. "isIllegal": true,
  412. "paramA": {
  413. "ContainerValue": null,
  414. "StringValue": {
  415. "Type": "STRING",
  416. "Value": ""
  417. },
  418. "Type": "BTInputSlot"
  419. },
  420. "randomID": "p2L1eIkIcZaL",
  421. "stepSlot": {
  422. "ContainerValue": {
  423. "Type": "BTNotificationNodeToCoderAction",
  424. "baseSelect": {
  425. "DisplayName": "6_3",
  426. "Type": "Action",
  427. "Value": "RieHug7gnO4g"
  428. },
  429. "conditionA": {
  430. "ContainerValue": null,
  431. "StringValue": {
  432. "Type": "STRING",
  433. "Value": "绑定药剂倾倒位置"
  434. },
  435. "Type": "BTInputSlot"
  436. },
  437. "isIllegal": true,
  438. "paramA": {
  439. "ContainerValue": null,
  440. "StringValue": {
  441. "Type": "STRING",
  442. "Value": ""
  443. },
  444. "Type": "BTInputSlot"
  445. },
  446. "randomID": "lGmAe7X2nlqX",
  447. "stepSlot": {
  448. "ContainerValue": {
  449. "Type": "BTNotificationNodeToCoderAction",
  450. "baseSelect": {
  451. "DisplayName": "6_4",
  452. "Type": "Action",
  453. "Value": "uWokD6nrDYGI"
  454. },
  455. "conditionA": {
  456. "ContainerValue": null,
  457. "StringValue": {
  458. "Type": "STRING",
  459. "Value": "绑定药剂倾倒位置"
  460. },
  461. "Type": "BTInputSlot"
  462. },
  463. "isIllegal": true,
  464. "paramA": {
  465. "ContainerValue": null,
  466. "StringValue": {
  467. "Type": "STRING",
  468. "Value": ""
  469. },
  470. "Type": "BTInputSlot"
  471. },
  472. "randomID": "hbNI2RfW5O9d",
  473. "stepSlot": {
  474. "ContainerValue": {
  475. "Type": "BTNotificationNodeToCoderAction",
  476. "baseSelect": {
  477. "DisplayName": "6_5",
  478. "Type": "Action",
  479. "Value": "UegKgcGHVHoP"
  480. },
  481. "conditionA": {
  482. "ContainerValue": null,
  483. "StringValue": {
  484. "Type": "STRING",
  485. "Value": "绑定药剂倾倒位置"
  486. },
  487. "Type": "BTInputSlot"
  488. },
  489. "isIllegal": true,
  490. "paramA": {
  491. "ContainerValue": null,
  492. "StringValue": {
  493. "Type": "STRING",
  494. "Value": ""
  495. },
  496. "Type": "BTInputSlot"
  497. },
  498. "randomID": "AYMzBoVJsyNd",
  499. "stepSlot": {
  500. "ContainerValue": {
  501. "Type": "BTNotificationNodeToCoderAction",
  502. "baseSelect": {
  503. "DisplayName": "6_6",
  504. "Type": "Action",
  505. "Value": "zvoB4HqwbQDH"
  506. },
  507. "conditionA": {
  508. "ContainerValue": null,
  509. "StringValue": {
  510. "Type": "STRING",
  511. "Value": "绑定药剂倾倒位置"
  512. },
  513. "Type": "BTInputSlot"
  514. },
  515. "isIllegal": true,
  516. "paramA": {
  517. "ContainerValue": null,
  518. "StringValue": {
  519. "Type": "STRING",
  520. "Value": ""
  521. },
  522. "Type": "BTInputSlot"
  523. },
  524. "randomID": "Z7k7cvFKbuZn",
  525. "stepSlot": {
  526. "ContainerValue": null,
  527. "Type": "BTStepSlot"
  528. }
  529. },
  530. "Type": "BTStepSlot"
  531. }
  532. },
  533. "Type": "BTStepSlot"
  534. }
  535. },
  536. "Type": "BTStepSlot"
  537. }
  538. },
  539. "Type": "BTStepSlot"
  540. }
  541. },
  542. "Type": "BTStepSlot"
  543. }
  544. },
  545. "Type": "BTStepSlot"
  546. }
  547. },
  548. "Type": "BTSectionSlot"
  549. },
  550. "sectionB": {
  551. "ContainerValue": {
  552. "Type": "BTIFElseControlAction",
  553. "conditionA": {
  554. "ContainerValue": {
  555. "Type": "BTEqualOperatorAction",
  556. "conditionA": {
  557. "ContainerValue": {
  558. "Type": "BTCoderVariableAction",
  559. "VarScope": "Scene",
  560. "isIllegal": true,
  561. "randomID": "mk1Hieei2kJJ",
  562. "titleLabel": {
  563. "Type": "STRING",
  564. "Value": "P-cntStep",
  565. "displayName": ""
  566. }
  567. },
  568. "StringValue": {
  569. "Type": "FLOAT",
  570. "Value": 0
  571. },
  572. "Type": "BTInputSlot"
  573. },
  574. "conditionB": {
  575. "ContainerValue": null,
  576. "StringValue": {
  577. "Type": "FLOAT",
  578. "Value": 5
  579. },
  580. "Type": "BTInputSlot"
  581. },
  582. "isIllegal": true,
  583. "randomID": "EpXKOS48r3Tq"
  584. },
  585. "Type": "BTBoolSlot"
  586. },
  587. "isIllegal": true,
  588. "randomID": "A1sNWiLgTaaZ",
  589. "sectionA": {
  590. "ContainerValue": {
  591. "Type": "BTPlayTimeLineAction",
  592. "baseSelect": {
  593. "DisplayName": "药剂数量5",
  594. "Type": "Action",
  595. "Value": "2"
  596. },
  597. "isIllegal": true,
  598. "randomID": "H9dh92pRwl",
  599. "stepSlot": {
  600. "ContainerValue": {
  601. "Type": "BTNotificationNodeToCoderAction",
  602. "baseSelect": {
  603. "DisplayName": "5_1",
  604. "Type": "Action",
  605. "Value": "WFbfSrSMSxr0"
  606. },
  607. "conditionA": {
  608. "ContainerValue": null,
  609. "StringValue": {
  610. "Type": "STRING",
  611. "Value": "绑定药剂倾倒位置"
  612. },
  613. "Type": "BTInputSlot"
  614. },
  615. "isIllegal": true,
  616. "paramA": {
  617. "ContainerValue": null,
  618. "StringValue": {
  619. "Type": "STRING",
  620. "Value": ""
  621. },
  622. "Type": "BTInputSlot"
  623. },
  624. "randomID": "TqDoZx7u6fhZ",
  625. "stepSlot": {
  626. "ContainerValue": {
  627. "Type": "BTNotificationNodeToCoderAction",
  628. "baseSelect": {
  629. "DisplayName": "5_2",
  630. "Type": "Action",
  631. "Value": "obuSI3gPrzXf"
  632. },
  633. "conditionA": {
  634. "ContainerValue": null,
  635. "StringValue": {
  636. "Type": "STRING",
  637. "Value": "绑定药剂倾倒位置"
  638. },
  639. "Type": "BTInputSlot"
  640. },
  641. "isIllegal": true,
  642. "paramA": {
  643. "ContainerValue": null,
  644. "StringValue": {
  645. "Type": "STRING",
  646. "Value": ""
  647. },
  648. "Type": "BTInputSlot"
  649. },
  650. "randomID": "KyGIHwazL6K4",
  651. "stepSlot": {
  652. "ContainerValue": {
  653. "Type": "BTNotificationNodeToCoderAction",
  654. "baseSelect": {
  655. "DisplayName": "5_3",
  656. "Type": "Action",
  657. "Value": "MKzLllCXsdQp"
  658. },
  659. "conditionA": {
  660. "ContainerValue": null,
  661. "StringValue": {
  662. "Type": "STRING",
  663. "Value": "绑定药剂倾倒位置"
  664. },
  665. "Type": "BTInputSlot"
  666. },
  667. "isIllegal": true,
  668. "paramA": {
  669. "ContainerValue": null,
  670. "StringValue": {
  671. "Type": "STRING",
  672. "Value": ""
  673. },
  674. "Type": "BTInputSlot"
  675. },
  676. "randomID": "epHR9IfXGJ72",
  677. "stepSlot": {
  678. "ContainerValue": {
  679. "Type": "BTNotificationNodeToCoderAction",
  680. "baseSelect": {
  681. "DisplayName": "5_4",
  682. "Type": "Action",
  683. "Value": "2vIzYIYB3bri"
  684. },
  685. "conditionA": {
  686. "ContainerValue": null,
  687. "StringValue": {
  688. "Type": "STRING",
  689. "Value": "绑定药剂倾倒位置"
  690. },
  691. "Type": "BTInputSlot"
  692. },
  693. "isIllegal": true,
  694. "paramA": {
  695. "ContainerValue": null,
  696. "StringValue": {
  697. "Type": "STRING",
  698. "Value": ""
  699. },
  700. "Type": "BTInputSlot"
  701. },
  702. "randomID": "w74QOE29SXWE",
  703. "stepSlot": {
  704. "ContainerValue": {
  705. "Type": "BTNotificationNodeToCoderAction",
  706. "baseSelect": {
  707. "DisplayName": "5_5",
  708. "Type": "Action",
  709. "Value": "m8DrCzXecyTt"
  710. },
  711. "conditionA": {
  712. "ContainerValue": null,
  713. "StringValue": {
  714. "Type": "STRING",
  715. "Value": "绑定药剂倾倒位置"
  716. },
  717. "Type": "BTInputSlot"
  718. },
  719. "isIllegal": true,
  720. "paramA": {
  721. "ContainerValue": null,
  722. "StringValue": {
  723. "Type": "STRING",
  724. "Value": ""
  725. },
  726. "Type": "BTInputSlot"
  727. },
  728. "randomID": "lihfVKmJyhak",
  729. "stepSlot": {
  730. "ContainerValue": null,
  731. "Type": "BTStepSlot"
  732. }
  733. },
  734. "Type": "BTStepSlot"
  735. }
  736. },
  737. "Type": "BTStepSlot"
  738. }
  739. },
  740. "Type": "BTStepSlot"
  741. }
  742. },
  743. "Type": "BTStepSlot"
  744. }
  745. },
  746. "Type": "BTStepSlot"
  747. }
  748. },
  749. "Type": "BTSectionSlot"
  750. },
  751. "sectionB": {
  752. "ContainerValue": {
  753. "Type": "BTIFElseControlAction",
  754. "conditionA": {
  755. "ContainerValue": {
  756. "Type": "BTEqualOperatorAction",
  757. "conditionA": {
  758. "ContainerValue": {
  759. "Type": "BTCoderVariableAction",
  760. "VarScope": "Scene",
  761. "isIllegal": true,
  762. "randomID": "ne9BJfFrCTrK",
  763. "titleLabel": {
  764. "Type": "STRING",
  765. "Value": "P-cntStep",
  766. "displayName": ""
  767. }
  768. },
  769. "StringValue": {
  770. "Type": "FLOAT",
  771. "Value": 0
  772. },
  773. "Type": "BTInputSlot"
  774. },
  775. "conditionB": {
  776. "ContainerValue": null,
  777. "StringValue": {
  778. "Type": "FLOAT",
  779. "Value": 4
  780. },
  781. "Type": "BTInputSlot"
  782. },
  783. "isIllegal": true,
  784. "randomID": "2pcsUZbaQej6"
  785. },
  786. "Type": "BTBoolSlot"
  787. },
  788. "isIllegal": true,
  789. "randomID": "AknQdjKtCfN",
  790. "sectionA": {
  791. "ContainerValue": {
  792. "Type": "BTPlayTimeLineAction",
  793. "baseSelect": {
  794. "DisplayName": "药剂数量4",
  795. "Type": "Action",
  796. "Value": "1"
  797. },
  798. "isIllegal": true,
  799. "randomID": "1TrgBSdHBYPw",
  800. "stepSlot": {
  801. "ContainerValue": {
  802. "Type": "BTNotificationNodeToCoderAction",
  803. "baseSelect": {
  804. "DisplayName": "4_1",
  805. "Type": "Action",
  806. "Value": "0f0XEWv1vRlQ"
  807. },
  808. "conditionA": {
  809. "ContainerValue": null,
  810. "StringValue": {
  811. "Type": "STRING",
  812. "Value": "绑定药剂倾倒位置"
  813. },
  814. "Type": "BTInputSlot"
  815. },
  816. "isIllegal": true,
  817. "paramA": {
  818. "ContainerValue": null,
  819. "StringValue": {
  820. "Type": "STRING",
  821. "Value": ""
  822. },
  823. "Type": "BTInputSlot"
  824. },
  825. "randomID": "fyucNFvQtRca",
  826. "stepSlot": {
  827. "ContainerValue": {
  828. "Type": "BTNotificationNodeToCoderAction",
  829. "baseSelect": {
  830. "DisplayName": "4_2",
  831. "Type": "Action",
  832. "Value": "4gLX9FxSbSLz"
  833. },
  834. "conditionA": {
  835. "ContainerValue": null,
  836. "StringValue": {
  837. "Type": "STRING",
  838. "Value": "绑定药剂倾倒位置"
  839. },
  840. "Type": "BTInputSlot"
  841. },
  842. "isIllegal": true,
  843. "paramA": {
  844. "ContainerValue": null,
  845. "StringValue": {
  846. "Type": "STRING",
  847. "Value": ""
  848. },
  849. "Type": "BTInputSlot"
  850. },
  851. "randomID": "EhK7wfOjEtg1",
  852. "stepSlot": {
  853. "ContainerValue": {
  854. "Type": "BTNotificationNodeToCoderAction",
  855. "baseSelect": {
  856. "DisplayName": "4_3",
  857. "Type": "Action",
  858. "Value": "wUWTGR1juHv0"
  859. },
  860. "conditionA": {
  861. "ContainerValue": null,
  862. "StringValue": {
  863. "Type": "STRING",
  864. "Value": "绑定药剂倾倒位置"
  865. },
  866. "Type": "BTInputSlot"
  867. },
  868. "isIllegal": true,
  869. "paramA": {
  870. "ContainerValue": null,
  871. "StringValue": {
  872. "Type": "STRING",
  873. "Value": ""
  874. },
  875. "Type": "BTInputSlot"
  876. },
  877. "randomID": "fgk5scSLRumM",
  878. "stepSlot": {
  879. "ContainerValue": {
  880. "Type": "BTNotificationNodeToCoderAction",
  881. "baseSelect": {
  882. "DisplayName": "4_4",
  883. "Type": "Action",
  884. "Value": "6i7nRs3JIPaD"
  885. },
  886. "conditionA": {
  887. "ContainerValue": null,
  888. "StringValue": {
  889. "Type": "STRING",
  890. "Value": "绑定药剂倾倒位置"
  891. },
  892. "Type": "BTInputSlot"
  893. },
  894. "isIllegal": true,
  895. "paramA": {
  896. "ContainerValue": null,
  897. "StringValue": {
  898. "Type": "STRING",
  899. "Value": ""
  900. },
  901. "Type": "BTInputSlot"
  902. },
  903. "randomID": "sfCGIhuROegI",
  904. "stepSlot": {
  905. "ContainerValue": null,
  906. "Type": "BTStepSlot"
  907. }
  908. },
  909. "Type": "BTStepSlot"
  910. }
  911. },
  912. "Type": "BTStepSlot"
  913. }
  914. },
  915. "Type": "BTStepSlot"
  916. }
  917. },
  918. "Type": "BTStepSlot"
  919. }
  920. },
  921. "Type": "BTSectionSlot"
  922. },
  923. "sectionB": {
  924. "ContainerValue": {
  925. "Type": "BTIFControlAction",
  926. "conditionA": {
  927. "ContainerValue": {
  928. "Type": "BTEqualOperatorAction",
  929. "conditionA": {
  930. "ContainerValue": {
  931. "Type": "BTCoderVariableAction",
  932. "VarScope": "Scene",
  933. "isIllegal": true,
  934. "randomID": "3lKnRapkauVk",
  935. "titleLabel": {
  936. "Type": "STRING",
  937. "Value": "P-cntStep",
  938. "displayName": ""
  939. }
  940. },
  941. "StringValue": {
  942. "Type": "FLOAT",
  943. "Value": 0
  944. },
  945. "Type": "BTInputSlot"
  946. },
  947. "conditionB": {
  948. "ContainerValue": null,
  949. "StringValue": {
  950. "Type": "FLOAT",
  951. "Value": 3
  952. },
  953. "Type": "BTInputSlot"
  954. },
  955. "isIllegal": true,
  956. "randomID": "HHiJp7IlHmtl"
  957. },
  958. "Type": "BTBoolSlot"
  959. },
  960. "isIllegal": true,
  961. "randomID": "Fe98iuWbc9Rz",
  962. "sectionA": {
  963. "ContainerValue": {
  964. "Type": "BTPlayTimeLineAction",
  965. "baseSelect": {
  966. "DisplayName": "药剂数量3",
  967. "Type": "Action",
  968. "Value": "0"
  969. },
  970. "isIllegal": true,
  971. "randomID": "LagGciNhTsPj",
  972. "stepSlot": {
  973. "ContainerValue": {
  974. "Type": "BTNotificationNodeToCoderAction",
  975. "baseSelect": {
  976. "DisplayName": "3_1",
  977. "Type": "Action",
  978. "Value": "r5mgpIkNVeZX"
  979. },
  980. "conditionA": {
  981. "ContainerValue": null,
  982. "StringValue": {
  983. "Type": "STRING",
  984. "Value": "绑定药剂倾倒位置"
  985. },
  986. "Type": "BTInputSlot"
  987. },
  988. "isIllegal": true,
  989. "paramA": {
  990. "ContainerValue": null,
  991. "StringValue": {
  992. "Type": "STRING",
  993. "Value": ""
  994. },
  995. "Type": "BTInputSlot"
  996. },
  997. "randomID": "SGuZhwrd2aZ",
  998. "stepSlot": {
  999. "ContainerValue": {
  1000. "Type": "BTNotificationNodeToCoderAction",
  1001. "baseSelect": {
  1002. "DisplayName": "3_2",
  1003. "Type": "Action",
  1004. "Value": "XgBiKU5SNlP6"
  1005. },
  1006. "conditionA": {
  1007. "ContainerValue": null,
  1008. "StringValue": {
  1009. "Type": "STRING",
  1010. "Value": "绑定药剂倾倒位置"
  1011. },
  1012. "Type": "BTInputSlot"
  1013. },
  1014. "isIllegal": true,
  1015. "paramA": {
  1016. "ContainerValue": null,
  1017. "StringValue": {
  1018. "Type": "STRING",
  1019. "Value": ""
  1020. },
  1021. "Type": "BTInputSlot"
  1022. },
  1023. "randomID": "I08StC7l2kJ0",
  1024. "stepSlot": {
  1025. "ContainerValue": {
  1026. "Type": "BTNotificationNodeToCoderAction",
  1027. "baseSelect": {
  1028. "DisplayName": "3_3",
  1029. "Type": "Action",
  1030. "Value": "4iN2US7GKEyh"
  1031. },
  1032. "conditionA": {
  1033. "ContainerValue": null,
  1034. "StringValue": {
  1035. "Type": "STRING",
  1036. "Value": "绑定药剂倾倒位置"
  1037. },
  1038. "Type": "BTInputSlot"
  1039. },
  1040. "isIllegal": true,
  1041. "paramA": {
  1042. "ContainerValue": null,
  1043. "StringValue": {
  1044. "Type": "STRING",
  1045. "Value": ""
  1046. },
  1047. "Type": "BTInputSlot"
  1048. },
  1049. "randomID": "DeSOrnez7hk7",
  1050. "stepSlot": {
  1051. "ContainerValue": null,
  1052. "Type": "BTStepSlot"
  1053. }
  1054. },
  1055. "Type": "BTStepSlot"
  1056. }
  1057. },
  1058. "Type": "BTStepSlot"
  1059. }
  1060. },
  1061. "Type": "BTStepSlot"
  1062. }
  1063. },
  1064. "Type": "BTSectionSlot"
  1065. },
  1066. "stepSlot": {
  1067. "ContainerValue": null,
  1068. "Type": "BTStepSlot"
  1069. }
  1070. },
  1071. "Type": "BTSectionSlot"
  1072. },
  1073. "stepSlot": {
  1074. "ContainerValue": null,
  1075. "Type": "BTStepSlot"
  1076. }
  1077. },
  1078. "Type": "BTSectionSlot"
  1079. },
  1080. "stepSlot": {
  1081. "ContainerValue": null,
  1082. "Type": "BTStepSlot"
  1083. }
  1084. },
  1085. "Type": "BTSectionSlot"
  1086. },
  1087. "stepSlot": {
  1088. "ContainerValue": null,
  1089. "Type": "BTStepSlot"
  1090. }
  1091. },
  1092. "Type": "BTSectionSlot"
  1093. },
  1094. "stepSlot": {
  1095. "ContainerValue": null,
  1096. "Type": "BTStepSlot"
  1097. }
  1098. },
  1099. "Type": "BTStepSlot"
  1100. },
  1101. "x": 37,
  1102. "y": -383
  1103. },
  1104. "Tree1": {
  1105. "ExportTree": true,
  1106. "ImageIndex": 6,
  1107. "Name": {
  1108. "Type": "STRING",
  1109. "Value": "播放动画",
  1110. "displayName": ""
  1111. },
  1112. "Type": "BTCustomFuncHeadAction",
  1113. "VarJson": {
  1114. "boolJson": {
  1115. },
  1116. "numberJson": {
  1117. }
  1118. },
  1119. "isIllegal": false,
  1120. "randomID": "gmZDip2u9BIv",
  1121. "stepSlot": {
  1122. "ContainerValue": {
  1123. "Type": "BTIFElseControlAction",
  1124. "conditionA": {
  1125. "ContainerValue": {
  1126. "Type": "BTEqualOperatorAction",
  1127. "conditionA": {
  1128. "ContainerValue": {
  1129. "Type": "BTCoderVariableAction",
  1130. "VarScope": "Scene",
  1131. "isIllegal": true,
  1132. "randomID": "V88WdH7HSqPI",
  1133. "titleLabel": {
  1134. "Type": "STRING",
  1135. "Value": "P-cntStep",
  1136. "displayName": ""
  1137. }
  1138. },
  1139. "StringValue": {
  1140. "Type": "FLOAT",
  1141. "Value": 0
  1142. },
  1143. "Type": "BTInputSlot"
  1144. },
  1145. "conditionB": {
  1146. "ContainerValue": null,
  1147. "StringValue": {
  1148. "Type": "FLOAT",
  1149. "Value": 3
  1150. },
  1151. "Type": "BTInputSlot"
  1152. },
  1153. "isIllegal": true,
  1154. "randomID": "JKGh6b7ihGQF"
  1155. },
  1156. "Type": "BTBoolSlot"
  1157. },
  1158. "isIllegal": true,
  1159. "randomID": "6QWbibciUJq1",
  1160. "sectionA": {
  1161. "ContainerValue": {
  1162. "Type": "BTPlayTimeLineWaitAction",
  1163. "baseSelect": {
  1164. "DisplayName": "药剂数量3",
  1165. "Type": "Action",
  1166. "Value": "0"
  1167. },
  1168. "isIllegal": true,
  1169. "randomID": "OpPJ0JQvpjix",
  1170. "stepSlot": {
  1171. "ContainerValue": null,
  1172. "Type": "BTStepSlot"
  1173. }
  1174. },
  1175. "Type": "BTSectionSlot"
  1176. },
  1177. "sectionB": {
  1178. "ContainerValue": {
  1179. "Type": "BTIFElseControlAction",
  1180. "conditionA": {
  1181. "ContainerValue": {
  1182. "Type": "BTEqualOperatorAction",
  1183. "conditionA": {
  1184. "ContainerValue": {
  1185. "Type": "BTCoderVariableAction",
  1186. "VarScope": "Scene",
  1187. "isIllegal": true,
  1188. "randomID": "0VgZoRCCpW03",
  1189. "titleLabel": {
  1190. "Type": "STRING",
  1191. "Value": "P-cntStep",
  1192. "displayName": ""
  1193. }
  1194. },
  1195. "StringValue": {
  1196. "Type": "FLOAT",
  1197. "Value": 0
  1198. },
  1199. "Type": "BTInputSlot"
  1200. },
  1201. "conditionB": {
  1202. "ContainerValue": null,
  1203. "StringValue": {
  1204. "Type": "FLOAT",
  1205. "Value": 4
  1206. },
  1207. "Type": "BTInputSlot"
  1208. },
  1209. "isIllegal": true,
  1210. "randomID": "jN3R3UTmhESH"
  1211. },
  1212. "Type": "BTBoolSlot"
  1213. },
  1214. "isIllegal": true,
  1215. "randomID": "783hjiUFJwI2",
  1216. "sectionA": {
  1217. "ContainerValue": {
  1218. "Type": "BTPlayTimeLineWaitAction",
  1219. "baseSelect": {
  1220. "DisplayName": "药剂数量4",
  1221. "Type": "Action",
  1222. "Value": "1"
  1223. },
  1224. "isIllegal": true,
  1225. "randomID": "cpijCAJRhgP",
  1226. "stepSlot": {
  1227. "ContainerValue": null,
  1228. "Type": "BTStepSlot"
  1229. }
  1230. },
  1231. "Type": "BTSectionSlot"
  1232. },
  1233. "sectionB": {
  1234. "ContainerValue": {
  1235. "Type": "BTIFElseControlAction",
  1236. "conditionA": {
  1237. "ContainerValue": {
  1238. "Type": "BTEqualOperatorAction",
  1239. "conditionA": {
  1240. "ContainerValue": {
  1241. "Type": "BTCoderVariableAction",
  1242. "VarScope": "Scene",
  1243. "isIllegal": true,
  1244. "randomID": "TyRhvUG9EmxS",
  1245. "titleLabel": {
  1246. "Type": "STRING",
  1247. "Value": "P-cntStep",
  1248. "displayName": ""
  1249. }
  1250. },
  1251. "StringValue": {
  1252. "Type": "FLOAT",
  1253. "Value": 0
  1254. },
  1255. "Type": "BTInputSlot"
  1256. },
  1257. "conditionB": {
  1258. "ContainerValue": null,
  1259. "StringValue": {
  1260. "Type": "FLOAT",
  1261. "Value": 5
  1262. },
  1263. "Type": "BTInputSlot"
  1264. },
  1265. "isIllegal": true,
  1266. "randomID": "xJL9hMIOTltD"
  1267. },
  1268. "Type": "BTBoolSlot"
  1269. },
  1270. "isIllegal": true,
  1271. "randomID": "iKnf43QkUPXk",
  1272. "sectionA": {
  1273. "ContainerValue": {
  1274. "Type": "BTPlayTimeLineWaitAction",
  1275. "baseSelect": {
  1276. "DisplayName": "药剂数量5",
  1277. "Type": "Action",
  1278. "Value": "2"
  1279. },
  1280. "isIllegal": true,
  1281. "randomID": "qY8kVSDfS6VU",
  1282. "stepSlot": {
  1283. "ContainerValue": null,
  1284. "Type": "BTStepSlot"
  1285. }
  1286. },
  1287. "Type": "BTSectionSlot"
  1288. },
  1289. "sectionB": {
  1290. "ContainerValue": {
  1291. "Type": "BTIFElseControlAction",
  1292. "conditionA": {
  1293. "ContainerValue": {
  1294. "Type": "BTEqualOperatorAction",
  1295. "conditionA": {
  1296. "ContainerValue": {
  1297. "Type": "BTCoderVariableAction",
  1298. "VarScope": "Scene",
  1299. "isIllegal": true,
  1300. "randomID": "WbxNmnwo5KSA",
  1301. "titleLabel": {
  1302. "Type": "STRING",
  1303. "Value": "P-cntStep",
  1304. "displayName": ""
  1305. }
  1306. },
  1307. "StringValue": {
  1308. "Type": "FLOAT",
  1309. "Value": 0
  1310. },
  1311. "Type": "BTInputSlot"
  1312. },
  1313. "conditionB": {
  1314. "ContainerValue": null,
  1315. "StringValue": {
  1316. "Type": "FLOAT",
  1317. "Value": 6
  1318. },
  1319. "Type": "BTInputSlot"
  1320. },
  1321. "isIllegal": true,
  1322. "randomID": "UfiAGBPLsRSY"
  1323. },
  1324. "Type": "BTBoolSlot"
  1325. },
  1326. "isIllegal": true,
  1327. "randomID": "iFTE2hgJ1tYN",
  1328. "sectionA": {
  1329. "ContainerValue": {
  1330. "Type": "BTPlayTimeLineWaitAction",
  1331. "baseSelect": {
  1332. "DisplayName": "药剂数量6",
  1333. "Type": "Action",
  1334. "Value": "3"
  1335. },
  1336. "isIllegal": true,
  1337. "randomID": "SZ5lEfbxSNLj",
  1338. "stepSlot": {
  1339. "ContainerValue": null,
  1340. "Type": "BTStepSlot"
  1341. }
  1342. },
  1343. "Type": "BTSectionSlot"
  1344. },
  1345. "sectionB": {
  1346. "ContainerValue": {
  1347. "Type": "BTIFControlAction",
  1348. "conditionA": {
  1349. "ContainerValue": {
  1350. "Type": "BTEqualOperatorAction",
  1351. "conditionA": {
  1352. "ContainerValue": {
  1353. "Type": "BTCoderVariableAction",
  1354. "VarScope": "Scene",
  1355. "isIllegal": true,
  1356. "randomID": "5uid0sctGtiu",
  1357. "titleLabel": {
  1358. "Type": "STRING",
  1359. "Value": "P-cntStep",
  1360. "displayName": ""
  1361. }
  1362. },
  1363. "StringValue": {
  1364. "Type": "FLOAT",
  1365. "Value": 0
  1366. },
  1367. "Type": "BTInputSlot"
  1368. },
  1369. "conditionB": {
  1370. "ContainerValue": null,
  1371. "StringValue": {
  1372. "Type": "FLOAT",
  1373. "Value": 7
  1374. },
  1375. "Type": "BTInputSlot"
  1376. },
  1377. "isIllegal": true,
  1378. "randomID": "fikhWaHIFFIu"
  1379. },
  1380. "Type": "BTBoolSlot"
  1381. },
  1382. "isIllegal": true,
  1383. "randomID": "neGH7mrJtgD",
  1384. "sectionA": {
  1385. "ContainerValue": {
  1386. "Type": "BTPlayTimeLineWaitAction",
  1387. "baseSelect": {
  1388. "DisplayName": "药剂数量7",
  1389. "Type": "Action",
  1390. "Value": "4"
  1391. },
  1392. "isIllegal": true,
  1393. "randomID": "vOP0yLvXgFeE",
  1394. "stepSlot": {
  1395. "ContainerValue": null,
  1396. "Type": "BTStepSlot"
  1397. }
  1398. },
  1399. "Type": "BTSectionSlot"
  1400. },
  1401. "stepSlot": {
  1402. "ContainerValue": null,
  1403. "Type": "BTStepSlot"
  1404. }
  1405. },
  1406. "Type": "BTSectionSlot"
  1407. },
  1408. "stepSlot": {
  1409. "ContainerValue": null,
  1410. "Type": "BTStepSlot"
  1411. }
  1412. },
  1413. "Type": "BTSectionSlot"
  1414. },
  1415. "stepSlot": {
  1416. "ContainerValue": null,
  1417. "Type": "BTStepSlot"
  1418. }
  1419. },
  1420. "Type": "BTSectionSlot"
  1421. },
  1422. "stepSlot": {
  1423. "ContainerValue": null,
  1424. "Type": "BTStepSlot"
  1425. }
  1426. },
  1427. "Type": "BTSectionSlot"
  1428. },
  1429. "stepSlot": {
  1430. "ContainerValue": {
  1431. "Type": "BTNotificationToCoderAction",
  1432. "conditionA": {
  1433. "ContainerValue": null,
  1434. "StringValue": {
  1435. "Type": "STRING",
  1436. "Value": "第一阶段播放完成"
  1437. },
  1438. "Type": "BTInputSlot"
  1439. },
  1440. "isIllegal": true,
  1441. "randomID": "rzoEcBDD9sTB",
  1442. "stepSlot": {
  1443. "ContainerValue": null,
  1444. "Type": "BTStepSlot"
  1445. }
  1446. },
  1447. "Type": "BTStepSlot"
  1448. }
  1449. },
  1450. "Type": "BTStepSlot"
  1451. },
  1452. "x": -96.43792105905803,
  1453. "y": 1222.29861380591
  1454. },
  1455. "Tree2": {
  1456. "ExportTree": true,
  1457. "ImageIndex": 1,
  1458. "Name": {
  1459. "Type": "STRING",
  1460. "Value": "播放第二阶段动画",
  1461. "displayName": ""
  1462. },
  1463. "Type": "BTCustomFuncHeadAction",
  1464. "VarJson": {
  1465. "boolJson": {
  1466. },
  1467. "numberJson": {
  1468. }
  1469. },
  1470. "isIllegal": false,
  1471. "randomID": "us7k5FTuqSn5",
  1472. "stepSlot": {
  1473. "ContainerValue": {
  1474. "Type": "BTIFElseControlAction",
  1475. "conditionA": {
  1476. "ContainerValue": {
  1477. "Type": "BTEqualOperatorAction",
  1478. "conditionA": {
  1479. "ContainerValue": {
  1480. "Type": "BTCoderVariableAction",
  1481. "VarScope": "Scene",
  1482. "isIllegal": true,
  1483. "randomID": "Gtu19hV8tNTy",
  1484. "titleLabel": {
  1485. "Type": "STRING",
  1486. "Value": "P-cntStep",
  1487. "displayName": ""
  1488. }
  1489. },
  1490. "StringValue": {
  1491. "Type": "FLOAT",
  1492. "Value": 0
  1493. },
  1494. "Type": "BTInputSlot"
  1495. },
  1496. "conditionB": {
  1497. "ContainerValue": null,
  1498. "StringValue": {
  1499. "Type": "FLOAT",
  1500. "Value": 3
  1501. },
  1502. "Type": "BTInputSlot"
  1503. },
  1504. "isIllegal": true,
  1505. "randomID": "Nc2nWtQBvxKO"
  1506. },
  1507. "Type": "BTBoolSlot"
  1508. },
  1509. "isIllegal": true,
  1510. "randomID": "MX3l5u9aghS",
  1511. "sectionA": {
  1512. "ContainerValue": {
  1513. "Type": "BTPlayTimeLineAction",
  1514. "baseSelect": {
  1515. "DisplayName": "收集动画药_剂数量3",
  1516. "Type": "Action",
  1517. "Value": "5"
  1518. },
  1519. "isIllegal": true,
  1520. "randomID": "kUrVlMZvxRu8",
  1521. "stepSlot": {
  1522. "ContainerValue": null,
  1523. "Type": "BTStepSlot"
  1524. }
  1525. },
  1526. "Type": "BTSectionSlot"
  1527. },
  1528. "sectionB": {
  1529. "ContainerValue": {
  1530. "Type": "BTIFElseControlAction",
  1531. "conditionA": {
  1532. "ContainerValue": {
  1533. "Type": "BTEqualOperatorAction",
  1534. "conditionA": {
  1535. "ContainerValue": {
  1536. "Type": "BTCoderVariableAction",
  1537. "VarScope": "Scene",
  1538. "isIllegal": true,
  1539. "randomID": "0fRGif7BU2Ds",
  1540. "titleLabel": {
  1541. "Type": "STRING",
  1542. "Value": "P-cntStep",
  1543. "displayName": ""
  1544. }
  1545. },
  1546. "StringValue": {
  1547. "Type": "FLOAT",
  1548. "Value": 0
  1549. },
  1550. "Type": "BTInputSlot"
  1551. },
  1552. "conditionB": {
  1553. "ContainerValue": null,
  1554. "StringValue": {
  1555. "Type": "FLOAT",
  1556. "Value": 4
  1557. },
  1558. "Type": "BTInputSlot"
  1559. },
  1560. "isIllegal": true,
  1561. "randomID": "8hBl8nKy5oOC"
  1562. },
  1563. "Type": "BTBoolSlot"
  1564. },
  1565. "isIllegal": true,
  1566. "randomID": "WkeD2yG5GznB",
  1567. "sectionA": {
  1568. "ContainerValue": {
  1569. "Type": "BTPlayTimeLineAction",
  1570. "baseSelect": {
  1571. "DisplayName": "收集动画药_剂数量4",
  1572. "Type": "Action",
  1573. "Value": "6"
  1574. },
  1575. "isIllegal": true,
  1576. "randomID": "trnGn3ns4rrc",
  1577. "stepSlot": {
  1578. "ContainerValue": null,
  1579. "Type": "BTStepSlot"
  1580. }
  1581. },
  1582. "Type": "BTSectionSlot"
  1583. },
  1584. "sectionB": {
  1585. "ContainerValue": {
  1586. "Type": "BTIFElseControlAction",
  1587. "conditionA": {
  1588. "ContainerValue": {
  1589. "Type": "BTEqualOperatorAction",
  1590. "conditionA": {
  1591. "ContainerValue": {
  1592. "Type": "BTCoderVariableAction",
  1593. "VarScope": "Scene",
  1594. "isIllegal": true,
  1595. "randomID": "dHmuk3bJuYFJ",
  1596. "titleLabel": {
  1597. "Type": "STRING",
  1598. "Value": "P-cntStep",
  1599. "displayName": ""
  1600. }
  1601. },
  1602. "StringValue": {
  1603. "Type": "FLOAT",
  1604. "Value": 0
  1605. },
  1606. "Type": "BTInputSlot"
  1607. },
  1608. "conditionB": {
  1609. "ContainerValue": null,
  1610. "StringValue": {
  1611. "Type": "FLOAT",
  1612. "Value": 5
  1613. },
  1614. "Type": "BTInputSlot"
  1615. },
  1616. "isIllegal": true,
  1617. "randomID": "FXywFEltAKDk"
  1618. },
  1619. "Type": "BTBoolSlot"
  1620. },
  1621. "isIllegal": true,
  1622. "randomID": "DrQtIddfV0q",
  1623. "sectionA": {
  1624. "ContainerValue": {
  1625. "Type": "BTPlayTimeLineAction",
  1626. "baseSelect": {
  1627. "DisplayName": "收集动画药_剂数量5",
  1628. "Type": "Action",
  1629. "Value": "7"
  1630. },
  1631. "isIllegal": true,
  1632. "randomID": "Dujkp6tvHRIO",
  1633. "stepSlot": {
  1634. "ContainerValue": null,
  1635. "Type": "BTStepSlot"
  1636. }
  1637. },
  1638. "Type": "BTSectionSlot"
  1639. },
  1640. "sectionB": {
  1641. "ContainerValue": {
  1642. "Type": "BTIFElseControlAction",
  1643. "conditionA": {
  1644. "ContainerValue": {
  1645. "Type": "BTEqualOperatorAction",
  1646. "conditionA": {
  1647. "ContainerValue": {
  1648. "Type": "BTCoderVariableAction",
  1649. "VarScope": "Scene",
  1650. "isIllegal": true,
  1651. "randomID": "3JTz3ASjZIgX",
  1652. "titleLabel": {
  1653. "Type": "STRING",
  1654. "Value": "P-cntStep",
  1655. "displayName": ""
  1656. }
  1657. },
  1658. "StringValue": {
  1659. "Type": "FLOAT",
  1660. "Value": 0
  1661. },
  1662. "Type": "BTInputSlot"
  1663. },
  1664. "conditionB": {
  1665. "ContainerValue": null,
  1666. "StringValue": {
  1667. "Type": "FLOAT",
  1668. "Value": 6
  1669. },
  1670. "Type": "BTInputSlot"
  1671. },
  1672. "isIllegal": true,
  1673. "randomID": "AuFWNgoQtlj8"
  1674. },
  1675. "Type": "BTBoolSlot"
  1676. },
  1677. "isIllegal": true,
  1678. "randomID": "jVaQCzGiu4r",
  1679. "sectionA": {
  1680. "ContainerValue": {
  1681. "Type": "BTPlayTimeLineAction",
  1682. "baseSelect": {
  1683. "DisplayName": "收集动画药_剂数量6",
  1684. "Type": "Action",
  1685. "Value": "8"
  1686. },
  1687. "isIllegal": true,
  1688. "randomID": "QzQozlSeCOa1",
  1689. "stepSlot": {
  1690. "ContainerValue": null,
  1691. "Type": "BTStepSlot"
  1692. }
  1693. },
  1694. "Type": "BTSectionSlot"
  1695. },
  1696. "sectionB": {
  1697. "ContainerValue": {
  1698. "Type": "BTIFControlAction",
  1699. "conditionA": {
  1700. "ContainerValue": {
  1701. "Type": "BTEqualOperatorAction",
  1702. "conditionA": {
  1703. "ContainerValue": {
  1704. "Type": "BTCoderVariableAction",
  1705. "VarScope": "Scene",
  1706. "isIllegal": true,
  1707. "randomID": "7zFPcbgEskbD",
  1708. "titleLabel": {
  1709. "Type": "STRING",
  1710. "Value": "P-cntStep",
  1711. "displayName": ""
  1712. }
  1713. },
  1714. "StringValue": {
  1715. "Type": "FLOAT",
  1716. "Value": 0
  1717. },
  1718. "Type": "BTInputSlot"
  1719. },
  1720. "conditionB": {
  1721. "ContainerValue": null,
  1722. "StringValue": {
  1723. "Type": "FLOAT",
  1724. "Value": 7
  1725. },
  1726. "Type": "BTInputSlot"
  1727. },
  1728. "isIllegal": true,
  1729. "randomID": "UcnnXXueyUU2"
  1730. },
  1731. "Type": "BTBoolSlot"
  1732. },
  1733. "isIllegal": true,
  1734. "randomID": "MFuHQgnFSoh",
  1735. "sectionA": {
  1736. "ContainerValue": {
  1737. "Type": "BTPlayTimeLineAction",
  1738. "baseSelect": {
  1739. "DisplayName": "收集动画药_剂数量7",
  1740. "Type": "Action",
  1741. "Value": "9"
  1742. },
  1743. "isIllegal": true,
  1744. "randomID": "f6OPOiRCjLDL",
  1745. "stepSlot": {
  1746. "ContainerValue": null,
  1747. "Type": "BTStepSlot"
  1748. }
  1749. },
  1750. "Type": "BTSectionSlot"
  1751. },
  1752. "stepSlot": {
  1753. "ContainerValue": null,
  1754. "Type": "BTStepSlot"
  1755. }
  1756. },
  1757. "Type": "BTSectionSlot"
  1758. },
  1759. "stepSlot": {
  1760. "ContainerValue": null,
  1761. "Type": "BTStepSlot"
  1762. }
  1763. },
  1764. "Type": "BTSectionSlot"
  1765. },
  1766. "stepSlot": {
  1767. "ContainerValue": null,
  1768. "Type": "BTStepSlot"
  1769. }
  1770. },
  1771. "Type": "BTSectionSlot"
  1772. },
  1773. "stepSlot": {
  1774. "ContainerValue": null,
  1775. "Type": "BTStepSlot"
  1776. }
  1777. },
  1778. "Type": "BTSectionSlot"
  1779. },
  1780. "stepSlot": {
  1781. "ContainerValue": null,
  1782. "Type": "BTStepSlot"
  1783. }
  1784. },
  1785. "Type": "BTStepSlot"
  1786. },
  1787. "x": 345.29861380591,
  1788. "y": 1221.3676237173017
  1789. }
  1790. }
  1791. }