Monsters.json 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154
  1. [
  2. {
  3. "id": 20101001,
  4. "prefab": "d3d/monsters/guai_0101",
  5. "moveSpeed": 1.2,
  6. "moveAnimation": "Walk",
  7. "moveAnimationSpeed": 1.2,
  8. "attackAnimation": "Attack",
  9. "attackAnimationSpeed": 1.2,
  10. "damageParticle": "d3d/Particle/zhuodan2",
  11. "damageAnimation": "Damage",
  12. "damageAnimationSpeed": 1,
  13. "dieAnimation": "Die",
  14. "dieAnimationSpeed": 1,
  15. "scale": {
  16. "x": "1",
  17. "y": "1",
  18. "z": "1"
  19. },
  20. "attackAnimationEvents": [
  21. {
  22. "frame": 0.6,
  23. "func": "AttackDamageFrame"
  24. }
  25. ]
  26. },
  27. {
  28. "id": 20101002,
  29. "prefab": "d3d/monsters/guai_0101",
  30. "moveSpeed": 1.2,
  31. "moveAnimation": "Walk",
  32. "moveAnimationSpeed": 1.2,
  33. "attackAnimation": "Attack",
  34. "attackAnimationSpeed": 1.2,
  35. "damageParticle": "d3d/Particle/zhuodan2",
  36. "damageAnimation": "Damage",
  37. "damageAnimationSpeed": 1,
  38. "dieAnimation": "Die",
  39. "dieAnimationSpeed": 1,
  40. "scale": {
  41. "x": "1",
  42. "y": "1",
  43. "z": "1"
  44. },
  45. "attackAnimationEvents": [
  46. {
  47. "frame": 0.3,
  48. "func": "AttackDamageFrame"
  49. }
  50. ]
  51. },
  52. {
  53. "id": 20101003,
  54. "prefab": "d3d/monsters/guai_0101",
  55. "moveSpeed": 0.6,
  56. "moveAnimation": "Walk",
  57. "moveAnimationSpeed": 0.6,
  58. "attackAnimation": "Attack",
  59. "attackAnimationSpeed": 0.6,
  60. "damageParticle": "d3d/Particle/zhuodan2",
  61. "damageAnimation": "Damage",
  62. "damageAnimationSpeed": 1,
  63. "dieAnimation": "Die",
  64. "dieAnimationSpeed": 1,
  65. "scale": {
  66. "x": "1.5",
  67. "y": "1.5",
  68. "z": "1.5"
  69. },
  70. "attackAnimationEvents": [
  71. {
  72. "frame": 0.8,
  73. "func": "AttackDamageFrame"
  74. }
  75. ]
  76. },
  77. {
  78. "id": 20201001,
  79. "prefab": "d3d/monsters/guai_0201",
  80. "moveSpeed": 1,
  81. "moveAnimation": "Walk",
  82. "moveAnimationSpeed": 1,
  83. "attackAnimation": "Attack",
  84. "attackAnimationSpeed": 1,
  85. "damageParticle": "d3d/Particle/zhuodan2",
  86. "damageAnimation": "Damage",
  87. "damageAnimationSpeed": 1,
  88. "dieAnimation": "Die",
  89. "dieAnimationSpeed": 1,
  90. "scale": {
  91. "x": "1",
  92. "y": "1",
  93. "z": "1"
  94. },
  95. "attackAnimationEvents": [
  96. {
  97. "frame": 0.6,
  98. "func": "AttackDamageFrame"
  99. }
  100. ]
  101. },
  102. {
  103. "id": 20201002,
  104. "prefab": "d3d/monsters/guai_0201",
  105. "moveSpeed": 1,
  106. "moveAnimation": "Walk",
  107. "moveAnimationSpeed": 1,
  108. "attackAnimation": "Attack",
  109. "attackAnimationSpeed": 1,
  110. "damageParticle": "d3d/Particle/zhuodan2",
  111. "damageAnimation": "Damage",
  112. "damageAnimationSpeed": 1,
  113. "dieAnimation": "Die",
  114. "dieAnimationSpeed": 1,
  115. "scale": {
  116. "x": "1",
  117. "y": "1",
  118. "z": "1"
  119. },
  120. "attackAnimationEvents": [
  121. {
  122. "frame": 0.3,
  123. "func": "AttackDamageFrame"
  124. }
  125. ]
  126. },
  127. {
  128. "id": 20201003,
  129. "prefab": "d3d/monsters/guai_0201",
  130. "moveSpeed": 0.6,
  131. "moveAnimation": "Walk2",
  132. "moveAnimationSpeed": 0.6,
  133. "attackAnimation": "Attack",
  134. "attackAnimationSpeed": 0.6,
  135. "damageParticle": "d3d/Particle/zhuodan2",
  136. "damageAnimation": "Damage",
  137. "damageAnimationSpeed": 1,
  138. "dieAnimation": "Die",
  139. "dieAnimationSpeed": 1,
  140. "scale": {
  141. "x": "3",
  142. "y": "3",
  143. "z": "3"
  144. },
  145. "attackAnimationEvents": [
  146. {
  147. "frame": 0.8,
  148. "func": "AttackDamageFrame"
  149. }
  150. ]
  151. },
  152. {
  153. "id": 20301001,
  154. "prefab": "d3d/monsters/guai_0301",
  155. "moveSpeed": 2,
  156. "moveAnimation": "Walk",
  157. "moveAnimationSpeed": 2,
  158. "attackAnimation": "Attack",
  159. "attackAnimationSpeed": 2,
  160. "damageParticle": "d3d/Particle/zhuodan2",
  161. "damageAnimation": "Damage",
  162. "damageAnimationSpeed": 1,
  163. "dieAnimation": "Die",
  164. "dieAnimationSpeed": 1,
  165. "scale": {
  166. "x": "1",
  167. "y": "1",
  168. "z": "1"
  169. },
  170. "attackAnimationEvents": [
  171. {
  172. "frame": 0.6,
  173. "func": "AttackDamageFrame"
  174. }
  175. ]
  176. },
  177. {
  178. "id": 20301002,
  179. "prefab": "d3d/monsters/guai_0301",
  180. "moveSpeed": 2,
  181. "moveAnimation": "Walk",
  182. "moveAnimationSpeed": 2,
  183. "attackAnimation": "Attack",
  184. "attackAnimationSpeed": 2,
  185. "damageParticle": "d3d/Particle/zhuodan2",
  186. "damageAnimation": "Damage",
  187. "damageAnimationSpeed": 1,
  188. "dieAnimation": "Die",
  189. "dieAnimationSpeed": 1,
  190. "scale": {
  191. "x": "1",
  192. "y": "1",
  193. "z": "1"
  194. },
  195. "attackAnimationEvents": [
  196. {
  197. "frame": 0.3,
  198. "func": "AttackDamageFrame"
  199. }
  200. ]
  201. },
  202. {
  203. "id": 20301003,
  204. "prefab": "d3d/monsters/guai_0301",
  205. "moveSpeed": 0.6,
  206. "moveAnimation": "Walk",
  207. "moveAnimationSpeed": 0.6,
  208. "attackAnimation": "Attack",
  209. "attackAnimationSpeed": 0.6,
  210. "damageParticle": "d3d/Particle/zhuodan2",
  211. "damageAnimation": "Damage",
  212. "damageAnimationSpeed": 1,
  213. "dieAnimation": "Die",
  214. "dieAnimationSpeed": 1,
  215. "scale": {
  216. "x": "1.5",
  217. "y": "1.5",
  218. "z": "1.5"
  219. },
  220. "attackAnimationEvents": [
  221. {
  222. "frame": 0.8,
  223. "func": "AttackDamageFrame"
  224. }
  225. ]
  226. },
  227. {
  228. "id": 20401001,
  229. "prefab": "d3d/monsters/guai_0401",
  230. "moveSpeed": 4,
  231. "moveAnimation": "Run",
  232. "moveAnimationSpeed": 4,
  233. "attackAnimation": "Attack",
  234. "attackAnimationSpeed": 4,
  235. "damageParticle": "d3d/Particle/Particle_meijin",
  236. "damageAnimation": "Damage",
  237. "damageAnimationSpeed": 1,
  238. "dieAnimation": "Die",
  239. "dieAnimationSpeed": 1,
  240. "scale": {
  241. "x": "1",
  242. "y": "1",
  243. "z": "1"
  244. },
  245. "attackAnimationEvents": [
  246. {
  247. "frame": 0.6,
  248. "func": "AttackDamageFrame"
  249. }
  250. ]
  251. },
  252. {
  253. "id": 20401002,
  254. "prefab": "d3d/monsters/guai_0401",
  255. "moveSpeed": 4,
  256. "moveAnimation": "Run",
  257. "moveAnimationSpeed": 4,
  258. "attackAnimation": "Attack",
  259. "attackAnimationSpeed": 4,
  260. "damageParticle": "d3d/Particle/Particle_meijin",
  261. "damageAnimation": "Damage",
  262. "damageAnimationSpeed": 1,
  263. "dieAnimation": "Die",
  264. "dieAnimationSpeed": 1,
  265. "scale": {
  266. "x": "1",
  267. "y": "1",
  268. "z": "1"
  269. },
  270. "attackAnimationEvents": [
  271. {
  272. "frame": 0.3,
  273. "func": "AttackDamageFrame"
  274. }
  275. ]
  276. },
  277. {
  278. "id": 20401003,
  279. "prefab": "d3d/monsters/guai_0401",
  280. "moveSpeed": 0.6,
  281. "moveAnimation": "Walk2",
  282. "moveAnimationSpeed": 0.6,
  283. "attackAnimation": "Attack",
  284. "attackAnimationSpeed": 0.6,
  285. "damageParticle": "d3d/Particle/Particle_meijin",
  286. "damageAnimation": "Damage",
  287. "damageAnimationSpeed": 1,
  288. "dieAnimation": "Die",
  289. "dieAnimationSpeed": 1,
  290. "scale": {
  291. "x": "3",
  292. "y": "3",
  293. "z": "3"
  294. },
  295. "attackAnimationEvents": [
  296. {
  297. "frame": 0.8,
  298. "func": "AttackDamageFrame"
  299. }
  300. ]
  301. },
  302. {
  303. "id": 20501001,
  304. "prefab": "d3d/monsters/guai_0501",
  305. "moveSpeed": 1.2,
  306. "moveAnimation": "Walk",
  307. "moveAnimationSpeed": 1.2,
  308. "attackAnimation": "Attack",
  309. "attackAnimationSpeed": 1.2,
  310. "damageParticle": "d3d/Particle/zhuodan2",
  311. "damageAnimation": "Damage",
  312. "damageAnimationSpeed": 1,
  313. "dieAnimation": "Die",
  314. "dieAnimationSpeed": 1,
  315. "scale": {
  316. "x": "1",
  317. "y": "1",
  318. "z": "1"
  319. },
  320. "attackAnimationEvents": [
  321. {
  322. "frame": 0.6,
  323. "func": "AttackDamageFrame"
  324. }
  325. ]
  326. },
  327. {
  328. "id": 20501002,
  329. "prefab": "d3d/monsters/guai_0501",
  330. "moveSpeed": 1.2,
  331. "moveAnimation": "Walk",
  332. "moveAnimationSpeed": 1.2,
  333. "attackAnimation": "Attack",
  334. "attackAnimationSpeed": 1.2,
  335. "damageParticle": "d3d/Particle/zhuodan2",
  336. "damageAnimation": "Damage",
  337. "damageAnimationSpeed": 1,
  338. "dieAnimation": "Die",
  339. "dieAnimationSpeed": 1,
  340. "scale": {
  341. "x": "1",
  342. "y": "1",
  343. "z": "1"
  344. },
  345. "attackAnimationEvents": [
  346. {
  347. "frame": 0.3,
  348. "func": "AttackDamageFrame"
  349. }
  350. ]
  351. },
  352. {
  353. "id": 20501003,
  354. "prefab": "d3d/monsters/guai_0501",
  355. "moveSpeed": 0.6,
  356. "moveAnimation": "Walk",
  357. "moveAnimationSpeed": 0.6,
  358. "attackAnimation": "Attack",
  359. "attackAnimationSpeed": 0.6,
  360. "damageParticle": "d3d/Particle/zhuodan2",
  361. "damageAnimation": "Damage",
  362. "damageAnimationSpeed": 1,
  363. "dieAnimation": "Die",
  364. "dieAnimationSpeed": 1,
  365. "scale": {
  366. "x": "1.5",
  367. "y": "1.5",
  368. "z": "1.5"
  369. },
  370. "attackAnimationEvents": [
  371. {
  372. "frame": 0.8,
  373. "func": "AttackDamageFrame"
  374. }
  375. ]
  376. },
  377. {
  378. "id": 20601001,
  379. "prefab": "d3d/monsters/guai_0601",
  380. "moveSpeed": 2,
  381. "moveAnimation": "Walk",
  382. "moveAnimationSpeed": 2,
  383. "attackAnimation": "Attack",
  384. "attackAnimationSpeed": 2,
  385. "damageParticle": "d3d/Particle/zhuodan2",
  386. "damageAnimation": "Damage",
  387. "damageAnimationSpeed": 1,
  388. "dieAnimation": "Die",
  389. "dieAnimationSpeed": 1,
  390. "scale": {
  391. "x": "1",
  392. "y": "1",
  393. "z": "1"
  394. },
  395. "attackAnimationEvents": [
  396. {
  397. "frame": 0.6,
  398. "func": "AttackDamageFrame"
  399. }
  400. ]
  401. },
  402. {
  403. "id": 20601002,
  404. "prefab": "d3d/monsters/guai_0601",
  405. "moveSpeed": 2,
  406. "moveAnimation": "Walk",
  407. "moveAnimationSpeed": 2,
  408. "attackAnimation": "Attack",
  409. "attackAnimationSpeed": 2,
  410. "damageParticle": "d3d/Particle/zhuodan2",
  411. "damageAnimation": "Damage",
  412. "damageAnimationSpeed": 1,
  413. "dieAnimation": "Die",
  414. "dieAnimationSpeed": 1,
  415. "scale": {
  416. "x": "1",
  417. "y": "1",
  418. "z": "1"
  419. },
  420. "attackAnimationEvents": [
  421. {
  422. "frame": 0.3,
  423. "func": "AttackDamageFrame"
  424. }
  425. ]
  426. },
  427. {
  428. "id": 20601003,
  429. "prefab": "d3d/monsters/guai_0601",
  430. "moveSpeed": 0.6,
  431. "moveAnimation": "Walk2",
  432. "moveAnimationSpeed": 0.6,
  433. "attackAnimation": "Attack",
  434. "attackAnimationSpeed": 0.6,
  435. "damageParticle": "d3d/Particle/zhuodan2",
  436. "damageAnimation": "Damage",
  437. "damageAnimationSpeed": 1,
  438. "dieAnimation": "Die",
  439. "dieAnimationSpeed": 1,
  440. "scale": {
  441. "x": "3",
  442. "y": "3",
  443. "z": "3"
  444. },
  445. "attackAnimationEvents": [
  446. {
  447. "frame": 0.8,
  448. "func": "AttackDamageFrame"
  449. }
  450. ]
  451. },
  452. {
  453. "id": 20901001,
  454. "prefab": "d3d/monsters/guai_0901",
  455. "moveSpeed": 0.8,
  456. "moveAnimation": "Walk2",
  457. "moveAnimationSpeed": 0.8,
  458. "attackAnimation": "Attack",
  459. "attackAnimationSpeed": 0.8,
  460. "damageParticle": "d3d/Particle/zhuodan2",
  461. "damageAnimation": "Damage",
  462. "damageAnimationSpeed": 1,
  463. "dieAnimation": "Die",
  464. "dieAnimationSpeed": 1,
  465. "scale": {
  466. "x": "1",
  467. "y": "1",
  468. "z": "1"
  469. },
  470. "attackAnimationEvents": [
  471. {
  472. "frame": 0.6,
  473. "func": "AttackDamageFrame"
  474. }
  475. ]
  476. },
  477. {
  478. "id": 20901002,
  479. "prefab": "d3d/monsters/guai_0901",
  480. "moveSpeed": 0.8,
  481. "moveAnimation": "Walk2",
  482. "moveAnimationSpeed": 0.8,
  483. "attackAnimation": "Attack",
  484. "attackAnimationSpeed": 0.8,
  485. "damageParticle": "d3d/Particle/zhuodan2",
  486. "damageAnimation": "Damage",
  487. "damageAnimationSpeed": 1,
  488. "dieAnimation": "Die",
  489. "dieAnimationSpeed": 1,
  490. "scale": {
  491. "x": "1",
  492. "y": "1",
  493. "z": "1"
  494. },
  495. "attackAnimationEvents": [
  496. {
  497. "frame": 0.3,
  498. "func": "AttackDamageFrame"
  499. }
  500. ]
  501. },
  502. {
  503. "id": 20901003,
  504. "prefab": "d3d/monsters/guai_0901",
  505. "moveSpeed": 0.6,
  506. "moveAnimation": "Walk",
  507. "moveAnimationSpeed": 0.6,
  508. "attackAnimation": "Attack",
  509. "attackAnimationSpeed": 0.6,
  510. "damageParticle": "d3d/Particle/zhuodan2",
  511. "damageAnimation": "Damage",
  512. "damageAnimationSpeed": 1,
  513. "dieAnimation": "Die",
  514. "dieAnimationSpeed": 1,
  515. "scale": {
  516. "x": "2",
  517. "y": "2",
  518. "z": "2"
  519. },
  520. "attackAnimationEvents": [
  521. {
  522. "frame": 0.8,
  523. "func": "AttackDamageFrame"
  524. }
  525. ]
  526. },
  527. {
  528. "id": 21001001,
  529. "prefab": "d3d/monsters/guai_1001",
  530. "moveSpeed": 2,
  531. "moveAnimation": "Walk2",
  532. "moveAnimationSpeed": 2,
  533. "attackAnimation": "Attack",
  534. "attackAnimationSpeed": 2,
  535. "damageParticle": "d3d/Particle/zhuodan2",
  536. "damageAnimation": "Damage",
  537. "damageAnimationSpeed": 1,
  538. "dieAnimation": "Die",
  539. "dieAnimationSpeed": 1,
  540. "scale": {
  541. "x": "1",
  542. "y": "1",
  543. "z": "1"
  544. },
  545. "attackAnimationEvents": [
  546. {
  547. "frame": 0.6,
  548. "func": "AttackDamageFrame"
  549. }
  550. ]
  551. },
  552. {
  553. "id": 21001002,
  554. "prefab": "d3d/monsters/guai_1001",
  555. "moveSpeed": 2,
  556. "moveAnimation": "Walk2",
  557. "moveAnimationSpeed": 2,
  558. "attackAnimation": "Attack",
  559. "attackAnimationSpeed": 2,
  560. "damageParticle": "d3d/Particle/zhuodan2",
  561. "damageAnimation": "Damage",
  562. "damageAnimationSpeed": 1,
  563. "dieAnimation": "Die",
  564. "dieAnimationSpeed": 1,
  565. "scale": {
  566. "x": "1",
  567. "y": "1",
  568. "z": "1"
  569. },
  570. "attackAnimationEvents": [
  571. {
  572. "frame": 0.3,
  573. "func": "AttackDamageFrame"
  574. }
  575. ]
  576. },
  577. {
  578. "id": 21001003,
  579. "prefab": "d3d/monsters/guai_1001",
  580. "moveSpeed": 0.6,
  581. "moveAnimation": "Walk2",
  582. "moveAnimationSpeed": 0.6,
  583. "attackAnimation": "Attack",
  584. "attackAnimationSpeed": 0.6,
  585. "damageParticle": "d3d/Particle/zhuodan2",
  586. "damageAnimation": "Damage",
  587. "damageAnimationSpeed": 1,
  588. "dieAnimation": "Die",
  589. "dieAnimationSpeed": 1,
  590. "scale": {
  591. "x": "3",
  592. "y": "3",
  593. "z": "3"
  594. },
  595. "attackAnimationEvents": [
  596. {
  597. "frame": 0.8,
  598. "func": "AttackDamageFrame"
  599. }
  600. ]
  601. },
  602. {
  603. "id": 21101001,
  604. "prefab": "d3d/monsters/guai_1101",
  605. "moveSpeed": 1.2,
  606. "moveAnimation": "Walk",
  607. "moveAnimationSpeed": 1.2,
  608. "attackAnimation": "Attack",
  609. "attackAnimationSpeed": 1.2,
  610. "damageParticle": "d3d/Particle/zhuodan2",
  611. "damageAnimation": "Damage",
  612. "damageAnimationSpeed": 1,
  613. "dieAnimation": "Die",
  614. "dieAnimationSpeed": 1,
  615. "scale": {
  616. "x": "1",
  617. "y": "1",
  618. "z": "1"
  619. },
  620. "attackAnimationEvents": [
  621. {
  622. "frame": 0.6,
  623. "func": "AttackDamageFrame"
  624. }
  625. ]
  626. },
  627. {
  628. "id": 21101002,
  629. "prefab": "d3d/monsters/guai_1101",
  630. "moveSpeed": 1.2,
  631. "moveAnimation": "Walk",
  632. "moveAnimationSpeed": 1.2,
  633. "attackAnimation": "Attack",
  634. "attackAnimationSpeed": 1.2,
  635. "damageParticle": "d3d/Particle/zhuodan2",
  636. "damageAnimation": "Damage",
  637. "damageAnimationSpeed": 1,
  638. "dieAnimation": "Die",
  639. "dieAnimationSpeed": 1,
  640. "scale": {
  641. "x": "1",
  642. "y": "1",
  643. "z": "1"
  644. },
  645. "attackAnimationEvents": [
  646. {
  647. "frame": 0.3,
  648. "func": "AttackDamageFrame"
  649. }
  650. ]
  651. },
  652. {
  653. "id": 21101003,
  654. "prefab": "d3d/monsters/guai_1101",
  655. "moveSpeed": 0.6,
  656. "moveAnimation": "Walk",
  657. "moveAnimationSpeed": 0.6,
  658. "attackAnimation": "Attack",
  659. "attackAnimationSpeed": 0.6,
  660. "damageParticle": "d3d/Particle/zhuodan2",
  661. "damageAnimation": "Damage",
  662. "damageAnimationSpeed": 1,
  663. "dieAnimation": "Die",
  664. "dieAnimationSpeed": 1,
  665. "scale": {
  666. "x": "2",
  667. "y": "2",
  668. "z": "2"
  669. },
  670. "attackAnimationEvents": [
  671. {
  672. "frame": 0.8,
  673. "func": "AttackDamageFrame"
  674. }
  675. ]
  676. },
  677. {
  678. "id": 21201001,
  679. "prefab": "d3d/monsters/guai_1201",
  680. "moveSpeed": 3,
  681. "moveAnimation": "Run",
  682. "moveAnimationSpeed": 3,
  683. "attackAnimation": "Attack",
  684. "attackAnimationSpeed": 3,
  685. "damageParticle": "d3d/Particle/Particle_lvyan",
  686. "damageAnimation": "Damage",
  687. "damageAnimationSpeed": 1,
  688. "dieAnimation": "Die",
  689. "dieAnimationSpeed": 1,
  690. "scale": {
  691. "x": "1",
  692. "y": "1",
  693. "z": "1"
  694. },
  695. "attackAnimationEvents": [
  696. {
  697. "frame": 0.6,
  698. "func": "AttackDamageFrame"
  699. }
  700. ]
  701. },
  702. {
  703. "id": 21201002,
  704. "prefab": "d3d/monsters/guai_1201",
  705. "moveSpeed": 3,
  706. "moveAnimation": "Run",
  707. "moveAnimationSpeed": 3,
  708. "attackAnimation": "Attack",
  709. "attackAnimationSpeed": 3,
  710. "damageParticle": "d3d/Particle/Particle_lvyan",
  711. "damageAnimation": "Damage",
  712. "damageAnimationSpeed": 1,
  713. "dieAnimation": "Die",
  714. "dieAnimationSpeed": 1,
  715. "scale": {
  716. "x": "1",
  717. "y": "1",
  718. "z": "1"
  719. },
  720. "attackAnimationEvents": [
  721. {
  722. "frame": 0.3,
  723. "func": "AttackDamageFrame"
  724. }
  725. ]
  726. },
  727. {
  728. "id": 21201003,
  729. "prefab": "d3d/monsters/guai_1201",
  730. "moveSpeed": 0.6,
  731. "moveAnimation": "Walk2",
  732. "moveAnimationSpeed": 0.6,
  733. "attackAnimation": "Attack",
  734. "attackAnimationSpeed": 0.6,
  735. "damageParticle": "d3d/Particle/Particle_lvyan",
  736. "damageAnimation": "Damage",
  737. "damageAnimationSpeed": 1,
  738. "dieAnimation": "Die",
  739. "dieAnimationSpeed": 1,
  740. "scale": {
  741. "x": "3",
  742. "y": "3",
  743. "z": "3"
  744. },
  745. "attackAnimationEvents": [
  746. {
  747. "frame": 0.8,
  748. "func": "AttackDamageFrame"
  749. }
  750. ]
  751. },
  752. {
  753. "id": 21401001,
  754. "prefab": "d3d/monsters/guai_1401",
  755. "moveSpeed": 1,
  756. "moveAnimation": "Walk",
  757. "moveAnimationSpeed": 1,
  758. "attackAnimation": "Attack",
  759. "attackAnimationSpeed": 1,
  760. "damageParticle": "d3d/Particle/zhuodan2",
  761. "damageAnimation": "Damage",
  762. "damageAnimationSpeed": 1,
  763. "dieAnimation": "Die",
  764. "dieAnimationSpeed": 1,
  765. "scale": {
  766. "x": "1",
  767. "y": "1",
  768. "z": "1"
  769. },
  770. "attackAnimationEvents": [
  771. {
  772. "frame": 0.6,
  773. "func": "AttackDamageFrame"
  774. }
  775. ]
  776. },
  777. {
  778. "id": 21401002,
  779. "prefab": "d3d/monsters/guai_1401",
  780. "moveSpeed": 1,
  781. "moveAnimation": "Walk",
  782. "moveAnimationSpeed": 1,
  783. "attackAnimation": "Attack",
  784. "attackAnimationSpeed": 1,
  785. "damageParticle": "d3d/Particle/zhuodan2",
  786. "damageAnimation": "Damage",
  787. "damageAnimationSpeed": 1,
  788. "dieAnimation": "Die",
  789. "dieAnimationSpeed": 1,
  790. "scale": {
  791. "x": "1",
  792. "y": "1",
  793. "z": "1"
  794. },
  795. "attackAnimationEvents": [
  796. {
  797. "frame": 0.3,
  798. "func": "AttackDamageFrame"
  799. }
  800. ]
  801. },
  802. {
  803. "id": 21401003,
  804. "prefab": "d3d/monsters/guai_1401",
  805. "moveSpeed": 0.6,
  806. "moveAnimation": "Walk",
  807. "moveAnimationSpeed": 0.6,
  808. "attackAnimation": "Attack",
  809. "attackAnimationSpeed": 0.6,
  810. "damageParticle": "d3d/Particle/zhuodan2",
  811. "damageAnimation": "Damage",
  812. "damageAnimationSpeed": 1,
  813. "dieAnimation": "Die",
  814. "dieAnimationSpeed": 1,
  815. "scale": {
  816. "x": "3",
  817. "y": "3",
  818. "z": "3"
  819. },
  820. "attackAnimationEvents": [
  821. {
  822. "frame": 0.8,
  823. "func": "AttackDamageFrame"
  824. }
  825. ]
  826. },
  827. {
  828. "id": "",
  829. "scale": ""
  830. },
  831. {
  832. "id": "",
  833. "scale": ""
  834. },
  835. {
  836. "id": "",
  837. "scale": ""
  838. },
  839. {
  840. "id": "",
  841. "scale": ""
  842. },
  843. {
  844. "id": "",
  845. "scale": ""
  846. },
  847. {
  848. "id": "",
  849. "scale": ""
  850. },
  851. {
  852. "id": "",
  853. "scale": ""
  854. },
  855. {
  856. "id": "",
  857. "scale": ""
  858. },
  859. {
  860. "id": "",
  861. "scale": ""
  862. },
  863. {
  864. "id": "",
  865. "scale": ""
  866. },
  867. {
  868. "id": "",
  869. "scale": ""
  870. },
  871. {
  872. "id": "",
  873. "scale": ""
  874. },
  875. {
  876. "id": "",
  877. "scale": ""
  878. },
  879. {
  880. "id": "",
  881. "scale": ""
  882. },
  883. {
  884. "id": "",
  885. "scale": ""
  886. },
  887. {
  888. "id": "",
  889. "scale": ""
  890. },
  891. {
  892. "id": "",
  893. "scale": ""
  894. },
  895. {
  896. "id": "",
  897. "scale": ""
  898. },
  899. {
  900. "id": "",
  901. "scale": ""
  902. },
  903. {
  904. "id": "",
  905. "scale": ""
  906. },
  907. {
  908. "id": "",
  909. "scale": ""
  910. },
  911. {
  912. "id": "",
  913. "scale": ""
  914. },
  915. {
  916. "id": "",
  917. "scale": ""
  918. },
  919. {
  920. "id": "",
  921. "scale": ""
  922. },
  923. {
  924. "id": "",
  925. "scale": ""
  926. },
  927. {
  928. "id": "",
  929. "scale": ""
  930. },
  931. {
  932. "id": "",
  933. "scale": ""
  934. },
  935. {
  936. "id": "",
  937. "scale": ""
  938. },
  939. {
  940. "id": "",
  941. "scale": ""
  942. },
  943. {
  944. "id": "",
  945. "scale": ""
  946. },
  947. {
  948. "id": "",
  949. "scale": ""
  950. },
  951. {
  952. "id": "",
  953. "scale": ""
  954. },
  955. {
  956. "id": "",
  957. "scale": ""
  958. },
  959. {
  960. "id": "",
  961. "scale": ""
  962. },
  963. {
  964. "id": "",
  965. "scale": ""
  966. },
  967. {
  968. "id": "",
  969. "scale": ""
  970. },
  971. {
  972. "id": "",
  973. "scale": ""
  974. },
  975. {
  976. "id": "",
  977. "scale": ""
  978. },
  979. {
  980. "id": "",
  981. "scale": ""
  982. },
  983. {
  984. "id": "",
  985. "scale": ""
  986. },
  987. {
  988. "id": "",
  989. "scale": ""
  990. },
  991. {
  992. "id": "",
  993. "scale": ""
  994. },
  995. {
  996. "id": "",
  997. "scale": ""
  998. },
  999. {
  1000. "id": "",
  1001. "scale": ""
  1002. },
  1003. {
  1004. "id": "",
  1005. "scale": ""
  1006. },
  1007. {
  1008. "id": "",
  1009. "scale": ""
  1010. },
  1011. {
  1012. "id": "",
  1013. "scale": ""
  1014. },
  1015. {
  1016. "id": "",
  1017. "scale": ""
  1018. },
  1019. {
  1020. "id": "",
  1021. "scale": ""
  1022. },
  1023. {
  1024. "id": "",
  1025. "scale": ""
  1026. },
  1027. {
  1028. "id": "",
  1029. "scale": ""
  1030. },
  1031. {
  1032. "id": "",
  1033. "scale": ""
  1034. },
  1035. {
  1036. "id": "",
  1037. "scale": ""
  1038. },
  1039. {
  1040. "id": "",
  1041. "scale": ""
  1042. },
  1043. {
  1044. "id": "",
  1045. "scale": ""
  1046. },
  1047. {
  1048. "id": "",
  1049. "scale": ""
  1050. },
  1051. {
  1052. "id": "",
  1053. "scale": ""
  1054. },
  1055. {
  1056. "id": "",
  1057. "scale": ""
  1058. },
  1059. {
  1060. "id": "",
  1061. "scale": ""
  1062. },
  1063. {
  1064. "id": "",
  1065. "scale": ""
  1066. },
  1067. {
  1068. "id": "",
  1069. "scale": ""
  1070. },
  1071. {
  1072. "id": "",
  1073. "scale": ""
  1074. },
  1075. {
  1076. "id": "",
  1077. "scale": ""
  1078. },
  1079. {
  1080. "id": "",
  1081. "scale": ""
  1082. },
  1083. {
  1084. "id": "",
  1085. "scale": "",
  1086. "attackAnimationEvents": [
  1087. {},
  1088. {},
  1089. {},
  1090. {},
  1091. {},
  1092. {},
  1093. {},
  1094. {},
  1095. {},
  1096. {},
  1097. {},
  1098. {},
  1099. {},
  1100. {},
  1101. {},
  1102. {},
  1103. {},
  1104. {},
  1105. {},
  1106. {},
  1107. {},
  1108. {},
  1109. {},
  1110. {},
  1111. {},
  1112. {},
  1113. {},
  1114. {},
  1115. {},
  1116. {},
  1117. {},
  1118. {},
  1119. {},
  1120. {},
  1121. {},
  1122. {},
  1123. {},
  1124. {},
  1125. {},
  1126. {},
  1127. {},
  1128. {},
  1129. {},
  1130. {},
  1131. {},
  1132. {},
  1133. {},
  1134. {},
  1135. {},
  1136. {},
  1137. {},
  1138. {},
  1139. {},
  1140. {},
  1141. {},
  1142. {},
  1143. {},
  1144. {},
  1145. {},
  1146. {},
  1147. {},
  1148. {},
  1149. {},
  1150. {},
  1151. {}
  1152. ]
  1153. }
  1154. ]