Model.json 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. {
  2. "1": {
  3. "id": 1,
  4. "modelname": "man1",
  5. "npcname": "男伙伴1",
  6. "desc": "partner",
  7. "att": 20,
  8. "def": 1,
  9. "hp": 150,
  10. "hitRate": 100,
  11. "dodge": 0,
  12. "attdis": 40,
  13. "attArea": 200,
  14. "attCd": 1,
  15. "speed": 1,
  16. "res": 0,
  17. "attAct": "attack",
  18. "idleAct": "stand",
  19. "moveAct": "walk",
  20. "dieAct": "die",
  21. "hitAct": "hit",
  22. "skillAct": 0
  23. },
  24. "2": {
  25. "id": 2,
  26. "modelname": "man2",
  27. "npcname": "男伙伴2",
  28. "desc": "partner",
  29. "att": 20,
  30. "def": 1,
  31. "hp": 150,
  32. "hitRate": 100,
  33. "dodge": 0,
  34. "attdis": 40,
  35. "attArea": 200,
  36. "attCd": 1,
  37. "speed": 1,
  38. "res": 0,
  39. "attAct": "attack",
  40. "idleAct": "stand",
  41. "moveAct": "walk",
  42. "dieAct": "die",
  43. "hitAct": "hit",
  44. "skillAct": 0
  45. },
  46. "3": {
  47. "id": 3,
  48. "modelname": "man3",
  49. "npcname": "男伙伴3",
  50. "desc": "partner",
  51. "att": 20,
  52. "def": 1,
  53. "hp": 150,
  54. "hitRate": 100,
  55. "dodge": 0,
  56. "attdis": 40,
  57. "attArea": 200,
  58. "attCd": 1,
  59. "speed": 1,
  60. "res": 0,
  61. "attAct": "attack",
  62. "idleAct": "stand",
  63. "moveAct": "walk",
  64. "dieAct": "die",
  65. "hitAct": "hit",
  66. "skillAct": 0
  67. },
  68. "4": {
  69. "id": 4,
  70. "modelname": "man4",
  71. "npcname": "男伙伴4",
  72. "desc": "partner",
  73. "att": 20,
  74. "def": 1,
  75. "hp": 150,
  76. "hitRate": 100,
  77. "dodge": 0,
  78. "attdis": 40,
  79. "attArea": 200,
  80. "attCd": 1,
  81. "speed": 1,
  82. "res": 0,
  83. "attAct": "attack",
  84. "idleAct": "stand",
  85. "moveAct": "walk",
  86. "dieAct": "die",
  87. "hitAct": "hit",
  88. "skillAct": 0
  89. },
  90. "5": {
  91. "id": 5,
  92. "modelname": "man5",
  93. "npcname": "男伙伴5",
  94. "desc": "partner",
  95. "att": 20,
  96. "def": 1,
  97. "hp": 150,
  98. "hitRate": 100,
  99. "dodge": 0,
  100. "attdis": 40,
  101. "attArea": 200,
  102. "attCd": 1,
  103. "speed": 1,
  104. "res": 0,
  105. "attAct": "attack",
  106. "idleAct": "stand",
  107. "moveAct": "walk",
  108. "dieAct": "die",
  109. "hitAct": "hit",
  110. "skillAct": 0
  111. },
  112. "6": {
  113. "id": 6,
  114. "modelname": "woman1",
  115. "npcname": "女伙伴1",
  116. "desc": "partner",
  117. "att": 20,
  118. "def": 1,
  119. "hp": 150,
  120. "hitRate": 100,
  121. "dodge": 0,
  122. "attdis": 40,
  123. "attArea": 200,
  124. "attCd": 1,
  125. "speed": 1,
  126. "res": 0,
  127. "attAct": "attack",
  128. "idleAct": "stand",
  129. "moveAct": "walk",
  130. "dieAct": "die",
  131. "hitAct": "hit",
  132. "skillAct": 0
  133. },
  134. "7": {
  135. "id": 7,
  136. "modelname": "woman2",
  137. "npcname": "女伙伴2",
  138. "desc": "partner",
  139. "att": 20,
  140. "def": 1,
  141. "hp": 150,
  142. "hitRate": 100,
  143. "dodge": 0,
  144. "attdis": 40,
  145. "attArea": 200,
  146. "attCd": 1,
  147. "speed": 1,
  148. "res": 0,
  149. "attAct": "attack",
  150. "idleAct": "stand",
  151. "moveAct": "walk",
  152. "dieAct": "die",
  153. "hitAct": "hit",
  154. "skillAct": 0
  155. },
  156. "8": {
  157. "id": 8,
  158. "modelname": "woman3",
  159. "npcname": "女伙伴3",
  160. "desc": "partner",
  161. "att": 20,
  162. "def": 1,
  163. "hp": 150,
  164. "hitRate": 100,
  165. "dodge": 0,
  166. "attdis": 40,
  167. "attArea": 200,
  168. "attCd": 1,
  169. "speed": 1,
  170. "res": 0,
  171. "attAct": "attack",
  172. "idleAct": "stand",
  173. "moveAct": "walk",
  174. "dieAct": "die",
  175. "hitAct": "hit",
  176. "skillAct": 0
  177. },
  178. "9": {
  179. "id": 9,
  180. "modelname": "woman4",
  181. "npcname": "女伙伴4",
  182. "desc": "partner",
  183. "att": 20,
  184. "def": 1,
  185. "hp": 150,
  186. "hitRate": 100,
  187. "dodge": 0,
  188. "attdis": 40,
  189. "attArea": 200,
  190. "attCd": 1,
  191. "speed": 1,
  192. "res": 0,
  193. "attAct": "attack",
  194. "idleAct": "stand",
  195. "moveAct": "walk",
  196. "dieAct": "die",
  197. "hitAct": "hit",
  198. "skillAct": 0
  199. },
  200. "10": {
  201. "id": 10,
  202. "modelname": "woman5",
  203. "npcname": "女伙伴5",
  204. "desc": "partner",
  205. "att": 20,
  206. "def": 1,
  207. "hp": 150,
  208. "hitRate": 100,
  209. "dodge": 0,
  210. "attdis": 40,
  211. "attArea": 200,
  212. "attCd": 1,
  213. "speed": 1,
  214. "res": 0,
  215. "attAct": "attack",
  216. "idleAct": "stand",
  217. "moveAct": "walk",
  218. "dieAct": "die",
  219. "hitAct": "hit",
  220. "skillAct": 0
  221. },
  222. "11": {
  223. "id": 11,
  224. "modelname": "homeboy",
  225. "npcname": "homeboy",
  226. "desc": "homeboy",
  227. "att": 25,
  228. "def": 1,
  229. "hp": 250,
  230. "hitRate": 100,
  231. "dodge": 0,
  232. "attdis": 40,
  233. "attArea": 200,
  234. "attCd": 1,
  235. "speed": 1,
  236. "res": 1,
  237. "attAct": "attack",
  238. "idleAct": "stand",
  239. "moveAct": "walk",
  240. "dieAct": "die",
  241. "hitAct": "hit",
  242. "skillAct": 0
  243. },
  244. "12": {
  245. "id": 12,
  246. "modelname": "oldhunter",
  247. "npcname": "hunter",
  248. "desc": "hunter",
  249. "att": 30,
  250. "def": 1,
  251. "hp": 200,
  252. "hitRate": 100,
  253. "dodge": 0,
  254. "attdis": 40,
  255. "attArea": 200,
  256. "attCd": 1,
  257. "speed": 1,
  258. "res": 2,
  259. "attAct": "attack",
  260. "idleAct": "stand",
  261. "moveAct": "walk",
  262. "dieAct": "die",
  263. "hitAct": "hit",
  264. "skillAct": 0
  265. },
  266. "13": {
  267. "id": 13,
  268. "modelname": "lnn",
  269. "npcname": "grandma",
  270. "desc": "grandma",
  271. "att": 25,
  272. "def": 1,
  273. "hp": 150,
  274. "hitRate": 100,
  275. "dodge": 0,
  276. "attdis": 40,
  277. "attArea": 200,
  278. "attCd": 1,
  279. "speed": 1,
  280. "res": 3,
  281. "attAct": "attack",
  282. "idleAct": "stand",
  283. "moveAct": "walk",
  284. "dieAct": "die",
  285. "hitAct": "hit",
  286. "skillAct": 0
  287. },
  288. "14": {
  289. "id": 14,
  290. "modelname": "nurse",
  291. "npcname": "nurse",
  292. "desc": "nurse",
  293. "att": 25,
  294. "def": 1,
  295. "hp": 200,
  296. "hitRate": 100,
  297. "dodge": 0,
  298. "attdis": 40,
  299. "attArea": 200,
  300. "attCd": 1,
  301. "speed": 1,
  302. "res": 4,
  303. "attAct": "attack",
  304. "idleAct": "stand",
  305. "moveAct": "walk",
  306. "dieAct": "die",
  307. "hitAct": "hit",
  308. "skillAct": 0
  309. },
  310. "15": {
  311. "id": 15,
  312. "modelname": "doctor",
  313. "npcname": "doctor",
  314. "desc": "doctor",
  315. "att": 20,
  316. "def": 1,
  317. "hp": 250,
  318. "hitRate": 100,
  319. "dodge": 0,
  320. "attdis": 40,
  321. "attArea": 200,
  322. "attCd": 1,
  323. "speed": 1,
  324. "res": 5,
  325. "attAct": "attack",
  326. "idleAct": "stand",
  327. "moveAct": "walk",
  328. "dieAct": "die",
  329. "hitAct": "hit",
  330. "skillAct": 0
  331. },
  332. "16": {
  333. "id": 16,
  334. "modelname": "strong",
  335. "npcname": "strong",
  336. "desc": "strong",
  337. "att": 60,
  338. "def": 1,
  339. "hp": 300,
  340. "hitRate": 100,
  341. "dodge": 0,
  342. "attdis": 40,
  343. "attArea": 500,
  344. "attCd": 1,
  345. "speed": 1,
  346. "res": 6,
  347. "attAct": "attack",
  348. "idleAct": "stand",
  349. "moveAct": "walk",
  350. "dieAct": "die",
  351. "hitAct": "hit",
  352. "skillAct": 0
  353. },
  354. "17": {
  355. "id": 17,
  356. "modelname": "strongblack",
  357. "npcname": "strongblack",
  358. "desc": "strongblack",
  359. "att": 60,
  360. "def": 1,
  361. "hp": 300,
  362. "hitRate": 100,
  363. "dodge": 0,
  364. "attdis": 40,
  365. "attArea": 500,
  366. "attCd": 1,
  367. "speed": 1,
  368. "res": 7,
  369. "attAct": "attack",
  370. "idleAct": "stand",
  371. "moveAct": "walk",
  372. "dieAct": "die",
  373. "hitAct": "hit",
  374. "skillAct": 0
  375. },
  376. "18": {
  377. "id": 18,
  378. "modelname": "police",
  379. "npcname": "police",
  380. "desc": "police",
  381. "att": 30,
  382. "def": 1,
  383. "hp": 300,
  384. "hitRate": 100,
  385. "dodge": 0,
  386. "attdis": 40,
  387. "attArea": 200,
  388. "attCd": 1,
  389. "speed": 1,
  390. "res": 8,
  391. "attAct": "attack",
  392. "idleAct": "stand",
  393. "moveAct": "walk",
  394. "dieAct": "die",
  395. "hitAct": "hit",
  396. "skillAct": 0
  397. },
  398. "19": {
  399. "id": 19,
  400. "modelname": "cook",
  401. "npcname": "cook",
  402. "desc": "cook",
  403. "att": 30,
  404. "def": 1,
  405. "hp": 250,
  406. "hitRate": 100,
  407. "dodge": 0,
  408. "attdis": 40,
  409. "attArea": 200,
  410. "attCd": 1,
  411. "speed": 1,
  412. "res": 9,
  413. "attAct": "attack",
  414. "idleAct": "stand",
  415. "moveAct": "walk",
  416. "dieAct": "die",
  417. "hitAct": "hit",
  418. "skillAct": 0
  419. },
  420. "20": {
  421. "id": 20,
  422. "modelname": "soldier",
  423. "npcname": "soldier",
  424. "desc": "soldier",
  425. "att": 35,
  426. "def": 1,
  427. "hp": 250,
  428. "hitRate": 100,
  429. "dodge": 0,
  430. "attdis": 40,
  431. "attArea": 200,
  432. "attCd": 1,
  433. "speed": 1,
  434. "res": 10,
  435. "attAct": "attack",
  436. "idleAct": "stand",
  437. "moveAct": "walk",
  438. "dieAct": "die",
  439. "hitAct": "hit",
  440. "skillAct": 0
  441. },
  442. "21": {
  443. "id": 21,
  444. "modelname": "express",
  445. "npcname": "快递小哥",
  446. "desc": "快递小哥",
  447. "att": 30,
  448. "def": 1,
  449. "hp": 100,
  450. "hitRate": 100,
  451. "dodge": 0,
  452. "attdis": 40,
  453. "attArea": 200,
  454. "attCd": 1,
  455. "speed": 1,
  456. "res": 8,
  457. "attAct": "attack",
  458. "idleAct": "stand",
  459. "moveAct": "walk",
  460. "dieAct": "die",
  461. "hitAct": "hit",
  462. "skillAct": 0
  463. },
  464. "22": {
  465. "id": 22,
  466. "modelname": "zombie_man1",
  467. "npcname": "僵尸男伙伴1",
  468. "desc": "僵尸男伙伴1",
  469. "att": 15,
  470. "def": 1,
  471. "hp": 100,
  472. "hitRate": 100,
  473. "dodge": 0,
  474. "attdis": 40,
  475. "attArea": 200,
  476. "attCd": 1,
  477. "speed": 1,
  478. "res": 0,
  479. "attAct": "attack1,attack2",
  480. "idleAct": "stand1,stand2",
  481. "moveAct": "walk1,walk2",
  482. "dieAct": 0,
  483. "hitAct": "hit1,hit2",
  484. "skillAct": 0
  485. },
  486. "23": {
  487. "id": 23,
  488. "modelname": "zombie_man2",
  489. "npcname": "僵尸男伙伴2",
  490. "desc": "僵尸男伙伴2",
  491. "att": 15,
  492. "def": 1,
  493. "hp": 100,
  494. "hitRate": 100,
  495. "dodge": 0,
  496. "attdis": 40,
  497. "attArea": 200,
  498. "attCd": 1,
  499. "speed": 1,
  500. "res": 0,
  501. "attAct": "attack1,attack2",
  502. "idleAct": "stand1,stand2",
  503. "moveAct": "walk1,walk2",
  504. "dieAct": 0,
  505. "hitAct": "hit1,hit2",
  506. "skillAct": 0
  507. },
  508. "24": {
  509. "id": 24,
  510. "modelname": "zombie_man3",
  511. "npcname": "僵尸男伙伴3",
  512. "desc": "僵尸男伙伴3",
  513. "att": 15,
  514. "def": 1,
  515. "hp": 100,
  516. "hitRate": 100,
  517. "dodge": 0,
  518. "attdis": 40,
  519. "attArea": 200,
  520. "attCd": 1,
  521. "speed": 1,
  522. "res": 0,
  523. "attAct": "attack1,attack2",
  524. "idleAct": "stand1,stand2",
  525. "moveAct": "walk1,walk2",
  526. "dieAct": 0,
  527. "hitAct": "hit1,hit2",
  528. "skillAct": 0
  529. },
  530. "25": {
  531. "id": 25,
  532. "modelname": "zombie_man4",
  533. "npcname": "僵尸男伙伴4",
  534. "desc": "僵尸男伙伴4",
  535. "att": 15,
  536. "def": 1,
  537. "hp": 100,
  538. "hitRate": 100,
  539. "dodge": 0,
  540. "attdis": 40,
  541. "attArea": 200,
  542. "attCd": 1,
  543. "speed": 1,
  544. "res": 0,
  545. "attAct": "attack1,attack2",
  546. "idleAct": "stand1,stand2",
  547. "moveAct": "walk1,walk2",
  548. "dieAct": 0,
  549. "hitAct": "hit1,hit2",
  550. "skillAct": 0
  551. },
  552. "26": {
  553. "id": 26,
  554. "modelname": "zombie_man5",
  555. "npcname": "僵尸男伙伴5",
  556. "desc": "僵尸男伙伴5",
  557. "att": 15,
  558. "def": 1,
  559. "hp": 100,
  560. "hitRate": 100,
  561. "dodge": 0,
  562. "attdis": 40,
  563. "attArea": 200,
  564. "attCd": 1,
  565. "speed": 1,
  566. "res": 0,
  567. "attAct": "attack1,attack2",
  568. "idleAct": "stand1,stand2",
  569. "moveAct": "walk1,walk2",
  570. "dieAct": 0,
  571. "hitAct": "hit1,hit2",
  572. "skillAct": 0
  573. },
  574. "27": {
  575. "id": 27,
  576. "modelname": "zombie_woman1",
  577. "npcname": "僵尸女伙伴1",
  578. "desc": "僵尸女伙伴1",
  579. "att": 15,
  580. "def": 1,
  581. "hp": 100,
  582. "hitRate": 100,
  583. "dodge": 0,
  584. "attdis": 40,
  585. "attArea": 200,
  586. "attCd": 1,
  587. "speed": 1,
  588. "res": 0,
  589. "attAct": "attack1,attack2",
  590. "idleAct": "stand1,stand2",
  591. "moveAct": "walk1,walk2",
  592. "dieAct": 0,
  593. "hitAct": "hit1,hit2",
  594. "skillAct": 0
  595. },
  596. "28": {
  597. "id": 28,
  598. "modelname": "zombie_woman2",
  599. "npcname": "僵尸女伙伴2",
  600. "desc": "僵尸女伙伴2",
  601. "att": 15,
  602. "def": 1,
  603. "hp": 100,
  604. "hitRate": 100,
  605. "dodge": 0,
  606. "attdis": 40,
  607. "attArea": 200,
  608. "attCd": 1,
  609. "speed": 1,
  610. "res": 0,
  611. "attAct": "attack1,attack2",
  612. "idleAct": "stand1,stand2",
  613. "moveAct": "walk1,walk2",
  614. "dieAct": 0,
  615. "hitAct": "hit1,hit2",
  616. "skillAct": 0
  617. },
  618. "29": {
  619. "id": 29,
  620. "modelname": "zombie_woman3",
  621. "npcname": "僵尸女伙伴3",
  622. "desc": "僵尸女伙伴3",
  623. "att": 15,
  624. "def": 1,
  625. "hp": 100,
  626. "hitRate": 100,
  627. "dodge": 0,
  628. "attdis": 40,
  629. "attArea": 200,
  630. "attCd": 1,
  631. "speed": 1,
  632. "res": 0,
  633. "attAct": "attack1,attack2",
  634. "idleAct": "stand1,stand2",
  635. "moveAct": "walk1,walk2",
  636. "dieAct": 0,
  637. "hitAct": "hit1,hit2",
  638. "skillAct": 0
  639. },
  640. "30": {
  641. "id": 30,
  642. "modelname": "zombie_woman4",
  643. "npcname": "僵尸女伙伴4",
  644. "desc": "僵尸女伙伴4",
  645. "att": 15,
  646. "def": 1,
  647. "hp": 100,
  648. "hitRate": 100,
  649. "dodge": 0,
  650. "attdis": 40,
  651. "attArea": 200,
  652. "attCd": 1,
  653. "speed": 1,
  654. "res": 0,
  655. "attAct": "attack1,attack2",
  656. "idleAct": "stand1,stand2",
  657. "moveAct": "walk1,walk2",
  658. "dieAct": 0,
  659. "hitAct": "hit1,hit2",
  660. "skillAct": 0
  661. },
  662. "31": {
  663. "id": 31,
  664. "modelname": "zombie_woman5",
  665. "npcname": "僵尸女伙伴5",
  666. "desc": "僵尸女伙伴5",
  667. "att": 15,
  668. "def": 1,
  669. "hp": 100,
  670. "hitRate": 100,
  671. "dodge": 0,
  672. "attdis": 40,
  673. "attArea": 200,
  674. "attCd": 1,
  675. "speed": 1,
  676. "res": 0,
  677. "attAct": "attack1,attack2",
  678. "idleAct": "stand1,stand2",
  679. "moveAct": "walk1,walk2",
  680. "dieAct": 0,
  681. "hitAct": "hit1,hit2",
  682. "skillAct": 0
  683. },
  684. "32": {
  685. "id": 32,
  686. "modelname": "zombie_homeboy",
  687. "npcname": "僵尸肥宅",
  688. "desc": "僵尸肥宅",
  689. "att": 15,
  690. "def": 1,
  691. "hp": 100,
  692. "hitRate": 100,
  693. "dodge": 0,
  694. "attdis": 40,
  695. "attArea": 200,
  696. "attCd": 1,
  697. "speed": 1,
  698. "res": 0,
  699. "attAct": "attack1,attack2",
  700. "idleAct": "stand1,stand2",
  701. "moveAct": "walk1,walk2",
  702. "dieAct": 0,
  703. "hitAct": "hit1,hit2",
  704. "skillAct": 0
  705. },
  706. "33": {
  707. "id": 33,
  708. "modelname": "zombie_oldHunter",
  709. "npcname": "僵尸猎人",
  710. "desc": "僵尸猎人",
  711. "att": 15,
  712. "def": 1,
  713. "hp": 100,
  714. "hitRate": 100,
  715. "dodge": 0,
  716. "attdis": 40,
  717. "attArea": 200,
  718. "attCd": 1,
  719. "speed": 1,
  720. "res": 0,
  721. "attAct": "attack1,attack2",
  722. "idleAct": "stand1,stand2",
  723. "moveAct": "walk1,walk2",
  724. "dieAct": 0,
  725. "hitAct": "hit1,hit2",
  726. "skillAct": 0
  727. },
  728. "34": {
  729. "id": 34,
  730. "modelname": "zombie_lnn",
  731. "npcname": "僵尸老奶奶",
  732. "desc": "僵尸老奶奶",
  733. "att": 15,
  734. "def": 1,
  735. "hp": 100,
  736. "hitRate": 100,
  737. "dodge": 0,
  738. "attdis": 40,
  739. "attArea": 200,
  740. "attCd": 1,
  741. "speed": 1,
  742. "res": 0,
  743. "attAct": "attack1,attack2",
  744. "idleAct": "stand1,stand2",
  745. "moveAct": "walk1,walk2",
  746. "dieAct": 0,
  747. "hitAct": "hit1,hit2",
  748. "skillAct": 0
  749. },
  750. "35": {
  751. "id": 35,
  752. "modelname": "zombie_nurse",
  753. "npcname": "僵尸护士",
  754. "desc": "僵尸护士",
  755. "att": 15,
  756. "def": 1,
  757. "hp": 100,
  758. "hitRate": 100,
  759. "dodge": 0,
  760. "attdis": 40,
  761. "attArea": 200,
  762. "attCd": 1,
  763. "speed": 1,
  764. "res": 0,
  765. "attAct": "attack1,attack2",
  766. "idleAct": "stand1,stand2",
  767. "moveAct": "walk1,walk2",
  768. "dieAct": 0,
  769. "hitAct": "hit1,hit2",
  770. "skillAct": 0
  771. },
  772. "36": {
  773. "id": 36,
  774. "modelname": "zombie_doctor",
  775. "npcname": "僵尸医生",
  776. "desc": "僵尸医生",
  777. "att": 15,
  778. "def": 1,
  779. "hp": 100,
  780. "hitRate": 100,
  781. "dodge": 0,
  782. "attdis": 40,
  783. "attArea": 200,
  784. "attCd": 1,
  785. "speed": 1,
  786. "res": 0,
  787. "attAct": "attack1,attack2",
  788. "idleAct": "stand1,stand2",
  789. "moveAct": "walk1,walk2",
  790. "dieAct": 0,
  791. "hitAct": "hit1,hit2",
  792. "skillAct": 0
  793. },
  794. "37": {
  795. "id": 37,
  796. "modelname": "zombie_strong",
  797. "npcname": "僵尸白壮汉",
  798. "desc": "僵尸白壮汉",
  799. "att": 15,
  800. "def": 1,
  801. "hp": 100,
  802. "hitRate": 100,
  803. "dodge": 0,
  804. "attdis": 40,
  805. "attArea": 200,
  806. "attCd": 1,
  807. "speed": 1,
  808. "res": 0,
  809. "attAct": "attack1,attack2",
  810. "idleAct": "stand1,stand2",
  811. "moveAct": "walk1,walk2",
  812. "dieAct": 0,
  813. "hitAct": "hit1,hit2",
  814. "skillAct": 0
  815. },
  816. "38": {
  817. "id": 38,
  818. "modelname": "zombie_strongblack",
  819. "npcname": "僵尸黑壮汉",
  820. "desc": "僵尸黑壮汉",
  821. "att": 15,
  822. "def": 1,
  823. "hp": 100,
  824. "hitRate": 100,
  825. "dodge": 0,
  826. "attdis": 40,
  827. "attArea": 200,
  828. "attCd": 1,
  829. "speed": 1,
  830. "res": 0,
  831. "attAct": "attack1,attack2",
  832. "idleAct": "stand1,stand2",
  833. "moveAct": "walk1,walk2",
  834. "dieAct": 0,
  835. "hitAct": "hit1,hit2",
  836. "skillAct": 0
  837. },
  838. "39": {
  839. "id": 39,
  840. "modelname": "zombie_police",
  841. "npcname": "僵尸警长",
  842. "desc": "僵尸警长",
  843. "att": 15,
  844. "def": 1,
  845. "hp": 100,
  846. "hitRate": 100,
  847. "dodge": 0,
  848. "attdis": 40,
  849. "attArea": 200,
  850. "attCd": 1,
  851. "speed": 1,
  852. "res": 0,
  853. "attAct": "attack1,attack2",
  854. "idleAct": "stand1,stand2",
  855. "moveAct": "walk1,walk2",
  856. "dieAct": 0,
  857. "hitAct": "hit1,hit2",
  858. "skillAct": 0
  859. },
  860. "40": {
  861. "id": 40,
  862. "modelname": "zombie_cook",
  863. "npcname": "僵尸厨师",
  864. "desc": "僵尸厨师",
  865. "att": 15,
  866. "def": 1,
  867. "hp": 100,
  868. "hitRate": 100,
  869. "dodge": 0,
  870. "attdis": 40,
  871. "attArea": 200,
  872. "attCd": 1,
  873. "speed": 1,
  874. "res": 0,
  875. "attAct": "attack1,attack2",
  876. "idleAct": "stand1,stand2",
  877. "moveAct": "walk1,walk2",
  878. "dieAct": 0,
  879. "hitAct": "hit1,hit2",
  880. "skillAct": 0
  881. },
  882. "41": {
  883. "id": 41,
  884. "modelname": "zombie_soldier",
  885. "npcname": "僵尸士兵",
  886. "desc": "僵尸士兵",
  887. "att": 15,
  888. "def": 1,
  889. "hp": 100,
  890. "hitRate": 100,
  891. "dodge": 0,
  892. "attdis": 40,
  893. "attArea": 200,
  894. "attCd": 1,
  895. "speed": 1,
  896. "res": 0,
  897. "attAct": "attack1,attack2",
  898. "idleAct": "stand1,stand2",
  899. "moveAct": "walk1,walk2",
  900. "dieAct": 0,
  901. "hitAct": "hit1,hit2",
  902. "skillAct": 0
  903. },
  904. "42": {
  905. "id": 42,
  906. "modelname": "zombie_express",
  907. "npcname": "僵尸快递小哥",
  908. "desc": "僵尸快递小哥",
  909. "att": 15,
  910. "def": 1,
  911. "hp": 100,
  912. "hitRate": 100,
  913. "dodge": 0,
  914. "attdis": 40,
  915. "attArea": 200,
  916. "attCd": 1,
  917. "speed": 1,
  918. "res": 0,
  919. "attAct": "attack1,attack2",
  920. "idleAct": "stand1,stand2",
  921. "moveAct": "walk1,walk2",
  922. "dieAct": 0,
  923. "hitAct": "hit1,hit2",
  924. "skillAct": 0
  925. },
  926. "43": {
  927. "id": 43,
  928. "modelname": "zombie_ordinary1",
  929. "npcname": "普通僵尸1",
  930. "desc": "普通僵尸1",
  931. "att": 15,
  932. "def": 1,
  933. "hp": 150,
  934. "hitRate": 100,
  935. "dodge": 0,
  936. "attdis": 40,
  937. "attArea": 200,
  938. "attCd": 1,
  939. "speed": 1,
  940. "res": 0,
  941. "attAct": "attack1,attack2",
  942. "idleAct": "stand1,stand2",
  943. "moveAct": "walk1,walk2",
  944. "dieAct": 0,
  945. "hitAct": "hit1,hit2",
  946. "skillAct": 0
  947. },
  948. "44": {
  949. "id": 44,
  950. "modelname": "zombie_ordinary2",
  951. "npcname": "普通僵尸2",
  952. "desc": "普通僵尸2",
  953. "att": 15,
  954. "def": 1,
  955. "hp": 150,
  956. "hitRate": 100,
  957. "dodge": 0,
  958. "attdis": 40,
  959. "attArea": 200,
  960. "attCd": 1,
  961. "speed": 1,
  962. "res": 0,
  963. "attAct": "attack1,attack2",
  964. "idleAct": "stand1,stand2",
  965. "moveAct": "walk1,walk2",
  966. "dieAct": 0,
  967. "hitAct": "hit1,hit2",
  968. "skillAct": 0
  969. },
  970. "45": {
  971. "id": 45,
  972. "modelname": "zombie_ordinary3",
  973. "npcname": "普通僵尸3",
  974. "desc": "普通僵尸3",
  975. "att": 15,
  976. "def": 1,
  977. "hp": 150,
  978. "hitRate": 100,
  979. "dodge": 0,
  980. "attdis": 40,
  981. "attArea": 200,
  982. "attCd": 1,
  983. "speed": 1,
  984. "res": 0,
  985. "attAct": "attack1,attack2",
  986. "idleAct": "stand1,stand2",
  987. "moveAct": "walk1,walk2",
  988. "dieAct": 0,
  989. "hitAct": "hit1,hit2",
  990. "skillAct": 0
  991. },
  992. "46": {
  993. "id": 46,
  994. "modelname": "zombie_noble1",
  995. "npcname": "高级僵尸1",
  996. "desc": "高级僵尸1",
  997. "att": 30,
  998. "def": 1,
  999. "hp": 300,
  1000. "hitRate": 100,
  1001. "dodge": 0,
  1002. "attdis": 300,
  1003. "attArea": 200,
  1004. "attCd": 1,
  1005. "speed": 1,
  1006. "res": 0,
  1007. "attAct": "attack1,attack2",
  1008. "idleAct": "stand1,stand2",
  1009. "moveAct": "walk1,walk2",
  1010. "dieAct": 0,
  1011. "hitAct": "hit1,hit2",
  1012. "skillAct": 0
  1013. },
  1014. "47": {
  1015. "id": 47,
  1016. "modelname": "zombie_noble2",
  1017. "npcname": "高级僵尸2",
  1018. "desc": "高级僵尸2",
  1019. "att": 45,
  1020. "def": 1,
  1021. "hp": 450,
  1022. "hitRate": 100,
  1023. "dodge": 0,
  1024. "attdis": 40,
  1025. "attArea": 200,
  1026. "attCd": 1,
  1027. "speed": 1.5,
  1028. "res": 0,
  1029. "attAct": "attack1,attack2",
  1030. "idleAct": "stand1,stand2",
  1031. "moveAct": "walk1,walk2",
  1032. "dieAct": 0,
  1033. "hitAct": "hit1,hit2",
  1034. "skillAct": 0
  1035. },
  1036. "48": {
  1037. "id": 48,
  1038. "modelname": "zombie_noble3",
  1039. "npcname": "高级僵尸3",
  1040. "desc": "高级僵尸3",
  1041. "att": 60,
  1042. "def": 1,
  1043. "hp": 600,
  1044. "hitRate": 100,
  1045. "dodge": 0,
  1046. "attdis": 40,
  1047. "attArea": 200,
  1048. "attCd": 1,
  1049. "speed": 1,
  1050. "res": 0,
  1051. "attAct": "attack1,attack2",
  1052. "idleAct": "stand1,stand2",
  1053. "moveAct": "walk1,walk2",
  1054. "dieAct": 0,
  1055. "hitAct": "hit1,hit2",
  1056. "skillAct": 0
  1057. },
  1058. "49": {
  1059. "id": 49,
  1060. "modelname": "thor",
  1061. "npcname": "雷神",
  1062. "desc": "雷神",
  1063. "att": 180,
  1064. "def": 1,
  1065. "hp": 750,
  1066. "hitRate": 100,
  1067. "dodge": 0,
  1068. "attdis": 40,
  1069. "attArea": 200,
  1070. "attCd": 1,
  1071. "speed": 1,
  1072. "res": 0,
  1073. "attAct": "attack",
  1074. "idleAct": "stand",
  1075. "moveAct": "walk",
  1076. "dieAct": "die",
  1077. "hitAct": "hit",
  1078. "skillAct": 0
  1079. },
  1080. "50": {
  1081. "id": 50,
  1082. "modelname": "wujing",
  1083. "npcname": "吴京",
  1084. "desc": "吴京",
  1085. "att": 90,
  1086. "def": 1,
  1087. "hp": 600,
  1088. "hitRate": 100,
  1089. "dodge": 0,
  1090. "attdis": 400,
  1091. "attArea": 200,
  1092. "attCd": 1,
  1093. "speed": 1,
  1094. "res": 0,
  1095. "attAct": "attack",
  1096. "idleAct": "stand",
  1097. "moveAct": "walk",
  1098. "dieAct": "die",
  1099. "hitAct": "hit",
  1100. "skillAct": 0
  1101. },
  1102. "51": {
  1103. "id": 51,
  1104. "modelname": "zhaoyun",
  1105. "npcname": "赵云",
  1106. "desc": "赵云",
  1107. "att": 160,
  1108. "def": 1,
  1109. "hp": 1000,
  1110. "hitRate": 100,
  1111. "dodge": 0,
  1112. "attdis": 40,
  1113. "attArea": 200,
  1114. "attCd": 1,
  1115. "speed": 1,
  1116. "res": 0,
  1117. "attAct": "attack",
  1118. "idleAct": "stand",
  1119. "moveAct": "walk",
  1120. "dieAct": "die",
  1121. "hitAct": "hit",
  1122. "skillAct": 0
  1123. },
  1124. "52": {
  1125. "id": 52,
  1126. "modelname": "wuliuqi",
  1127. "npcname": "五六七",
  1128. "desc": "五六七",
  1129. "att": 300,
  1130. "def": 1,
  1131. "hp": 500,
  1132. "hitRate": 100,
  1133. "dodge": 0,
  1134. "attdis": 40,
  1135. "attArea": 200,
  1136. "attCd": 1,
  1137. "speed": 1,
  1138. "res": 0,
  1139. "attAct": "attack",
  1140. "idleAct": "stand",
  1141. "moveAct": "walk",
  1142. "dieAct": "die",
  1143. "hitAct": "hit",
  1144. "skillAct": 0
  1145. },
  1146. "53": {
  1147. "id": 53,
  1148. "modelname": "zombie_boss1",
  1149. "npcname": "boss1",
  1150. "desc": "boss1",
  1151. "att": 100,
  1152. "def": 1,
  1153. "hp": 4000,
  1154. "hitRate": 100,
  1155. "dodge": 0,
  1156. "attdis": 40,
  1157. "attArea": 200,
  1158. "attCd": 1,
  1159. "speed": 1,
  1160. "res": 0,
  1161. "attAct": "attack",
  1162. "idleAct": "stand",
  1163. "moveAct": "walk",
  1164. "dieAct": "die",
  1165. "hitAct": "hit",
  1166. "skillAct": 0
  1167. },
  1168. "54": {
  1169. "id": 54,
  1170. "modelname": "zombie_boss2",
  1171. "npcname": "boss2",
  1172. "desc": "boss2",
  1173. "att": 150,
  1174. "def": 1,
  1175. "hp": 5000,
  1176. "hitRate": 100,
  1177. "dodge": 0,
  1178. "attdis": 40,
  1179. "attArea": 200,
  1180. "attCd": 1,
  1181. "speed": 1,
  1182. "res": 0,
  1183. "attAct": "attack",
  1184. "idleAct": "stand",
  1185. "moveAct": "walk",
  1186. "dieAct": "die",
  1187. "hitAct": "hit",
  1188. "skillAct": 0
  1189. },
  1190. "55": {
  1191. "id": 55,
  1192. "modelname": "zombie_boss3",
  1193. "npcname": "boss3",
  1194. "desc": "boss3",
  1195. "att": 200,
  1196. "def": 1,
  1197. "hp": 6000,
  1198. "hitRate": 100,
  1199. "dodge": 0,
  1200. "attdis": 40,
  1201. "attArea": 200,
  1202. "attCd": 1,
  1203. "speed": 1,
  1204. "res": 0,
  1205. "attAct": "attack",
  1206. "idleAct": "stand",
  1207. "moveAct": "walk",
  1208. "dieAct": "die",
  1209. "hitAct": "hit",
  1210. "skillAct": 0
  1211. },
  1212. "56": {
  1213. "id": 56,
  1214. "modelname": "zombie_boss4",
  1215. "npcname": "boss4",
  1216. "desc": "boss4",
  1217. "att": 300,
  1218. "def": 1,
  1219. "hp": 8000,
  1220. "hitRate": 100,
  1221. "dodge": 0,
  1222. "attdis": 40,
  1223. "attArea": 200,
  1224. "attCd": 1,
  1225. "speed": 1,
  1226. "res": 0,
  1227. "attAct": "attack",
  1228. "idleAct": "stand",
  1229. "moveAct": "walk",
  1230. "dieAct": "die",
  1231. "hitAct": "hit",
  1232. "skillAct": 0
  1233. }
  1234. }