RobotheroConfig_proto.lua 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. --[[
  2. RobotheroConfig_proto.lua
  3. exported by excel2lua.py
  4. from file:JQR_竞技机器人英雄.xlsx
  5. --]]
  6. return {
  7. [10001] = {
  8. ID = 10001,
  9. profession = 1,
  10. quality = 0,
  11. HP = 891,
  12. attack = 114,
  13. spellAttack = 0,
  14. realAttack = 0,
  15. attackSpeed = 10000,
  16. attackCrit = 300,
  17. critNum = 15000,
  18. defense = 60,
  19. spellDefense = 55,
  20. hit = 500,
  21. dodge = 500,
  22. },
  23. [10002] = {
  24. ID = 10002,
  25. profession = 4,
  26. quality = 0,
  27. HP = 891,
  28. attack = 94,
  29. spellAttack = 0,
  30. realAttack = 0,
  31. attackSpeed = 10000,
  32. attackCrit = 500,
  33. critNum = 15000,
  34. defense = 54,
  35. spellDefense = 53,
  36. hit = 500,
  37. dodge = 500,
  38. },
  39. [10003] = {
  40. ID = 10003,
  41. profession = 4,
  42. quality = 0,
  43. HP = 891,
  44. attack = 126,
  45. spellAttack = 0,
  46. realAttack = 0,
  47. attackSpeed = 10000,
  48. attackCrit = 500,
  49. critNum = 15000,
  50. defense = 53,
  51. spellDefense = 52,
  52. hit = 500,
  53. dodge = 500,
  54. },
  55. [10004] = {
  56. ID = 10004,
  57. profession = 3,
  58. quality = 0,
  59. HP = 1158,
  60. attack = 104,
  61. spellAttack = 0,
  62. realAttack = 0,
  63. attackSpeed = 10000,
  64. attackCrit = 800,
  65. critNum = 15000,
  66. defense = 62,
  67. spellDefense = 57,
  68. hit = 500,
  69. dodge = 800,
  70. },
  71. [10005] = {
  72. ID = 10005,
  73. profession = 3,
  74. quality = 0,
  75. HP = 1158,
  76. attack = 138,
  77. spellAttack = 0,
  78. realAttack = 0,
  79. attackSpeed = 10000,
  80. attackCrit = 800,
  81. critNum = 15000,
  82. defense = 54,
  83. spellDefense = 53,
  84. hit = 500,
  85. dodge = 1000,
  86. },
  87. [10006] = {
  88. ID = 10006,
  89. profession = 3,
  90. quality = 0,
  91. HP = 1158,
  92. attack = 138,
  93. spellAttack = 0,
  94. realAttack = 0,
  95. attackSpeed = 10000,
  96. attackCrit = 800,
  97. critNum = 15000,
  98. defense = 53,
  99. spellDefense = 52,
  100. hit = 500,
  101. dodge = 800,
  102. },
  103. [10007] = {
  104. ID = 10007,
  105. profession = 2,
  106. quality = 0,
  107. HP = 1078,
  108. attack = 0,
  109. spellAttack = 99,
  110. realAttack = 0,
  111. attackSpeed = 10000,
  112. attackCrit = 300,
  113. critNum = 15000,
  114. defense = 62,
  115. spellDefense = 57,
  116. hit = 500,
  117. dodge = 500,
  118. },
  119. [10008] = {
  120. ID = 10008,
  121. profession = 2,
  122. quality = 0,
  123. HP = 1078,
  124. attack = 0,
  125. spellAttack = 104,
  126. realAttack = 0,
  127. attackSpeed = 10000,
  128. attackCrit = 300,
  129. critNum = 15000,
  130. defense = 56,
  131. spellDefense = 55,
  132. hit = 500,
  133. dodge = 500,
  134. },
  135. [10009] = {
  136. ID = 10009,
  137. profession = 2,
  138. quality = 0,
  139. HP = 1078,
  140. attack = 0,
  141. spellAttack = 86,
  142. realAttack = 0,
  143. attackSpeed = 10000,
  144. attackCrit = 300,
  145. critNum = 15000,
  146. defense = 55,
  147. spellDefense = 54,
  148. hit = 500,
  149. dodge = 500,
  150. },
  151. [10010] = {
  152. ID = 10010,
  153. profession = 1,
  154. quality = 0,
  155. HP = 1393,
  156. attack = 99,
  157. spellAttack = 0,
  158. realAttack = 0,
  159. attackSpeed = 10000,
  160. attackCrit = 300,
  161. critNum = 15000,
  162. defense = 64,
  163. spellDefense = 59,
  164. hit = 500,
  165. dodge = 500,
  166. },
  167. [10011] = {
  168. ID = 10011,
  169. profession = 3,
  170. quality = 0,
  171. HP = 1273,
  172. attack = 184,
  173. spellAttack = 0,
  174. realAttack = 0,
  175. attackSpeed = 10000,
  176. attackCrit = 1000,
  177. critNum = 15000,
  178. defense = 56,
  179. spellDefense = 55,
  180. hit = 500,
  181. dodge = 800,
  182. },
  183. [10012] = {
  184. ID = 10012,
  185. profession = 2,
  186. quality = 0,
  187. HP = 1078,
  188. attack = 0,
  189. spellAttack = 104,
  190. realAttack = 0,
  191. attackSpeed = 10000,
  192. attackCrit = 300,
  193. critNum = 15000,
  194. defense = 55,
  195. spellDefense = 54,
  196. hit = 500,
  197. dodge = 500,
  198. },
  199. [10013] = {
  200. ID = 10013,
  201. profession = 4,
  202. quality = 0,
  203. HP = 1273,
  204. attack = 131,
  205. spellAttack = 0,
  206. realAttack = 0,
  207. attackSpeed = 10000,
  208. attackCrit = 500,
  209. critNum = 15000,
  210. defense = 64,
  211. spellDefense = 59,
  212. hit = 500,
  213. dodge = 600,
  214. },
  215. [10014] = {
  216. ID = 10014,
  217. profession = 1,
  218. quality = 0,
  219. HP = 1393,
  220. attack = 114,
  221. spellAttack = 0,
  222. realAttack = 0,
  223. attackSpeed = 10000,
  224. attackCrit = 300,
  225. critNum = 15000,
  226. defense = 58,
  227. spellDefense = 57,
  228. hit = 500,
  229. dodge = 500,
  230. },
  231. [10015] = {
  232. ID = 10015,
  233. profession = 1,
  234. quality = 0,
  235. HP = 1273,
  236. attack = 131,
  237. spellAttack = 0,
  238. realAttack = 0,
  239. attackSpeed = 10000,
  240. attackCrit = 500,
  241. critNum = 15000,
  242. defense = 57,
  243. spellDefense = 56,
  244. hit = 500,
  245. dodge = 500,
  246. },
  247. [10016] = {
  248. ID = 10016,
  249. profession = 4,
  250. quality = 0,
  251. HP = 1393,
  252. attack = 125,
  253. spellAttack = 0,
  254. realAttack = 0,
  255. attackSpeed = 10000,
  256. attackCrit = 300,
  257. critNum = 15000,
  258. defense = 66,
  259. spellDefense = 61,
  260. hit = 500,
  261. dodge = 500,
  262. },
  263. [10017] = {
  264. ID = 10017,
  265. profession = 1,
  266. quality = 0,
  267. HP = 1393,
  268. attack = 99,
  269. spellAttack = 0,
  270. realAttack = 0,
  271. attackSpeed = 10000,
  272. attackCrit = 300,
  273. critNum = 15000,
  274. defense = 58,
  275. spellDefense = 56,
  276. hit = 500,
  277. dodge = 500,
  278. },
  279. [10018] = {
  280. ID = 10018,
  281. profession = 1,
  282. quality = 0,
  283. HP = 1078,
  284. attack = 125,
  285. spellAttack = 0,
  286. realAttack = 0,
  287. attackSpeed = 10000,
  288. attackCrit = 300,
  289. critNum = 15000,
  290. defense = 57,
  291. spellDefense = 56,
  292. hit = 500,
  293. dodge = 500,
  294. },
  295. [10019] = {
  296. ID = 10019,
  297. profession = 1,
  298. quality = 0,
  299. HP = 1078,
  300. attack = 104,
  301. spellAttack = 0,
  302. realAttack = 0,
  303. attackSpeed = 10000,
  304. attackCrit = 500,
  305. critNum = 15000,
  306. defense = 57,
  307. spellDefense = 56,
  308. hit = 500,
  309. dodge = 600,
  310. },
  311. [20001] = {
  312. ID = 20001,
  313. profession = 1,
  314. quality = 0,
  315. HP = 1891,
  316. attack = 134,
  317. spellAttack = 0,
  318. realAttack = 0,
  319. attackSpeed = 10000,
  320. attackCrit = 300,
  321. critNum = 15000,
  322. defense = 75,
  323. spellDefense = 70,
  324. hit = 500,
  325. dodge = 500,
  326. },
  327. [20002] = {
  328. ID = 20002,
  329. profession = 4,
  330. quality = 0,
  331. HP = 1891,
  332. attack = 114,
  333. spellAttack = 0,
  334. realAttack = 0,
  335. attackSpeed = 10000,
  336. attackCrit = 500,
  337. critNum = 15000,
  338. defense = 69,
  339. spellDefense = 68,
  340. hit = 500,
  341. dodge = 500,
  342. },
  343. [20003] = {
  344. ID = 20003,
  345. profession = 4,
  346. quality = 0,
  347. HP = 1891,
  348. attack = 146,
  349. spellAttack = 0,
  350. realAttack = 0,
  351. attackSpeed = 10000,
  352. attackCrit = 500,
  353. critNum = 15000,
  354. defense = 68,
  355. spellDefense = 67,
  356. hit = 500,
  357. dodge = 500,
  358. },
  359. [20004] = {
  360. ID = 20004,
  361. profession = 3,
  362. quality = 0,
  363. HP = 2158,
  364. attack = 124,
  365. spellAttack = 0,
  366. realAttack = 0,
  367. attackSpeed = 10000,
  368. attackCrit = 800,
  369. critNum = 15000,
  370. defense = 77,
  371. spellDefense = 72,
  372. hit = 500,
  373. dodge = 800,
  374. },
  375. [20005] = {
  376. ID = 20005,
  377. profession = 3,
  378. quality = 0,
  379. HP = 2158,
  380. attack = 158,
  381. spellAttack = 0,
  382. realAttack = 0,
  383. attackSpeed = 10000,
  384. attackCrit = 800,
  385. critNum = 15000,
  386. defense = 69,
  387. spellDefense = 68,
  388. hit = 500,
  389. dodge = 1000,
  390. },
  391. [20006] = {
  392. ID = 20006,
  393. profession = 3,
  394. quality = 0,
  395. HP = 2158,
  396. attack = 158,
  397. spellAttack = 0,
  398. realAttack = 0,
  399. attackSpeed = 10000,
  400. attackCrit = 800,
  401. critNum = 15000,
  402. defense = 68,
  403. spellDefense = 67,
  404. hit = 500,
  405. dodge = 800,
  406. },
  407. [20007] = {
  408. ID = 20007,
  409. profession = 2,
  410. quality = 0,
  411. HP = 2078,
  412. attack = 20,
  413. spellAttack = 119,
  414. realAttack = 0,
  415. attackSpeed = 10000,
  416. attackCrit = 300,
  417. critNum = 15000,
  418. defense = 77,
  419. spellDefense = 72,
  420. hit = 500,
  421. dodge = 500,
  422. },
  423. [20008] = {
  424. ID = 20008,
  425. profession = 2,
  426. quality = 0,
  427. HP = 2078,
  428. attack = 20,
  429. spellAttack = 124,
  430. realAttack = 0,
  431. attackSpeed = 10000,
  432. attackCrit = 300,
  433. critNum = 15000,
  434. defense = 71,
  435. spellDefense = 70,
  436. hit = 500,
  437. dodge = 500,
  438. },
  439. [20009] = {
  440. ID = 20009,
  441. profession = 2,
  442. quality = 0,
  443. HP = 2078,
  444. attack = 20,
  445. spellAttack = 106,
  446. realAttack = 0,
  447. attackSpeed = 10000,
  448. attackCrit = 300,
  449. critNum = 15000,
  450. defense = 70,
  451. spellDefense = 69,
  452. hit = 500,
  453. dodge = 500,
  454. },
  455. [20010] = {
  456. ID = 20010,
  457. profession = 1,
  458. quality = 0,
  459. HP = 2393,
  460. attack = 119,
  461. spellAttack = 0,
  462. realAttack = 0,
  463. attackSpeed = 10000,
  464. attackCrit = 300,
  465. critNum = 15000,
  466. defense = 79,
  467. spellDefense = 74,
  468. hit = 500,
  469. dodge = 500,
  470. },
  471. [20011] = {
  472. ID = 20011,
  473. profession = 3,
  474. quality = 0,
  475. HP = 2273,
  476. attack = 204,
  477. spellAttack = 0,
  478. realAttack = 0,
  479. attackSpeed = 10000,
  480. attackCrit = 1000,
  481. critNum = 15000,
  482. defense = 71,
  483. spellDefense = 70,
  484. hit = 500,
  485. dodge = 800,
  486. },
  487. [20012] = {
  488. ID = 20012,
  489. profession = 2,
  490. quality = 0,
  491. HP = 2078,
  492. attack = 20,
  493. spellAttack = 124,
  494. realAttack = 0,
  495. attackSpeed = 10000,
  496. attackCrit = 300,
  497. critNum = 15000,
  498. defense = 70,
  499. spellDefense = 69,
  500. hit = 500,
  501. dodge = 500,
  502. },
  503. [20013] = {
  504. ID = 20013,
  505. profession = 4,
  506. quality = 0,
  507. HP = 2273,
  508. attack = 151,
  509. spellAttack = 0,
  510. realAttack = 0,
  511. attackSpeed = 10000,
  512. attackCrit = 500,
  513. critNum = 15000,
  514. defense = 79,
  515. spellDefense = 74,
  516. hit = 500,
  517. dodge = 600,
  518. },
  519. [20014] = {
  520. ID = 20014,
  521. profession = 1,
  522. quality = 0,
  523. HP = 2393,
  524. attack = 134,
  525. spellAttack = 0,
  526. realAttack = 0,
  527. attackSpeed = 10000,
  528. attackCrit = 300,
  529. critNum = 15000,
  530. defense = 73,
  531. spellDefense = 72,
  532. hit = 500,
  533. dodge = 500,
  534. },
  535. [20015] = {
  536. ID = 20015,
  537. profession = 1,
  538. quality = 0,
  539. HP = 2273,
  540. attack = 151,
  541. spellAttack = 0,
  542. realAttack = 0,
  543. attackSpeed = 10000,
  544. attackCrit = 500,
  545. critNum = 15000,
  546. defense = 72,
  547. spellDefense = 71,
  548. hit = 500,
  549. dodge = 500,
  550. },
  551. [20016] = {
  552. ID = 20016,
  553. profession = 4,
  554. quality = 0,
  555. HP = 2393,
  556. attack = 145,
  557. spellAttack = 0,
  558. realAttack = 0,
  559. attackSpeed = 10000,
  560. attackCrit = 300,
  561. critNum = 15000,
  562. defense = 81,
  563. spellDefense = 76,
  564. hit = 500,
  565. dodge = 500,
  566. },
  567. [20017] = {
  568. ID = 20017,
  569. profession = 1,
  570. quality = 0,
  571. HP = 2393,
  572. attack = 119,
  573. spellAttack = 0,
  574. realAttack = 0,
  575. attackSpeed = 10000,
  576. attackCrit = 300,
  577. critNum = 15000,
  578. defense = 73,
  579. spellDefense = 71,
  580. hit = 500,
  581. dodge = 500,
  582. },
  583. [20018] = {
  584. ID = 20018,
  585. profession = 1,
  586. quality = 0,
  587. HP = 2078,
  588. attack = 145,
  589. spellAttack = 0,
  590. realAttack = 0,
  591. attackSpeed = 10000,
  592. attackCrit = 300,
  593. critNum = 15000,
  594. defense = 72,
  595. spellDefense = 71,
  596. hit = 500,
  597. dodge = 500,
  598. },
  599. [20019] = {
  600. ID = 20019,
  601. profession = 1,
  602. quality = 0,
  603. HP = 2078,
  604. attack = 124,
  605. spellAttack = 0,
  606. realAttack = 0,
  607. attackSpeed = 10000,
  608. attackCrit = 500,
  609. critNum = 15000,
  610. defense = 72,
  611. spellDefense = 71,
  612. hit = 500,
  613. dodge = 600,
  614. },
  615. [30001] = {
  616. ID = 30001,
  617. profession = 1,
  618. quality = 0,
  619. HP = 2891,
  620. attack = 154,
  621. spellAttack = 0,
  622. realAttack = 0,
  623. attackSpeed = 10000,
  624. attackCrit = 300,
  625. critNum = 15000,
  626. defense = 90,
  627. spellDefense = 85,
  628. hit = 500,
  629. dodge = 500,
  630. },
  631. [30002] = {
  632. ID = 30002,
  633. profession = 4,
  634. quality = 0,
  635. HP = 2891,
  636. attack = 134,
  637. spellAttack = 0,
  638. realAttack = 0,
  639. attackSpeed = 10000,
  640. attackCrit = 500,
  641. critNum = 15000,
  642. defense = 84,
  643. spellDefense = 83,
  644. hit = 500,
  645. dodge = 500,
  646. },
  647. [30003] = {
  648. ID = 30003,
  649. profession = 4,
  650. quality = 0,
  651. HP = 2891,
  652. attack = 166,
  653. spellAttack = 0,
  654. realAttack = 0,
  655. attackSpeed = 10000,
  656. attackCrit = 500,
  657. critNum = 15000,
  658. defense = 83,
  659. spellDefense = 82,
  660. hit = 500,
  661. dodge = 500,
  662. },
  663. [30004] = {
  664. ID = 30004,
  665. profession = 3,
  666. quality = 0,
  667. HP = 3158,
  668. attack = 144,
  669. spellAttack = 0,
  670. realAttack = 0,
  671. attackSpeed = 10000,
  672. attackCrit = 800,
  673. critNum = 15000,
  674. defense = 92,
  675. spellDefense = 87,
  676. hit = 500,
  677. dodge = 800,
  678. },
  679. [30005] = {
  680. ID = 30005,
  681. profession = 3,
  682. quality = 0,
  683. HP = 3158,
  684. attack = 178,
  685. spellAttack = 0,
  686. realAttack = 0,
  687. attackSpeed = 10000,
  688. attackCrit = 800,
  689. critNum = 15000,
  690. defense = 84,
  691. spellDefense = 83,
  692. hit = 500,
  693. dodge = 1000,
  694. },
  695. [30006] = {
  696. ID = 30006,
  697. profession = 3,
  698. quality = 0,
  699. HP = 3158,
  700. attack = 178,
  701. spellAttack = 0,
  702. realAttack = 0,
  703. attackSpeed = 10000,
  704. attackCrit = 800,
  705. critNum = 15000,
  706. defense = 83,
  707. spellDefense = 82,
  708. hit = 500,
  709. dodge = 800,
  710. },
  711. [30007] = {
  712. ID = 30007,
  713. profession = 2,
  714. quality = 0,
  715. HP = 3078,
  716. attack = 40,
  717. spellAttack = 139,
  718. realAttack = 0,
  719. attackSpeed = 10000,
  720. attackCrit = 300,
  721. critNum = 15000,
  722. defense = 92,
  723. spellDefense = 87,
  724. hit = 500,
  725. dodge = 500,
  726. },
  727. [30008] = {
  728. ID = 30008,
  729. profession = 2,
  730. quality = 0,
  731. HP = 3078,
  732. attack = 40,
  733. spellAttack = 144,
  734. realAttack = 0,
  735. attackSpeed = 10000,
  736. attackCrit = 300,
  737. critNum = 15000,
  738. defense = 86,
  739. spellDefense = 85,
  740. hit = 500,
  741. dodge = 500,
  742. },
  743. [30009] = {
  744. ID = 30009,
  745. profession = 2,
  746. quality = 0,
  747. HP = 3078,
  748. attack = 40,
  749. spellAttack = 126,
  750. realAttack = 0,
  751. attackSpeed = 10000,
  752. attackCrit = 300,
  753. critNum = 15000,
  754. defense = 85,
  755. spellDefense = 84,
  756. hit = 500,
  757. dodge = 500,
  758. },
  759. [30010] = {
  760. ID = 30010,
  761. profession = 1,
  762. quality = 0,
  763. HP = 3393,
  764. attack = 139,
  765. spellAttack = 0,
  766. realAttack = 0,
  767. attackSpeed = 10000,
  768. attackCrit = 300,
  769. critNum = 15000,
  770. defense = 94,
  771. spellDefense = 89,
  772. hit = 500,
  773. dodge = 500,
  774. },
  775. [30011] = {
  776. ID = 30011,
  777. profession = 3,
  778. quality = 0,
  779. HP = 3273,
  780. attack = 224,
  781. spellAttack = 0,
  782. realAttack = 0,
  783. attackSpeed = 10000,
  784. attackCrit = 1000,
  785. critNum = 15000,
  786. defense = 86,
  787. spellDefense = 85,
  788. hit = 500,
  789. dodge = 800,
  790. },
  791. [30012] = {
  792. ID = 30012,
  793. profession = 2,
  794. quality = 0,
  795. HP = 3078,
  796. attack = 40,
  797. spellAttack = 144,
  798. realAttack = 0,
  799. attackSpeed = 10000,
  800. attackCrit = 300,
  801. critNum = 15000,
  802. defense = 85,
  803. spellDefense = 84,
  804. hit = 500,
  805. dodge = 500,
  806. },
  807. [30013] = {
  808. ID = 30013,
  809. profession = 4,
  810. quality = 0,
  811. HP = 3273,
  812. attack = 171,
  813. spellAttack = 0,
  814. realAttack = 0,
  815. attackSpeed = 10000,
  816. attackCrit = 500,
  817. critNum = 15000,
  818. defense = 94,
  819. spellDefense = 89,
  820. hit = 500,
  821. dodge = 600,
  822. },
  823. [30014] = {
  824. ID = 30014,
  825. profession = 1,
  826. quality = 0,
  827. HP = 3393,
  828. attack = 154,
  829. spellAttack = 0,
  830. realAttack = 0,
  831. attackSpeed = 10000,
  832. attackCrit = 300,
  833. critNum = 15000,
  834. defense = 88,
  835. spellDefense = 87,
  836. hit = 500,
  837. dodge = 500,
  838. },
  839. [30015] = {
  840. ID = 30015,
  841. profession = 1,
  842. quality = 0,
  843. HP = 3273,
  844. attack = 171,
  845. spellAttack = 0,
  846. realAttack = 0,
  847. attackSpeed = 10000,
  848. attackCrit = 500,
  849. critNum = 15000,
  850. defense = 87,
  851. spellDefense = 86,
  852. hit = 500,
  853. dodge = 500,
  854. },
  855. [30016] = {
  856. ID = 30016,
  857. profession = 4,
  858. quality = 0,
  859. HP = 3393,
  860. attack = 165,
  861. spellAttack = 0,
  862. realAttack = 0,
  863. attackSpeed = 10000,
  864. attackCrit = 300,
  865. critNum = 15000,
  866. defense = 96,
  867. spellDefense = 91,
  868. hit = 500,
  869. dodge = 500,
  870. },
  871. [30017] = {
  872. ID = 30017,
  873. profession = 1,
  874. quality = 0,
  875. HP = 3393,
  876. attack = 139,
  877. spellAttack = 0,
  878. realAttack = 0,
  879. attackSpeed = 10000,
  880. attackCrit = 300,
  881. critNum = 15000,
  882. defense = 88,
  883. spellDefense = 86,
  884. hit = 500,
  885. dodge = 500,
  886. },
  887. [30018] = {
  888. ID = 30018,
  889. profession = 1,
  890. quality = 0,
  891. HP = 3078,
  892. attack = 165,
  893. spellAttack = 0,
  894. realAttack = 0,
  895. attackSpeed = 10000,
  896. attackCrit = 300,
  897. critNum = 15000,
  898. defense = 87,
  899. spellDefense = 86,
  900. hit = 500,
  901. dodge = 500,
  902. },
  903. [30019] = {
  904. ID = 30019,
  905. profession = 1,
  906. quality = 0,
  907. HP = 3078,
  908. attack = 144,
  909. spellAttack = 0,
  910. realAttack = 0,
  911. attackSpeed = 10000,
  912. attackCrit = 500,
  913. critNum = 15000,
  914. defense = 87,
  915. spellDefense = 86,
  916. hit = 500,
  917. dodge = 600,
  918. },
  919. }