老虎机活动_浮层_教程界面.rebolt 169 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901
  1. {
  2. "CustomFunc": {
  3. "播放时间线": [
  4. [
  5. "Name",
  6. "播放时间线",
  7. "zpVDr7dHLrS9",
  8. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_浮层_教程界面.red"
  9. ]
  10. ],
  11. "隐藏自己": [
  12. [
  13. "Name",
  14. "隐藏自己",
  15. "pJ3eZ6atp9YM",
  16. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_浮层_教程界面.red"
  17. ]
  18. ]
  19. },
  20. "CustomList": {
  21. },
  22. "CustomMessage": {
  23. "Hello Red": 1
  24. },
  25. "CustomTestFunc": {
  26. },
  27. "CustomVar": {
  28. "P-cntDogCoin": 0,
  29. "P-guideStep": 0
  30. },
  31. "DisPlayName": "老虎机活动_浮层_教程界面",
  32. "RedFileList": {
  33. "FZgLXCqN10B0": {
  34. "CustomFunc": {
  35. "初始化": [
  36. [
  37. "Name",
  38. "初始化",
  39. "P1NQVmt07xpS",
  40. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  41. ]
  42. ],
  43. "更新": [
  44. [
  45. "Name",
  46. "更新",
  47. "LmOK1u7YDvEA",
  48. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  49. ]
  50. ],
  51. "更新数字": [
  52. [
  53. "Name",
  54. "更新数字",
  55. "q2tdaxqqDPmU",
  56. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  57. ]
  58. ],
  59. "获得骨头": [
  60. [
  61. "Name",
  62. "获得骨头",
  63. "QFEbVtiOeF9",
  64. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  65. ]
  66. ],
  67. "进度条变暗": [
  68. [
  69. "Name",
  70. "进度条变暗",
  71. "DR6f5ickee1",
  72. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  73. ]
  74. ],
  75. "进度条增长": [
  76. [
  77. "Name",
  78. "进度条增长",
  79. "alqUtJv0OSPY",
  80. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组.red"
  81. ]
  82. ]
  83. },
  84. "CustomList": {
  85. },
  86. "CustomTestFunc": {
  87. },
  88. "CustomVar": {
  89. "P-curBoneStr": 0,
  90. "P-curStep": 0,
  91. "P-totalStep": 0,
  92. "P-双奖励组": 0
  93. },
  94. "DisPlayName": "奖励进度条组(程序调用)",
  95. "RedNoteInfo": {
  96. },
  97. "TreeList": {
  98. "Tree0": {
  99. "ExportTree": true,
  100. "ImageIndex": 1,
  101. "Name": {
  102. "Type": "STRING",
  103. "Value": "初始化",
  104. "displayName": ""
  105. },
  106. "Type": "BTCustomFuncHeadAction",
  107. "VarJson": {
  108. "boolJson": {
  109. },
  110. "numberJson": {
  111. }
  112. },
  113. "isIllegal": false,
  114. "randomID": "P1NQVmt07xpS",
  115. "stepSlot": {
  116. "ContainerValue": {
  117. "Type": "BTPlayTimeLineAction",
  118. "baseSelect": {
  119. "DisplayName": "常态",
  120. "Type": "Action",
  121. "Value": "0"
  122. },
  123. "isIllegal": true,
  124. "randomID": "d3mhvyCxEfo",
  125. "stepSlot": {
  126. "ContainerValue": {
  127. "Type": "BTNotificationToCoderAction",
  128. "conditionA": {
  129. "ContainerValue": null,
  130. "StringValue": {
  131. "Type": "STRING",
  132. "Value": "绑定奖励进度条组"
  133. },
  134. "Type": "BTInputSlot"
  135. },
  136. "isIllegal": true,
  137. "randomID": "qGbDUjjENWdW",
  138. "stepSlot": {
  139. "ContainerValue": {
  140. "Type": "BTNotificationNodeToCoderAction",
  141. "baseSelect": {
  142. "DisplayName": "奖励物获得动画节点",
  143. "Type": "Action",
  144. "Value": "XzicvsA7BMJ6"
  145. },
  146. "conditionA": {
  147. "ContainerValue": null,
  148. "StringValue": {
  149. "Type": "STRING",
  150. "Value": "绑定进度条获得节点"
  151. },
  152. "Type": "BTInputSlot"
  153. },
  154. "isIllegal": true,
  155. "paramA": {
  156. "ContainerValue": null,
  157. "StringValue": {
  158. "Type": "STRING",
  159. "Value": ""
  160. },
  161. "Type": "BTInputSlot"
  162. },
  163. "randomID": "VmZbUI8eTS3G",
  164. "stepSlot": {
  165. "ContainerValue": {
  166. "Type": "BTNotificationNodeToCoderAction",
  167. "baseSelect": {
  168. "DisplayName": "endNd2collect",
  169. "Type": "Action",
  170. "Value": "sNeyzv6k42t6"
  171. },
  172. "conditionA": {
  173. "ContainerValue": null,
  174. "StringValue": {
  175. "Type": "STRING",
  176. "Value": "绑定骨头位置"
  177. },
  178. "Type": "BTInputSlot"
  179. },
  180. "isIllegal": true,
  181. "paramA": {
  182. "ContainerValue": null,
  183. "StringValue": {
  184. "Type": "STRING",
  185. "Value": ""
  186. },
  187. "Type": "BTInputSlot"
  188. },
  189. "randomID": "aRDQzJ7oqJ3Q",
  190. "stepSlot": {
  191. "ContainerValue": {
  192. "BTInputSlot1": {
  193. "ContainerValue": null,
  194. "StringValue": {
  195. "Type": "STRING",
  196. "Value": "processReward"
  197. },
  198. "Type": "BTInputSlot"
  199. },
  200. "Type": "BTCallRedCustomFuncBodyAction",
  201. "baseSelect": {
  202. "DisplayName": "初始化",
  203. "Type": "Action",
  204. "Value": "初始化"
  205. },
  206. "funcHeadID": "zmKw69LEMkA9",
  207. "isIllegal": true,
  208. "paramArr": [
  209. [
  210. "BTInputSlot1",
  211. "index"
  212. ]
  213. ],
  214. "randomID": "SgsFJTxAtemu",
  215. "redId": "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度_奖励物组.red",
  216. "redSelect": {
  217. "DisplayName": "奖励物组(程序调用)",
  218. "Type": "OBJ",
  219. "Value": "FREZJL6n8tSg"
  220. },
  221. "stepSlot": {
  222. "ContainerValue": {
  223. "BTInputSlot1": {
  224. "ContainerValue": null,
  225. "StringValue": {
  226. "Type": "STRING",
  227. "Value": "processReward_1"
  228. },
  229. "Type": "BTInputSlot"
  230. },
  231. "Type": "BTCallRedCustomFuncBodyAction",
  232. "baseSelect": {
  233. "DisplayName": "初始化",
  234. "Type": "Action",
  235. "Value": "初始化"
  236. },
  237. "funcHeadID": "zmKw69LEMkA9",
  238. "isIllegal": true,
  239. "paramArr": [
  240. [
  241. "BTInputSlot1",
  242. "index"
  243. ]
  244. ],
  245. "randomID": "BR9IL5PNEBRz",
  246. "redId": "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度_奖励物组.red",
  247. "redSelect": {
  248. "DisplayName": "奖励物组1",
  249. "Type": "OBJ",
  250. "Value": "WkznONJ1yUOy"
  251. },
  252. "stepSlot": {
  253. "ContainerValue": {
  254. "BTInputSlot1": {
  255. "ContainerValue": null,
  256. "StringValue": {
  257. "Type": "STRING",
  258. "Value": "processReward_2"
  259. },
  260. "Type": "BTInputSlot"
  261. },
  262. "Type": "BTCallRedCustomFuncBodyAction",
  263. "baseSelect": {
  264. "DisplayName": "初始化",
  265. "Type": "Action",
  266. "Value": "初始化"
  267. },
  268. "funcHeadID": "zmKw69LEMkA9",
  269. "isIllegal": true,
  270. "paramArr": [
  271. [
  272. "BTInputSlot1",
  273. "index"
  274. ]
  275. ],
  276. "randomID": "zs3X9eQSwwlw",
  277. "redId": "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度_奖励物组.red",
  278. "redSelect": {
  279. "DisplayName": "奖励物组2",
  280. "Type": "OBJ",
  281. "Value": "1lhprgrXzE3M"
  282. },
  283. "stepSlot": {
  284. "ContainerValue": {
  285. "Type": "BTCallRedCustomFuncBodyAction",
  286. "baseSelect": {
  287. "DisplayName": "初始化",
  288. "Type": "Action",
  289. "Value": "初始化"
  290. },
  291. "funcHeadID": "pSxfFA2npbhP",
  292. "isIllegal": true,
  293. "paramArr": [
  294. ],
  295. "randomID": "fgqEp6TjYz1l",
  296. "redId": "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_奖励进度条组_进度条.red",
  297. "redSelect": {
  298. "DisplayName": "老虎机活动_奖励进度条组_进度条",
  299. "Type": "OBJ",
  300. "Value": "gsd3pZ2VCgfn"
  301. },
  302. "stepSlot": {
  303. "ContainerValue": null,
  304. "Type": "BTStepSlot"
  305. }
  306. },
  307. "Type": "BTStepSlot"
  308. }
  309. },
  310. "Type": "BTStepSlot"
  311. }
  312. },
  313. "Type": "BTStepSlot"
  314. }
  315. },
  316. "Type": "BTStepSlot"
  317. }
  318. },
  319. "Type": "BTStepSlot"
  320. }
  321. },
  322. "Type": "BTStepSlot"
  323. }
  324. },
  325. "Type": "BTStepSlot"
  326. }
  327. },
  328. "Type": "BTStepSlot"
  329. },
  330. "x": -124,
  331. "y": -327
  332. },
  333. "Tree1": {
  334. "ExportTree": true,
  335. "ImageIndex": 2,
  336. "Name": {
  337. "Type": "STRING",
  338. "Value": "获得骨头",
  339. "displayName": ""
  340. },
  341. "Type": "BTCustomFuncHeadAction",
  342. "VarJson": {
  343. "boolJson": {
  344. },
  345. "numberJson": {
  346. }
  347. },
  348. "isIllegal": false,
  349. "randomID": "QFEbVtiOeF9",
  350. "stepSlot": {
  351. "ContainerValue": {
  352. "Type": "BTPlaySceneTimeLineAction",
  353. "baseSelect": {
  354. "DisplayName": "动画_收集状态",
  355. "Type": "Action",
  356. "Value": "1"
  357. },
  358. "isIllegal": true,
  359. "randomID": "DWcXYNIi0rCa",
  360. "redSelect": {
  361. "DisplayName": "收集物图标(程序调用)",
  362. "Type": "OBJ",
  363. "Value": "3dh2tU6YhmSj"
  364. },
  365. "stepSlot": {
  366. "ContainerValue": null,
  367. "Type": "BTStepSlot"
  368. }
  369. },
  370. "Type": "BTStepSlot"
  371. },
  372. "x": -115,
  373. "y": 94
  374. },
  375. "Tree2": {
  376. "ExportTree": true,
  377. "ImageIndex": 3,
  378. "Name": {
  379. "Type": "STRING",
  380. "Value": "进度条增长",
  381. "displayName": ""
  382. },
  383. "Type": "BTCustomFuncHeadAction",
  384. "VarJson": {
  385. "boolJson": {
  386. },
  387. "numberJson": {
  388. }
  389. },
  390. "isIllegal": false,
  391. "randomID": "alqUtJv0OSPY",
  392. "stepSlot": {
  393. "ContainerValue": {
  394. "Type": "BTPlaySceneTimeLineAction",
  395. "baseSelect": {
  396. "DisplayName": "动画_进度变亮",
  397. "Type": "Action",
  398. "Value": "2"
  399. },
  400. "isIllegal": true,
  401. "randomID": "eQbmYduq61My",
  402. "redSelect": {
  403. "DisplayName": "老虎机活动_奖励进度条组_进度条",
  404. "Type": "OBJ",
  405. "Value": "gsd3pZ2VCgfn"
  406. },
  407. "stepSlot": {
  408. "ContainerValue": null,
  409. "Type": "BTStepSlot"
  410. }
  411. },
  412. "Type": "BTStepSlot"
  413. },
  414. "x": -107,
  415. "y": 203
  416. },
  417. "Tree3": {
  418. "ExportTree": true,
  419. "ImageIndex": 4,
  420. "Name": {
  421. "Type": "STRING",
  422. "Value": "更新",
  423. "displayName": ""
  424. },
  425. "Type": "BTCustomFuncHeadAction",
  426. "VarJson": {
  427. "boolJson": {
  428. },
  429. "numberJson": {
  430. }
  431. },
  432. "isIllegal": false,
  433. "randomID": "LmOK1u7YDvEA",
  434. "stepSlot": {
  435. "ContainerValue": {
  436. "Type": "BTIFElseControlAction",
  437. "conditionA": {
  438. "ContainerValue": {
  439. "Type": "BTEqualOperatorAction",
  440. "conditionA": {
  441. "ContainerValue": {
  442. "Type": "BTCoderVariableAction",
  443. "VarScope": "Scene",
  444. "isIllegal": true,
  445. "randomID": "nbEnMHRpUkFm",
  446. "titleLabel": {
  447. "Type": "STRING",
  448. "Value": "P-双奖励组",
  449. "displayName": ""
  450. }
  451. },
  452. "StringValue": {
  453. "Type": "FLOAT",
  454. "Value": 0
  455. },
  456. "Type": "BTInputSlot"
  457. },
  458. "conditionB": {
  459. "ContainerValue": null,
  460. "StringValue": {
  461. "Type": "FLOAT",
  462. "Value": 0
  463. },
  464. "Type": "BTInputSlot"
  465. },
  466. "isIllegal": true,
  467. "randomID": "dTGPmO0jCeHp"
  468. },
  469. "Type": "BTBoolSlot"
  470. },
  471. "isIllegal": true,
  472. "randomID": "UVSuTFtzi66C",
  473. "sectionA": {
  474. "ContainerValue": {
  475. "Type": "BTNodeShowAction",
  476. "baseSelect": {
  477. "DisplayName": "单奖励物组",
  478. "Type": "Action",
  479. "Value": "2xaDMvZHyB3"
  480. },
  481. "isIllegal": true,
  482. "randomID": "kqDjJ9Qwl7yU",
  483. "stepSlot": {
  484. "ContainerValue": {
  485. "Type": "BTNodeHiddenAction",
  486. "baseSelect": {
  487. "DisplayName": "双奖励物组",
  488. "Type": "Action",
  489. "Value": "8PvRoV5f9Ur"
  490. },
  491. "isIllegal": true,
  492. "randomID": "yuyHjiEKUQJI",
  493. "stepSlot": {
  494. "ContainerValue": {
  495. "Type": "BTPlaySceneTimeLineAction",
  496. "baseSelect": {
  497. "DisplayName": "动画_确立目标",
  498. "Type": "Action",
  499. "Value": "2"
  500. },
  501. "isIllegal": true,
  502. "randomID": "Db099fvQzmb",
  503. "redSelect": {
  504. "DisplayName": "奖励物组(程序调用)",
  505. "Type": "OBJ",
  506. "Value": "FREZJL6n8tSg"
  507. },
  508. "stepSlot": {
  509. "ContainerValue": null,
  510. "Type": "BTStepSlot"
  511. }
  512. },
  513. "Type": "BTStepSlot"
  514. }
  515. },
  516. "Type": "BTStepSlot"
  517. }
  518. },
  519. "Type": "BTSectionSlot"
  520. },
  521. "sectionB": {
  522. "ContainerValue": {
  523. "Type": "BTNodeShowAction",
  524. "baseSelect": {
  525. "DisplayName": "双奖励物组",
  526. "Type": "Action",
  527. "Value": "8PvRoV5f9Ur"
  528. },
  529. "isIllegal": true,
  530. "randomID": "DwoTYTv42vQ8",
  531. "stepSlot": {
  532. "ContainerValue": {
  533. "Type": "BTNodeHiddenAction",
  534. "baseSelect": {
  535. "DisplayName": "单奖励物组",
  536. "Type": "Action",
  537. "Value": "2xaDMvZHyB3"
  538. },
  539. "isIllegal": true,
  540. "randomID": "ZeFvOUpZuSO",
  541. "stepSlot": {
  542. "ContainerValue": {
  543. "Type": "BTPlaySceneTimeLineAction",
  544. "baseSelect": {
  545. "DisplayName": "动画_确立目标",
  546. "Type": "Action",
  547. "Value": "2"
  548. },
  549. "isIllegal": true,
  550. "randomID": "gdQl1MVAjli6",
  551. "redSelect": {
  552. "DisplayName": "奖励物组1",
  553. "Type": "OBJ",
  554. "Value": "WkznONJ1yUOy"
  555. },
  556. "stepSlot": {
  557. "ContainerValue": {
  558. "Type": "BTPlaySceneTimeLineAction",
  559. "baseSelect": {
  560. "DisplayName": "动画_确立目标",
  561. "Type": "Action",
  562. "Value": "2"
  563. },
  564. "isIllegal": true,
  565. "randomID": "QELvnGxQnl",
  566. "redSelect": {
  567. "DisplayName": "奖励物组1",
  568. "Type": "OBJ",
  569. "Value": "WkznONJ1yUOy"
  570. },
  571. "stepSlot": {
  572. "ContainerValue": null,
  573. "Type": "BTStepSlot"
  574. }
  575. },
  576. "Type": "BTStepSlot"
  577. }
  578. },
  579. "Type": "BTStepSlot"
  580. }
  581. },
  582. "Type": "BTStepSlot"
  583. }
  584. },
  585. "Type": "BTSectionSlot"
  586. },
  587. "stepSlot": {
  588. "ContainerValue": {
  589. "Name": {
  590. "Type": "STRING",
  591. "Value": "更新数字",
  592. "displayName": ""
  593. },
  594. "Type": "BTCustomFuncBodyAction",
  595. "funcHeadID": "q2tdaxqqDPmU",
  596. "isIllegal": true,
  597. "paramArr": [
  598. ],
  599. "randomID": "fVdQJcLMQ0EP",
  600. "stepSlot": {
  601. "ContainerValue": null,
  602. "Type": "BTStepSlot"
  603. }
  604. },
  605. "Type": "BTStepSlot"
  606. }
  607. },
  608. "Type": "BTStepSlot"
  609. },
  610. "x": -112,
  611. "y": 351
  612. },
  613. "Tree4": {
  614. "ExportTree": true,
  615. "ImageIndex": 5,
  616. "Name": {
  617. "Type": "STRING",
  618. "Value": "更新数字",
  619. "displayName": ""
  620. },
  621. "Type": "BTCustomFuncHeadAction",
  622. "VarJson": {
  623. "boolJson": {
  624. },
  625. "numberJson": {
  626. }
  627. },
  628. "isIllegal": false,
  629. "randomID": "q2tdaxqqDPmU",
  630. "stepSlot": {
  631. "ContainerValue": {
  632. "TitleInput": {
  633. "ContainerValue": {
  634. "Type": "BTStringLinkOperatorAction",
  635. "conditionA": {
  636. "ContainerValue": null,
  637. "StringValue": {
  638. "Type": "STRING",
  639. "Value": "Stages "
  640. },
  641. "Type": "BTInputSlot"
  642. },
  643. "conditionB": {
  644. "ContainerValue": {
  645. "Type": "BTStringLinkOperatorAction",
  646. "conditionA": {
  647. "ContainerValue": {
  648. "Type": "BTCoderVariableAction",
  649. "VarScope": "Scene",
  650. "isIllegal": true,
  651. "randomID": "EzHeFFGdK4h0",
  652. "titleLabel": {
  653. "Type": "STRING",
  654. "Value": "P-curStep",
  655. "displayName": ""
  656. }
  657. },
  658. "StringValue": {
  659. "Type": "STRING",
  660. "Value": "Apple"
  661. },
  662. "Type": "BTInputSlot"
  663. },
  664. "conditionB": {
  665. "ContainerValue": {
  666. "Type": "BTStringLinkOperatorAction",
  667. "conditionA": {
  668. "ContainerValue": null,
  669. "StringValue": {
  670. "Type": "STRING",
  671. "Value": "/"
  672. },
  673. "Type": "BTInputSlot"
  674. },
  675. "conditionB": {
  676. "ContainerValue": {
  677. "Type": "BTCoderVariableAction",
  678. "VarScope": "Scene",
  679. "isIllegal": true,
  680. "randomID": "IJZRJSBG1owQ",
  681. "titleLabel": {
  682. "Type": "STRING",
  683. "Value": "P-totalStep",
  684. "displayName": ""
  685. }
  686. },
  687. "StringValue": {
  688. "Type": "STRING",
  689. "Value": "Banana"
  690. },
  691. "Type": "BTInputSlot"
  692. },
  693. "isIllegal": true,
  694. "randomID": "bfvTQJyiiJXN"
  695. },
  696. "StringValue": {
  697. "Type": "STRING",
  698. "Value": "Banana"
  699. },
  700. "Type": "BTInputSlot"
  701. },
  702. "isIllegal": true,
  703. "randomID": "T0fV72CfZJfK"
  704. },
  705. "StringValue": {
  706. "Type": "STRING",
  707. "Value": "Banana"
  708. },
  709. "Type": "BTInputSlot"
  710. },
  711. "isIllegal": true,
  712. "randomID": "wv8bky7DRmbM"
  713. },
  714. "StringValue": {
  715. "Type": "STRING",
  716. "Value": "填写标题内容"
  717. },
  718. "Type": "BTInputSlot"
  719. },
  720. "Type": "BTLabelTitleAction",
  721. "baseSelect": {
  722. "DisplayName": "lbStep",
  723. "Type": "Action",
  724. "Value": "eIRdCXtM7epX"
  725. },
  726. "isIllegal": true,
  727. "randomID": "cnoFcnlzpQ5H",
  728. "stepSlot": {
  729. "ContainerValue": {
  730. "TitleInput": {
  731. "ContainerValue": {
  732. "Type": "BTCoderVariableAction",
  733. "VarScope": "Scene",
  734. "isIllegal": true,
  735. "randomID": "XGX6nb7ePeIW",
  736. "titleLabel": {
  737. "Type": "STRING",
  738. "Value": "P-curBoneStr",
  739. "displayName": ""
  740. }
  741. },
  742. "StringValue": {
  743. "Type": "STRING",
  744. "Value": "填写标题内容"
  745. },
  746. "Type": "BTInputSlot"
  747. },
  748. "Type": "BTLabelTitleAction",
  749. "baseSelect": {
  750. "DisplayName": "lbBone",
  751. "Type": "Action",
  752. "Value": "0ElhDNsSA0Wj"
  753. },
  754. "isIllegal": true,
  755. "randomID": "139YkjbPB6x",
  756. "stepSlot": {
  757. "ContainerValue": null,
  758. "Type": "BTStepSlot"
  759. }
  760. },
  761. "Type": "BTStepSlot"
  762. }
  763. },
  764. "Type": "BTStepSlot"
  765. },
  766. "x": 374,
  767. "y": 500
  768. },
  769. "Tree5": {
  770. "ExportTree": true,
  771. "ImageIndex": 6,
  772. "Name": {
  773. "Type": "STRING",
  774. "Value": "进度条变暗",
  775. "displayName": ""
  776. },
  777. "Type": "BTCustomFuncHeadAction",
  778. "VarJson": {
  779. "boolJson": {
  780. },
  781. "numberJson": {
  782. }
  783. },
  784. "isIllegal": false,
  785. "randomID": "DR6f5ickee1",
  786. "stepSlot": {
  787. "ContainerValue": {
  788. "Type": "BTPlaySceneTimeLineAction",
  789. "baseSelect": {
  790. "DisplayName": "动画_进度变暗",
  791. "Type": "Action",
  792. "Value": "3"
  793. },
  794. "isIllegal": true,
  795. "randomID": "KtIDwGLw9Dmw",
  796. "redSelect": {
  797. "DisplayName": "老虎机活动_奖励进度条组_进度条",
  798. "Type": "OBJ",
  799. "Value": "gsd3pZ2VCgfn"
  800. },
  801. "stepSlot": {
  802. "ContainerValue": null,
  803. "Type": "BTStepSlot"
  804. }
  805. },
  806. "Type": "BTStepSlot"
  807. },
  808. "x": 356,
  809. "y": 201
  810. }
  811. }
  812. },
  813. "kw3gIko0Yyca": {
  814. "CustomFunc": {
  815. "初始化": [
  816. [
  817. "Name",
  818. "初始化",
  819. "tPaBX04K01Sh",
  820. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_倍数按钮.red"
  821. ]
  822. ],
  823. "刷新": [
  824. [
  825. "Name",
  826. "刷新",
  827. "cit3VhrirBEB",
  828. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_倍数按钮.red"
  829. ]
  830. ],
  831. "播放动画": [
  832. [
  833. "Name",
  834. "播放动画",
  835. "KEraVv1wvkT",
  836. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_倍数按钮.red"
  837. ]
  838. ],
  839. "播放动画不变": [
  840. [
  841. "Name",
  842. "播放动画不变",
  843. "UvtJUoGHRIaH",
  844. "/Users/lal/GitStore/TileManorV2/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_倍数按钮.red"
  845. ]
  846. ]
  847. },
  848. "CustomList": {
  849. },
  850. "CustomTestFunc": {
  851. },
  852. "CustomVar": {
  853. "P-当前倍数档": 0
  854. },
  855. "DisPlayName": "倍数按钮",
  856. "RedNoteInfo": {
  857. },
  858. "TreeList": {
  859. "Tree0": {
  860. "ExportTree": true,
  861. "ImageIndex": 1,
  862. "Name": {
  863. "Type": "STRING",
  864. "Value": "初始化",
  865. "displayName": ""
  866. },
  867. "Type": "BTCustomFuncHeadAction",
  868. "VarJson": {
  869. "boolJson": {
  870. },
  871. "numberJson": {
  872. }
  873. },
  874. "isIllegal": false,
  875. "randomID": "tPaBX04K01Sh",
  876. "stepSlot": {
  877. "ContainerValue": {
  878. "Type": "BTPlayTimeLineAction",
  879. "baseSelect": {
  880. "DisplayName": "常态_1倍",
  881. "Type": "Action",
  882. "Value": "0"
  883. },
  884. "isIllegal": true,
  885. "randomID": "9uSF1jlPXDjx",
  886. "stepSlot": {
  887. "ContainerValue": {
  888. "Type": "BTNotificationToCoderAction",
  889. "conditionA": {
  890. "ContainerValue": null,
  891. "StringValue": {
  892. "Type": "STRING",
  893. "Value": "绑定倍数按钮"
  894. },
  895. "Type": "BTInputSlot"
  896. },
  897. "isIllegal": true,
  898. "randomID": "usj4GpLte2Za",
  899. "stepSlot": {
  900. "ContainerValue": null,
  901. "Type": "BTStepSlot"
  902. }
  903. },
  904. "Type": "BTStepSlot"
  905. }
  906. },
  907. "Type": "BTStepSlot"
  908. },
  909. "x": 36,
  910. "y": -425
  911. },
  912. "Tree1": {
  913. "ExportTree": true,
  914. "ImageIndex": 3,
  915. "Name": {
  916. "Type": "STRING",
  917. "Value": "播放动画",
  918. "displayName": ""
  919. },
  920. "Type": "BTCustomFuncHeadAction",
  921. "VarJson": {
  922. "boolJson": {
  923. },
  924. "numberJson": {
  925. }
  926. },
  927. "isIllegal": false,
  928. "randomID": "KEraVv1wvkT",
  929. "stepSlot": {
  930. "ContainerValue": {
  931. "Type": "BTIFElseControlAction",
  932. "conditionA": {
  933. "ContainerValue": {
  934. "Type": "BTEqualOperatorAction",
  935. "conditionA": {
  936. "ContainerValue": {
  937. "Type": "BTCoderVariableAction",
  938. "VarScope": "Scene",
  939. "isIllegal": true,
  940. "randomID": "WMBkNwFlA0A0",
  941. "titleLabel": {
  942. "Type": "STRING",
  943. "Value": "P-当前倍数档",
  944. "displayName": ""
  945. }
  946. },
  947. "StringValue": {
  948. "Type": "FLOAT",
  949. "Value": 0
  950. },
  951. "Type": "BTInputSlot"
  952. },
  953. "conditionB": {
  954. "ContainerValue": null,
  955. "StringValue": {
  956. "Type": "FLOAT",
  957. "Value": 1
  958. },
  959. "Type": "BTInputSlot"
  960. },
  961. "isIllegal": true,
  962. "randomID": "CwhK5soDSyhy"
  963. },
  964. "Type": "BTBoolSlot"
  965. },
  966. "isIllegal": true,
  967. "randomID": "rcMR1UJjT4rw",
  968. "sectionA": {
  969. "ContainerValue": {
  970. "Type": "BTPlayTimeLineAction",
  971. "baseSelect": {
  972. "DisplayName": "动画_50倍到1倍",
  973. "Type": "Action",
  974. "Value": "9"
  975. },
  976. "isIllegal": true,
  977. "randomID": "Mexuf0ztH3Zz",
  978. "stepSlot": {
  979. "ContainerValue": null,
  980. "Type": "BTStepSlot"
  981. }
  982. },
  983. "Type": "BTSectionSlot"
  984. },
  985. "sectionB": {
  986. "ContainerValue": {
  987. "Type": "BTIFElseControlAction",
  988. "conditionA": {
  989. "ContainerValue": {
  990. "Type": "BTEqualOperatorAction",
  991. "conditionA": {
  992. "ContainerValue": {
  993. "Type": "BTCoderVariableAction",
  994. "VarScope": "Scene",
  995. "isIllegal": true,
  996. "randomID": "2n6iqVeFENMQ",
  997. "titleLabel": {
  998. "Type": "STRING",
  999. "Value": "P-当前倍数档",
  1000. "displayName": ""
  1001. }
  1002. },
  1003. "StringValue": {
  1004. "Type": "FLOAT",
  1005. "Value": 0
  1006. },
  1007. "Type": "BTInputSlot"
  1008. },
  1009. "conditionB": {
  1010. "ContainerValue": null,
  1011. "StringValue": {
  1012. "Type": "FLOAT",
  1013. "Value": 2
  1014. },
  1015. "Type": "BTInputSlot"
  1016. },
  1017. "isIllegal": true,
  1018. "randomID": "KiN70iHwXu9x"
  1019. },
  1020. "Type": "BTBoolSlot"
  1021. },
  1022. "isIllegal": true,
  1023. "randomID": "nn6WG2FwK4Cx",
  1024. "sectionA": {
  1025. "ContainerValue": {
  1026. "Type": "BTPlayTimeLineAction",
  1027. "baseSelect": {
  1028. "DisplayName": "动画_1倍到5倍",
  1029. "Type": "Action",
  1030. "Value": "5"
  1031. },
  1032. "isIllegal": true,
  1033. "randomID": "wTzZjvEdakhI",
  1034. "stepSlot": {
  1035. "ContainerValue": null,
  1036. "Type": "BTStepSlot"
  1037. }
  1038. },
  1039. "Type": "BTSectionSlot"
  1040. },
  1041. "sectionB": {
  1042. "ContainerValue": {
  1043. "Type": "BTIFElseControlAction",
  1044. "conditionA": {
  1045. "ContainerValue": {
  1046. "Type": "BTEqualOperatorAction",
  1047. "conditionA": {
  1048. "ContainerValue": {
  1049. "Type": "BTCoderVariableAction",
  1050. "VarScope": "Scene",
  1051. "isIllegal": true,
  1052. "randomID": "eAUkBRnyIZqO",
  1053. "titleLabel": {
  1054. "Type": "STRING",
  1055. "Value": "P-当前倍数档",
  1056. "displayName": ""
  1057. }
  1058. },
  1059. "StringValue": {
  1060. "Type": "FLOAT",
  1061. "Value": 0
  1062. },
  1063. "Type": "BTInputSlot"
  1064. },
  1065. "conditionB": {
  1066. "ContainerValue": null,
  1067. "StringValue": {
  1068. "Type": "FLOAT",
  1069. "Value": 3
  1070. },
  1071. "Type": "BTInputSlot"
  1072. },
  1073. "isIllegal": true,
  1074. "randomID": "3OB8XL5XlwRJ"
  1075. },
  1076. "Type": "BTBoolSlot"
  1077. },
  1078. "isIllegal": true,
  1079. "randomID": "hFwMfrI9UZmS",
  1080. "sectionA": {
  1081. "ContainerValue": {
  1082. "Type": "BTPlayTimeLineAction",
  1083. "baseSelect": {
  1084. "DisplayName": "动画_5倍到10倍",
  1085. "Type": "Action",
  1086. "Value": "6"
  1087. },
  1088. "isIllegal": true,
  1089. "randomID": "hAgeIU1DyoFE",
  1090. "stepSlot": {
  1091. "ContainerValue": null,
  1092. "Type": "BTStepSlot"
  1093. }
  1094. },
  1095. "Type": "BTSectionSlot"
  1096. },
  1097. "sectionB": {
  1098. "ContainerValue": {
  1099. "Type": "BTIFElseControlAction",
  1100. "conditionA": {
  1101. "ContainerValue": {
  1102. "Type": "BTEqualOperatorAction",
  1103. "conditionA": {
  1104. "ContainerValue": {
  1105. "Type": "BTCoderVariableAction",
  1106. "VarScope": "Scene",
  1107. "isIllegal": true,
  1108. "randomID": "d9cF9DVtWOVn",
  1109. "titleLabel": {
  1110. "Type": "STRING",
  1111. "Value": "P-当前倍数档",
  1112. "displayName": ""
  1113. }
  1114. },
  1115. "StringValue": {
  1116. "Type": "FLOAT",
  1117. "Value": 0
  1118. },
  1119. "Type": "BTInputSlot"
  1120. },
  1121. "conditionB": {
  1122. "ContainerValue": null,
  1123. "StringValue": {
  1124. "Type": "FLOAT",
  1125. "Value": 4
  1126. },
  1127. "Type": "BTInputSlot"
  1128. },
  1129. "isIllegal": true,
  1130. "randomID": "djuYinYtcFTn"
  1131. },
  1132. "Type": "BTBoolSlot"
  1133. },
  1134. "isIllegal": true,
  1135. "randomID": "8dIS1JQ3vX8U",
  1136. "sectionA": {
  1137. "ContainerValue": {
  1138. "Type": "BTPlayTimeLineAction",
  1139. "baseSelect": {
  1140. "DisplayName": "动画_10倍到20倍",
  1141. "Type": "Action",
  1142. "Value": "7"
  1143. },
  1144. "isIllegal": true,
  1145. "randomID": "d4Cy9GHceBD",
  1146. "stepSlot": {
  1147. "ContainerValue": null,
  1148. "Type": "BTStepSlot"
  1149. }
  1150. },
  1151. "Type": "BTSectionSlot"
  1152. },
  1153. "sectionB": {
  1154. "ContainerValue": {
  1155. "Type": "BTIFElseControlAction",
  1156. "conditionA": {
  1157. "ContainerValue": {
  1158. "Type": "BTEqualOperatorAction",
  1159. "conditionA": {
  1160. "ContainerValue": {
  1161. "Type": "BTCoderVariableAction",
  1162. "VarScope": "Scene",
  1163. "isIllegal": true,
  1164. "randomID": "y2kbUhxk0hYm",
  1165. "titleLabel": {
  1166. "Type": "STRING",
  1167. "Value": "P-当前倍数档",
  1168. "displayName": ""
  1169. }
  1170. },
  1171. "StringValue": {
  1172. "Type": "FLOAT",
  1173. "Value": 0
  1174. },
  1175. "Type": "BTInputSlot"
  1176. },
  1177. "conditionB": {
  1178. "ContainerValue": null,
  1179. "StringValue": {
  1180. "Type": "FLOAT",
  1181. "Value": 5
  1182. },
  1183. "Type": "BTInputSlot"
  1184. },
  1185. "isIllegal": true,
  1186. "randomID": "g6Os0JMY76et"
  1187. },
  1188. "Type": "BTBoolSlot"
  1189. },
  1190. "isIllegal": true,
  1191. "randomID": "Fx59l6EoPBGW",
  1192. "sectionA": {
  1193. "ContainerValue": {
  1194. "Type": "BTPlayTimeLineAction",
  1195. "baseSelect": {
  1196. "DisplayName": "动画_20倍到50倍",
  1197. "Type": "Action",
  1198. "Value": "8"
  1199. },
  1200. "isIllegal": true,
  1201. "randomID": "SAk6qUIcEtr",
  1202. "stepSlot": {
  1203. "ContainerValue": null,
  1204. "Type": "BTStepSlot"
  1205. }
  1206. },
  1207. "Type": "BTSectionSlot"
  1208. },
  1209. "sectionB": {
  1210. "ContainerValue": null,
  1211. "Type": "BTSectionSlot"
  1212. },
  1213. "stepSlot": {
  1214. "ContainerValue": null,
  1215. "Type": "BTStepSlot"
  1216. }
  1217. },
  1218. "Type": "BTSectionSlot"
  1219. },
  1220. "stepSlot": {
  1221. "ContainerValue": null,
  1222. "Type": "BTStepSlot"
  1223. }
  1224. },
  1225. "Type": "BTSectionSlot"
  1226. },
  1227. "stepSlot": {
  1228. "ContainerValue": null,
  1229. "Type": "BTStepSlot"
  1230. }
  1231. },
  1232. "Type": "BTSectionSlot"
  1233. },
  1234. "stepSlot": {
  1235. "ContainerValue": null,
  1236. "Type": "BTStepSlot"
  1237. }
  1238. },
  1239. "Type": "BTSectionSlot"
  1240. },
  1241. "stepSlot": {
  1242. "ContainerValue": null,
  1243. "Type": "BTStepSlot"
  1244. }
  1245. },
  1246. "Type": "BTStepSlot"
  1247. },
  1248. "x": 60,
  1249. "y": -277
  1250. },
  1251. "Tree2": {
  1252. "ExportTree": true,
  1253. "ImageIndex": 4,
  1254. "Name": {
  1255. "Type": "STRING",
  1256. "Value": "刷新",
  1257. "displayName": ""
  1258. },
  1259. "Type": "BTCustomFuncHeadAction",
  1260. "VarJson": {
  1261. "boolJson": {
  1262. },
  1263. "numberJson": {
  1264. }
  1265. },
  1266. "isIllegal": false,
  1267. "randomID": "cit3VhrirBEB",
  1268. "stepSlot": {
  1269. "ContainerValue": {
  1270. "Type": "BTIFElseControlAction",
  1271. "conditionA": {
  1272. "ContainerValue": {
  1273. "Type": "BTEqualOperatorAction",
  1274. "conditionA": {
  1275. "ContainerValue": {
  1276. "Type": "BTCoderVariableAction",
  1277. "VarScope": "Scene",
  1278. "isIllegal": true,
  1279. "randomID": "BAiu4srTBbGA",
  1280. "titleLabel": {
  1281. "Type": "STRING",
  1282. "Value": "P-当前倍数档",
  1283. "displayName": ""
  1284. }
  1285. },
  1286. "StringValue": {
  1287. "Type": "FLOAT",
  1288. "Value": 0
  1289. },
  1290. "Type": "BTInputSlot"
  1291. },
  1292. "conditionB": {
  1293. "ContainerValue": null,
  1294. "StringValue": {
  1295. "Type": "FLOAT",
  1296. "Value": 1
  1297. },
  1298. "Type": "BTInputSlot"
  1299. },
  1300. "isIllegal": true,
  1301. "randomID": "mwN1vzLudOKs"
  1302. },
  1303. "Type": "BTBoolSlot"
  1304. },
  1305. "isIllegal": true,
  1306. "randomID": "T4dqnYSu1ZBA",
  1307. "sectionA": {
  1308. "ContainerValue": {
  1309. "Type": "BTPlayTimeLineAction",
  1310. "baseSelect": {
  1311. "DisplayName": "常态_1倍",
  1312. "Type": "Action",
  1313. "Value": "0"
  1314. },
  1315. "isIllegal": true,
  1316. "randomID": "CBkU7poU4Fp4",
  1317. "stepSlot": {
  1318. "ContainerValue": null,
  1319. "Type": "BTStepSlot"
  1320. }
  1321. },
  1322. "Type": "BTSectionSlot"
  1323. },
  1324. "sectionB": {
  1325. "ContainerValue": {
  1326. "Type": "BTIFElseControlAction",
  1327. "conditionA": {
  1328. "ContainerValue": {
  1329. "Type": "BTEqualOperatorAction",
  1330. "conditionA": {
  1331. "ContainerValue": {
  1332. "Type": "BTCoderVariableAction",
  1333. "VarScope": "Scene",
  1334. "isIllegal": true,
  1335. "randomID": "o59DnfRHNkOU",
  1336. "titleLabel": {
  1337. "Type": "STRING",
  1338. "Value": "P-当前倍数档",
  1339. "displayName": ""
  1340. }
  1341. },
  1342. "StringValue": {
  1343. "Type": "FLOAT",
  1344. "Value": 0
  1345. },
  1346. "Type": "BTInputSlot"
  1347. },
  1348. "conditionB": {
  1349. "ContainerValue": null,
  1350. "StringValue": {
  1351. "Type": "FLOAT",
  1352. "Value": 2
  1353. },
  1354. "Type": "BTInputSlot"
  1355. },
  1356. "isIllegal": true,
  1357. "randomID": "KDQTAT1ARGDV"
  1358. },
  1359. "Type": "BTBoolSlot"
  1360. },
  1361. "isIllegal": true,
  1362. "randomID": "5vWDraXcQuCj",
  1363. "sectionA": {
  1364. "ContainerValue": {
  1365. "Type": "BTPlayTimeLineAction",
  1366. "baseSelect": {
  1367. "DisplayName": "常态_5倍",
  1368. "Type": "Action",
  1369. "Value": "1"
  1370. },
  1371. "isIllegal": true,
  1372. "randomID": "rLlVyjdsiQ9l",
  1373. "stepSlot": {
  1374. "ContainerValue": null,
  1375. "Type": "BTStepSlot"
  1376. }
  1377. },
  1378. "Type": "BTSectionSlot"
  1379. },
  1380. "sectionB": {
  1381. "ContainerValue": {
  1382. "Type": "BTIFElseControlAction",
  1383. "conditionA": {
  1384. "ContainerValue": {
  1385. "Type": "BTEqualOperatorAction",
  1386. "conditionA": {
  1387. "ContainerValue": {
  1388. "Type": "BTCoderVariableAction",
  1389. "VarScope": "Scene",
  1390. "isIllegal": true,
  1391. "randomID": "90vasyYqRI4a",
  1392. "titleLabel": {
  1393. "Type": "STRING",
  1394. "Value": "P-当前倍数档",
  1395. "displayName": ""
  1396. }
  1397. },
  1398. "StringValue": {
  1399. "Type": "FLOAT",
  1400. "Value": 0
  1401. },
  1402. "Type": "BTInputSlot"
  1403. },
  1404. "conditionB": {
  1405. "ContainerValue": null,
  1406. "StringValue": {
  1407. "Type": "FLOAT",
  1408. "Value": 3
  1409. },
  1410. "Type": "BTInputSlot"
  1411. },
  1412. "isIllegal": true,
  1413. "randomID": "0kcwTfYDgYqy"
  1414. },
  1415. "Type": "BTBoolSlot"
  1416. },
  1417. "isIllegal": true,
  1418. "randomID": "JvI2IpeTF1Xe",
  1419. "sectionA": {
  1420. "ContainerValue": {
  1421. "Type": "BTPlayTimeLineAction",
  1422. "baseSelect": {
  1423. "DisplayName": "常态_10倍",
  1424. "Type": "Action",
  1425. "Value": "2"
  1426. },
  1427. "isIllegal": true,
  1428. "randomID": "D2QBYzKREzU",
  1429. "stepSlot": {
  1430. "ContainerValue": null,
  1431. "Type": "BTStepSlot"
  1432. }
  1433. },
  1434. "Type": "BTSectionSlot"
  1435. },
  1436. "sectionB": {
  1437. "ContainerValue": {
  1438. "Type": "BTIFElseControlAction",
  1439. "conditionA": {
  1440. "ContainerValue": {
  1441. "Type": "BTEqualOperatorAction",
  1442. "conditionA": {
  1443. "ContainerValue": {
  1444. "Type": "BTCoderVariableAction",
  1445. "VarScope": "Scene",
  1446. "isIllegal": true,
  1447. "randomID": "duwboLB71Ne4",
  1448. "titleLabel": {
  1449. "Type": "STRING",
  1450. "Value": "P-当前倍数档",
  1451. "displayName": ""
  1452. }
  1453. },
  1454. "StringValue": {
  1455. "Type": "FLOAT",
  1456. "Value": 0
  1457. },
  1458. "Type": "BTInputSlot"
  1459. },
  1460. "conditionB": {
  1461. "ContainerValue": null,
  1462. "StringValue": {
  1463. "Type": "FLOAT",
  1464. "Value": 4
  1465. },
  1466. "Type": "BTInputSlot"
  1467. },
  1468. "isIllegal": true,
  1469. "randomID": "su4MfX5mViUv"
  1470. },
  1471. "Type": "BTBoolSlot"
  1472. },
  1473. "isIllegal": true,
  1474. "randomID": "vaT4JqwHdg0",
  1475. "sectionA": {
  1476. "ContainerValue": {
  1477. "Type": "BTPlayTimeLineAction",
  1478. "baseSelect": {
  1479. "DisplayName": "常态_20倍",
  1480. "Type": "Action",
  1481. "Value": "3"
  1482. },
  1483. "isIllegal": true,
  1484. "randomID": "QsOfMNKzGLu9",
  1485. "stepSlot": {
  1486. "ContainerValue": null,
  1487. "Type": "BTStepSlot"
  1488. }
  1489. },
  1490. "Type": "BTSectionSlot"
  1491. },
  1492. "sectionB": {
  1493. "ContainerValue": {
  1494. "Type": "BTIFElseControlAction",
  1495. "conditionA": {
  1496. "ContainerValue": {
  1497. "Type": "BTEqualOperatorAction",
  1498. "conditionA": {
  1499. "ContainerValue": {
  1500. "Type": "BTCoderVariableAction",
  1501. "VarScope": "Scene",
  1502. "isIllegal": true,
  1503. "randomID": "8LjrToyheNqB",
  1504. "titleLabel": {
  1505. "Type": "STRING",
  1506. "Value": "P-当前倍数档",
  1507. "displayName": ""
  1508. }
  1509. },
  1510. "StringValue": {
  1511. "Type": "FLOAT",
  1512. "Value": 0
  1513. },
  1514. "Type": "BTInputSlot"
  1515. },
  1516. "conditionB": {
  1517. "ContainerValue": null,
  1518. "StringValue": {
  1519. "Type": "FLOAT",
  1520. "Value": 5
  1521. },
  1522. "Type": "BTInputSlot"
  1523. },
  1524. "isIllegal": true,
  1525. "randomID": "cejYf91xq0ik"
  1526. },
  1527. "Type": "BTBoolSlot"
  1528. },
  1529. "isIllegal": true,
  1530. "randomID": "riO6I0lTeNrF",
  1531. "sectionA": {
  1532. "ContainerValue": {
  1533. "Type": "BTPlayTimeLineAction",
  1534. "baseSelect": {
  1535. "DisplayName": "常态_50倍",
  1536. "Type": "Action",
  1537. "Value": "4"
  1538. },
  1539. "isIllegal": true,
  1540. "randomID": "s7hwYHsC8OAW",
  1541. "stepSlot": {
  1542. "ContainerValue": null,
  1543. "Type": "BTStepSlot"
  1544. }
  1545. },
  1546. "Type": "BTSectionSlot"
  1547. },
  1548. "sectionB": {
  1549. "ContainerValue": null,
  1550. "Type": "BTSectionSlot"
  1551. },
  1552. "stepSlot": {
  1553. "ContainerValue": null,
  1554. "Type": "BTStepSlot"
  1555. }
  1556. },
  1557. "Type": "BTSectionSlot"
  1558. },
  1559. "stepSlot": {
  1560. "ContainerValue": null,
  1561. "Type": "BTStepSlot"
  1562. }
  1563. },
  1564. "Type": "BTSectionSlot"
  1565. },
  1566. "stepSlot": {
  1567. "ContainerValue": null,
  1568. "Type": "BTStepSlot"
  1569. }
  1570. },
  1571. "Type": "BTSectionSlot"
  1572. },
  1573. "stepSlot": {
  1574. "ContainerValue": null,
  1575. "Type": "BTStepSlot"
  1576. }
  1577. },
  1578. "Type": "BTSectionSlot"
  1579. },
  1580. "stepSlot": {
  1581. "ContainerValue": null,
  1582. "Type": "BTStepSlot"
  1583. }
  1584. },
  1585. "Type": "BTStepSlot"
  1586. },
  1587. "x": 427,
  1588. "y": -331
  1589. },
  1590. "Tree3": {
  1591. "ExportTree": true,
  1592. "ImageIndex": 5,
  1593. "Name": {
  1594. "Type": "STRING",
  1595. "Value": "播放动画不变",
  1596. "displayName": ""
  1597. },
  1598. "Type": "BTCustomFuncHeadAction",
  1599. "VarJson": {
  1600. "boolJson": {
  1601. },
  1602. "numberJson": {
  1603. }
  1604. },
  1605. "isIllegal": false,
  1606. "randomID": "UvtJUoGHRIaH",
  1607. "stepSlot": {
  1608. "ContainerValue": {
  1609. "Type": "BTIFElseControlAction",
  1610. "conditionA": {
  1611. "ContainerValue": {
  1612. "Type": "BTEqualOperatorAction",
  1613. "conditionA": {
  1614. "ContainerValue": {
  1615. "Type": "BTCoderVariableAction",
  1616. "VarScope": "Scene",
  1617. "isIllegal": true,
  1618. "randomID": "tfA0LIkPywWh",
  1619. "titleLabel": {
  1620. "Type": "STRING",
  1621. "Value": "P-当前倍数档",
  1622. "displayName": ""
  1623. }
  1624. },
  1625. "StringValue": {
  1626. "Type": "FLOAT",
  1627. "Value": 0
  1628. },
  1629. "Type": "BTInputSlot"
  1630. },
  1631. "conditionB": {
  1632. "ContainerValue": null,
  1633. "StringValue": {
  1634. "Type": "FLOAT",
  1635. "Value": 1
  1636. },
  1637. "Type": "BTInputSlot"
  1638. },
  1639. "isIllegal": true,
  1640. "randomID": "H1flYvri7DOy"
  1641. },
  1642. "Type": "BTBoolSlot"
  1643. },
  1644. "isIllegal": true,
  1645. "randomID": "6w5UJCcL1hjb",
  1646. "sectionA": {
  1647. "ContainerValue": {
  1648. "Type": "BTPlayTimeLineAction",
  1649. "baseSelect": {
  1650. "DisplayName": "动画_1倍不改变",
  1651. "Type": "Action",
  1652. "Value": "10"
  1653. },
  1654. "isIllegal": true,
  1655. "randomID": "xJ8jxGCojHRn",
  1656. "stepSlot": {
  1657. "ContainerValue": null,
  1658. "Type": "BTStepSlot"
  1659. }
  1660. },
  1661. "Type": "BTSectionSlot"
  1662. },
  1663. "sectionB": {
  1664. "ContainerValue": {
  1665. "Type": "BTIFElseControlAction",
  1666. "conditionA": {
  1667. "ContainerValue": {
  1668. "Type": "BTEqualOperatorAction",
  1669. "conditionA": {
  1670. "ContainerValue": {
  1671. "Type": "BTCoderVariableAction",
  1672. "VarScope": "Scene",
  1673. "isIllegal": true,
  1674. "randomID": "oDqjezCZbnok",
  1675. "titleLabel": {
  1676. "Type": "STRING",
  1677. "Value": "P-当前倍数档",
  1678. "displayName": ""
  1679. }
  1680. },
  1681. "StringValue": {
  1682. "Type": "FLOAT",
  1683. "Value": 0
  1684. },
  1685. "Type": "BTInputSlot"
  1686. },
  1687. "conditionB": {
  1688. "ContainerValue": null,
  1689. "StringValue": {
  1690. "Type": "FLOAT",
  1691. "Value": 2
  1692. },
  1693. "Type": "BTInputSlot"
  1694. },
  1695. "isIllegal": true,
  1696. "randomID": "aNAWIeHKcJZL"
  1697. },
  1698. "Type": "BTBoolSlot"
  1699. },
  1700. "isIllegal": true,
  1701. "randomID": "R5FBKx0IcUHk",
  1702. "sectionA": {
  1703. "ContainerValue": {
  1704. "Type": "BTPlayTimeLineAction",
  1705. "baseSelect": {
  1706. "DisplayName": "动画_5倍不改变",
  1707. "Type": "Action",
  1708. "Value": "11"
  1709. },
  1710. "isIllegal": true,
  1711. "randomID": "AFM9WgySYANx",
  1712. "stepSlot": {
  1713. "ContainerValue": null,
  1714. "Type": "BTStepSlot"
  1715. }
  1716. },
  1717. "Type": "BTSectionSlot"
  1718. },
  1719. "sectionB": {
  1720. "ContainerValue": {
  1721. "Type": "BTIFElseControlAction",
  1722. "conditionA": {
  1723. "ContainerValue": {
  1724. "Type": "BTEqualOperatorAction",
  1725. "conditionA": {
  1726. "ContainerValue": {
  1727. "Type": "BTCoderVariableAction",
  1728. "VarScope": "Scene",
  1729. "isIllegal": true,
  1730. "randomID": "6eRAq1hdiNbd",
  1731. "titleLabel": {
  1732. "Type": "STRING",
  1733. "Value": "P-当前倍数档",
  1734. "displayName": ""
  1735. }
  1736. },
  1737. "StringValue": {
  1738. "Type": "FLOAT",
  1739. "Value": 0
  1740. },
  1741. "Type": "BTInputSlot"
  1742. },
  1743. "conditionB": {
  1744. "ContainerValue": null,
  1745. "StringValue": {
  1746. "Type": "FLOAT",
  1747. "Value": 3
  1748. },
  1749. "Type": "BTInputSlot"
  1750. },
  1751. "isIllegal": true,
  1752. "randomID": "jXnXuvXqT6JX"
  1753. },
  1754. "Type": "BTBoolSlot"
  1755. },
  1756. "isIllegal": true,
  1757. "randomID": "QI5RiZFirXHU",
  1758. "sectionA": {
  1759. "ContainerValue": {
  1760. "Type": "BTPlayTimeLineAction",
  1761. "baseSelect": {
  1762. "DisplayName": "动画_10倍不改变",
  1763. "Type": "Action",
  1764. "Value": "12"
  1765. },
  1766. "isIllegal": true,
  1767. "randomID": "nD3R3QRsZQkg",
  1768. "stepSlot": {
  1769. "ContainerValue": null,
  1770. "Type": "BTStepSlot"
  1771. }
  1772. },
  1773. "Type": "BTSectionSlot"
  1774. },
  1775. "sectionB": {
  1776. "ContainerValue": {
  1777. "Type": "BTIFElseControlAction",
  1778. "conditionA": {
  1779. "ContainerValue": {
  1780. "Type": "BTEqualOperatorAction",
  1781. "conditionA": {
  1782. "ContainerValue": {
  1783. "Type": "BTCoderVariableAction",
  1784. "VarScope": "Scene",
  1785. "isIllegal": true,
  1786. "randomID": "0RWdHAiqccdq",
  1787. "titleLabel": {
  1788. "Type": "STRING",
  1789. "Value": "P-当前倍数档",
  1790. "displayName": ""
  1791. }
  1792. },
  1793. "StringValue": {
  1794. "Type": "FLOAT",
  1795. "Value": 0
  1796. },
  1797. "Type": "BTInputSlot"
  1798. },
  1799. "conditionB": {
  1800. "ContainerValue": null,
  1801. "StringValue": {
  1802. "Type": "FLOAT",
  1803. "Value": 4
  1804. },
  1805. "Type": "BTInputSlot"
  1806. },
  1807. "isIllegal": true,
  1808. "randomID": "cXwcRiCPv7kM"
  1809. },
  1810. "Type": "BTBoolSlot"
  1811. },
  1812. "isIllegal": true,
  1813. "randomID": "2ZOrn5M3D7AY",
  1814. "sectionA": {
  1815. "ContainerValue": {
  1816. "Type": "BTPlayTimeLineAction",
  1817. "baseSelect": {
  1818. "DisplayName": "动画_20倍不改变",
  1819. "Type": "Action",
  1820. "Value": "13"
  1821. },
  1822. "isIllegal": true,
  1823. "randomID": "fuBJ5vQ3u0XM",
  1824. "stepSlot": {
  1825. "ContainerValue": null,
  1826. "Type": "BTStepSlot"
  1827. }
  1828. },
  1829. "Type": "BTSectionSlot"
  1830. },
  1831. "sectionB": {
  1832. "ContainerValue": {
  1833. "Type": "BTIFElseControlAction",
  1834. "conditionA": {
  1835. "ContainerValue": {
  1836. "Type": "BTEqualOperatorAction",
  1837. "conditionA": {
  1838. "ContainerValue": {
  1839. "Type": "BTCoderVariableAction",
  1840. "VarScope": "Scene",
  1841. "isIllegal": true,
  1842. "randomID": "ZfH00Z4Evok6",
  1843. "titleLabel": {
  1844. "Type": "STRING",
  1845. "Value": "P-当前倍数档",
  1846. "displayName": ""
  1847. }
  1848. },
  1849. "StringValue": {
  1850. "Type": "FLOAT",
  1851. "Value": 0
  1852. },
  1853. "Type": "BTInputSlot"
  1854. },
  1855. "conditionB": {
  1856. "ContainerValue": null,
  1857. "StringValue": {
  1858. "Type": "FLOAT",
  1859. "Value": 5
  1860. },
  1861. "Type": "BTInputSlot"
  1862. },
  1863. "isIllegal": true,
  1864. "randomID": "g7zgUQCg43r7"
  1865. },
  1866. "Type": "BTBoolSlot"
  1867. },
  1868. "isIllegal": true,
  1869. "randomID": "JTYc2QW2I2CW",
  1870. "sectionA": {
  1871. "ContainerValue": {
  1872. "Type": "BTPlayTimeLineAction",
  1873. "baseSelect": {
  1874. "DisplayName": "动画_50倍不改变",
  1875. "Type": "Action",
  1876. "Value": "14"
  1877. },
  1878. "isIllegal": true,
  1879. "randomID": "wzEtSoDeXdFx",
  1880. "stepSlot": {
  1881. "ContainerValue": null,
  1882. "Type": "BTStepSlot"
  1883. }
  1884. },
  1885. "Type": "BTSectionSlot"
  1886. },
  1887. "sectionB": {
  1888. "ContainerValue": null,
  1889. "Type": "BTSectionSlot"
  1890. },
  1891. "stepSlot": {
  1892. "ContainerValue": null,
  1893. "Type": "BTStepSlot"
  1894. }
  1895. },
  1896. "Type": "BTSectionSlot"
  1897. },
  1898. "stepSlot": {
  1899. "ContainerValue": null,
  1900. "Type": "BTStepSlot"
  1901. }
  1902. },
  1903. "Type": "BTSectionSlot"
  1904. },
  1905. "stepSlot": {
  1906. "ContainerValue": null,
  1907. "Type": "BTStepSlot"
  1908. }
  1909. },
  1910. "Type": "BTSectionSlot"
  1911. },
  1912. "stepSlot": {
  1913. "ContainerValue": null,
  1914. "Type": "BTStepSlot"
  1915. }
  1916. },
  1917. "Type": "BTSectionSlot"
  1918. },
  1919. "stepSlot": {
  1920. "ContainerValue": null,
  1921. "Type": "BTStepSlot"
  1922. }
  1923. },
  1924. "Type": "BTStepSlot"
  1925. },
  1926. "x": 826,
  1927. "y": -382
  1928. }
  1929. }
  1930. },
  1931. "Lau7ui8IXd94": {
  1932. "CustomFunc": {
  1933. "初始化": [
  1934. [
  1935. "Name",
  1936. "初始化",
  1937. "QmfN4VDkxOdG",
  1938. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_游戏代币栏.red"
  1939. ]
  1940. ],
  1941. "刷新": [
  1942. [
  1943. "Name",
  1944. "刷新",
  1945. "NADNF3NorUbQ",
  1946. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_游戏代币栏.red"
  1947. ]
  1948. ],
  1949. "获得代币": [
  1950. [
  1951. "Name",
  1952. "获得代币",
  1953. "1nrW7YNjY2Bq",
  1954. "/Users/lal/GitStore/TileManor/Resources/res_ActivityLib/Moco'sFortune/ccb/老虎机活动_游戏代币栏.red"
  1955. ]
  1956. ]
  1957. },
  1958. "CustomList": {
  1959. },
  1960. "CustomTestFunc": {
  1961. },
  1962. "CustomVar": {
  1963. "P-cntDogCoin": 0
  1964. },
  1965. "DisPlayName": "游戏代币栏(程序调用)",
  1966. "RedNoteInfo": {
  1967. },
  1968. "TreeList": {
  1969. "Tree0": {
  1970. "ExportTree": true,
  1971. "ImageIndex": 1,
  1972. "Name": {
  1973. "Type": "STRING",
  1974. "Value": "初始化",
  1975. "displayName": ""
  1976. },
  1977. "Type": "BTCustomFuncHeadAction",
  1978. "VarJson": {
  1979. "boolJson": {
  1980. },
  1981. "numberJson": {
  1982. }
  1983. },
  1984. "isIllegal": false,
  1985. "randomID": "QmfN4VDkxOdG",
  1986. "stepSlot": {
  1987. "ContainerValue": {
  1988. "Type": "BTNotificationToCoderAction",
  1989. "conditionA": {
  1990. "ContainerValue": null,
  1991. "StringValue": {
  1992. "Type": "STRING",
  1993. "Value": "绑定游戏代币栏"
  1994. },
  1995. "Type": "BTInputSlot"
  1996. },
  1997. "isIllegal": true,
  1998. "randomID": "kDcxU1p8jKAL",
  1999. "stepSlot": {
  2000. "ContainerValue": {
  2001. "Type": "BTNotificationNodeToCoderAction",
  2002. "baseSelect": {
  2003. "DisplayName": "ndAnim",
  2004. "Type": "Action",
  2005. "Value": "qT2bZ9JjYVG"
  2006. },
  2007. "conditionA": {
  2008. "ContainerValue": null,
  2009. "StringValue": {
  2010. "Type": "STRING",
  2011. "Value": "绑定代币动画终点"
  2012. },
  2013. "Type": "BTInputSlot"
  2014. },
  2015. "isIllegal": true,
  2016. "paramA": {
  2017. "ContainerValue": null,
  2018. "StringValue": {
  2019. "Type": "STRING",
  2020. "Value": ""
  2021. },
  2022. "Type": "BTInputSlot"
  2023. },
  2024. "randomID": "IUHHwQ2EJ428",
  2025. "stepSlot": {
  2026. "ContainerValue": {
  2027. "Type": "BTPlayTimeLineAction",
  2028. "baseSelect": {
  2029. "DisplayName": "常态",
  2030. "Type": "Action",
  2031. "Value": "0"
  2032. },
  2033. "isIllegal": true,
  2034. "randomID": "07pAh4zsa5VO",
  2035. "stepSlot": {
  2036. "ContainerValue": null,
  2037. "Type": "BTStepSlot"
  2038. }
  2039. },
  2040. "Type": "BTStepSlot"
  2041. }
  2042. },
  2043. "Type": "BTStepSlot"
  2044. }
  2045. },
  2046. "Type": "BTStepSlot"
  2047. },
  2048. "x": -494,
  2049. "y": -346
  2050. },
  2051. "Tree1": {
  2052. "ExportTree": true,
  2053. "ImageIndex": 3,
  2054. "Name": {
  2055. "Type": "STRING",
  2056. "Value": "获得代币",
  2057. "displayName": ""
  2058. },
  2059. "Type": "BTCustomFuncHeadAction",
  2060. "VarJson": {
  2061. "boolJson": {
  2062. },
  2063. "numberJson": {
  2064. }
  2065. },
  2066. "isIllegal": false,
  2067. "randomID": "1nrW7YNjY2Bq",
  2068. "stepSlot": {
  2069. "ContainerValue": {
  2070. "Type": "BTPlayTimeLineAction",
  2071. "baseSelect": {
  2072. "DisplayName": "动画_收集反馈",
  2073. "Type": "Action",
  2074. "Value": "1"
  2075. },
  2076. "isIllegal": true,
  2077. "randomID": "emZuAbkpQjos",
  2078. "stepSlot": {
  2079. "ContainerValue": null,
  2080. "Type": "BTStepSlot"
  2081. }
  2082. },
  2083. "Type": "BTStepSlot"
  2084. },
  2085. "x": -505,
  2086. "y": -135
  2087. },
  2088. "Tree2": {
  2089. "ExportTree": true,
  2090. "ImageIndex": 6,
  2091. "Name": {
  2092. "Type": "STRING",
  2093. "Value": "刷新",
  2094. "displayName": ""
  2095. },
  2096. "Type": "BTCustomFuncHeadAction",
  2097. "VarJson": {
  2098. "boolJson": {
  2099. },
  2100. "numberJson": {
  2101. }
  2102. },
  2103. "isIllegal": false,
  2104. "randomID": "NADNF3NorUbQ",
  2105. "stepSlot": {
  2106. "ContainerValue": {
  2107. "TitleInput": {
  2108. "ContainerValue": {
  2109. "Type": "BTCoderVariableAction",
  2110. "VarScope": "Scene",
  2111. "isIllegal": true,
  2112. "randomID": "NcOKpvCPbx8Z",
  2113. "titleLabel": {
  2114. "Type": "STRING",
  2115. "Value": "P-cntDogCoin",
  2116. "displayName": ""
  2117. }
  2118. },
  2119. "StringValue": {
  2120. "Type": "STRING",
  2121. "Value": "填写标题内容"
  2122. },
  2123. "Type": "BTInputSlot"
  2124. },
  2125. "Type": "BTLabelTitleAction",
  2126. "baseSelect": {
  2127. "DisplayName": "lbDogCoin",
  2128. "Type": "Action",
  2129. "Value": "L0psHBNaWK7Q"
  2130. },
  2131. "isIllegal": true,
  2132. "randomID": "uWRevwaBOCKQ",
  2133. "stepSlot": {
  2134. "ContainerValue": null,
  2135. "Type": "BTStepSlot"
  2136. }
  2137. },
  2138. "Type": "BTStepSlot"
  2139. },
  2140. "x": -257,
  2141. "y": -125
  2142. },
  2143. "Tree3": {
  2144. "ExportTree": true,
  2145. "ImageIndex": -1,
  2146. "Type": "BTButtonClickFuncAction",
  2147. "VarJson": {
  2148. "boolJson": {
  2149. },
  2150. "numberJson": {
  2151. }
  2152. },
  2153. "isIllegal": false,
  2154. "mathSelector": {
  2155. "DisplayName": "代币栏按钮",
  2156. "Type": "OBJ",
  2157. "Value": "YqaqCd7jwfyX"
  2158. },
  2159. "randomID": "FtCEhs4qWb6",
  2160. "stepSlot": {
  2161. "ContainerValue": {
  2162. "Type": "BTNotificationToCoderAction",
  2163. "conditionA": {
  2164. "ContainerValue": null,
  2165. "StringValue": {
  2166. "Type": "STRING",
  2167. "Value": "点击代币栏按钮"
  2168. },
  2169. "Type": "BTInputSlot"
  2170. },
  2171. "isIllegal": true,
  2172. "randomID": "99apCWpSFND",
  2173. "stepSlot": {
  2174. "ContainerValue": null,
  2175. "Type": "BTStepSlot"
  2176. }
  2177. },
  2178. "Type": "BTStepSlot"
  2179. },
  2180. "x": -460,
  2181. "y": 10
  2182. }
  2183. }
  2184. }
  2185. },
  2186. "RedNoteInfo": {
  2187. },
  2188. "TreeList": {
  2189. "Tree0": {
  2190. "ExportTree": true,
  2191. "ImageIndex": 2,
  2192. "Name": {
  2193. "Type": "STRING",
  2194. "Value": "播放时间线",
  2195. "displayName": ""
  2196. },
  2197. "Type": "BTCustomFuncHeadAction",
  2198. "VarJson": {
  2199. "boolJson": {
  2200. },
  2201. "numberJson": {
  2202. }
  2203. },
  2204. "isIllegal": false,
  2205. "randomID": "zpVDr7dHLrS9",
  2206. "stepSlot": {
  2207. "ContainerValue": {
  2208. "Type": "BTRedShowAction",
  2209. "baseSelect": {
  2210. "DisplayName": "新手教程_滚动按钮",
  2211. "Type": "Action",
  2212. "Value": "0"
  2213. },
  2214. "isIllegal": true,
  2215. "randomID": "Eaj5de3uZXmC",
  2216. "stepSlot": {
  2217. "ContainerValue": {
  2218. "TitleInput": {
  2219. "ContainerValue": {
  2220. "Type": "BTCoderVariableAction",
  2221. "VarScope": "Scene",
  2222. "isIllegal": true,
  2223. "randomID": "ruCRRicq6mlt",
  2224. "titleLabel": {
  2225. "Type": "STRING",
  2226. "Value": "P-cntDogCoin",
  2227. "displayName": ""
  2228. }
  2229. },
  2230. "StringValue": {
  2231. "Type": "STRING",
  2232. "Value": "填写标题内容"
  2233. },
  2234. "Type": "BTInputSlot"
  2235. },
  2236. "Type": "BTSceneLabelTitleAction",
  2237. "baseSelect": {
  2238. "DisplayName": "lbDogCoin",
  2239. "Type": "Action",
  2240. "Value": "L0psHBNaWK7Q"
  2241. },
  2242. "isIllegal": true,
  2243. "randomID": "R2tQuTBke2xl",
  2244. "redSelect": {
  2245. "DisplayName": "游戏代币栏(程序调用)",
  2246. "Type": "OBJ",
  2247. "Value": "Lau7ui8IXd94"
  2248. },
  2249. "stepSlot": {
  2250. "ContainerValue": {
  2251. "Type": "BTIFElseControlAction",
  2252. "conditionA": {
  2253. "ContainerValue": {
  2254. "Type": "BTEqualOperatorAction",
  2255. "conditionA": {
  2256. "ContainerValue": {
  2257. "Type": "BTCoderVariableAction",
  2258. "VarScope": "Scene",
  2259. "isIllegal": true,
  2260. "randomID": "FFNUCMH7dPMi",
  2261. "titleLabel": {
  2262. "Type": "STRING",
  2263. "Value": "P-guideStep",
  2264. "displayName": ""
  2265. }
  2266. },
  2267. "StringValue": {
  2268. "Type": "FLOAT",
  2269. "Value": 0
  2270. },
  2271. "Type": "BTInputSlot"
  2272. },
  2273. "conditionB": {
  2274. "ContainerValue": null,
  2275. "StringValue": {
  2276. "Type": "FLOAT",
  2277. "Value": 0
  2278. },
  2279. "Type": "BTInputSlot"
  2280. },
  2281. "isIllegal": true,
  2282. "randomID": "rfOinBB9rCqF"
  2283. },
  2284. "Type": "BTBoolSlot"
  2285. },
  2286. "isIllegal": true,
  2287. "randomID": "aJEE8ik63RAb",
  2288. "sectionA": {
  2289. "ContainerValue": {
  2290. "Type": "BTNotificationNodeToCoderAction",
  2291. "baseSelect": {
  2292. "DisplayName": "滚动按钮父节点",
  2293. "Type": "Action",
  2294. "Value": "Kuewf9V7M0dv"
  2295. },
  2296. "conditionA": {
  2297. "ContainerValue": null,
  2298. "StringValue": {
  2299. "Type": "STRING",
  2300. "Value": "绑定滚动按钮父节点"
  2301. },
  2302. "Type": "BTInputSlot"
  2303. },
  2304. "isIllegal": true,
  2305. "paramA": {
  2306. "ContainerValue": null,
  2307. "StringValue": {
  2308. "Type": "STRING",
  2309. "Value": ""
  2310. },
  2311. "Type": "BTInputSlot"
  2312. },
  2313. "randomID": "Efl5cfpNAL6v",
  2314. "stepSlot": {
  2315. "ContainerValue": {
  2316. "Type": "BTPlayTimeLineAction",
  2317. "baseSelect": {
  2318. "DisplayName": "新手教程_滚动按钮",
  2319. "Type": "Action",
  2320. "Value": "0"
  2321. },
  2322. "isIllegal": true,
  2323. "randomID": "ugf7F4So0UUW",
  2324. "stepSlot": {
  2325. "ContainerValue": null,
  2326. "Type": "BTStepSlot"
  2327. }
  2328. },
  2329. "Type": "BTStepSlot"
  2330. }
  2331. },
  2332. "Type": "BTSectionSlot"
  2333. },
  2334. "sectionB": {
  2335. "ContainerValue": {
  2336. "Type": "BTIFElseControlAction",
  2337. "conditionA": {
  2338. "ContainerValue": {
  2339. "Type": "BTEqualOperatorAction",
  2340. "conditionA": {
  2341. "ContainerValue": {
  2342. "Type": "BTCoderVariableAction",
  2343. "VarScope": "Scene",
  2344. "isIllegal": true,
  2345. "randomID": "217lpvbW2tfC",
  2346. "titleLabel": {
  2347. "Type": "STRING",
  2348. "Value": "P-guideStep",
  2349. "displayName": ""
  2350. }
  2351. },
  2352. "StringValue": {
  2353. "Type": "FLOAT",
  2354. "Value": 0
  2355. },
  2356. "Type": "BTInputSlot"
  2357. },
  2358. "conditionB": {
  2359. "ContainerValue": null,
  2360. "StringValue": {
  2361. "Type": "FLOAT",
  2362. "Value": 1
  2363. },
  2364. "Type": "BTInputSlot"
  2365. },
  2366. "isIllegal": true,
  2367. "randomID": "xCZBYWl9O2bG"
  2368. },
  2369. "Type": "BTBoolSlot"
  2370. },
  2371. "isIllegal": true,
  2372. "randomID": "hMmlFX3IKHi0",
  2373. "sectionA": {
  2374. "ContainerValue": {
  2375. "Type": "BTNotificationNodeToCoderAction",
  2376. "baseSelect": {
  2377. "DisplayName": "滚动栏父节点",
  2378. "Type": "Action",
  2379. "Value": "Ct3FL7dPD7Dj"
  2380. },
  2381. "conditionA": {
  2382. "ContainerValue": null,
  2383. "StringValue": {
  2384. "Type": "STRING",
  2385. "Value": "绑定滚动栏父节点"
  2386. },
  2387. "Type": "BTInputSlot"
  2388. },
  2389. "isIllegal": true,
  2390. "paramA": {
  2391. "ContainerValue": null,
  2392. "StringValue": {
  2393. "Type": "STRING",
  2394. "Value": ""
  2395. },
  2396. "Type": "BTInputSlot"
  2397. },
  2398. "randomID": "9LWlj21tbW6",
  2399. "stepSlot": {
  2400. "ContainerValue": {
  2401. "Type": "BTPlayTimeLineAction",
  2402. "baseSelect": {
  2403. "DisplayName": "新手教程_滚动栏",
  2404. "Type": "Action",
  2405. "Value": "1"
  2406. },
  2407. "isIllegal": true,
  2408. "randomID": "N1xtJOQ7pMOa",
  2409. "stepSlot": {
  2410. "ContainerValue": null,
  2411. "Type": "BTStepSlot"
  2412. }
  2413. },
  2414. "Type": "BTStepSlot"
  2415. }
  2416. },
  2417. "Type": "BTSectionSlot"
  2418. },
  2419. "sectionB": {
  2420. "ContainerValue": {
  2421. "Type": "BTIFElseControlAction",
  2422. "conditionA": {
  2423. "ContainerValue": {
  2424. "Type": "BTEqualOperatorAction",
  2425. "conditionA": {
  2426. "ContainerValue": {
  2427. "Type": "BTCoderVariableAction",
  2428. "VarScope": "Scene",
  2429. "isIllegal": true,
  2430. "randomID": "6qLGn0SN0h04",
  2431. "titleLabel": {
  2432. "Type": "STRING",
  2433. "Value": "P-guideStep",
  2434. "displayName": ""
  2435. }
  2436. },
  2437. "StringValue": {
  2438. "Type": "FLOAT",
  2439. "Value": 0
  2440. },
  2441. "Type": "BTInputSlot"
  2442. },
  2443. "conditionB": {
  2444. "ContainerValue": null,
  2445. "StringValue": {
  2446. "Type": "FLOAT",
  2447. "Value": 2
  2448. },
  2449. "Type": "BTInputSlot"
  2450. },
  2451. "isIllegal": true,
  2452. "randomID": "IwvE4fPq4ddY"
  2453. },
  2454. "Type": "BTBoolSlot"
  2455. },
  2456. "isIllegal": true,
  2457. "randomID": "r33tNrVy2VBW",
  2458. "sectionA": {
  2459. "ContainerValue": {
  2460. "Type": "BTPlayTimeLineAction",
  2461. "baseSelect": {
  2462. "DisplayName": "新手教程_奖励进度条",
  2463. "Type": "Action",
  2464. "Value": "2"
  2465. },
  2466. "isIllegal": true,
  2467. "randomID": "L2xyysXTCAWQ",
  2468. "stepSlot": {
  2469. "ContainerValue": null,
  2470. "Type": "BTStepSlot"
  2471. }
  2472. },
  2473. "Type": "BTSectionSlot"
  2474. },
  2475. "sectionB": {
  2476. "ContainerValue": {
  2477. "Type": "BTIFElseControlAction",
  2478. "conditionA": {
  2479. "ContainerValue": {
  2480. "Type": "BTEqualOperatorAction",
  2481. "conditionA": {
  2482. "ContainerValue": {
  2483. "Type": "BTCoderVariableAction",
  2484. "VarScope": "Scene",
  2485. "isIllegal": true,
  2486. "randomID": "bGWkuwGHUfW5",
  2487. "titleLabel": {
  2488. "Type": "STRING",
  2489. "Value": "P-guideStep",
  2490. "displayName": ""
  2491. }
  2492. },
  2493. "StringValue": {
  2494. "Type": "FLOAT",
  2495. "Value": 0
  2496. },
  2497. "Type": "BTInputSlot"
  2498. },
  2499. "conditionB": {
  2500. "ContainerValue": null,
  2501. "StringValue": {
  2502. "Type": "FLOAT",
  2503. "Value": 3
  2504. },
  2505. "Type": "BTInputSlot"
  2506. },
  2507. "isIllegal": true,
  2508. "randomID": "SeKcMbEmjstv"
  2509. },
  2510. "Type": "BTBoolSlot"
  2511. },
  2512. "isIllegal": true,
  2513. "randomID": "jFRsaqRqEjd",
  2514. "sectionA": {
  2515. "ContainerValue": {
  2516. "Type": "BTNotificationNodeToCoderAction",
  2517. "baseSelect": {
  2518. "DisplayName": "代币栏父节点",
  2519. "Type": "Action",
  2520. "Value": "3m1u08e0tI5V"
  2521. },
  2522. "conditionA": {
  2523. "ContainerValue": null,
  2524. "StringValue": {
  2525. "Type": "STRING",
  2526. "Value": "绑定代币栏父节点"
  2527. },
  2528. "Type": "BTInputSlot"
  2529. },
  2530. "isIllegal": true,
  2531. "paramA": {
  2532. "ContainerValue": null,
  2533. "StringValue": {
  2534. "Type": "STRING",
  2535. "Value": ""
  2536. },
  2537. "Type": "BTInputSlot"
  2538. },
  2539. "randomID": "zwFd45EKV1R",
  2540. "stepSlot": {
  2541. "ContainerValue": {
  2542. "Type": "BTPlayTimeLineAction",
  2543. "baseSelect": {
  2544. "DisplayName": "新手教程_游戏代币栏",
  2545. "Type": "Action",
  2546. "Value": "3"
  2547. },
  2548. "isIllegal": true,
  2549. "randomID": "UPVEhM2FmBfF",
  2550. "stepSlot": {
  2551. "ContainerValue": null,
  2552. "Type": "BTStepSlot"
  2553. }
  2554. },
  2555. "Type": "BTStepSlot"
  2556. }
  2557. },
  2558. "Type": "BTSectionSlot"
  2559. },
  2560. "sectionB": {
  2561. "ContainerValue": {
  2562. "Type": "BTIFElseControlAction",
  2563. "conditionA": {
  2564. "ContainerValue": {
  2565. "Type": "BTEqualOperatorAction",
  2566. "conditionA": {
  2567. "ContainerValue": {
  2568. "Type": "BTCoderVariableAction",
  2569. "VarScope": "Scene",
  2570. "isIllegal": true,
  2571. "randomID": "r7T7O4ZYnE8z",
  2572. "titleLabel": {
  2573. "Type": "STRING",
  2574. "Value": "P-guideStep",
  2575. "displayName": ""
  2576. }
  2577. },
  2578. "StringValue": {
  2579. "Type": "FLOAT",
  2580. "Value": 0
  2581. },
  2582. "Type": "BTInputSlot"
  2583. },
  2584. "conditionB": {
  2585. "ContainerValue": null,
  2586. "StringValue": {
  2587. "Type": "FLOAT",
  2588. "Value": 4
  2589. },
  2590. "Type": "BTInputSlot"
  2591. },
  2592. "isIllegal": true,
  2593. "randomID": "k1IFSdCvz34a"
  2594. },
  2595. "Type": "BTBoolSlot"
  2596. },
  2597. "isIllegal": true,
  2598. "randomID": "MslHEl15p8yd",
  2599. "sectionA": {
  2600. "ContainerValue": {
  2601. "Type": "BTNotificationNodeToCoderAction",
  2602. "baseSelect": {
  2603. "DisplayName": "倍数按钮父节点",
  2604. "Type": "Action",
  2605. "Value": "bV9fs3jLys9R"
  2606. },
  2607. "conditionA": {
  2608. "ContainerValue": null,
  2609. "StringValue": {
  2610. "Type": "STRING",
  2611. "Value": "绑定倍数按钮父节点"
  2612. },
  2613. "Type": "BTInputSlot"
  2614. },
  2615. "isIllegal": true,
  2616. "paramA": {
  2617. "ContainerValue": null,
  2618. "StringValue": {
  2619. "Type": "STRING",
  2620. "Value": ""
  2621. },
  2622. "Type": "BTInputSlot"
  2623. },
  2624. "randomID": "NUHqopqo24hV",
  2625. "stepSlot": {
  2626. "ContainerValue": {
  2627. "Type": "BTPlayTimeLineAction",
  2628. "baseSelect": {
  2629. "DisplayName": "新手教程_倍数按钮",
  2630. "Type": "Action",
  2631. "Value": "4"
  2632. },
  2633. "isIllegal": true,
  2634. "randomID": "r7npi3gRre4V",
  2635. "stepSlot": {
  2636. "ContainerValue": null,
  2637. "Type": "BTStepSlot"
  2638. }
  2639. },
  2640. "Type": "BTStepSlot"
  2641. }
  2642. },
  2643. "Type": "BTSectionSlot"
  2644. },
  2645. "sectionB": {
  2646. "ContainerValue": null,
  2647. "Type": "BTSectionSlot"
  2648. },
  2649. "stepSlot": {
  2650. "ContainerValue": null,
  2651. "Type": "BTStepSlot"
  2652. }
  2653. },
  2654. "Type": "BTSectionSlot"
  2655. },
  2656. "stepSlot": {
  2657. "ContainerValue": null,
  2658. "Type": "BTStepSlot"
  2659. }
  2660. },
  2661. "Type": "BTSectionSlot"
  2662. },
  2663. "stepSlot": {
  2664. "ContainerValue": null,
  2665. "Type": "BTStepSlot"
  2666. }
  2667. },
  2668. "Type": "BTSectionSlot"
  2669. },
  2670. "stepSlot": {
  2671. "ContainerValue": null,
  2672. "Type": "BTStepSlot"
  2673. }
  2674. },
  2675. "Type": "BTSectionSlot"
  2676. },
  2677. "stepSlot": {
  2678. "ContainerValue": null,
  2679. "Type": "BTStepSlot"
  2680. }
  2681. },
  2682. "Type": "BTStepSlot"
  2683. }
  2684. },
  2685. "Type": "BTStepSlot"
  2686. }
  2687. },
  2688. "Type": "BTStepSlot"
  2689. },
  2690. "x": -424,
  2691. "y": -74
  2692. },
  2693. "Tree1": {
  2694. "ExportTree": true,
  2695. "ImageIndex": -1,
  2696. "Type": "BTSceneBtnClickFuncAction",
  2697. "VarJson": {
  2698. "boolJson": {
  2699. },
  2700. "numberJson": {
  2701. }
  2702. },
  2703. "baseSelect": {
  2704. "DisplayName": "进度条按钮",
  2705. "Type": "Action",
  2706. "Value": "WFXmDiAGrbz7"
  2707. },
  2708. "isIllegal": false,
  2709. "randomID": "DZcENfBtJewM",
  2710. "redSelect": {
  2711. "DisplayName": "奖励进度条组(程序调用)",
  2712. "Type": "OBJ",
  2713. "Value": "FZgLXCqN10B0"
  2714. },
  2715. "stepSlot": {
  2716. "ContainerValue": {
  2717. "Type": "BTNotificationToCoderAction",
  2718. "conditionA": {
  2719. "ContainerValue": null,
  2720. "StringValue": {
  2721. "Type": "STRING",
  2722. "Value": "点击进度条按钮"
  2723. },
  2724. "Type": "BTInputSlot"
  2725. },
  2726. "isIllegal": true,
  2727. "randomID": "JZgYat6mKRvP",
  2728. "stepSlot": {
  2729. "ContainerValue": null,
  2730. "Type": "BTStepSlot"
  2731. }
  2732. },
  2733. "Type": "BTStepSlot"
  2734. },
  2735. "x": 36,
  2736. "y": -179
  2737. },
  2738. "Tree2": {
  2739. "ExportTree": true,
  2740. "ImageIndex": -1,
  2741. "Type": "BTButtonClickFuncAction",
  2742. "VarJson": {
  2743. "boolJson": {
  2744. },
  2745. "numberJson": {
  2746. }
  2747. },
  2748. "isIllegal": false,
  2749. "mathSelector": {
  2750. "DisplayName": "全屏继续按钮",
  2751. "Type": "OBJ",
  2752. "Value": "IEJg4FtmJkk"
  2753. },
  2754. "randomID": "nHb4cICWhka6",
  2755. "stepSlot": {
  2756. "ContainerValue": {
  2757. "Type": "BTNotificationToCoderAction",
  2758. "conditionA": {
  2759. "ContainerValue": null,
  2760. "StringValue": {
  2761. "Type": "STRING",
  2762. "Value": "点击全屏继续按钮"
  2763. },
  2764. "Type": "BTInputSlot"
  2765. },
  2766. "isIllegal": true,
  2767. "randomID": "4NalxnSAG31I",
  2768. "stepSlot": {
  2769. "ContainerValue": null,
  2770. "Type": "BTStepSlot"
  2771. }
  2772. },
  2773. "Type": "BTStepSlot"
  2774. },
  2775. "x": -377,
  2776. "y": -186
  2777. },
  2778. "Tree3": {
  2779. "ExportTree": true,
  2780. "ImageIndex": 1,
  2781. "Name": {
  2782. "Type": "STRING",
  2783. "Value": "隐藏自己",
  2784. "displayName": ""
  2785. },
  2786. "Type": "BTCustomFuncHeadAction",
  2787. "VarJson": {
  2788. "boolJson": {
  2789. },
  2790. "numberJson": {
  2791. }
  2792. },
  2793. "isIllegal": false,
  2794. "randomID": "pJ3eZ6atp9YM",
  2795. "stepSlot": {
  2796. "ContainerValue": {
  2797. "Type": "BTRedHiddenAction",
  2798. "baseSelect": {
  2799. "DisplayName": "新手教程_滚动按钮",
  2800. "Type": "Action",
  2801. "Value": "0"
  2802. },
  2803. "isIllegal": true,
  2804. "randomID": "kAjnPIBCWIQ",
  2805. "stepSlot": {
  2806. "ContainerValue": null,
  2807. "Type": "BTStepSlot"
  2808. }
  2809. },
  2810. "Type": "BTStepSlot"
  2811. },
  2812. "x": 236,
  2813. "y": 21
  2814. },
  2815. "Tree4": {
  2816. "ExportTree": true,
  2817. "ImageIndex": -1,
  2818. "Type": "BTButtonClickFuncAction",
  2819. "VarJson": {
  2820. "boolJson": {
  2821. },
  2822. "numberJson": {
  2823. }
  2824. },
  2825. "isIllegal": false,
  2826. "mathSelector": {
  2827. "DisplayName": "全屏屏蔽按钮",
  2828. "Type": "OBJ",
  2829. "Value": "CkKHwrYSn8Z8"
  2830. },
  2831. "randomID": "zxj5VwqV6CCF",
  2832. "stepSlot": {
  2833. "ContainerValue": {
  2834. "Type": "BTNotificationToCoderAction",
  2835. "conditionA": {
  2836. "ContainerValue": null,
  2837. "StringValue": {
  2838. "Type": "STRING",
  2839. "Value": "点击全屏屏蔽按钮"
  2840. },
  2841. "Type": "BTInputSlot"
  2842. },
  2843. "isIllegal": true,
  2844. "randomID": "Eap67kBqOWV",
  2845. "stepSlot": {
  2846. "ContainerValue": null,
  2847. "Type": "BTStepSlot"
  2848. }
  2849. },
  2850. "Type": "BTStepSlot"
  2851. },
  2852. "x": -36,
  2853. "y": -84
  2854. },
  2855. "Tree5": {
  2856. "ExportTree": true,
  2857. "ImageIndex": -1,
  2858. "Type": "BTSceneBtnClickFuncAction",
  2859. "VarJson": {
  2860. "boolJson": {
  2861. },
  2862. "numberJson": {
  2863. }
  2864. },
  2865. "baseSelect": {
  2866. "DisplayName": "倍数按钮up",
  2867. "Type": "Action",
  2868. "Value": "JSf72Tg0St6r"
  2869. },
  2870. "isIllegal": false,
  2871. "randomID": "G4Lt2KUAZ7B9",
  2872. "redSelect": {
  2873. "DisplayName": "倍数按钮",
  2874. "Type": "OBJ",
  2875. "Value": "kw3gIko0Yyca"
  2876. },
  2877. "stepSlot": {
  2878. "ContainerValue": {
  2879. "Type": "BTNotificationToCoderAction",
  2880. "conditionA": {
  2881. "ContainerValue": null,
  2882. "StringValue": {
  2883. "Type": "STRING",
  2884. "Value": "点击倍数按钮"
  2885. },
  2886. "Type": "BTInputSlot"
  2887. },
  2888. "isIllegal": true,
  2889. "randomID": "7vBroAjNJGO3",
  2890. "stepSlot": {
  2891. "ContainerValue": null,
  2892. "Type": "BTStepSlot"
  2893. }
  2894. },
  2895. "Type": "BTStepSlot"
  2896. },
  2897. "x": 8,
  2898. "y": -296
  2899. }
  2900. }
  2901. }