BattlesConf.ts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. export namespace BattlesConf {
  2. export const data = {
  3. "1": {
  4. "Id": 1,
  5. "Chapter": 1,
  6. "Process": 1,
  7. "BossProcess": 10,
  8. "EnemyLevel": 1,
  9. "BossJsonArr": null,
  10. "NewReward": [
  11. [
  12. "user",
  13. "gold",
  14. 10
  15. ],
  16. [
  17. "user",
  18. "cash",
  19. 10
  20. ]
  21. ],
  22. "Unlock": 4
  23. },
  24. "2": {
  25. "Id": 2,
  26. "Chapter": 1,
  27. "Process": 2,
  28. "BossProcess": 10,
  29. "EnemyLevel": 1.1,
  30. "BossJsonArr": null,
  31. "NewReward": [
  32. [
  33. "user",
  34. "gold",
  35. 10
  36. ],
  37. [
  38. "user",
  39. "cash",
  40. 10
  41. ]
  42. ],
  43. "Unlock": 5
  44. },
  45. "3": {
  46. "Id": 3,
  47. "Chapter": 1,
  48. "Process": 3,
  49. "BossProcess": 10,
  50. "EnemyLevel": 1.21,
  51. "BossJsonArr": null,
  52. "NewReward": [
  53. [
  54. "user",
  55. "gold",
  56. 10
  57. ],
  58. [
  59. "user",
  60. "cash",
  61. 10
  62. ]
  63. ],
  64. "Unlock": 6
  65. },
  66. "4": {
  67. "Id": 4,
  68. "Chapter": 1,
  69. "Process": 4,
  70. "BossProcess": 10,
  71. "EnemyLevel": 1.33,
  72. "BossJsonArr": null,
  73. "NewReward": [
  74. [
  75. "user",
  76. "gold",
  77. 10
  78. ],
  79. [
  80. "user",
  81. "cash",
  82. 10
  83. ]
  84. ],
  85. "Unlock": 7
  86. },
  87. "5": {
  88. "Id": 5,
  89. "Chapter": 1,
  90. "Process": 5,
  91. "BossProcess": 10,
  92. "EnemyLevel": 1.46,
  93. "BossJsonArr": [
  94. [
  95. 60,
  96. 79,
  97. 2,
  98. 1,
  99. 1,
  100. 1
  101. ]
  102. ],
  103. "NewReward": [
  104. [
  105. "user",
  106. "gold",
  107. 10
  108. ],
  109. [
  110. "user",
  111. "cash",
  112. 10
  113. ]
  114. ],
  115. "Unlock": 8
  116. },
  117. "6": {
  118. "Id": 6,
  119. "Chapter": 1,
  120. "Process": 6,
  121. "BossProcess": 10,
  122. "EnemyLevel": 1.61,
  123. "BossJsonArr": null,
  124. "NewReward": [
  125. [
  126. "user",
  127. "gold",
  128. 10
  129. ],
  130. [
  131. "user",
  132. "cash",
  133. 10
  134. ]
  135. ],
  136. "Unlock": 9
  137. },
  138. "7": {
  139. "Id": 7,
  140. "Chapter": 1,
  141. "Process": 7,
  142. "BossProcess": 10,
  143. "EnemyLevel": 1.77,
  144. "BossJsonArr": null,
  145. "NewReward": [
  146. [
  147. "user",
  148. "gold",
  149. 10
  150. ],
  151. [
  152. "user",
  153. "cash",
  154. 10
  155. ]
  156. ],
  157. "Unlock": 10
  158. },
  159. "8": {
  160. "Id": 8,
  161. "Chapter": 1,
  162. "Process": 8,
  163. "BossProcess": 10,
  164. "EnemyLevel": 1.95,
  165. "BossJsonArr": null,
  166. "NewReward": [
  167. [
  168. "user",
  169. "gold",
  170. 10
  171. ],
  172. [
  173. "user",
  174. "cash",
  175. 10
  176. ]
  177. ],
  178. "Unlock": 11
  179. },
  180. "9": {
  181. "Id": 9,
  182. "Chapter": 1,
  183. "Process": 9,
  184. "BossProcess": 10,
  185. "EnemyLevel": 2.15,
  186. "BossJsonArr": null,
  187. "NewReward": [
  188. [
  189. "user",
  190. "gold",
  191. 10
  192. ],
  193. [
  194. "user",
  195. "cash",
  196. 10
  197. ]
  198. ],
  199. "Unlock": 12
  200. },
  201. "10": {
  202. "Id": 10,
  203. "Chapter": 1,
  204. "Process": 10,
  205. "BossProcess": 10,
  206. "EnemyLevel": 2.37,
  207. "BossJsonArr": [
  208. [
  209. 60,
  210. 79,
  211. 2,
  212. 1,
  213. 1,
  214. 1
  215. ]
  216. ],
  217. "NewReward": [
  218. [
  219. "user",
  220. "gold",
  221. 10
  222. ],
  223. [
  224. "user",
  225. "cash",
  226. 10
  227. ]
  228. ],
  229. "Unlock": 13
  230. },
  231. "11": {
  232. "Id": 11,
  233. "Chapter": 2,
  234. "Process": 1,
  235. "BossProcess": 20,
  236. "EnemyLevel": 1.1,
  237. "BossJsonArr": null,
  238. "NewReward": [
  239. [
  240. "user",
  241. "gold",
  242. 10
  243. ],
  244. [
  245. "user",
  246. "cash",
  247. 10
  248. ]
  249. ],
  250. "Unlock": 14
  251. },
  252. "12": {
  253. "Id": 12,
  254. "Chapter": 2,
  255. "Process": 2,
  256. "BossProcess": 20,
  257. "EnemyLevel": 1.3,
  258. "BossJsonArr": null,
  259. "NewReward": [
  260. [
  261. "user",
  262. "gold",
  263. 10
  264. ],
  265. [
  266. "user",
  267. "cash",
  268. 10
  269. ]
  270. ],
  271. "Unlock": 15
  272. },
  273. "13": {
  274. "Id": 13,
  275. "Chapter": 2,
  276. "Process": 3,
  277. "BossProcess": 20,
  278. "EnemyLevel": 1.5,
  279. "BossJsonArr": null,
  280. "NewReward": [
  281. [
  282. "user",
  283. "gold",
  284. 10
  285. ],
  286. [
  287. "user",
  288. "cash",
  289. 10
  290. ]
  291. ],
  292. "Unlock": 16
  293. },
  294. "14": {
  295. "Id": 14,
  296. "Chapter": 2,
  297. "Process": 4,
  298. "BossProcess": 20,
  299. "EnemyLevel": 1.7,
  300. "BossJsonArr": null,
  301. "NewReward": [
  302. [
  303. "user",
  304. "gold",
  305. 10
  306. ],
  307. [
  308. "user",
  309. "cash",
  310. 10
  311. ]
  312. ],
  313. "Unlock": 17
  314. },
  315. "15": {
  316. "Id": 15,
  317. "Chapter": 2,
  318. "Process": 5,
  319. "BossProcess": 20,
  320. "EnemyLevel": 1.87,
  321. "BossJsonArr": [
  322. [
  323. 60,
  324. 79,
  325. 2,
  326. 1,
  327. 1,
  328. 1
  329. ]
  330. ],
  331. "NewReward": [
  332. [
  333. "user",
  334. "gold",
  335. 10
  336. ],
  337. [
  338. "user",
  339. "cash",
  340. 10
  341. ]
  342. ],
  343. "Unlock": 18
  344. },
  345. "16": {
  346. "Id": 16,
  347. "Chapter": 2,
  348. "Process": 6,
  349. "BossProcess": 20,
  350. "EnemyLevel": 2.06,
  351. "BossJsonArr": null,
  352. "NewReward": [
  353. [
  354. "user",
  355. "gold",
  356. 10
  357. ],
  358. [
  359. "user",
  360. "cash",
  361. 10
  362. ]
  363. ],
  364. "Unlock": 19
  365. },
  366. "17": {
  367. "Id": 17,
  368. "Chapter": 2,
  369. "Process": 7,
  370. "BossProcess": 20,
  371. "EnemyLevel": 2.27,
  372. "BossJsonArr": null,
  373. "NewReward": [
  374. [
  375. "user",
  376. "gold",
  377. 10
  378. ],
  379. [
  380. "user",
  381. "cash",
  382. 10
  383. ]
  384. ],
  385. "Unlock": 20
  386. },
  387. "18": {
  388. "Id": 18,
  389. "Chapter": 2,
  390. "Process": 8,
  391. "BossProcess": 20,
  392. "EnemyLevel": 2.5,
  393. "BossJsonArr": null,
  394. "NewReward": [
  395. [
  396. "user",
  397. "gold",
  398. 10
  399. ],
  400. [
  401. "user",
  402. "cash",
  403. 10
  404. ]
  405. ],
  406. "Unlock": 21
  407. },
  408. "19": {
  409. "Id": 19,
  410. "Chapter": 2,
  411. "Process": 9,
  412. "BossProcess": 20,
  413. "EnemyLevel": 2.75,
  414. "BossJsonArr": null,
  415. "NewReward": [
  416. [
  417. "user",
  418. "gold",
  419. 10
  420. ],
  421. [
  422. "user",
  423. "cash",
  424. 10
  425. ]
  426. ],
  427. "Unlock": 22
  428. },
  429. "20": {
  430. "Id": 20,
  431. "Chapter": 2,
  432. "Process": 10,
  433. "BossProcess": 20,
  434. "EnemyLevel": 3.03,
  435. "BossJsonArr": [
  436. [
  437. 60,
  438. 79,
  439. 2,
  440. 1,
  441. 1,
  442. 1
  443. ]
  444. ],
  445. "NewReward": [
  446. [
  447. "user",
  448. "gold",
  449. 10
  450. ],
  451. [
  452. "user",
  453. "cash",
  454. 10
  455. ]
  456. ],
  457. "Unlock": 23
  458. }
  459. };
  460. }