魔药课活动_魔法药剂spine.rebolt 132 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343
  1. {
  2. "CustomFunc": {
  3. "入场动画": [
  4. [
  5. "Name",
  6. "入场动画",
  7. "Dhzt4rOboiYI",
  8. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  9. ]
  10. ],
  11. "初始化": [
  12. [
  13. "Name",
  14. "初始化",
  15. "ijAEy1JMK9lp",
  16. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  17. ]
  18. ],
  19. "展示动画": [
  20. [
  21. "Name",
  22. "展示动画",
  23. "4MQgx0bvruFB",
  24. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  25. ]
  26. ],
  27. "放置动画": [
  28. [
  29. "Name",
  30. "放置动画",
  31. "FDjgFiw8gVH5",
  32. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  33. ]
  34. ],
  35. "晃动": [
  36. [
  37. "Name",
  38. "晃动",
  39. "z8tc6HGnxrKp",
  40. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  41. ]
  42. ],
  43. "药剂右倾": [
  44. [
  45. "Name",
  46. "药剂右倾",
  47. "4dzj2Ig1HjAm",
  48. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  49. ]
  50. ],
  51. "药剂左倾": [
  52. [
  53. "Name",
  54. "药剂左倾",
  55. "FuaRoBShi1J",
  56. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  57. ]
  58. ],
  59. "返回动画": [
  60. [
  61. "Name",
  62. "返回动画",
  63. "6c6ypE66yy7E",
  64. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  65. ]
  66. ],
  67. "飞行动画": [
  68. [
  69. "Name",
  70. "飞行动画",
  71. "PPOB6UHOnr1V",
  72. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  73. ]
  74. ],
  75. "验证失败": [
  76. [
  77. "Name",
  78. "验证失败",
  79. "qxHjWHP9p9wQ",
  80. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  81. ]
  82. ],
  83. "验证成功": [
  84. [
  85. "Name",
  86. "验证成功",
  87. "BE4BQPZvyLmT",
  88. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine.red"
  89. ]
  90. ]
  91. },
  92. "CustomList": {
  93. },
  94. "CustomMessage": {
  95. "Hello Red": 1
  96. },
  97. "CustomTestFunc": {
  98. },
  99. "CustomVar": {
  100. "P-bottleCnt": 0,
  101. "P-color": 0,
  102. "P-delay": 0,
  103. "P-endPosX": 0,
  104. "P-endPosY": 0,
  105. "P-startPosX": 0,
  106. "P-startPosY": 0,
  107. "P-动画": 0
  108. },
  109. "DisPlayName": "魔药课活动_魔法药剂spine",
  110. "RedFileList": {
  111. "1Yda6CI8LjBO": {
  112. "CustomFunc": {
  113. "播放粒子": [
  114. [
  115. "Name",
  116. "播放粒子",
  117. "Jmsk6rNaO98",
  118. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine_粒子颜色.red"
  119. ],
  120. [
  121. "BTInputSlot",
  122. "color"
  123. ]
  124. ]
  125. },
  126. "CustomList": {
  127. },
  128. "CustomTestFunc": {
  129. },
  130. "CustomVar": {
  131. },
  132. "DisPlayName": "魔药课活动_魔法药剂spine_粒子颜色",
  133. "RedNoteInfo": {
  134. },
  135. "TreeList": {
  136. "Tree0": {
  137. "ExportTree": true,
  138. "ImageIndex": 1,
  139. "Name": {
  140. "Type": "STRING",
  141. "Value": "播放粒子",
  142. "displayName": ""
  143. },
  144. "Type": "BTCustomFuncHeadAction",
  145. "VarJson": {
  146. "boolJson": {
  147. },
  148. "numberJson": {
  149. "color": "Number"
  150. }
  151. },
  152. "isIllegal": false,
  153. "randomID": "Jmsk6rNaO98",
  154. "stepSlot": {
  155. "ContainerValue": {
  156. "Type": "BTIFElseControlAction",
  157. "conditionA": {
  158. "ContainerValue": {
  159. "Type": "BTEqualOperatorAction",
  160. "conditionA": {
  161. "ContainerValue": {
  162. "Type": "BTFuncVariableAction",
  163. "colorName": "More",
  164. "currentStr": "color",
  165. "fatherFuncID": "Jmsk6rNaO98",
  166. "isIllegal": true,
  167. "randomID": "GhMRIKb25pJF",
  168. "titleLabel": {
  169. "Type": "STRING",
  170. "Value": "color",
  171. "displayName": ""
  172. }
  173. },
  174. "StringValue": {
  175. "Type": "FLOAT",
  176. "Value": 0
  177. },
  178. "Type": "BTInputSlot"
  179. },
  180. "conditionB": {
  181. "ContainerValue": null,
  182. "StringValue": {
  183. "Type": "FLOAT",
  184. "Value": 1
  185. },
  186. "Type": "BTInputSlot"
  187. },
  188. "isIllegal": true,
  189. "randomID": "gIYif7FP2YzT"
  190. },
  191. "Type": "BTBoolSlot"
  192. },
  193. "isIllegal": true,
  194. "randomID": "Ne3FoVRxDj5",
  195. "sectionA": {
  196. "ContainerValue": {
  197. "Type": "BTPlayTimeLineAction",
  198. "baseSelect": {
  199. "DisplayName": "魔药瓶破碎_红色粒子",
  200. "Type": "Action",
  201. "Value": "5"
  202. },
  203. "isIllegal": true,
  204. "randomID": "KdtNp9K7sAEs",
  205. "stepSlot": {
  206. "ContainerValue": null,
  207. "Type": "BTStepSlot"
  208. }
  209. },
  210. "Type": "BTSectionSlot"
  211. },
  212. "sectionB": {
  213. "ContainerValue": {
  214. "Type": "BTIFElseControlAction",
  215. "conditionA": {
  216. "ContainerValue": {
  217. "Type": "BTEqualOperatorAction",
  218. "conditionA": {
  219. "ContainerValue": {
  220. "Type": "BTFuncVariableAction",
  221. "colorName": "More",
  222. "currentStr": "color",
  223. "fatherFuncID": "Jmsk6rNaO98",
  224. "isIllegal": true,
  225. "randomID": "jJ73PybJ5uwS",
  226. "titleLabel": {
  227. "Type": "STRING",
  228. "Value": "color",
  229. "displayName": ""
  230. }
  231. },
  232. "StringValue": {
  233. "Type": "FLOAT",
  234. "Value": 0
  235. },
  236. "Type": "BTInputSlot"
  237. },
  238. "conditionB": {
  239. "ContainerValue": null,
  240. "StringValue": {
  241. "Type": "FLOAT",
  242. "Value": 2
  243. },
  244. "Type": "BTInputSlot"
  245. },
  246. "isIllegal": true,
  247. "randomID": "8QMO30Oajkms"
  248. },
  249. "Type": "BTBoolSlot"
  250. },
  251. "isIllegal": true,
  252. "randomID": "6j4JR7HHdmF",
  253. "sectionA": {
  254. "ContainerValue": {
  255. "Type": "BTPlayTimeLineAction",
  256. "baseSelect": {
  257. "DisplayName": "魔药瓶破碎_橙色粒子",
  258. "Type": "Action",
  259. "Value": "6"
  260. },
  261. "isIllegal": true,
  262. "randomID": "mTwgslYqybJC",
  263. "stepSlot": {
  264. "ContainerValue": null,
  265. "Type": "BTStepSlot"
  266. }
  267. },
  268. "Type": "BTSectionSlot"
  269. },
  270. "sectionB": {
  271. "ContainerValue": {
  272. "Type": "BTIFElseControlAction",
  273. "conditionA": {
  274. "ContainerValue": {
  275. "Type": "BTEqualOperatorAction",
  276. "conditionA": {
  277. "ContainerValue": {
  278. "Type": "BTFuncVariableAction",
  279. "colorName": "More",
  280. "currentStr": "color",
  281. "fatherFuncID": "Jmsk6rNaO98",
  282. "isIllegal": true,
  283. "randomID": "Z3qlji9fn9q4",
  284. "titleLabel": {
  285. "Type": "STRING",
  286. "Value": "color",
  287. "displayName": ""
  288. }
  289. },
  290. "StringValue": {
  291. "Type": "FLOAT",
  292. "Value": 0
  293. },
  294. "Type": "BTInputSlot"
  295. },
  296. "conditionB": {
  297. "ContainerValue": null,
  298. "StringValue": {
  299. "Type": "FLOAT",
  300. "Value": 3
  301. },
  302. "Type": "BTInputSlot"
  303. },
  304. "isIllegal": true,
  305. "randomID": "kE9oRftFA6FD"
  306. },
  307. "Type": "BTBoolSlot"
  308. },
  309. "isIllegal": true,
  310. "randomID": "MDwM9fWqqhW",
  311. "sectionA": {
  312. "ContainerValue": {
  313. "Type": "BTPlayTimeLineAction",
  314. "baseSelect": {
  315. "DisplayName": "魔药瓶破碎_黄色粒子",
  316. "Type": "Action",
  317. "Value": "7"
  318. },
  319. "isIllegal": true,
  320. "randomID": "LyP4K3HtqMFD",
  321. "stepSlot": {
  322. "ContainerValue": null,
  323. "Type": "BTStepSlot"
  324. }
  325. },
  326. "Type": "BTSectionSlot"
  327. },
  328. "sectionB": {
  329. "ContainerValue": {
  330. "Type": "BTIFElseControlAction",
  331. "conditionA": {
  332. "ContainerValue": {
  333. "Type": "BTEqualOperatorAction",
  334. "conditionA": {
  335. "ContainerValue": {
  336. "Type": "BTFuncVariableAction",
  337. "colorName": "More",
  338. "currentStr": "color",
  339. "fatherFuncID": "Jmsk6rNaO98",
  340. "isIllegal": true,
  341. "randomID": "tPFeaIjiylHq",
  342. "titleLabel": {
  343. "Type": "STRING",
  344. "Value": "color",
  345. "displayName": ""
  346. }
  347. },
  348. "StringValue": {
  349. "Type": "FLOAT",
  350. "Value": 0
  351. },
  352. "Type": "BTInputSlot"
  353. },
  354. "conditionB": {
  355. "ContainerValue": null,
  356. "StringValue": {
  357. "Type": "FLOAT",
  358. "Value": 4
  359. },
  360. "Type": "BTInputSlot"
  361. },
  362. "isIllegal": true,
  363. "randomID": "fD1GdJCzC6RH"
  364. },
  365. "Type": "BTBoolSlot"
  366. },
  367. "isIllegal": true,
  368. "randomID": "7xzQqWUINiDA",
  369. "sectionA": {
  370. "ContainerValue": {
  371. "Type": "BTPlayTimeLineAction",
  372. "baseSelect": {
  373. "DisplayName": "魔药瓶破碎_绿色粒子",
  374. "Type": "Action",
  375. "Value": "8"
  376. },
  377. "isIllegal": true,
  378. "randomID": "SxXNTUepleUP",
  379. "stepSlot": {
  380. "ContainerValue": null,
  381. "Type": "BTStepSlot"
  382. }
  383. },
  384. "Type": "BTSectionSlot"
  385. },
  386. "sectionB": {
  387. "ContainerValue": {
  388. "Type": "BTIFElseControlAction",
  389. "conditionA": {
  390. "ContainerValue": {
  391. "Type": "BTEqualOperatorAction",
  392. "conditionA": {
  393. "ContainerValue": {
  394. "Type": "BTFuncVariableAction",
  395. "colorName": "More",
  396. "currentStr": "color",
  397. "fatherFuncID": "Jmsk6rNaO98",
  398. "isIllegal": true,
  399. "randomID": "dt315zhPqGIW",
  400. "titleLabel": {
  401. "Type": "STRING",
  402. "Value": "color",
  403. "displayName": ""
  404. }
  405. },
  406. "StringValue": {
  407. "Type": "FLOAT",
  408. "Value": 0
  409. },
  410. "Type": "BTInputSlot"
  411. },
  412. "conditionB": {
  413. "ContainerValue": null,
  414. "StringValue": {
  415. "Type": "FLOAT",
  416. "Value": 5
  417. },
  418. "Type": "BTInputSlot"
  419. },
  420. "isIllegal": true,
  421. "randomID": "tzy3rpwpFnC6"
  422. },
  423. "Type": "BTBoolSlot"
  424. },
  425. "isIllegal": true,
  426. "randomID": "n0PikAEIqwDl",
  427. "sectionA": {
  428. "ContainerValue": {
  429. "Type": "BTPlayTimeLineAction",
  430. "baseSelect": {
  431. "DisplayName": "魔药瓶破碎_青色粒子",
  432. "Type": "Action",
  433. "Value": "9"
  434. },
  435. "isIllegal": true,
  436. "randomID": "dBbqfpdZRD0V",
  437. "stepSlot": {
  438. "ContainerValue": null,
  439. "Type": "BTStepSlot"
  440. }
  441. },
  442. "Type": "BTSectionSlot"
  443. },
  444. "sectionB": {
  445. "ContainerValue": {
  446. "Type": "BTIFElseControlAction",
  447. "conditionA": {
  448. "ContainerValue": {
  449. "Type": "BTEqualOperatorAction",
  450. "conditionA": {
  451. "ContainerValue": {
  452. "Type": "BTFuncVariableAction",
  453. "colorName": "More",
  454. "currentStr": "color",
  455. "fatherFuncID": "Jmsk6rNaO98",
  456. "isIllegal": true,
  457. "randomID": "Els1ujHYGL5w",
  458. "titleLabel": {
  459. "Type": "STRING",
  460. "Value": "color",
  461. "displayName": ""
  462. }
  463. },
  464. "StringValue": {
  465. "Type": "FLOAT",
  466. "Value": 0
  467. },
  468. "Type": "BTInputSlot"
  469. },
  470. "conditionB": {
  471. "ContainerValue": null,
  472. "StringValue": {
  473. "Type": "FLOAT",
  474. "Value": 6
  475. },
  476. "Type": "BTInputSlot"
  477. },
  478. "isIllegal": true,
  479. "randomID": "J5i4Fdnb9BCJ"
  480. },
  481. "Type": "BTBoolSlot"
  482. },
  483. "isIllegal": true,
  484. "randomID": "jo5qS90CWn6",
  485. "sectionA": {
  486. "ContainerValue": {
  487. "Type": "BTPlayTimeLineAction",
  488. "baseSelect": {
  489. "DisplayName": "魔药瓶破碎_蓝色粒子",
  490. "Type": "Action",
  491. "Value": "10"
  492. },
  493. "isIllegal": true,
  494. "randomID": "dG0sn3mPHywx",
  495. "stepSlot": {
  496. "ContainerValue": null,
  497. "Type": "BTStepSlot"
  498. }
  499. },
  500. "Type": "BTSectionSlot"
  501. },
  502. "sectionB": {
  503. "ContainerValue": {
  504. "Type": "BTIFElseControlAction",
  505. "conditionA": {
  506. "ContainerValue": {
  507. "Type": "BTEqualOperatorAction",
  508. "conditionA": {
  509. "ContainerValue": {
  510. "Type": "BTFuncVariableAction",
  511. "colorName": "More",
  512. "currentStr": "color",
  513. "fatherFuncID": "Jmsk6rNaO98",
  514. "isIllegal": true,
  515. "randomID": "q94hVBNFCZjg",
  516. "titleLabel": {
  517. "Type": "STRING",
  518. "Value": "color",
  519. "displayName": ""
  520. }
  521. },
  522. "StringValue": {
  523. "Type": "FLOAT",
  524. "Value": 0
  525. },
  526. "Type": "BTInputSlot"
  527. },
  528. "conditionB": {
  529. "ContainerValue": null,
  530. "StringValue": {
  531. "Type": "FLOAT",
  532. "Value": 7
  533. },
  534. "Type": "BTInputSlot"
  535. },
  536. "isIllegal": true,
  537. "randomID": "oNwKvr5cNyND"
  538. },
  539. "Type": "BTBoolSlot"
  540. },
  541. "isIllegal": true,
  542. "randomID": "aqIkxPcRtIU3",
  543. "sectionA": {
  544. "ContainerValue": {
  545. "Type": "BTPlayTimeLineAction",
  546. "baseSelect": {
  547. "DisplayName": "魔药瓶破碎_紫色粒子",
  548. "Type": "Action",
  549. "Value": "4"
  550. },
  551. "isIllegal": true,
  552. "randomID": "8D4ftl19xbaJ",
  553. "stepSlot": {
  554. "ContainerValue": null,
  555. "Type": "BTStepSlot"
  556. }
  557. },
  558. "Type": "BTSectionSlot"
  559. },
  560. "sectionB": {
  561. "ContainerValue": null,
  562. "Type": "BTSectionSlot"
  563. },
  564. "stepSlot": {
  565. "ContainerValue": null,
  566. "Type": "BTStepSlot"
  567. }
  568. },
  569. "Type": "BTSectionSlot"
  570. },
  571. "stepSlot": {
  572. "ContainerValue": null,
  573. "Type": "BTStepSlot"
  574. }
  575. },
  576. "Type": "BTSectionSlot"
  577. },
  578. "stepSlot": {
  579. "ContainerValue": null,
  580. "Type": "BTStepSlot"
  581. }
  582. },
  583. "Type": "BTSectionSlot"
  584. },
  585. "stepSlot": {
  586. "ContainerValue": null,
  587. "Type": "BTStepSlot"
  588. }
  589. },
  590. "Type": "BTSectionSlot"
  591. },
  592. "stepSlot": {
  593. "ContainerValue": null,
  594. "Type": "BTStepSlot"
  595. }
  596. },
  597. "Type": "BTSectionSlot"
  598. },
  599. "stepSlot": {
  600. "ContainerValue": null,
  601. "Type": "BTStepSlot"
  602. }
  603. },
  604. "Type": "BTSectionSlot"
  605. },
  606. "stepSlot": {
  607. "ContainerValue": null,
  608. "Type": "BTStepSlot"
  609. }
  610. },
  611. "Type": "BTStepSlot"
  612. },
  613. "x": 5,
  614. "y": -658
  615. }
  616. }
  617. }
  618. },
  619. "RedNoteInfo": {
  620. },
  621. "TreeList": {
  622. "Tree0": {
  623. "ExportTree": true,
  624. "ImageIndex": 1,
  625. "Name": {
  626. "Type": "STRING",
  627. "Value": "初始化",
  628. "displayName": ""
  629. },
  630. "Type": "BTCustomFuncHeadAction",
  631. "VarJson": {
  632. "boolJson": {
  633. },
  634. "numberJson": {
  635. }
  636. },
  637. "isIllegal": false,
  638. "randomID": "ijAEy1JMK9lp",
  639. "stepSlot": {
  640. "ContainerValue": {
  641. "Type": "BTNotificationNodeToCoderAction",
  642. "baseSelect": {
  643. "DisplayName": "brokenBtn",
  644. "Type": "Action",
  645. "Value": "yrJAvI7Fht6A"
  646. },
  647. "conditionA": {
  648. "ContainerValue": null,
  649. "StringValue": {
  650. "Type": "STRING",
  651. "Value": "绑定brokenBtn"
  652. },
  653. "Type": "BTInputSlot"
  654. },
  655. "isIllegal": true,
  656. "paramA": {
  657. "ContainerValue": null,
  658. "StringValue": {
  659. "Type": "STRING",
  660. "Value": ""
  661. },
  662. "Type": "BTInputSlot"
  663. },
  664. "randomID": "DF6Was0ROZu",
  665. "stepSlot": {
  666. "ContainerValue": {
  667. "Type": "BTNotificationNodeToCoderAction",
  668. "baseSelect": {
  669. "DisplayName": "bottleBtn",
  670. "Type": "Action",
  671. "Value": "qpznPMRgesbv"
  672. },
  673. "conditionA": {
  674. "ContainerValue": null,
  675. "StringValue": {
  676. "Type": "STRING",
  677. "Value": "绑定bottleBtn"
  678. },
  679. "Type": "BTInputSlot"
  680. },
  681. "isIllegal": true,
  682. "paramA": {
  683. "ContainerValue": null,
  684. "StringValue": {
  685. "Type": "STRING",
  686. "Value": ""
  687. },
  688. "Type": "BTInputSlot"
  689. },
  690. "randomID": "VAznWcYTKKT2",
  691. "stepSlot": {
  692. "ContainerValue": {
  693. "Type": "BTNotificationNodeToCoderAction",
  694. "baseSelect": {
  695. "DisplayName": "spineBottle",
  696. "Type": "Action",
  697. "Value": "Fd3emSExCjpN"
  698. },
  699. "conditionA": {
  700. "ContainerValue": null,
  701. "StringValue": {
  702. "Type": "STRING",
  703. "Value": "绑定spine"
  704. },
  705. "Type": "BTInputSlot"
  706. },
  707. "isIllegal": true,
  708. "paramA": {
  709. "ContainerValue": null,
  710. "StringValue": {
  711. "Type": "STRING",
  712. "Value": ""
  713. },
  714. "Type": "BTInputSlot"
  715. },
  716. "randomID": "51sahfeKIkKk",
  717. "stepSlot": {
  718. "ContainerValue": {
  719. "Type": "BTNotificationNodeToCoderAction",
  720. "baseSelect": {
  721. "DisplayName": "bottle4Anim",
  722. "Type": "Action",
  723. "Value": "KtGP2ZcmzkAd"
  724. },
  725. "conditionA": {
  726. "ContainerValue": null,
  727. "StringValue": {
  728. "Type": "STRING",
  729. "Value": "绑定bottle4Anim"
  730. },
  731. "Type": "BTInputSlot"
  732. },
  733. "isIllegal": true,
  734. "paramA": {
  735. "ContainerValue": null,
  736. "StringValue": {
  737. "Type": "STRING",
  738. "Value": ""
  739. },
  740. "Type": "BTInputSlot"
  741. },
  742. "randomID": "uJF1BjwKL94b",
  743. "stepSlot": {
  744. "ContainerValue": {
  745. "Type": "BTPlayTimeLineAction",
  746. "baseSelect": {
  747. "DisplayName": "常态_正常状态",
  748. "Type": "Action",
  749. "Value": "0"
  750. },
  751. "isIllegal": true,
  752. "randomID": "J4yNx1EFo7L",
  753. "stepSlot": {
  754. "ContainerValue": null,
  755. "Type": "BTStepSlot"
  756. }
  757. },
  758. "Type": "BTStepSlot"
  759. }
  760. },
  761. "Type": "BTStepSlot"
  762. }
  763. },
  764. "Type": "BTStepSlot"
  765. }
  766. },
  767. "Type": "BTStepSlot"
  768. }
  769. },
  770. "Type": "BTStepSlot"
  771. },
  772. "x": -59.49999810010199,
  773. "y": -477.2499954365194
  774. },
  775. "Tree1": {
  776. "ExportTree": true,
  777. "ImageIndex": -1,
  778. "Type": "BTButtonClickFuncAction",
  779. "VarJson": {
  780. "boolJson": {
  781. },
  782. "numberJson": {
  783. }
  784. },
  785. "isIllegal": false,
  786. "mathSelector": {
  787. "DisplayName": "bottleBtn",
  788. "Type": "OBJ",
  789. "Value": "qpznPMRgesbv"
  790. },
  791. "randomID": "4Xgw16zCtPo",
  792. "stepSlot": {
  793. "ContainerValue": {
  794. "Type": "BTNotificationToCoderAction",
  795. "conditionA": {
  796. "ContainerValue": null,
  797. "StringValue": {
  798. "Type": "STRING",
  799. "Value": "点击瓶子"
  800. },
  801. "Type": "BTInputSlot"
  802. },
  803. "isIllegal": true,
  804. "randomID": "45uq6CCliocE",
  805. "stepSlot": {
  806. "ContainerValue": null,
  807. "Type": "BTStepSlot"
  808. }
  809. },
  810. "Type": "BTStepSlot"
  811. },
  812. "x": 50,
  813. "y": -176
  814. },
  815. "Tree10": {
  816. "ExportTree": true,
  817. "ImageIndex": 9,
  818. "Name": {
  819. "Type": "STRING",
  820. "Value": "放置动画",
  821. "displayName": ""
  822. },
  823. "Type": "BTCustomFuncHeadAction",
  824. "VarJson": {
  825. "boolJson": {
  826. },
  827. "numberJson": {
  828. }
  829. },
  830. "isIllegal": false,
  831. "randomID": "FDjgFiw8gVH5",
  832. "stepSlot": {
  833. "ContainerValue": {
  834. "Type": "BTRedShowAction",
  835. "baseSelect": {
  836. "DisplayName": "常态_正常状态",
  837. "Type": "Action",
  838. "Value": "0"
  839. },
  840. "isIllegal": true,
  841. "randomID": "9wBMOHgd2wWR",
  842. "stepSlot": {
  843. "ContainerValue": {
  844. "Type": "BTPlayTimeLineAction",
  845. "baseSelect": {
  846. "DisplayName": "动画_放置摇晃",
  847. "Type": "Action",
  848. "Value": "8"
  849. },
  850. "isIllegal": true,
  851. "randomID": "XNRXYJ6VoffY",
  852. "stepSlot": {
  853. "ContainerValue": {
  854. "BnkPath": {
  855. "ContainerValue": null,
  856. "StringValue": {
  857. "Type": "STRING",
  858. "Value": "MagicCauldron.bnk"
  859. },
  860. "Type": "BTInputSlot"
  861. },
  862. "Type": "BTPlayWiseAction",
  863. "conditionA": {
  864. "ContainerValue": null,
  865. "StringValue": {
  866. "Type": "STRING",
  867. "Value": "MagicCauldron_efx_MoYaoPingFangZhi"
  868. },
  869. "Type": "BTInputSlot"
  870. },
  871. "isIllegal": true,
  872. "randomID": "iCfFy2Ai7ot0",
  873. "stepSlot": {
  874. "ContainerValue": {
  875. "Type": "BTNodeSetAnimWaitAction",
  876. "animSelect": {
  877. "DisplayName": "魔药课活动_动画文件_魔药瓶放置动画.anim",
  878. "Type": "Action",
  879. "Value": "魔药课活动_动画文件_魔药瓶放置动画.anim"
  880. },
  881. "baseSelect": {
  882. "DisplayName": "bottle4Anim",
  883. "Type": "Action",
  884. "Value": "KtGP2ZcmzkAd"
  885. },
  886. "isIllegal": true,
  887. "posXInput": {
  888. "ContainerValue": {
  889. "Type": "BTCoderVariableAction",
  890. "VarScope": "Scene",
  891. "isIllegal": true,
  892. "randomID": "SQ8QENVKYYdN",
  893. "titleLabel": {
  894. "Type": "STRING",
  895. "Value": "P-startPosX",
  896. "displayName": ""
  897. }
  898. },
  899. "StringValue": {
  900. "Type": "FLOAT",
  901. "Value": 0
  902. },
  903. "Type": "BTInputSlot"
  904. },
  905. "posXInput2": {
  906. "ContainerValue": {
  907. "Type": "BTCoderVariableAction",
  908. "VarScope": "Scene",
  909. "isIllegal": true,
  910. "randomID": "If6yQHYANYgs",
  911. "titleLabel": {
  912. "Type": "STRING",
  913. "Value": "P-endPosX",
  914. "displayName": ""
  915. }
  916. },
  917. "StringValue": {
  918. "Type": "FLOAT",
  919. "Value": 0
  920. },
  921. "Type": "BTInputSlot"
  922. },
  923. "posYInput": {
  924. "ContainerValue": {
  925. "Type": "BTCoderVariableAction",
  926. "VarScope": "Scene",
  927. "isIllegal": true,
  928. "randomID": "IJP2RdywSwEq",
  929. "titleLabel": {
  930. "Type": "STRING",
  931. "Value": "P-startPosY",
  932. "displayName": ""
  933. }
  934. },
  935. "StringValue": {
  936. "Type": "FLOAT",
  937. "Value": 0
  938. },
  939. "Type": "BTInputSlot"
  940. },
  941. "posYInput2": {
  942. "ContainerValue": {
  943. "Type": "BTCoderVariableAction",
  944. "VarScope": "Scene",
  945. "isIllegal": true,
  946. "randomID": "iceAiQLof1wu",
  947. "titleLabel": {
  948. "Type": "STRING",
  949. "Value": "P-endPosY",
  950. "displayName": ""
  951. }
  952. },
  953. "StringValue": {
  954. "Type": "FLOAT",
  955. "Value": 0
  956. },
  957. "Type": "BTInputSlot"
  958. },
  959. "randomID": "5hl7H7mJxhYN",
  960. "stepSlot": {
  961. "ContainerValue": {
  962. "Type": "BTNotificationToCoderAction",
  963. "conditionA": {
  964. "ContainerValue": null,
  965. "StringValue": {
  966. "Type": "STRING",
  967. "Value": "放置完成"
  968. },
  969. "Type": "BTInputSlot"
  970. },
  971. "isIllegal": true,
  972. "randomID": "gEvd9eNYrWyW",
  973. "stepSlot": {
  974. "ContainerValue": null,
  975. "Type": "BTStepSlot"
  976. }
  977. },
  978. "Type": "BTStepSlot"
  979. }
  980. },
  981. "Type": "BTStepSlot"
  982. }
  983. },
  984. "Type": "BTStepSlot"
  985. }
  986. },
  987. "Type": "BTStepSlot"
  988. }
  989. },
  990. "Type": "BTStepSlot"
  991. },
  992. "x": 152,
  993. "y": 298
  994. },
  995. "Tree11": {
  996. "ExportTree": true,
  997. "ImageIndex": -1,
  998. "Type": "BTButtonClickFuncAction",
  999. "VarJson": {
  1000. "boolJson": {
  1001. },
  1002. "numberJson": {
  1003. }
  1004. },
  1005. "isIllegal": false,
  1006. "mathSelector": {
  1007. "DisplayName": "brokenBtn",
  1008. "Type": "OBJ",
  1009. "Value": "yrJAvI7Fht6A"
  1010. },
  1011. "randomID": "sPjinUGm8ClO",
  1012. "stepSlot": {
  1013. "ContainerValue": {
  1014. "Type": "BTNotificationToCoderAction",
  1015. "conditionA": {
  1016. "ContainerValue": null,
  1017. "StringValue": {
  1018. "Type": "STRING",
  1019. "Value": "点击印记"
  1020. },
  1021. "Type": "BTInputSlot"
  1022. },
  1023. "isIllegal": true,
  1024. "randomID": "YaPoHosoQAuP",
  1025. "stepSlot": {
  1026. "ContainerValue": null,
  1027. "Type": "BTStepSlot"
  1028. }
  1029. },
  1030. "Type": "BTStepSlot"
  1031. },
  1032. "x": 42.75000009313226,
  1033. "y": -49.00000074505803
  1034. },
  1035. "Tree12": {
  1036. "ExportTree": true,
  1037. "ImageIndex": 2,
  1038. "Name": {
  1039. "Type": "STRING",
  1040. "Value": "验证成功",
  1041. "displayName": ""
  1042. },
  1043. "Type": "BTCustomFuncHeadAction",
  1044. "VarJson": {
  1045. "boolJson": {
  1046. },
  1047. "numberJson": {
  1048. }
  1049. },
  1050. "isIllegal": false,
  1051. "randomID": "BE4BQPZvyLmT",
  1052. "stepSlot": {
  1053. "ContainerValue": {
  1054. "Type": "BTRedShowAction",
  1055. "baseSelect": {
  1056. "DisplayName": "常态_正常状态",
  1057. "Type": "Action",
  1058. "Value": "0"
  1059. },
  1060. "isIllegal": true,
  1061. "randomID": "IiOJr1RiEzlz",
  1062. "stepSlot": {
  1063. "ContainerValue": {
  1064. "Type": "BTIFElseControlAction",
  1065. "conditionA": {
  1066. "ContainerValue": {
  1067. "Type": "BTEqualOperatorAction",
  1068. "conditionA": {
  1069. "ContainerValue": {
  1070. "Type": "BTCoderVariableAction",
  1071. "VarScope": "Scene",
  1072. "isIllegal": true,
  1073. "randomID": "C7ssvRXJ9VCx",
  1074. "titleLabel": {
  1075. "Type": "STRING",
  1076. "Value": "P-动画",
  1077. "displayName": ""
  1078. }
  1079. },
  1080. "StringValue": {
  1081. "Type": "FLOAT",
  1082. "Value": 0
  1083. },
  1084. "Type": "BTInputSlot"
  1085. },
  1086. "conditionB": {
  1087. "ContainerValue": null,
  1088. "StringValue": {
  1089. "Type": "FLOAT",
  1090. "Value": 0
  1091. },
  1092. "Type": "BTInputSlot"
  1093. },
  1094. "isIllegal": true,
  1095. "randomID": "kmcFBDBcmVLK"
  1096. },
  1097. "Type": "BTBoolSlot"
  1098. },
  1099. "isIllegal": true,
  1100. "randomID": "Rtv0stXCpvwh",
  1101. "sectionA": {
  1102. "ContainerValue": {
  1103. "Type": "BTPlayTimeLineAction",
  1104. "baseSelect": {
  1105. "DisplayName": "常态_验证成功",
  1106. "Type": "Action",
  1107. "Value": "2"
  1108. },
  1109. "isIllegal": true,
  1110. "randomID": "oiwSUQ5N7dfD",
  1111. "stepSlot": {
  1112. "ContainerValue": null,
  1113. "Type": "BTStepSlot"
  1114. }
  1115. },
  1116. "Type": "BTSectionSlot"
  1117. },
  1118. "sectionB": {
  1119. "ContainerValue": {
  1120. "Type": "BTPlayTimeLineAction",
  1121. "baseSelect": {
  1122. "DisplayName": "动画_验证摇晃",
  1123. "Type": "Action",
  1124. "Value": "9"
  1125. },
  1126. "isIllegal": true,
  1127. "randomID": "18FOrKMAvuOP",
  1128. "stepSlot": {
  1129. "ContainerValue": {
  1130. "Type": "BTWaitTimeAction",
  1131. "conditionA": {
  1132. "ContainerValue": {
  1133. "Type": "BTCoderVariableAction",
  1134. "VarScope": "Scene",
  1135. "isIllegal": true,
  1136. "randomID": "zFvGsdDaRA7C",
  1137. "titleLabel": {
  1138. "Type": "STRING",
  1139. "Value": "P-delay",
  1140. "displayName": ""
  1141. }
  1142. },
  1143. "StringValue": {
  1144. "Type": "FLOAT",
  1145. "Value": 0
  1146. },
  1147. "Type": "BTInputSlot"
  1148. },
  1149. "isIllegal": true,
  1150. "randomID": "Zt2WeQ8y6jyA",
  1151. "stepSlot": {
  1152. "ContainerValue": {
  1153. "Type": "BTStopAllTimeLineAction",
  1154. "isIllegal": true,
  1155. "randomID": "V1M85wkqTonm",
  1156. "stepSlot": {
  1157. "ContainerValue": {
  1158. "Type": "BTPlayTimeLineAction",
  1159. "baseSelect": {
  1160. "DisplayName": "动画_验证成功",
  1161. "Type": "Action",
  1162. "Value": "5"
  1163. },
  1164. "isIllegal": true,
  1165. "randomID": "SFTRakkauNj4",
  1166. "stepSlot": {
  1167. "ContainerValue": null,
  1168. "Type": "BTStepSlot"
  1169. }
  1170. },
  1171. "Type": "BTStepSlot"
  1172. }
  1173. },
  1174. "Type": "BTStepSlot"
  1175. }
  1176. },
  1177. "Type": "BTStepSlot"
  1178. }
  1179. },
  1180. "Type": "BTSectionSlot"
  1181. },
  1182. "stepSlot": {
  1183. "ContainerValue": null,
  1184. "Type": "BTStepSlot"
  1185. }
  1186. },
  1187. "Type": "BTStepSlot"
  1188. }
  1189. },
  1190. "Type": "BTStepSlot"
  1191. },
  1192. "x": 980.2500018440187,
  1193. "y": -685.9999979883432
  1194. },
  1195. "Tree2": {
  1196. "ExportTree": true,
  1197. "ImageIndex": 10,
  1198. "Name": {
  1199. "Type": "STRING",
  1200. "Value": "展示动画",
  1201. "displayName": ""
  1202. },
  1203. "Type": "BTCustomFuncHeadAction",
  1204. "VarJson": {
  1205. "boolJson": {
  1206. },
  1207. "numberJson": {
  1208. }
  1209. },
  1210. "isIllegal": false,
  1211. "randomID": "4MQgx0bvruFB",
  1212. "stepSlot": {
  1213. "ContainerValue": {
  1214. "Type": "BTWaitTimeAction",
  1215. "conditionA": {
  1216. "ContainerValue": {
  1217. "Type": "BTCoderVariableAction",
  1218. "VarScope": "Scene",
  1219. "isIllegal": true,
  1220. "randomID": "upI0B3tlepjJ",
  1221. "titleLabel": {
  1222. "Type": "STRING",
  1223. "Value": "P-delay",
  1224. "displayName": ""
  1225. }
  1226. },
  1227. "StringValue": {
  1228. "Type": "FLOAT",
  1229. "Value": 3
  1230. },
  1231. "Type": "BTInputSlot"
  1232. },
  1233. "isIllegal": true,
  1234. "randomID": "uGDaVZl9lugw",
  1235. "stepSlot": {
  1236. "ContainerValue": {
  1237. "Type": "BTRedShowAction",
  1238. "baseSelect": {
  1239. "DisplayName": "常态_正常状态",
  1240. "Type": "Action",
  1241. "Value": "0"
  1242. },
  1243. "isIllegal": true,
  1244. "randomID": "6s77GxxpnN6",
  1245. "stepSlot": {
  1246. "ContainerValue": {
  1247. "Type": "BTPlayTimeLineAction",
  1248. "baseSelect": {
  1249. "DisplayName": "常态_验证成功",
  1250. "Type": "Action",
  1251. "Value": "2"
  1252. },
  1253. "isIllegal": true,
  1254. "randomID": "KFU7OCMQoxlt",
  1255. "stepSlot": {
  1256. "ContainerValue": {
  1257. "BnkPath": {
  1258. "ContainerValue": null,
  1259. "StringValue": {
  1260. "Type": "STRING",
  1261. "Value": "MagicCauldron.bnk"
  1262. },
  1263. "Type": "BTInputSlot"
  1264. },
  1265. "Type": "BTPlayWiseAction",
  1266. "conditionA": {
  1267. "ContainerValue": null,
  1268. "StringValue": {
  1269. "Type": "STRING",
  1270. "Value": "MagicCauldron_efx_MoYaoPingZhongXinYiDong"
  1271. },
  1272. "Type": "BTInputSlot"
  1273. },
  1274. "isIllegal": true,
  1275. "randomID": "lz7MxMMRJFT0",
  1276. "stepSlot": {
  1277. "ContainerValue": {
  1278. "Type": "BTNodeSetAnimWaitAction",
  1279. "animSelect": {
  1280. "DisplayName": "魔药课活动_动画文件_魔药瓶中心展示动画_数量3.anim",
  1281. "Type": "Action",
  1282. "Value": "魔药课活动_动画文件_魔药瓶中心展示动画_数量3.anim"
  1283. },
  1284. "baseSelect": {
  1285. "DisplayName": "bottle4Anim",
  1286. "Type": "Action",
  1287. "Value": "KtGP2ZcmzkAd"
  1288. },
  1289. "isIllegal": true,
  1290. "posXInput": {
  1291. "ContainerValue": {
  1292. "Type": "BTCoderVariableAction",
  1293. "VarScope": "Scene",
  1294. "isIllegal": true,
  1295. "randomID": "NULmhP7iqYDo",
  1296. "titleLabel": {
  1297. "Type": "STRING",
  1298. "Value": "P-startPosX",
  1299. "displayName": ""
  1300. }
  1301. },
  1302. "StringValue": {
  1303. "Type": "FLOAT",
  1304. "Value": 0
  1305. },
  1306. "Type": "BTInputSlot"
  1307. },
  1308. "posXInput2": {
  1309. "ContainerValue": {
  1310. "Type": "BTCoderVariableAction",
  1311. "VarScope": "Scene",
  1312. "isIllegal": true,
  1313. "randomID": "Pd5xHpLJlIT2",
  1314. "titleLabel": {
  1315. "Type": "STRING",
  1316. "Value": "P-endPosX",
  1317. "displayName": ""
  1318. }
  1319. },
  1320. "StringValue": {
  1321. "Type": "FLOAT",
  1322. "Value": 0
  1323. },
  1324. "Type": "BTInputSlot"
  1325. },
  1326. "posYInput": {
  1327. "ContainerValue": {
  1328. "Type": "BTCoderVariableAction",
  1329. "VarScope": "Scene",
  1330. "isIllegal": true,
  1331. "randomID": "8XPKMms4CQ0f",
  1332. "titleLabel": {
  1333. "Type": "STRING",
  1334. "Value": "P-startPosY",
  1335. "displayName": ""
  1336. }
  1337. },
  1338. "StringValue": {
  1339. "Type": "FLOAT",
  1340. "Value": 0
  1341. },
  1342. "Type": "BTInputSlot"
  1343. },
  1344. "posYInput2": {
  1345. "ContainerValue": {
  1346. "Type": "BTCoderVariableAction",
  1347. "VarScope": "Scene",
  1348. "isIllegal": true,
  1349. "randomID": "t0Z4d0GsiQZm",
  1350. "titleLabel": {
  1351. "Type": "STRING",
  1352. "Value": "P-endPosY",
  1353. "displayName": ""
  1354. }
  1355. },
  1356. "StringValue": {
  1357. "Type": "FLOAT",
  1358. "Value": 0
  1359. },
  1360. "Type": "BTInputSlot"
  1361. },
  1362. "randomID": "0DzpFX25lDhv",
  1363. "stepSlot": {
  1364. "ContainerValue": {
  1365. "Type": "BTNotificationToCoderAction",
  1366. "conditionA": {
  1367. "ContainerValue": null,
  1368. "StringValue": {
  1369. "Type": "STRING",
  1370. "Value": "展示完成"
  1371. },
  1372. "Type": "BTInputSlot"
  1373. },
  1374. "isIllegal": true,
  1375. "randomID": "UgcQAeKVaItc",
  1376. "stepSlot": {
  1377. "ContainerValue": null,
  1378. "Type": "BTStepSlot"
  1379. }
  1380. },
  1381. "Type": "BTStepSlot"
  1382. }
  1383. },
  1384. "Type": "BTStepSlot"
  1385. }
  1386. },
  1387. "Type": "BTStepSlot"
  1388. }
  1389. },
  1390. "Type": "BTStepSlot"
  1391. }
  1392. },
  1393. "Type": "BTStepSlot"
  1394. }
  1395. },
  1396. "Type": "BTStepSlot"
  1397. },
  1398. "x": -32.01562875439404,
  1399. "y": 741.312508032657
  1400. },
  1401. "Tree3": {
  1402. "ExportTree": true,
  1403. "ImageIndex": 4,
  1404. "Name": {
  1405. "Type": "STRING",
  1406. "Value": "验证失败",
  1407. "displayName": ""
  1408. },
  1409. "Type": "BTCustomFuncHeadAction",
  1410. "VarJson": {
  1411. "boolJson": {
  1412. },
  1413. "numberJson": {
  1414. }
  1415. },
  1416. "isIllegal": false,
  1417. "randomID": "qxHjWHP9p9wQ",
  1418. "stepSlot": {
  1419. "ContainerValue": {
  1420. "Type": "BTRedShowAction",
  1421. "baseSelect": {
  1422. "DisplayName": "常态_正常状态",
  1423. "Type": "Action",
  1424. "Value": "0"
  1425. },
  1426. "isIllegal": true,
  1427. "randomID": "pIE78KTNi9U7",
  1428. "stepSlot": {
  1429. "ContainerValue": {
  1430. "Type": "BTIFElseControlAction",
  1431. "conditionA": {
  1432. "ContainerValue": {
  1433. "Type": "BTEqualOperatorAction",
  1434. "conditionA": {
  1435. "ContainerValue": {
  1436. "Type": "BTCoderVariableAction",
  1437. "VarScope": "Scene",
  1438. "isIllegal": true,
  1439. "randomID": "oaYcnSppB7Vp",
  1440. "titleLabel": {
  1441. "Type": "STRING",
  1442. "Value": "P-动画",
  1443. "displayName": ""
  1444. }
  1445. },
  1446. "StringValue": {
  1447. "Type": "FLOAT",
  1448. "Value": 0
  1449. },
  1450. "Type": "BTInputSlot"
  1451. },
  1452. "conditionB": {
  1453. "ContainerValue": null,
  1454. "StringValue": {
  1455. "Type": "FLOAT",
  1456. "Value": 0
  1457. },
  1458. "Type": "BTInputSlot"
  1459. },
  1460. "isIllegal": true,
  1461. "randomID": "FgLxmTONY528"
  1462. },
  1463. "Type": "BTBoolSlot"
  1464. },
  1465. "isIllegal": true,
  1466. "randomID": "Xts4931fSgQ1",
  1467. "sectionA": {
  1468. "ContainerValue": {
  1469. "Type": "BTPlayTimeLineAction",
  1470. "baseSelect": {
  1471. "DisplayName": "常态_验证失败",
  1472. "Type": "Action",
  1473. "Value": "1"
  1474. },
  1475. "isIllegal": true,
  1476. "randomID": "kXwieE09zPss",
  1477. "stepSlot": {
  1478. "ContainerValue": null,
  1479. "Type": "BTStepSlot"
  1480. }
  1481. },
  1482. "Type": "BTSectionSlot"
  1483. },
  1484. "sectionB": {
  1485. "ContainerValue": {
  1486. "Type": "BTPlayTimeLineAction",
  1487. "baseSelect": {
  1488. "DisplayName": "动画_验证摇晃",
  1489. "Type": "Action",
  1490. "Value": "9"
  1491. },
  1492. "isIllegal": true,
  1493. "randomID": "QnU5BgpC9d3",
  1494. "stepSlot": {
  1495. "ContainerValue": {
  1496. "Type": "BTWaitTimeAction",
  1497. "conditionA": {
  1498. "ContainerValue": {
  1499. "Type": "BTCoderVariableAction",
  1500. "VarScope": "Scene",
  1501. "isIllegal": true,
  1502. "randomID": "1IjbgzTS4oSH",
  1503. "titleLabel": {
  1504. "Type": "STRING",
  1505. "Value": "P-delay",
  1506. "displayName": ""
  1507. }
  1508. },
  1509. "StringValue": {
  1510. "Type": "FLOAT",
  1511. "Value": 3
  1512. },
  1513. "Type": "BTInputSlot"
  1514. },
  1515. "isIllegal": true,
  1516. "randomID": "qkT8uFISxWE",
  1517. "stepSlot": {
  1518. "ContainerValue": {
  1519. "Type": "BTStopAllTimeLineAction",
  1520. "isIllegal": true,
  1521. "randomID": "zDza38bMAGym",
  1522. "stepSlot": {
  1523. "ContainerValue": {
  1524. "Type": "BTPlayTimeLineAction",
  1525. "baseSelect": {
  1526. "DisplayName": "动画_验证失败",
  1527. "Type": "Action",
  1528. "Value": "4"
  1529. },
  1530. "isIllegal": true,
  1531. "randomID": "MdeEnecf0JTh",
  1532. "stepSlot": {
  1533. "ContainerValue": {
  1534. "BTInputSlot1": {
  1535. "ContainerValue": {
  1536. "Type": "BTCoderVariableAction",
  1537. "VarScope": "Scene",
  1538. "isIllegal": true,
  1539. "randomID": "GFBxPrLjZEbh",
  1540. "titleLabel": {
  1541. "Type": "STRING",
  1542. "Value": "P-color",
  1543. "displayName": ""
  1544. }
  1545. },
  1546. "StringValue": {
  1547. "Type": "STRING",
  1548. "Value": "color"
  1549. },
  1550. "Type": "BTInputSlot"
  1551. },
  1552. "Type": "BTCallRedCustomFuncBodyAction",
  1553. "baseSelect": {
  1554. "DisplayName": "播放粒子",
  1555. "Type": "Action",
  1556. "Value": "播放粒子"
  1557. },
  1558. "funcHeadID": "Jmsk6rNaO98",
  1559. "isIllegal": true,
  1560. "paramArr": [
  1561. [
  1562. "BTInputSlot1",
  1563. "color"
  1564. ]
  1565. ],
  1566. "randomID": "InxAqmFVOHDU",
  1567. "redId": "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/MagicCauldron/ccb/魔药课活动_魔法药剂spine_粒子颜色.red",
  1568. "redSelect": {
  1569. "DisplayName": "魔药课活动_魔法药剂spine_粒子颜色",
  1570. "Type": "OBJ",
  1571. "Value": "1Yda6CI8LjBO"
  1572. },
  1573. "stepSlot": {
  1574. "ContainerValue": null,
  1575. "Type": "BTStepSlot"
  1576. }
  1577. },
  1578. "Type": "BTStepSlot"
  1579. }
  1580. },
  1581. "Type": "BTStepSlot"
  1582. }
  1583. },
  1584. "Type": "BTStepSlot"
  1585. }
  1586. },
  1587. "Type": "BTStepSlot"
  1588. }
  1589. },
  1590. "Type": "BTSectionSlot"
  1591. },
  1592. "stepSlot": {
  1593. "ContainerValue": null,
  1594. "Type": "BTStepSlot"
  1595. }
  1596. },
  1597. "Type": "BTStepSlot"
  1598. }
  1599. },
  1600. "Type": "BTStepSlot"
  1601. },
  1602. "x": 494,
  1603. "y": -703
  1604. },
  1605. "Tree4": {
  1606. "ExportTree": true,
  1607. "ImageIndex": 3,
  1608. "Name": {
  1609. "Type": "STRING",
  1610. "Value": "晃动",
  1611. "displayName": ""
  1612. },
  1613. "Type": "BTCustomFuncHeadAction",
  1614. "VarJson": {
  1615. "boolJson": {
  1616. },
  1617. "numberJson": {
  1618. }
  1619. },
  1620. "isIllegal": false,
  1621. "randomID": "z8tc6HGnxrKp",
  1622. "stepSlot": {
  1623. "ContainerValue": {
  1624. "Type": "BTRedShowAction",
  1625. "baseSelect": {
  1626. "DisplayName": "常态_正常状态",
  1627. "Type": "Action",
  1628. "Value": "0"
  1629. },
  1630. "isIllegal": true,
  1631. "randomID": "ckN5meauc7is",
  1632. "stepSlot": {
  1633. "ContainerValue": {
  1634. "Type": "BTPlayTimeLineAction",
  1635. "baseSelect": {
  1636. "DisplayName": "动画_入场摇晃",
  1637. "Type": "Action",
  1638. "Value": "3"
  1639. },
  1640. "isIllegal": true,
  1641. "randomID": "gjvVUTphAvKd",
  1642. "stepSlot": {
  1643. "ContainerValue": null,
  1644. "Type": "BTStepSlot"
  1645. }
  1646. },
  1647. "Type": "BTStepSlot"
  1648. }
  1649. },
  1650. "Type": "BTStepSlot"
  1651. },
  1652. "x": 1017,
  1653. "y": 58
  1654. },
  1655. "Tree5": {
  1656. "ExportTree": true,
  1657. "ImageIndex": 5,
  1658. "Name": {
  1659. "Type": "STRING",
  1660. "Value": "药剂左倾",
  1661. "displayName": ""
  1662. },
  1663. "Type": "BTCustomFuncHeadAction",
  1664. "VarJson": {
  1665. "boolJson": {
  1666. },
  1667. "numberJson": {
  1668. }
  1669. },
  1670. "isIllegal": false,
  1671. "randomID": "FuaRoBShi1J",
  1672. "stepSlot": {
  1673. "ContainerValue": {
  1674. "Type": "BTRedShowAction",
  1675. "baseSelect": {
  1676. "DisplayName": "常态_正常状态",
  1677. "Type": "Action",
  1678. "Value": "0"
  1679. },
  1680. "isIllegal": true,
  1681. "randomID": "8KlcRjsY2Qey",
  1682. "stepSlot": {
  1683. "ContainerValue": {
  1684. "Type": "BTPlayTimeLineWaitAction",
  1685. "baseSelect": {
  1686. "DisplayName": "动画_药剂左倾",
  1687. "Type": "Action",
  1688. "Value": "6"
  1689. },
  1690. "isIllegal": true,
  1691. "randomID": "96kh3l7Z4EDp",
  1692. "stepSlot": {
  1693. "ContainerValue": {
  1694. "Type": "BTNotificationToCoderAction",
  1695. "conditionA": {
  1696. "ContainerValue": null,
  1697. "StringValue": {
  1698. "Type": "STRING",
  1699. "Value": "播放完成"
  1700. },
  1701. "Type": "BTInputSlot"
  1702. },
  1703. "isIllegal": true,
  1704. "randomID": "WfZxQkP4TCIK",
  1705. "stepSlot": {
  1706. "ContainerValue": null,
  1707. "Type": "BTStepSlot"
  1708. }
  1709. },
  1710. "Type": "BTStepSlot"
  1711. }
  1712. },
  1713. "Type": "BTStepSlot"
  1714. }
  1715. },
  1716. "Type": "BTStepSlot"
  1717. },
  1718. "x": 560,
  1719. "y": -118
  1720. },
  1721. "Tree6": {
  1722. "ExportTree": true,
  1723. "ImageIndex": 8,
  1724. "Name": {
  1725. "Type": "STRING",
  1726. "Value": "返回动画",
  1727. "displayName": ""
  1728. },
  1729. "Type": "BTCustomFuncHeadAction",
  1730. "VarJson": {
  1731. "boolJson": {
  1732. },
  1733. "numberJson": {
  1734. }
  1735. },
  1736. "isIllegal": false,
  1737. "randomID": "6c6ypE66yy7E",
  1738. "stepSlot": {
  1739. "ContainerValue": {
  1740. "Type": "BTRedShowAction",
  1741. "baseSelect": {
  1742. "DisplayName": "常态_正常状态",
  1743. "Type": "Action",
  1744. "Value": "0"
  1745. },
  1746. "isIllegal": true,
  1747. "randomID": "PqZU3FlOeM7t",
  1748. "stepSlot": {
  1749. "ContainerValue": {
  1750. "Type": "BTPlayTimeLineAction",
  1751. "baseSelect": {
  1752. "DisplayName": "动画_放置摇晃",
  1753. "Type": "Action",
  1754. "Value": "8"
  1755. },
  1756. "isIllegal": true,
  1757. "randomID": "DJPJvV1Ofj9O",
  1758. "stepSlot": {
  1759. "ContainerValue": {
  1760. "BnkPath": {
  1761. "ContainerValue": null,
  1762. "StringValue": {
  1763. "Type": "STRING",
  1764. "Value": "MagicCauldron.bnk"
  1765. },
  1766. "Type": "BTInputSlot"
  1767. },
  1768. "Type": "BTPlayWiseAction",
  1769. "conditionA": {
  1770. "ContainerValue": null,
  1771. "StringValue": {
  1772. "Type": "STRING",
  1773. "Value": "MagicCauldron_efx_MoYaoPingFangZhi"
  1774. },
  1775. "Type": "BTInputSlot"
  1776. },
  1777. "isIllegal": true,
  1778. "randomID": "2SO5Ws1B8sTx",
  1779. "stepSlot": {
  1780. "ContainerValue": {
  1781. "Type": "BTNodeSetAnimWaitAction",
  1782. "animSelect": {
  1783. "DisplayName": "魔药课活动_动画文件_魔药瓶放置动画.anim",
  1784. "Type": "Action",
  1785. "Value": "魔药课活动_动画文件_魔药瓶放置动画.anim"
  1786. },
  1787. "baseSelect": {
  1788. "DisplayName": "bottle4Anim",
  1789. "Type": "Action",
  1790. "Value": "KtGP2ZcmzkAd"
  1791. },
  1792. "isIllegal": true,
  1793. "posXInput": {
  1794. "ContainerValue": {
  1795. "Type": "BTCoderVariableAction",
  1796. "VarScope": "Scene",
  1797. "isIllegal": true,
  1798. "randomID": "fh375oIs1HC2",
  1799. "titleLabel": {
  1800. "Type": "STRING",
  1801. "Value": "P-startPosX",
  1802. "displayName": ""
  1803. }
  1804. },
  1805. "StringValue": {
  1806. "Type": "FLOAT",
  1807. "Value": 0
  1808. },
  1809. "Type": "BTInputSlot"
  1810. },
  1811. "posXInput2": {
  1812. "ContainerValue": {
  1813. "Type": "BTCoderVariableAction",
  1814. "VarScope": "Scene",
  1815. "isIllegal": true,
  1816. "randomID": "z71qKRdCsckH",
  1817. "titleLabel": {
  1818. "Type": "STRING",
  1819. "Value": "P-endPosX",
  1820. "displayName": ""
  1821. }
  1822. },
  1823. "StringValue": {
  1824. "Type": "FLOAT",
  1825. "Value": 0
  1826. },
  1827. "Type": "BTInputSlot"
  1828. },
  1829. "posYInput": {
  1830. "ContainerValue": {
  1831. "Type": "BTCoderVariableAction",
  1832. "VarScope": "Scene",
  1833. "isIllegal": true,
  1834. "randomID": "d00hms48383a",
  1835. "titleLabel": {
  1836. "Type": "STRING",
  1837. "Value": "P-startPosY",
  1838. "displayName": ""
  1839. }
  1840. },
  1841. "StringValue": {
  1842. "Type": "FLOAT",
  1843. "Value": 0
  1844. },
  1845. "Type": "BTInputSlot"
  1846. },
  1847. "posYInput2": {
  1848. "ContainerValue": {
  1849. "Type": "BTCoderVariableAction",
  1850. "VarScope": "Scene",
  1851. "isIllegal": true,
  1852. "randomID": "3T2WzzdWXLEE",
  1853. "titleLabel": {
  1854. "Type": "STRING",
  1855. "Value": "P-endPosY",
  1856. "displayName": ""
  1857. }
  1858. },
  1859. "StringValue": {
  1860. "Type": "FLOAT",
  1861. "Value": 0
  1862. },
  1863. "Type": "BTInputSlot"
  1864. },
  1865. "randomID": "30I9DClWpqKm",
  1866. "stepSlot": {
  1867. "ContainerValue": {
  1868. "Type": "BTNotificationToCoderAction",
  1869. "conditionA": {
  1870. "ContainerValue": null,
  1871. "StringValue": {
  1872. "Type": "STRING",
  1873. "Value": "返回完成"
  1874. },
  1875. "Type": "BTInputSlot"
  1876. },
  1877. "isIllegal": true,
  1878. "randomID": "fW6hhvxlQoU",
  1879. "stepSlot": {
  1880. "ContainerValue": null,
  1881. "Type": "BTStepSlot"
  1882. }
  1883. },
  1884. "Type": "BTStepSlot"
  1885. }
  1886. },
  1887. "Type": "BTStepSlot"
  1888. }
  1889. },
  1890. "Type": "BTStepSlot"
  1891. }
  1892. },
  1893. "Type": "BTStepSlot"
  1894. }
  1895. },
  1896. "Type": "BTStepSlot"
  1897. },
  1898. "x": -39,
  1899. "y": 478
  1900. },
  1901. "Tree7": {
  1902. "ExportTree": true,
  1903. "ImageIndex": 7,
  1904. "Name": {
  1905. "Type": "STRING",
  1906. "Value": "药剂右倾",
  1907. "displayName": ""
  1908. },
  1909. "Type": "BTCustomFuncHeadAction",
  1910. "VarJson": {
  1911. "boolJson": {
  1912. },
  1913. "numberJson": {
  1914. }
  1915. },
  1916. "isIllegal": false,
  1917. "randomID": "4dzj2Ig1HjAm",
  1918. "stepSlot": {
  1919. "ContainerValue": {
  1920. "Type": "BTRedShowAction",
  1921. "baseSelect": {
  1922. "DisplayName": "常态_正常状态",
  1923. "Type": "Action",
  1924. "Value": "0"
  1925. },
  1926. "isIllegal": true,
  1927. "randomID": "vY2FICGNUBbh",
  1928. "stepSlot": {
  1929. "ContainerValue": {
  1930. "Type": "BTPlayTimeLineWaitAction",
  1931. "baseSelect": {
  1932. "DisplayName": "动画_药剂右倾",
  1933. "Type": "Action",
  1934. "Value": "7"
  1935. },
  1936. "isIllegal": true,
  1937. "randomID": "gDxjq9AKNQvr",
  1938. "stepSlot": {
  1939. "ContainerValue": {
  1940. "Type": "BTNotificationToCoderAction",
  1941. "conditionA": {
  1942. "ContainerValue": null,
  1943. "StringValue": {
  1944. "Type": "STRING",
  1945. "Value": "播放完成"
  1946. },
  1947. "Type": "BTInputSlot"
  1948. },
  1949. "isIllegal": true,
  1950. "randomID": "1bN4pUs6R5Zp",
  1951. "stepSlot": {
  1952. "ContainerValue": null,
  1953. "Type": "BTStepSlot"
  1954. }
  1955. },
  1956. "Type": "BTStepSlot"
  1957. }
  1958. },
  1959. "Type": "BTStepSlot"
  1960. }
  1961. },
  1962. "Type": "BTStepSlot"
  1963. },
  1964. "x": 888.7499999441206,
  1965. "y": -122.00000037252903
  1966. },
  1967. "Tree8": {
  1968. "ExportTree": true,
  1969. "ImageIndex": 12,
  1970. "Name": {
  1971. "Type": "STRING",
  1972. "Value": "飞行动画",
  1973. "displayName": ""
  1974. },
  1975. "Type": "BTCustomFuncHeadAction",
  1976. "VarJson": {
  1977. "boolJson": {
  1978. },
  1979. "numberJson": {
  1980. }
  1981. },
  1982. "isIllegal": false,
  1983. "randomID": "PPOB6UHOnr1V",
  1984. "stepSlot": {
  1985. "ContainerValue": {
  1986. "Type": "BTRedShowAction",
  1987. "baseSelect": {
  1988. "DisplayName": "常态_正常状态",
  1989. "Type": "Action",
  1990. "Value": "0"
  1991. },
  1992. "isIllegal": true,
  1993. "randomID": "zEL45EMI1RW",
  1994. "stepSlot": {
  1995. "ContainerValue": {
  1996. "Type": "BTPlayTimeLineAction",
  1997. "baseSelect": {
  1998. "DisplayName": "常态_验证成功",
  1999. "Type": "Action",
  2000. "Value": "2"
  2001. },
  2002. "isIllegal": true,
  2003. "randomID": "bY1DgACenDmP",
  2004. "stepSlot": {
  2005. "ContainerValue": {
  2006. "Type": "BTNodeSetAnimWaitAction",
  2007. "animSelect": {
  2008. "DisplayName": "魔药课活动_动画文件_魔药瓶飞入锅动画_数量3.anim",
  2009. "Type": "Action",
  2010. "Value": "魔药课活动_动画文件_魔药瓶飞入锅动画_数量3.anim"
  2011. },
  2012. "baseSelect": {
  2013. "DisplayName": "bottle4Anim",
  2014. "Type": "Action",
  2015. "Value": "KtGP2ZcmzkAd"
  2016. },
  2017. "isIllegal": true,
  2018. "posXInput": {
  2019. "ContainerValue": {
  2020. "Type": "BTCoderVariableAction",
  2021. "VarScope": "Scene",
  2022. "isIllegal": true,
  2023. "randomID": "BCNQ3F8BxTMA",
  2024. "titleLabel": {
  2025. "Type": "STRING",
  2026. "Value": "P-startPosX",
  2027. "displayName": ""
  2028. }
  2029. },
  2030. "StringValue": {
  2031. "Type": "FLOAT",
  2032. "Value": 0
  2033. },
  2034. "Type": "BTInputSlot"
  2035. },
  2036. "posXInput2": {
  2037. "ContainerValue": {
  2038. "Type": "BTCoderVariableAction",
  2039. "VarScope": "Scene",
  2040. "isIllegal": true,
  2041. "randomID": "xv2CTXWSfE3K",
  2042. "titleLabel": {
  2043. "Type": "STRING",
  2044. "Value": "P-endPosX",
  2045. "displayName": ""
  2046. }
  2047. },
  2048. "StringValue": {
  2049. "Type": "FLOAT",
  2050. "Value": 0
  2051. },
  2052. "Type": "BTInputSlot"
  2053. },
  2054. "posYInput": {
  2055. "ContainerValue": {
  2056. "Type": "BTCoderVariableAction",
  2057. "VarScope": "Scene",
  2058. "isIllegal": true,
  2059. "randomID": "AMA7Yr2BZUYX",
  2060. "titleLabel": {
  2061. "Type": "STRING",
  2062. "Value": "P-startPosY",
  2063. "displayName": ""
  2064. }
  2065. },
  2066. "StringValue": {
  2067. "Type": "FLOAT",
  2068. "Value": 0
  2069. },
  2070. "Type": "BTInputSlot"
  2071. },
  2072. "posYInput2": {
  2073. "ContainerValue": {
  2074. "Type": "BTCoderVariableAction",
  2075. "VarScope": "Scene",
  2076. "isIllegal": true,
  2077. "randomID": "qMvLcDNzmol3",
  2078. "titleLabel": {
  2079. "Type": "STRING",
  2080. "Value": "P-endPosY",
  2081. "displayName": ""
  2082. }
  2083. },
  2084. "StringValue": {
  2085. "Type": "FLOAT",
  2086. "Value": 0
  2087. },
  2088. "Type": "BTInputSlot"
  2089. },
  2090. "randomID": "hqahztgsJiBb",
  2091. "stepSlot": {
  2092. "ContainerValue": {
  2093. "Type": "BTNotificationToCoderAction",
  2094. "conditionA": {
  2095. "ContainerValue": null,
  2096. "StringValue": {
  2097. "Type": "STRING",
  2098. "Value": "飞行完成"
  2099. },
  2100. "Type": "BTInputSlot"
  2101. },
  2102. "isIllegal": true,
  2103. "randomID": "UGFbDkUUfJTt",
  2104. "stepSlot": {
  2105. "ContainerValue": null,
  2106. "Type": "BTStepSlot"
  2107. }
  2108. },
  2109. "Type": "BTStepSlot"
  2110. }
  2111. },
  2112. "Type": "BTStepSlot"
  2113. }
  2114. },
  2115. "Type": "BTStepSlot"
  2116. }
  2117. },
  2118. "Type": "BTStepSlot"
  2119. },
  2120. "x": -24.241190767796624,
  2121. "y": 1014.5759408818419
  2122. },
  2123. "Tree9": {
  2124. "ExportTree": true,
  2125. "ImageIndex": 6,
  2126. "Name": {
  2127. "Type": "STRING",
  2128. "Value": "入场动画",
  2129. "displayName": ""
  2130. },
  2131. "Type": "BTCustomFuncHeadAction",
  2132. "VarJson": {
  2133. "boolJson": {
  2134. },
  2135. "numberJson": {
  2136. }
  2137. },
  2138. "isIllegal": false,
  2139. "randomID": "Dhzt4rOboiYI",
  2140. "stepSlot": {
  2141. "ContainerValue": {
  2142. "Type": "BTRedHiddenAction",
  2143. "baseSelect": {
  2144. "DisplayName": "常态_正常状态",
  2145. "Type": "Action",
  2146. "Value": "0"
  2147. },
  2148. "isIllegal": true,
  2149. "randomID": "kGJcefw5KkyE",
  2150. "stepSlot": {
  2151. "ContainerValue": {
  2152. "Type": "BTWaitTimeAction",
  2153. "conditionA": {
  2154. "ContainerValue": {
  2155. "Type": "BTCoderVariableAction",
  2156. "VarScope": "Scene",
  2157. "isIllegal": true,
  2158. "randomID": "VDUCAX1aTma2",
  2159. "titleLabel": {
  2160. "Type": "STRING",
  2161. "Value": "P-delay",
  2162. "displayName": ""
  2163. }
  2164. },
  2165. "StringValue": {
  2166. "Type": "FLOAT",
  2167. "Value": 3
  2168. },
  2169. "Type": "BTInputSlot"
  2170. },
  2171. "isIllegal": true,
  2172. "randomID": "ZrRWxwEJ97mc",
  2173. "stepSlot": {
  2174. "ContainerValue": {
  2175. "Type": "BTRedShowAction",
  2176. "baseSelect": {
  2177. "DisplayName": "常态_正常状态",
  2178. "Type": "Action",
  2179. "Value": "0"
  2180. },
  2181. "isIllegal": true,
  2182. "randomID": "BsTpRrFFHc8l",
  2183. "stepSlot": {
  2184. "ContainerValue": {
  2185. "Type": "BTPlayTimeLineAction",
  2186. "baseSelect": {
  2187. "DisplayName": "动画_入场摇晃",
  2188. "Type": "Action",
  2189. "Value": "3"
  2190. },
  2191. "isIllegal": true,
  2192. "randomID": "EF2rfe3s75ZZ",
  2193. "stepSlot": {
  2194. "ContainerValue": {
  2195. "BnkPath": {
  2196. "ContainerValue": null,
  2197. "StringValue": {
  2198. "Type": "STRING",
  2199. "Value": "MagicCauldron.bnk"
  2200. },
  2201. "Type": "BTInputSlot"
  2202. },
  2203. "Type": "BTPlayWiseAction",
  2204. "conditionA": {
  2205. "ContainerValue": null,
  2206. "StringValue": {
  2207. "Type": "STRING",
  2208. "Value": "MagicCauldron_efx_MoYaoPingRuChang"
  2209. },
  2210. "Type": "BTInputSlot"
  2211. },
  2212. "isIllegal": true,
  2213. "randomID": "q2xQhxN22MNv",
  2214. "stepSlot": {
  2215. "ContainerValue": {
  2216. "Type": "BTNodeSetAnimWaitAction",
  2217. "animSelect": {
  2218. "DisplayName": "魔药课活动_动画文件_魔药瓶入场动画.anim",
  2219. "Type": "Action",
  2220. "Value": "魔药课活动_动画文件_魔药瓶入场动画.anim"
  2221. },
  2222. "baseSelect": {
  2223. "DisplayName": "bottle4Anim",
  2224. "Type": "Action",
  2225. "Value": "KtGP2ZcmzkAd"
  2226. },
  2227. "isIllegal": true,
  2228. "posXInput": {
  2229. "ContainerValue": {
  2230. "Type": "BTCoderVariableAction",
  2231. "VarScope": "Scene",
  2232. "isIllegal": true,
  2233. "randomID": "tRVdML5ko733",
  2234. "titleLabel": {
  2235. "Type": "STRING",
  2236. "Value": "P-startPosX",
  2237. "displayName": ""
  2238. }
  2239. },
  2240. "StringValue": {
  2241. "Type": "FLOAT",
  2242. "Value": 0
  2243. },
  2244. "Type": "BTInputSlot"
  2245. },
  2246. "posXInput2": {
  2247. "ContainerValue": {
  2248. "Type": "BTCoderVariableAction",
  2249. "VarScope": "Scene",
  2250. "isIllegal": true,
  2251. "randomID": "OhcCVGZdCTap",
  2252. "titleLabel": {
  2253. "Type": "STRING",
  2254. "Value": "P-endPosX",
  2255. "displayName": ""
  2256. }
  2257. },
  2258. "StringValue": {
  2259. "Type": "FLOAT",
  2260. "Value": 0
  2261. },
  2262. "Type": "BTInputSlot"
  2263. },
  2264. "posYInput": {
  2265. "ContainerValue": {
  2266. "Type": "BTCoderVariableAction",
  2267. "VarScope": "Scene",
  2268. "isIllegal": true,
  2269. "randomID": "Lih3140fj4VF",
  2270. "titleLabel": {
  2271. "Type": "STRING",
  2272. "Value": "P-startPosY",
  2273. "displayName": ""
  2274. }
  2275. },
  2276. "StringValue": {
  2277. "Type": "FLOAT",
  2278. "Value": 0
  2279. },
  2280. "Type": "BTInputSlot"
  2281. },
  2282. "posYInput2": {
  2283. "ContainerValue": {
  2284. "Type": "BTCoderVariableAction",
  2285. "VarScope": "Scene",
  2286. "isIllegal": true,
  2287. "randomID": "0PFG8G0Ju1gL",
  2288. "titleLabel": {
  2289. "Type": "STRING",
  2290. "Value": "P-endPosY",
  2291. "displayName": ""
  2292. }
  2293. },
  2294. "StringValue": {
  2295. "Type": "FLOAT",
  2296. "Value": 0
  2297. },
  2298. "Type": "BTInputSlot"
  2299. },
  2300. "randomID": "fNNa9bIjj9u",
  2301. "stepSlot": {
  2302. "ContainerValue": {
  2303. "Type": "BTNotificationToCoderAction",
  2304. "conditionA": {
  2305. "ContainerValue": null,
  2306. "StringValue": {
  2307. "Type": "STRING",
  2308. "Value": "入场完成"
  2309. },
  2310. "Type": "BTInputSlot"
  2311. },
  2312. "isIllegal": true,
  2313. "randomID": "ZFoTnpr3G7I",
  2314. "stepSlot": {
  2315. "ContainerValue": null,
  2316. "Type": "BTStepSlot"
  2317. }
  2318. },
  2319. "Type": "BTStepSlot"
  2320. }
  2321. },
  2322. "Type": "BTStepSlot"
  2323. }
  2324. },
  2325. "Type": "BTStepSlot"
  2326. }
  2327. },
  2328. "Type": "BTStepSlot"
  2329. }
  2330. },
  2331. "Type": "BTStepSlot"
  2332. }
  2333. },
  2334. "Type": "BTStepSlot"
  2335. }
  2336. },
  2337. "Type": "BTStepSlot"
  2338. },
  2339. "x": 352,
  2340. "y": 48
  2341. }
  2342. }
  2343. }