个人信息_玩家头像_一行.rebolt 113 KB

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