MaterialConf.ts 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. export namespace MaterialConf {
  2. export const data = {
  3. "1": {
  4. "Id": 1,
  5. "Name": 4100001,
  6. "Type": 1,
  7. "Category": "other",
  8. "Quality": 4,
  9. "Color": 6,
  10. "SellType": "gold",
  11. "Sell": 20,
  12. "Buyable": 1,
  13. "Url": "item/item_3.png",
  14. "Desc": 4200003,
  15. "MaxStoreLimit": 0,
  16. "Useable": 0,
  17. "Sellable": 0,
  18. "Showable": 1,
  19. "UseType": 0,
  20. "UseEffect": 0,
  21. "UseEffect2": 0,
  22. "MergeNum": 0,
  23. "Road": "2;6;21;27"
  24. },
  25. "2": {
  26. "Id": 2,
  27. "Name": 4100002,
  28. "Type": 1,
  29. "Category": "other",
  30. "Quality": 4,
  31. "Color": 6,
  32. "SellType": "gold",
  33. "Sell": 20,
  34. "Buyable": 1,
  35. "Url": "item/item_3.png",
  36. "Desc": 4200003,
  37. "MaxStoreLimit": 0,
  38. "Useable": 0,
  39. "Sellable": 0,
  40. "Showable": 1,
  41. "UseType": 0,
  42. "UseEffect": 0,
  43. "UseEffect2": 0,
  44. "MergeNum": 0,
  45. "Road": "2;6;21;27"
  46. },
  47. "50": {
  48. "Id": 50,
  49. "Name": 4100043,
  50. "Type": 1,
  51. "Category": "other",
  52. "Quality": 3,
  53. "Color": 4,
  54. "SellType": "gold",
  55. "Sell": 20,
  56. "Buyable": 1,
  57. "Url": "item/item_40.png",
  58. "Desc": 4200043,
  59. "MaxStoreLimit": 0,
  60. "Useable": 1,
  61. "Sellable": 0,
  62. "Showable": 1,
  63. "UseType": "openxp",
  64. "UseEffect": 10,
  65. "UseEffect2": 0,
  66. "MergeNum": 0,
  67. "Road": 0
  68. },
  69. "51": {
  70. "Id": 51,
  71. "Name": 4100044,
  72. "Type": 1,
  73. "Category": "other",
  74. "Quality": 2,
  75. "Color": 2,
  76. "SellType": "gold",
  77. "Sell": 20,
  78. "Buyable": 1,
  79. "Url": "item/item_44.png",
  80. "Desc": 4200044,
  81. "MaxStoreLimit": 0,
  82. "Useable": 1,
  83. "Sellable": 0,
  84. "Showable": 1,
  85. "UseType": "opengold",
  86. "UseEffect": 1,
  87. "UseEffect2": 0,
  88. "MergeNum": 0,
  89. "Road": 0
  90. },
  91. "52": {
  92. "Id": 52,
  93. "Name": 4100006,
  94. "Type": 2,
  95. "Category": "other",
  96. "Quality": 4,
  97. "Color": 6,
  98. "SellType": "gold",
  99. "Sell": 20,
  100. "Buyable": 1,
  101. "Url": "item/item_6.png",
  102. "Desc": 4200006,
  103. "MaxStoreLimit": 0,
  104. "Useable": 1,
  105. "Sellable": 0,
  106. "Showable": 1,
  107. "UseType": "role",
  108. "UseEffect": 4,
  109. "UseEffect2": 0,
  110. "MergeNum": 50,
  111. "Road": "11;8;6;4;5"
  112. },
  113. "53": {
  114. "Id": 53,
  115. "Name": 4100051,
  116. "Type": 1,
  117. "Category": "other",
  118. "Quality": 4,
  119. "Color": 6,
  120. "SellType": "gold",
  121. "Sell": 20,
  122. "Buyable": 1,
  123. "Url": "item/item_51.png",
  124. "Desc": 4200051,
  125. "MaxStoreLimit": 0,
  126. "Useable": 1,
  127. "Sellable": 0,
  128. "Showable": 1,
  129. "UseType": "role",
  130. "UseEffect": 4,
  131. "UseEffect2": 1,
  132. "MergeNum": 50,
  133. "Road": 0
  134. },
  135. "101": {
  136. "Id": 101,
  137. "Name": 4100002,
  138. "Type": 1,
  139. "Category": "other",
  140. "Quality": 3,
  141. "Color": 5,
  142. "SellType": "gold",
  143. "Sell": 20,
  144. "Buyable": 1,
  145. "Url": "item/item_2.png",
  146. "Desc": 4200002,
  147. "MaxStoreLimit": 0,
  148. "Useable": 0,
  149. "Sellable": 0,
  150. "Showable": 0,
  151. "UseType": 0,
  152. "UseEffect": 0,
  153. "UseEffect2": 0,
  154. "MergeNum": 0,
  155. "Road": "11;9;22;19;4"
  156. },
  157. "102": {
  158. "Id": 102,
  159. "Name": 4100002,
  160. "Type": 1,
  161. "Category": "other",
  162. "Quality": 3,
  163. "Color": 5,
  164. "SellType": "gold",
  165. "Sell": 20,
  166. "Buyable": 1,
  167. "Url": "item/item_2.png",
  168. "Desc": 4200002,
  169. "MaxStoreLimit": 0,
  170. "Useable": 0,
  171. "Sellable": 0,
  172. "Showable": 0,
  173. "UseType": 0,
  174. "UseEffect": 0,
  175. "UseEffect2": 0,
  176. "MergeNum": 0,
  177. "Road": "11;9;22;19;4"
  178. },
  179. "103": {
  180. "Id": 103,
  181. "Name": 4100002,
  182. "Type": 1,
  183. "Category": "other",
  184. "Quality": 3,
  185. "Color": 5,
  186. "SellType": "gold",
  187. "Sell": 20,
  188. "Buyable": 1,
  189. "Url": "item/item_2.png",
  190. "Desc": 4200002,
  191. "MaxStoreLimit": 0,
  192. "Useable": 0,
  193. "Sellable": 0,
  194. "Showable": 0,
  195. "UseType": 0,
  196. "UseEffect": 0,
  197. "UseEffect2": 0,
  198. "MergeNum": 0,
  199. "Road": "11;9;22;19;4"
  200. },
  201. "104": {
  202. "Id": 104,
  203. "Name": 4100002,
  204. "Type": 1,
  205. "Category": "other",
  206. "Quality": 3,
  207. "Color": 5,
  208. "SellType": "gold",
  209. "Sell": 20,
  210. "Buyable": 1,
  211. "Url": "item/item_2.png",
  212. "Desc": 4200002,
  213. "MaxStoreLimit": 0,
  214. "Useable": 0,
  215. "Sellable": 0,
  216. "Showable": 0,
  217. "UseType": 0,
  218. "UseEffect": 0,
  219. "UseEffect2": 0,
  220. "MergeNum": 0,
  221. "Road": "11;9;22;19;4"
  222. },
  223. "105": {
  224. "Id": 105,
  225. "Name": 4100002,
  226. "Type": 1,
  227. "Category": "other",
  228. "Quality": 3,
  229. "Color": 5,
  230. "SellType": "gold",
  231. "Sell": 20,
  232. "Buyable": 1,
  233. "Url": "item/item_2.png",
  234. "Desc": 4200002,
  235. "MaxStoreLimit": 0,
  236. "Useable": 0,
  237. "Sellable": 0,
  238. "Showable": 0,
  239. "UseType": 0,
  240. "UseEffect": 0,
  241. "UseEffect2": 0,
  242. "MergeNum": 0,
  243. "Road": "11;9;22;19;4"
  244. },
  245. "106": {
  246. "Id": 106,
  247. "Name": 4100002,
  248. "Type": 1,
  249. "Category": "other",
  250. "Quality": 3,
  251. "Color": 5,
  252. "SellType": "gold",
  253. "Sell": 20,
  254. "Buyable": 1,
  255. "Url": "item/item_2.png",
  256. "Desc": 4200002,
  257. "MaxStoreLimit": 0,
  258. "Useable": 0,
  259. "Sellable": 0,
  260. "Showable": 0,
  261. "UseType": 0,
  262. "UseEffect": 0,
  263. "UseEffect2": 0,
  264. "MergeNum": 0,
  265. "Road": "11;9;22;19;4"
  266. },
  267. "107": {
  268. "Id": 107,
  269. "Name": 4100002,
  270. "Type": 1,
  271. "Category": "other",
  272. "Quality": 3,
  273. "Color": 5,
  274. "SellType": "gold",
  275. "Sell": 20,
  276. "Buyable": 1,
  277. "Url": "item/item_2.png",
  278. "Desc": 4200002,
  279. "MaxStoreLimit": 0,
  280. "Useable": 0,
  281. "Sellable": 0,
  282. "Showable": 0,
  283. "UseType": 0,
  284. "UseEffect": 0,
  285. "UseEffect2": 0,
  286. "MergeNum": 0,
  287. "Road": "11;9;22;19;4"
  288. },
  289. "108": {
  290. "Id": 108,
  291. "Name": 4100002,
  292. "Type": 1,
  293. "Category": "other",
  294. "Quality": 3,
  295. "Color": 5,
  296. "SellType": "gold",
  297. "Sell": 20,
  298. "Buyable": 1,
  299. "Url": "item/item_2.png",
  300. "Desc": 4200002,
  301. "MaxStoreLimit": 0,
  302. "Useable": 0,
  303. "Sellable": 0,
  304. "Showable": 0,
  305. "UseType": 0,
  306. "UseEffect": 0,
  307. "UseEffect2": 0,
  308. "MergeNum": 0,
  309. "Road": "11;9;22;19;4"
  310. },
  311. "111": {
  312. "Id": 111,
  313. "Name": 4100001,
  314. "Type": 1,
  315. "Category": "other",
  316. "Quality": 4,
  317. "Color": 6,
  318. "SellType": "gold",
  319. "Sell": 20,
  320. "Buyable": 1,
  321. "Url": "item/item_1.png",
  322. "Desc": 4200001,
  323. "MaxStoreLimit": 0,
  324. "Useable": 0,
  325. "Sellable": 0,
  326. "Showable": 1,
  327. "UseType": 0,
  328. "UseEffect": 0,
  329. "UseEffect2": 0,
  330. "MergeNum": 0,
  331. "Road": "11;10;4;6;2"
  332. },
  333. "112": {
  334. "Id": 112,
  335. "Name": 4100001,
  336. "Type": 1,
  337. "Category": "other",
  338. "Quality": 4,
  339. "Color": 6,
  340. "SellType": "gold",
  341. "Sell": 20,
  342. "Buyable": 1,
  343. "Url": "item/item_1.png",
  344. "Desc": 4200001,
  345. "MaxStoreLimit": 0,
  346. "Useable": 0,
  347. "Sellable": 0,
  348. "Showable": 1,
  349. "UseType": 0,
  350. "UseEffect": 0,
  351. "UseEffect2": 0,
  352. "MergeNum": 0,
  353. "Road": "11;10;4;6;2"
  354. },
  355. "113": {
  356. "Id": 113,
  357. "Name": 4100001,
  358. "Type": 1,
  359. "Category": "other",
  360. "Quality": 4,
  361. "Color": 6,
  362. "SellType": "gold",
  363. "Sell": 20,
  364. "Buyable": 1,
  365. "Url": "item/item_1.png",
  366. "Desc": 4200001,
  367. "MaxStoreLimit": 0,
  368. "Useable": 0,
  369. "Sellable": 0,
  370. "Showable": 1,
  371. "UseType": 0,
  372. "UseEffect": 0,
  373. "UseEffect2": 0,
  374. "MergeNum": 0,
  375. "Road": "11;10;4;6;2"
  376. },
  377. "114": {
  378. "Id": 114,
  379. "Name": 4100001,
  380. "Type": 1,
  381. "Category": "other",
  382. "Quality": 4,
  383. "Color": 6,
  384. "SellType": "gold",
  385. "Sell": 20,
  386. "Buyable": 1,
  387. "Url": "item/item_1.png",
  388. "Desc": 4200001,
  389. "MaxStoreLimit": 0,
  390. "Useable": 0,
  391. "Sellable": 0,
  392. "Showable": 1,
  393. "UseType": 0,
  394. "UseEffect": 0,
  395. "UseEffect2": 0,
  396. "MergeNum": 0,
  397. "Road": "11;10;4;6;2"
  398. },
  399. "121": {
  400. "Id": 121,
  401. "Name": 4100051,
  402. "Type": 1,
  403. "Category": "other",
  404. "Quality": 3,
  405. "Color": 4,
  406. "SellType": "gold",
  407. "Sell": 20,
  408. "Buyable": 1,
  409. "Url": "item/item_7.png",
  410. "Desc": 4200007,
  411. "MaxStoreLimit": 0,
  412. "Useable": 0,
  413. "Sellable": 0,
  414. "Showable": 1,
  415. "UseType": 0,
  416. "UseEffect": 0,
  417. "UseEffect2": 0,
  418. "MergeNum": 0,
  419. "Road": "11;19"
  420. },
  421. "122": {
  422. "Id": 122,
  423. "Name": 4100052,
  424. "Type": 1,
  425. "Category": "other",
  426. "Quality": 3,
  427. "Color": 4,
  428. "SellType": "gold",
  429. "Sell": 20,
  430. "Buyable": 1,
  431. "Url": "item/item_7.png",
  432. "Desc": 4200007,
  433. "MaxStoreLimit": 0,
  434. "Useable": 0,
  435. "Sellable": 0,
  436. "Showable": 1,
  437. "UseType": 0,
  438. "UseEffect": 0,
  439. "UseEffect2": 0,
  440. "MergeNum": 0,
  441. "Road": "11;19"
  442. },
  443. "123": {
  444. "Id": 123,
  445. "Name": 4100053,
  446. "Type": 1,
  447. "Category": "other",
  448. "Quality": 3,
  449. "Color": 4,
  450. "SellType": "gold",
  451. "Sell": 20,
  452. "Buyable": 1,
  453. "Url": "item/item_7.png",
  454. "Desc": 4200007,
  455. "MaxStoreLimit": 0,
  456. "Useable": 0,
  457. "Sellable": 0,
  458. "Showable": 1,
  459. "UseType": 0,
  460. "UseEffect": 0,
  461. "UseEffect2": 0,
  462. "MergeNum": 0,
  463. "Road": "11;19"
  464. },
  465. "124": {
  466. "Id": 124,
  467. "Name": 4100054,
  468. "Type": 1,
  469. "Category": "other",
  470. "Quality": 3,
  471. "Color": 4,
  472. "SellType": "gold",
  473. "Sell": 20,
  474. "Buyable": 1,
  475. "Url": "item/item_7.png",
  476. "Desc": 4200007,
  477. "MaxStoreLimit": 0,
  478. "Useable": 0,
  479. "Sellable": 0,
  480. "Showable": 1,
  481. "UseType": 0,
  482. "UseEffect": 0,
  483. "UseEffect2": 0,
  484. "MergeNum": 0,
  485. "Road": "11;19"
  486. },
  487. "2000": {
  488. "Id": 2000,
  489. "Name": 4102000,
  490. "Type": 3,
  491. "Category": "other",
  492. "Quality": 4,
  493. "Color": 6,
  494. "SellType": "gold",
  495. "Sell": 20,
  496. "Buyable": 1,
  497. "Url": "item/item_ssr.png",
  498. "Desc": 4202000,
  499. "MaxStoreLimit": 0,
  500. "Useable": 1,
  501. "Sellable": 0,
  502. "Showable": 1,
  503. "UseType": "boxchoice",
  504. "UseEffect": 2000,
  505. "UseEffect2": 0,
  506. "MergeNum": 0,
  507. "Road": 0
  508. },
  509. "5101": {
  510. "Id": 5101,
  511. "Name": 3111100,
  512. "Type": 2,
  513. "Category": "other",
  514. "Quality": 2,
  515. "Color": 2,
  516. "SellType": "gold",
  517. "Sell": 10000,
  518. "Buyable": 1,
  519. "Url": "hero/head_111.png",
  520. "Desc": 4205111,
  521. "MaxStoreLimit": 0,
  522. "Useable": 1,
  523. "Sellable": 0,
  524. "Showable": 1,
  525. "UseType": "mergerole",
  526. "UseEffect": 111,
  527. "UseEffect2": 0,
  528. "MergeNum": 30,
  529. "Road": "1;11"
  530. },
  531. "5102": {
  532. "Id": 5102,
  533. "Name": 3112000,
  534. "Type": 2,
  535. "Category": "other",
  536. "Quality": 4,
  537. "Color": 6,
  538. "SellType": "gold",
  539. "Sell": 10000,
  540. "Buyable": 1,
  541. "Url": "hero/head_120.png",
  542. "Desc": 4205120,
  543. "MaxStoreLimit": 0,
  544. "Useable": 1,
  545. "Sellable": 0,
  546. "Showable": 1,
  547. "UseType": "mergerole",
  548. "UseEffect": 120,
  549. "UseEffect2": 0,
  550. "MergeNum": 50,
  551. "Road": "1;11"
  552. },
  553. "5103": {
  554. "Id": 5103,
  555. "Name": 3112100,
  556. "Type": 2,
  557. "Category": "other",
  558. "Quality": 4,
  559. "Color": 6,
  560. "SellType": "gold",
  561. "Sell": 10000,
  562. "Buyable": 1,
  563. "Url": "hero/head_121.png",
  564. "Desc": 4205121,
  565. "MaxStoreLimit": 0,
  566. "Useable": 1,
  567. "Sellable": 0,
  568. "Showable": 1,
  569. "UseType": "mergerole",
  570. "UseEffect": 121,
  571. "UseEffect2": 0,
  572. "MergeNum": 50,
  573. "Road": "1;11"
  574. },
  575. "5104": {
  576. "Id": 5104,
  577. "Name": 3112200,
  578. "Type": 2,
  579. "Category": "other",
  580. "Quality": 4,
  581. "Color": 6,
  582. "SellType": "gold",
  583. "Sell": 10000,
  584. "Buyable": 1,
  585. "Url": "hero/head_122.png",
  586. "Desc": 4205122,
  587. "MaxStoreLimit": 0,
  588. "Useable": 1,
  589. "Sellable": 0,
  590. "Showable": 1,
  591. "UseType": "mergerole",
  592. "UseEffect": 122,
  593. "UseEffect2": 0,
  594. "MergeNum": 50,
  595. "Road": "1;11"
  596. },
  597. "5105": {
  598. "Id": 5105,
  599. "Name": 3112300,
  600. "Type": 2,
  601. "Category": "other",
  602. "Quality": 4,
  603. "Color": 6,
  604. "SellType": "gold",
  605. "Sell": 10000,
  606. "Buyable": 1,
  607. "Url": "hero/head_123.png",
  608. "Desc": 4205123,
  609. "MaxStoreLimit": 0,
  610. "Useable": 1,
  611. "Sellable": 0,
  612. "Showable": 1,
  613. "UseType": "mergerole",
  614. "UseEffect": 123,
  615. "UseEffect2": 0,
  616. "MergeNum": 50,
  617. "Road": "1;11"
  618. },
  619. "5106": {
  620. "Id": 5106,
  621. "Name": 3112400,
  622. "Type": 2,
  623. "Category": "other",
  624. "Quality": 4,
  625. "Color": 6,
  626. "SellType": "gold",
  627. "Sell": 10000,
  628. "Buyable": 1,
  629. "Url": "hero/head_124.png",
  630. "Desc": 4205124,
  631. "MaxStoreLimit": 0,
  632. "Useable": 1,
  633. "Sellable": 0,
  634. "Showable": 1,
  635. "UseType": "mergerole",
  636. "UseEffect": 124,
  637. "UseEffect2": 0,
  638. "MergeNum": 50,
  639. "Road": "1;11"
  640. },
  641. "5201": {
  642. "Id": 5201,
  643. "Name": 3112500,
  644. "Type": 2,
  645. "Category": "other",
  646. "Quality": 4,
  647. "Color": 6,
  648. "SellType": "gold",
  649. "Sell": 10000,
  650. "Buyable": 1,
  651. "Url": "hero/head_125.png",
  652. "Desc": 4205125,
  653. "MaxStoreLimit": 0,
  654. "Useable": 1,
  655. "Sellable": 0,
  656. "Showable": 1,
  657. "UseType": "mergerole",
  658. "UseEffect": 125,
  659. "UseEffect2": 0,
  660. "MergeNum": 50,
  661. "Road": "1;11"
  662. },
  663. "5202": {
  664. "Id": 5202,
  665. "Name": 3112600,
  666. "Type": 2,
  667. "Category": "other",
  668. "Quality": 4,
  669. "Color": 6,
  670. "SellType": "gold",
  671. "Sell": 10000,
  672. "Buyable": 1,
  673. "Url": "hero/head_126.png",
  674. "Desc": 4205126,
  675. "MaxStoreLimit": 0,
  676. "Useable": 1,
  677. "Sellable": 0,
  678. "Showable": 1,
  679. "UseType": "mergerole",
  680. "UseEffect": 126,
  681. "UseEffect2": 0,
  682. "MergeNum": 50,
  683. "Road": "1;11"
  684. },
  685. "5203": {
  686. "Id": 5203,
  687. "Name": 3112700,
  688. "Type": 2,
  689. "Category": "other",
  690. "Quality": 4,
  691. "Color": 6,
  692. "SellType": "gold",
  693. "Sell": 10000,
  694. "Buyable": 1,
  695. "Url": "hero/head_127.png",
  696. "Desc": 4205127,
  697. "MaxStoreLimit": 0,
  698. "Useable": 1,
  699. "Sellable": 0,
  700. "Showable": 1,
  701. "UseType": "mergerole",
  702. "UseEffect": 127,
  703. "UseEffect2": 0,
  704. "MergeNum": 50,
  705. "Road": "1;11"
  706. },
  707. "5204": {
  708. "Id": 5204,
  709. "Name": 3112800,
  710. "Type": 2,
  711. "Category": "other",
  712. "Quality": 4,
  713. "Color": 6,
  714. "SellType": "gold",
  715. "Sell": 10000,
  716. "Buyable": 1,
  717. "Url": "hero/head_128.png",
  718. "Desc": 4205128,
  719. "MaxStoreLimit": 0,
  720. "Useable": 1,
  721. "Sellable": 0,
  722. "Showable": 1,
  723. "UseType": "mergerole",
  724. "UseEffect": 128,
  725. "UseEffect2": 0,
  726. "MergeNum": 50,
  727. "Road": "1;11"
  728. },
  729. "5205": {
  730. "Id": 5205,
  731. "Name": 3112900,
  732. "Type": 2,
  733. "Category": "other",
  734. "Quality": 4,
  735. "Color": 6,
  736. "SellType": "gold",
  737. "Sell": 10000,
  738. "Buyable": 1,
  739. "Url": "hero/head_129.png",
  740. "Desc": 4205129,
  741. "MaxStoreLimit": 0,
  742. "Useable": 1,
  743. "Sellable": 0,
  744. "Showable": 1,
  745. "UseType": "mergerole",
  746. "UseEffect": 129,
  747. "UseEffect2": 0,
  748. "MergeNum": 50,
  749. "Road": "1;11"
  750. },
  751. "5206": {
  752. "Id": 5206,
  753. "Name": 3113000,
  754. "Type": 2,
  755. "Category": "other",
  756. "Quality": 4,
  757. "Color": 6,
  758. "SellType": "gold",
  759. "Sell": 10000,
  760. "Buyable": 1,
  761. "Url": "hero/head_130.png",
  762. "Desc": 4205130,
  763. "MaxStoreLimit": 0,
  764. "Useable": 1,
  765. "Sellable": 0,
  766. "Showable": 1,
  767. "UseType": "mergerole",
  768. "UseEffect": 130,
  769. "UseEffect2": 0,
  770. "MergeNum": 50,
  771. "Road": "1;11"
  772. },
  773. "5301": {
  774. "Id": 5301,
  775. "Name": 3113100,
  776. "Type": 2,
  777. "Category": "other",
  778. "Quality": 4,
  779. "Color": 6,
  780. "SellType": "gold",
  781. "Sell": 10000,
  782. "Buyable": 1,
  783. "Url": "hero/head_131.png",
  784. "Desc": 4205131,
  785. "MaxStoreLimit": 0,
  786. "Useable": 1,
  787. "Sellable": 0,
  788. "Showable": 1,
  789. "UseType": "mergerole",
  790. "UseEffect": 131,
  791. "UseEffect2": 0,
  792. "MergeNum": 50,
  793. "Road": "1;11"
  794. },
  795. "5302": {
  796. "Id": 5302,
  797. "Name": 3113200,
  798. "Type": 2,
  799. "Category": "other",
  800. "Quality": 4,
  801. "Color": 6,
  802. "SellType": "gold",
  803. "Sell": 10000,
  804. "Buyable": 1,
  805. "Url": "hero/head_132.png",
  806. "Desc": 4205132,
  807. "MaxStoreLimit": 0,
  808. "Useable": 1,
  809. "Sellable": 0,
  810. "Showable": 1,
  811. "UseType": "mergerole",
  812. "UseEffect": 132,
  813. "UseEffect2": 0,
  814. "MergeNum": 50,
  815. "Road": "1;11"
  816. },
  817. "5303": {
  818. "Id": 5303,
  819. "Name": 3122000,
  820. "Type": 2,
  821. "Category": "other",
  822. "Quality": 4,
  823. "Color": 6,
  824. "SellType": "gold",
  825. "Sell": 10000,
  826. "Buyable": 1,
  827. "Url": "hero/head_220.png",
  828. "Desc": 4205220,
  829. "MaxStoreLimit": 0,
  830. "Useable": 1,
  831. "Sellable": 0,
  832. "Showable": 1,
  833. "UseType": "mergerole",
  834. "UseEffect": 220,
  835. "UseEffect2": 0,
  836. "MergeNum": 50,
  837. "Road": "1;11"
  838. },
  839. "5304": {
  840. "Id": 5304,
  841. "Name": 3122100,
  842. "Type": 2,
  843. "Category": "other",
  844. "Quality": 4,
  845. "Color": 6,
  846. "SellType": "gold",
  847. "Sell": 10000,
  848. "Buyable": 1,
  849. "Url": "hero/head_221.png",
  850. "Desc": 4205221,
  851. "MaxStoreLimit": 0,
  852. "Useable": 1,
  853. "Sellable": 0,
  854. "Showable": 1,
  855. "UseType": "mergerole",
  856. "UseEffect": 221,
  857. "UseEffect2": 0,
  858. "MergeNum": 50,
  859. "Road": "1;11"
  860. },
  861. "5305": {
  862. "Id": 5305,
  863. "Name": 3122200,
  864. "Type": 2,
  865. "Category": "other",
  866. "Quality": 4,
  867. "Color": 6,
  868. "SellType": "gold",
  869. "Sell": 10000,
  870. "Buyable": 1,
  871. "Url": "hero/head_222.png",
  872. "Desc": 4205222,
  873. "MaxStoreLimit": 0,
  874. "Useable": 1,
  875. "Sellable": 0,
  876. "Showable": 1,
  877. "UseType": "mergerole",
  878. "UseEffect": 222,
  879. "UseEffect2": 0,
  880. "MergeNum": 50,
  881. "Road": "1;11"
  882. },
  883. "5306": {
  884. "Id": 5306,
  885. "Name": 3122300,
  886. "Type": 2,
  887. "Category": "other",
  888. "Quality": 4,
  889. "Color": 6,
  890. "SellType": "gold",
  891. "Sell": 10000,
  892. "Buyable": 1,
  893. "Url": "hero/head_223.png",
  894. "Desc": 4205223,
  895. "MaxStoreLimit": 0,
  896. "Useable": 1,
  897. "Sellable": 0,
  898. "Showable": 1,
  899. "UseType": "mergerole",
  900. "UseEffect": 223,
  901. "UseEffect2": 0,
  902. "MergeNum": 50,
  903. "Road": "1;11"
  904. },
  905. "5401": {
  906. "Id": 5401,
  907. "Name": 3122400,
  908. "Type": 2,
  909. "Category": "other",
  910. "Quality": 4,
  911. "Color": 6,
  912. "SellType": "gold",
  913. "Sell": 10000,
  914. "Buyable": 1,
  915. "Url": "hero/head_224.png",
  916. "Desc": 4205224,
  917. "MaxStoreLimit": 0,
  918. "Useable": 1,
  919. "Sellable": 0,
  920. "Showable": 1,
  921. "UseType": "mergerole",
  922. "UseEffect": 224,
  923. "UseEffect2": 0,
  924. "MergeNum": 50,
  925. "Road": "1;11"
  926. },
  927. "5402": {
  928. "Id": 5402,
  929. "Name": 3122500,
  930. "Type": 2,
  931. "Category": "other",
  932. "Quality": 4,
  933. "Color": 6,
  934. "SellType": "gold",
  935. "Sell": 10000,
  936. "Buyable": 1,
  937. "Url": "hero/head_225.png",
  938. "Desc": 4205225,
  939. "MaxStoreLimit": 0,
  940. "Useable": 1,
  941. "Sellable": 0,
  942. "Showable": 1,
  943. "UseType": "mergerole",
  944. "UseEffect": 225,
  945. "UseEffect2": 0,
  946. "MergeNum": 50,
  947. "Road": "1;11"
  948. },
  949. "5403": {
  950. "Id": 5403,
  951. "Name": 3122600,
  952. "Type": 2,
  953. "Category": "other",
  954. "Quality": 4,
  955. "Color": 6,
  956. "SellType": "gold",
  957. "Sell": 10000,
  958. "Buyable": 1,
  959. "Url": "hero/head_226.png",
  960. "Desc": 4205226,
  961. "MaxStoreLimit": 0,
  962. "Useable": 1,
  963. "Sellable": 0,
  964. "Showable": 1,
  965. "UseType": "mergerole",
  966. "UseEffect": 226,
  967. "UseEffect2": 0,
  968. "MergeNum": 50,
  969. "Road": "1;11"
  970. },
  971. "5404": {
  972. "Id": 5404,
  973. "Name": 3122700,
  974. "Type": 2,
  975. "Category": "other",
  976. "Quality": 4,
  977. "Color": 6,
  978. "SellType": "gold",
  979. "Sell": 10000,
  980. "Buyable": 1,
  981. "Url": "hero/head_227.png",
  982. "Desc": 4205227,
  983. "MaxStoreLimit": 0,
  984. "Useable": 1,
  985. "Sellable": 0,
  986. "Showable": 1,
  987. "UseType": "mergerole",
  988. "UseEffect": 227,
  989. "UseEffect2": 0,
  990. "MergeNum": 50,
  991. "Road": "1;11"
  992. },
  993. "5405": {
  994. "Id": 5405,
  995. "Name": 3122800,
  996. "Type": 2,
  997. "Category": "other",
  998. "Quality": 4,
  999. "Color": 6,
  1000. "SellType": "gold",
  1001. "Sell": 10000,
  1002. "Buyable": 1,
  1003. "Url": "hero/head_228.png",
  1004. "Desc": 4205228,
  1005. "MaxStoreLimit": 0,
  1006. "Useable": 1,
  1007. "Sellable": 0,
  1008. "Showable": 1,
  1009. "UseType": "mergerole",
  1010. "UseEffect": 228,
  1011. "UseEffect2": 0,
  1012. "MergeNum": 50,
  1013. "Road": "1;11"
  1014. },
  1015. "5406": {
  1016. "Id": 5406,
  1017. "Name": 3122900,
  1018. "Type": 2,
  1019. "Category": "other",
  1020. "Quality": 4,
  1021. "Color": 6,
  1022. "SellType": "gold",
  1023. "Sell": 10000,
  1024. "Buyable": 1,
  1025. "Url": "hero/head_229.png",
  1026. "Desc": 4205229,
  1027. "MaxStoreLimit": 0,
  1028. "Useable": 1,
  1029. "Sellable": 0,
  1030. "Showable": 1,
  1031. "UseType": "mergerole",
  1032. "UseEffect": 229,
  1033. "UseEffect2": 0,
  1034. "MergeNum": 50,
  1035. "Road": "1;11"
  1036. }
  1037. };
  1038. }