enemies_backup_20251025_192831.json 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. [
  2. {
  3. "id": "normal_zombie",
  4. "name": "普通僵尸",
  5. "type": "basic",
  6. "stats": {
  7. "health": 40,
  8. "maxHealth": 9999,
  9. "defense": 0,
  10. "speed": 20.0,
  11. "dropEnergy": 1,
  12. "dropCoins": 2
  13. },
  14. "movement": {
  15. "pattern": "direct",
  16. "speed": 20.0,
  17. "patrolRange": 100,
  18. "rotationSpeed": 180.0,
  19. "moveType": "straight",
  20. "swingAmplitude": 0.0,
  21. "swingFrequency": 0.0,
  22. "speedVariation": 0.1
  23. },
  24. "combat": {
  25. "attackDamage": 1,
  26. "attackRange": 0.0,
  27. "attackSpeed": 2.0,
  28. "canBlock": false,
  29. "blockChance": 0.0,
  30. "blockDamageReduction": 0.5,
  31. "attackCooldown": 2.0,
  32. "attackType": "melee",
  33. "attackDelay": 1.0,
  34. "weaponType": "none",
  35. "projectileType": "none",
  36. "projectileSpeed": 0.0,
  37. "causesWallShake": false
  38. },
  39. "visualConfig": {
  40. "spritePath": "Animation/EnemyAni/001",
  41. "scale": 1.0,
  42. "animationSpeed": 1.0,
  43. "flipX": false,
  44. "tint": "#FFFFFF",
  45. "animations": {
  46. "idle": "idle",
  47. "walk": "walk",
  48. "attack": "attack",
  49. "death": "dead"
  50. },
  51. "weaponProp": "props/baseball_bat"
  52. },
  53. "audioConfig": {
  54. "attackSound": "enemy_attack",
  55. "deathSound": "enemy_death",
  56. "hitSound": "enemy_hit",
  57. "walkSound": "audio/zombie_walk",
  58. "blockSound": "",
  59. "stealthSound": "",
  60. "armorBreakSound": "",
  61. "fuseSound": "",
  62. "volume": 1.0
  63. },
  64. "visual": {
  65. "sprite_path": "Animation/EnemyAni/001",
  66. "scale": 1.0,
  67. "animation_speed": 1.0,
  68. "flip_horizontal": false,
  69. "animations": {
  70. "idle": "idle",
  71. "walk": "walk",
  72. "attack": "attack",
  73. "death": "dead"
  74. },
  75. "weapon_prop": "props/baseball_bat"
  76. },
  77. "audio": {
  78. "attack_sound": "data/弹球音效/dao2.mp3",
  79. "death_sound": "data/弹球音效/normal zombie die 1.mp3",
  80. "hit_sound": "Null",
  81. "walk_sound": "Null",
  82. "block_sound": "nan",
  83. "stealth_sound": "nan",
  84. "armor_break_sound": "nan",
  85. "fuse_sound": "nan"
  86. },
  87. "boss": {
  88. "is_boss": false,
  89. "phases": 1,
  90. "rage_threshold": 0.3,
  91. "rage_damage_multiplier": 1.0,
  92. "rage_speed_multiplier": 1.0
  93. },
  94. "special_abilities": []
  95. },
  96. {
  97. "id": "roadblock_zombie",
  98. "name": "路障僵尸",
  99. "type": "armored",
  100. "stats": {
  101. "health": 50,
  102. "maxHealth": 9999,
  103. "defense": 0,
  104. "speed": 20.0,
  105. "dropEnergy": 1,
  106. "dropCoins": 2
  107. },
  108. "movement": {
  109. "pattern": "direct",
  110. "speed": 15.0,
  111. "patrolRange": 100,
  112. "rotationSpeed": 180.0,
  113. "moveType": "straight",
  114. "swingAmplitude": 0.0,
  115. "swingFrequency": 0.0,
  116. "speedVariation": 0.1
  117. },
  118. "combat": {
  119. "attackDamage": 1,
  120. "attackRange": 0.0,
  121. "attackSpeed": 2.0,
  122. "canBlock": false,
  123. "blockChance": 0.0,
  124. "blockDamageReduction": 0.5,
  125. "attackCooldown": 3.0,
  126. "attackType": "melee",
  127. "attackDelay": 1.0,
  128. "weaponType": "none",
  129. "projectileType": "none",
  130. "projectileSpeed": 0.0,
  131. "causesWallShake": true
  132. },
  133. "visualConfig": {
  134. "spritePath": "Animation/EnemyAni/002",
  135. "scale": 1.0,
  136. "animationSpeed": 1.0,
  137. "flipX": false,
  138. "tint": "#FFFFFF",
  139. "animations": {
  140. "idle": "idle",
  141. "walk": "walk",
  142. "attack": "attack",
  143. "death": "dead"
  144. },
  145. "weaponProp": "props/magic_staff"
  146. },
  147. "audioConfig": {
  148. "attackSound": "enemy_attack",
  149. "deathSound": "enemy_death",
  150. "hitSound": "enemy_hit",
  151. "walkSound": "audio/roadblock_walk",
  152. "blockSound": "",
  153. "stealthSound": "",
  154. "armorBreakSound": "",
  155. "fuseSound": "",
  156. "volume": 1.0
  157. },
  158. "visual": {
  159. "sprite_path": "Animation/EnemyAni/002",
  160. "scale": 1.0,
  161. "animation_speed": 1.0,
  162. "flip_horizontal": false,
  163. "animations": {
  164. "idle": "idle",
  165. "walk": "walk",
  166. "attack": "attack",
  167. "death": "dead"
  168. },
  169. "weapon_prop": "props/magic_staff"
  170. },
  171. "audio": {
  172. "attack_sound": "data/弹球音效/bow.mp3",
  173. "death_sound": "data/弹球音效/normal zombie die 2.mp3",
  174. "hit_sound": "Null",
  175. "walk_sound": "Null",
  176. "block_sound": "nan",
  177. "stealth_sound": "nan",
  178. "armor_break_sound": "nan",
  179. "fuse_sound": "nan"
  180. },
  181. "boss": {
  182. "is_boss": false,
  183. "phases": 1,
  184. "rage_threshold": 0.3,
  185. "rage_damage_multiplier": 1.0,
  186. "rage_speed_multiplier": 1.0
  187. },
  188. "special_abilities": []
  189. },
  190. {
  191. "id": "wandering_zombie",
  192. "name": "漫步僵尸",
  193. "type": "wanderer",
  194. "stats": {
  195. "health": 40,
  196. "maxHealth": 9999,
  197. "defense": 0,
  198. "speed": 20.0,
  199. "dropEnergy": 1,
  200. "dropCoins": 2
  201. },
  202. "movement": {
  203. "pattern": "direct",
  204. "speed": 15.0,
  205. "patrolRange": 100,
  206. "rotationSpeed": 180.0,
  207. "moveType": "sway",
  208. "swingAmplitude": 100.0,
  209. "swingFrequency": 2.0,
  210. "speedVariation": 0.1
  211. },
  212. "combat": {
  213. "attackDamage": 1,
  214. "attackRange": 0.0,
  215. "attackSpeed": 2.0,
  216. "canBlock": false,
  217. "blockChance": 0.0,
  218. "blockDamageReduction": 0.5,
  219. "attackCooldown": 3.0,
  220. "attackType": "melee_weapon",
  221. "attackDelay": 1.0,
  222. "weaponType": "baseball_bat",
  223. "projectileType": "none",
  224. "projectileSpeed": 0.0,
  225. "causesWallShake": true
  226. },
  227. "visualConfig": {
  228. "spritePath": "Animation/EnemyAni/004",
  229. "scale": 1.0,
  230. "animationSpeed": 1.0,
  231. "flipX": false,
  232. "tint": "#FFFFFF",
  233. "animations": {
  234. "idle": "idle",
  235. "walk": "walk",
  236. "attack": "attack",
  237. "death": "dead"
  238. },
  239. "weaponProp": "props/bow"
  240. },
  241. "audioConfig": {
  242. "attackSound": "enemy_attack",
  243. "deathSound": "enemy_death",
  244. "hitSound": "enemy_hit",
  245. "walkSound": "audio/wandering_walk",
  246. "blockSound": "",
  247. "stealthSound": "",
  248. "armorBreakSound": "",
  249. "fuseSound": "",
  250. "volume": 1.0
  251. },
  252. "visual": {
  253. "sprite_path": "Animation/EnemyAni/004",
  254. "scale": 1.0,
  255. "animation_speed": 1.0,
  256. "flip_horizontal": false,
  257. "animations": {
  258. "idle": "idle",
  259. "walk": "walk",
  260. "attack": "attack",
  261. "death": "dead"
  262. },
  263. "weapon_prop": "props/bow"
  264. },
  265. "audio": {
  266. "attack_sound": "data/弹球音效/MagicianAttack.mp3",
  267. "death_sound": "data/弹球音效/normal zombie die 3.mp3",
  268. "hit_sound": "Null",
  269. "walk_sound": "Null",
  270. "block_sound": "nan",
  271. "stealth_sound": "nan",
  272. "armor_break_sound": "nan",
  273. "fuse_sound": "nan"
  274. },
  275. "boss": {
  276. "is_boss": false,
  277. "phases": 1,
  278. "rage_threshold": 0.3,
  279. "rage_damage_multiplier": 1.0,
  280. "rage_speed_multiplier": 1.0
  281. },
  282. "special_abilities": []
  283. },
  284. {
  285. "id": "mage_zombie",
  286. "name": "法师僵尸",
  287. "type": "ranged_caster",
  288. "stats": {
  289. "health": 40,
  290. "maxHealth": 9999,
  291. "defense": 0,
  292. "speed": 15.0,
  293. "dropEnergy": 1,
  294. "dropCoins": 2
  295. },
  296. "movement": {
  297. "pattern": "direct",
  298. "speed": 10.0,
  299. "patrolRange": 100,
  300. "rotationSpeed": 180.0,
  301. "moveType": "straight",
  302. "swingAmplitude": 0.0,
  303. "swingFrequency": 0.0,
  304. "speedVariation": 0.1
  305. },
  306. "combat": {
  307. "attackDamage": 1,
  308. "attackRange": 120.0,
  309. "attackSpeed": 0.5,
  310. "canBlock": false,
  311. "blockChance": 0.0,
  312. "blockDamageReduction": 0.5,
  313. "attackCooldown": 4.0,
  314. "attackType": "magic_projectile",
  315. "attackDelay": 1.0,
  316. "weaponType": "none",
  317. "projectileType": "magic_bolt",
  318. "projectileSpeed": 300.0,
  319. "causesWallShake": true
  320. },
  321. "visualConfig": {
  322. "spritePath": "Animation/EnemyAni/003",
  323. "scale": 1.0,
  324. "animationSpeed": 1.0,
  325. "flipX": false,
  326. "tint": "#FFFFFF",
  327. "animations": {
  328. "idle": "idle",
  329. "walk": "walk",
  330. "attack": "attack",
  331. "death": "dead"
  332. },
  333. "weaponProp": "props/magic_staff"
  334. },
  335. "audioConfig": {
  336. "attackSound": "enemy_attack",
  337. "deathSound": "enemy_death",
  338. "hitSound": "enemy_hit",
  339. "walkSound": "audio/mage_walk",
  340. "blockSound": "",
  341. "stealthSound": "",
  342. "armorBreakSound": "",
  343. "fuseSound": "",
  344. "volume": 1.0
  345. },
  346. "visual": {
  347. "sprite_path": "Animation/EnemyAni/003",
  348. "scale": 1.0,
  349. "animation_speed": 1.0,
  350. "flip_horizontal": false,
  351. "animations": {
  352. "idle": "idle",
  353. "walk": "walk",
  354. "attack": "attack",
  355. "death": "dead"
  356. },
  357. "weapon_prop": "props/magic_staff"
  358. },
  359. "audio": {
  360. "attack_sound": "data/弹球音效/zhanshiAtk.mp3",
  361. "death_sound": "data/弹球音效/normal zombie die 4.mp3",
  362. "hit_sound": "Null",
  363. "walk_sound": "Null",
  364. "block_sound": "nan",
  365. "stealth_sound": "nan",
  366. "armor_break_sound": "nan",
  367. "fuse_sound": "nan"
  368. },
  369. "boss": {
  370. "is_boss": false,
  371. "phases": 1,
  372. "rage_threshold": 0.3,
  373. "rage_damage_multiplier": 1.0,
  374. "rage_speed_multiplier": 1.0
  375. },
  376. "special_abilities": []
  377. },
  378. {
  379. "id": "archer_zombie",
  380. "name": "弓箭僵尸",
  381. "type": "ranged_archer",
  382. "stats": {
  383. "health": 40,
  384. "maxHealth": 9999,
  385. "defense": 0,
  386. "speed": 15.0,
  387. "dropEnergy": 1,
  388. "dropCoins": 2
  389. },
  390. "movement": {
  391. "pattern": "direct",
  392. "speed": 15.0,
  393. "patrolRange": 100,
  394. "rotationSpeed": 180.0,
  395. "moveType": "straight",
  396. "swingAmplitude": 0.0,
  397. "swingFrequency": 0.0,
  398. "speedVariation": 0.1
  399. },
  400. "combat": {
  401. "attackDamage": 1,
  402. "attackRange": 150.0,
  403. "attackSpeed": 0.5,
  404. "canBlock": false,
  405. "blockChance": 0.0,
  406. "blockDamageReduction": 0.5,
  407. "attackCooldown": 4.0,
  408. "attackType": "arrow_projectile",
  409. "attackDelay": 1.0,
  410. "weaponType": "none",
  411. "projectileType": "arrow",
  412. "projectileSpeed": 300.0,
  413. "causesWallShake": true
  414. },
  415. "visualConfig": {
  416. "spritePath": "Animation/EnemyAni/005",
  417. "scale": 1.0,
  418. "animationSpeed": 1.0,
  419. "flipX": false,
  420. "tint": "#FFFFFF",
  421. "animations": {
  422. "idle": "idle",
  423. "walk": "walk",
  424. "attack": "attack",
  425. "death": "dead"
  426. },
  427. "weaponProp": "props/bow"
  428. },
  429. "audioConfig": {
  430. "attackSound": "enemy_attack",
  431. "deathSound": "enemy_death",
  432. "hitSound": "enemy_hit",
  433. "walkSound": "audio/archer_walk",
  434. "blockSound": "",
  435. "stealthSound": "",
  436. "armorBreakSound": "",
  437. "fuseSound": "",
  438. "volume": 1.0
  439. },
  440. "visual": {
  441. "sprite_path": "Animation/EnemyAni/005",
  442. "scale": 1.0,
  443. "animation_speed": 1.0,
  444. "flip_horizontal": false,
  445. "animations": {
  446. "idle": "idle",
  447. "walk": "walk",
  448. "attack": "attack",
  449. "death": "dead"
  450. },
  451. "weapon_prop": "props/bow"
  452. },
  453. "audio": {
  454. "attack_sound": "data/弹球音效/hammer1.mp3",
  455. "death_sound": "data/弹球音效/normal zombie die 5.mp3",
  456. "hit_sound": "Null",
  457. "walk_sound": "Null",
  458. "block_sound": "nan",
  459. "stealth_sound": "nan",
  460. "armor_break_sound": "nan",
  461. "fuse_sound": "nan"
  462. },
  463. "boss": {
  464. "is_boss": false,
  465. "phases": 1,
  466. "rage_threshold": 0.3,
  467. "rage_damage_multiplier": 1.0,
  468. "rage_speed_multiplier": 1.0
  469. },
  470. "special_abilities": []
  471. },
  472. {
  473. "id": "stealth_zombie",
  474. "name": "隐身僵尸",
  475. "type": "stealth",
  476. "stats": {
  477. "health": 40,
  478. "maxHealth": 9999,
  479. "defense": 0,
  480. "speed": 20.0,
  481. "dropEnergy": 1,
  482. "dropCoins": 2
  483. },
  484. "movement": {
  485. "pattern": "direct",
  486. "speed": 20.0,
  487. "patrolRange": 100,
  488. "rotationSpeed": 180.0,
  489. "moveType": "straight",
  490. "swingAmplitude": 0.0,
  491. "swingFrequency": 0.0,
  492. "speedVariation": 0.1
  493. },
  494. "combat": {
  495. "attackDamage": 1,
  496. "attackRange": 0.0,
  497. "attackSpeed": 3.0,
  498. "canBlock": false,
  499. "blockChance": 0.0,
  500. "blockDamageReduction": 0.5,
  501. "attackCooldown": 3.0,
  502. "attackType": "stealth_strike",
  503. "attackDelay": 1.0,
  504. "weaponType": "none",
  505. "projectileType": "none",
  506. "projectileSpeed": 0.0,
  507. "causesWallShake": true
  508. },
  509. "visualConfig": {
  510. "spritePath": "Animation/EnemyAni/008",
  511. "scale": 1.0,
  512. "animationSpeed": 1.0,
  513. "flipX": false,
  514. "tint": "#FFFFFF",
  515. "animations": {
  516. "idle": "idle",
  517. "walk": "walk",
  518. "attack": "attack",
  519. "death": "dead"
  520. },
  521. "weaponProp": "props/tombstone"
  522. },
  523. "audioConfig": {
  524. "attackSound": "enemy_attack",
  525. "deathSound": "enemy_death",
  526. "hitSound": "enemy_hit",
  527. "walkSound": "audio/stealth_walk",
  528. "blockSound": "",
  529. "stealthSound": "audio/stealth_activate",
  530. "armorBreakSound": "",
  531. "fuseSound": "",
  532. "volume": 1.0
  533. },
  534. "visual": {
  535. "sprite_path": "Animation/EnemyAni/008",
  536. "scale": 1.0,
  537. "animation_speed": 1.0,
  538. "flip_horizontal": false,
  539. "animations": {
  540. "idle": "idle",
  541. "walk": "walk",
  542. "attack": "attack",
  543. "death": "dead"
  544. },
  545. "weapon_prop": "props/tombstone"
  546. },
  547. "audio": {
  548. "attack_sound": "data/弹球音效/hammer1.mp3",
  549. "death_sound": "data/弹球音效/normal zombie die 6.mp3",
  550. "hit_sound": "Null",
  551. "walk_sound": "Null",
  552. "block_sound": "nan",
  553. "stealth_sound": "Null",
  554. "armor_break_sound": "nan",
  555. "fuse_sound": "nan"
  556. },
  557. "boss": {
  558. "is_boss": false,
  559. "phases": 1,
  560. "rage_threshold": 0.3,
  561. "rage_damage_multiplier": 1.0,
  562. "rage_speed_multiplier": 1.0
  563. },
  564. "special_abilities": [
  565. {
  566. "type": "stealth",
  567. "damage": 0,
  568. "range": 0,
  569. "cooldown": 3
  570. }
  571. ]
  572. },
  573. {
  574. "id": "bucket_zombie",
  575. "name": "铁桶僵尸",
  576. "type": "heavy_armor",
  577. "stats": {
  578. "health": 60,
  579. "maxHealth": 9999,
  580. "defense": 0,
  581. "speed": 15.0,
  582. "dropEnergy": 1,
  583. "dropCoins": 2
  584. },
  585. "movement": {
  586. "pattern": "direct",
  587. "speed": 10.0,
  588. "patrolRange": 100,
  589. "rotationSpeed": 180.0,
  590. "moveType": "straight",
  591. "swingAmplitude": 0.0,
  592. "swingFrequency": 0.0,
  593. "speedVariation": 0.1
  594. },
  595. "combat": {
  596. "attackDamage": 1,
  597. "attackRange": 0.0,
  598. "attackSpeed": 1.0,
  599. "canBlock": true,
  600. "blockChance": 30.0,
  601. "blockDamageReduction": 1.0,
  602. "attackCooldown": 3.0,
  603. "attackType": "heavy_melee",
  604. "attackDelay": 1.0,
  605. "weaponType": "none",
  606. "projectileType": "none",
  607. "projectileSpeed": 0.0,
  608. "causesWallShake": true
  609. },
  610. "visualConfig": {
  611. "spritePath": "Animation/EnemyAni/006",
  612. "scale": 1.0,
  613. "animationSpeed": 1.0,
  614. "flipX": false,
  615. "tint": "#FFFFFF",
  616. "animations": {
  617. "idle": "idle",
  618. "walk": "walk",
  619. "attack": "attack",
  620. "death": "dead"
  621. },
  622. "weaponProp": "props/iron_gate"
  623. },
  624. "audioConfig": {
  625. "attackSound": "enemy_attack",
  626. "deathSound": "enemy_death",
  627. "hitSound": "enemy_hit",
  628. "walkSound": "audio/bucket_walk",
  629. "blockSound": "",
  630. "stealthSound": "",
  631. "armorBreakSound": "audio/armor_break",
  632. "fuseSound": "",
  633. "volume": 1.0
  634. },
  635. "visual": {
  636. "sprite_path": "Animation/EnemyAni/006",
  637. "scale": 1.0,
  638. "animation_speed": 1.0,
  639. "flip_horizontal": false,
  640. "animations": {
  641. "idle": "idle",
  642. "walk": "walk",
  643. "attack": "attack",
  644. "death": "dead"
  645. },
  646. "weapon_prop": "props/iron_gate"
  647. },
  648. "audio": {
  649. "attack_sound": "data/弹球音效/hammer1.mp3",
  650. "death_sound": "data/弹球音效/normal zombie die 7.mp3",
  651. "hit_sound": "Null",
  652. "walk_sound": "Null",
  653. "block_sound": "nan",
  654. "stealth_sound": "nan",
  655. "armor_break_sound": "Null",
  656. "fuse_sound": "nan"
  657. },
  658. "boss": {
  659. "is_boss": false,
  660. "phases": 1,
  661. "rage_threshold": 0.3,
  662. "rage_damage_multiplier": 1.0,
  663. "rage_speed_multiplier": 1.0
  664. },
  665. "special_abilities": []
  666. },
  667. {
  668. "id": "barrel_zombie",
  669. "name": "火药桶僵尸",
  670. "type": "explosive",
  671. "stats": {
  672. "health": 40,
  673. "maxHealth": 9999,
  674. "defense": 0,
  675. "speed": 20.0,
  676. "dropEnergy": 1,
  677. "dropCoins": 2
  678. },
  679. "movement": {
  680. "pattern": "direct",
  681. "speed": 20.0,
  682. "patrolRange": 100,
  683. "rotationSpeed": 180.0,
  684. "moveType": "straight",
  685. "swingAmplitude": 0.0,
  686. "swingFrequency": 0.0,
  687. "speedVariation": 0.1
  688. },
  689. "combat": {
  690. "attackDamage": 1,
  691. "attackRange": 120.0,
  692. "attackSpeed": 0.5,
  693. "canBlock": false,
  694. "blockChance": 0.0,
  695. "blockDamageReduction": 0.5,
  696. "attackCooldown": 3.0,
  697. "attackType": "melee",
  698. "attackDelay": 1.0,
  699. "weaponType": "none",
  700. "projectileType": "none",
  701. "projectileSpeed": 150.0,
  702. "causesWallShake": true
  703. },
  704. "visualConfig": {
  705. "spritePath": "Animation/EnemyAni/007",
  706. "scale": 1.0,
  707. "animationSpeed": 1.0,
  708. "flipX": false,
  709. "tint": "#FFFFFF",
  710. "animations": {
  711. "idle": "idle",
  712. "walk": "walk",
  713. "attack": "attack",
  714. "death": "dead"
  715. },
  716. "weaponProp": "props/iron_gate"
  717. },
  718. "audioConfig": {
  719. "attackSound": "enemy_attack",
  720. "deathSound": "enemy_death",
  721. "hitSound": "enemy_hit",
  722. "walkSound": "audio/barrel_walk",
  723. "blockSound": "",
  724. "stealthSound": "",
  725. "armorBreakSound": "",
  726. "fuseSound": "audio/barrel_fuse",
  727. "volume": 1.0
  728. },
  729. "visual": {
  730. "sprite_path": "Animation/EnemyAni/007",
  731. "scale": 1.0,
  732. "animation_speed": 1.0,
  733. "flip_horizontal": false,
  734. "animations": {
  735. "idle": "idle",
  736. "walk": "walk",
  737. "attack": "attack",
  738. "death": "dead"
  739. },
  740. "weapon_prop": "props/iron_gate"
  741. },
  742. "audio": {
  743. "attack_sound": "data/弹球音效/hammer1.mp3",
  744. "death_sound": "data/弹球音效/boss die.mp3",
  745. "hit_sound": "Null",
  746. "walk_sound": "Null",
  747. "block_sound": "nan",
  748. "stealth_sound": "nan",
  749. "armor_break_sound": "nan",
  750. "fuse_sound": "Null"
  751. },
  752. "boss": {
  753. "is_boss": false,
  754. "phases": 1,
  755. "rage_threshold": 0.3,
  756. "rage_damage_multiplier": 1.0,
  757. "rage_speed_multiplier": 1.0
  758. },
  759. "special_abilities": []
  760. },
  761. {
  762. "id": "boss1_gatekeeper",
  763. "name": "BOSS1",
  764. "type": "boss",
  765. "stats": {
  766. "health": 200,
  767. "maxHealth": 9999,
  768. "defense": 0,
  769. "speed": 10.0,
  770. "dropEnergy": 1,
  771. "dropCoins": 2
  772. },
  773. "movement": {
  774. "pattern": "direct",
  775. "speed": 10.0,
  776. "patrolRange": 100,
  777. "rotationSpeed": 180.0,
  778. "moveType": "straight",
  779. "swingAmplitude": 0.0,
  780. "swingFrequency": 0.0,
  781. "speedVariation": 0.1
  782. },
  783. "combat": {
  784. "attackDamage": 2,
  785. "attackRange": 0.0,
  786. "attackSpeed": 1.0,
  787. "canBlock": false,
  788. "blockChance": 0.0,
  789. "blockDamageReduction": 0.5,
  790. "attackCooldown": 4.0,
  791. "attackType": "gate_slam",
  792. "attackDelay": 1.0,
  793. "weaponType": "none",
  794. "projectileType": "none",
  795. "projectileSpeed": 0.0,
  796. "causesWallShake": true
  797. },
  798. "visualConfig": {
  799. "spritePath": "Animation/EnemyAni/009",
  800. "scale": 1.0,
  801. "animationSpeed": 1.0,
  802. "flipX": false,
  803. "tint": "#FFFFFF",
  804. "animations": {
  805. "idle": "idle",
  806. "walk": "walk",
  807. "attack": "attack",
  808. "death": "dead"
  809. },
  810. "weaponProp": "props/iron_gate"
  811. },
  812. "audioConfig": {
  813. "attackSound": "enemy_attack",
  814. "deathSound": "enemy_death",
  815. "hitSound": "enemy_hit",
  816. "walkSound": "audio/boss1_walk",
  817. "blockSound": "",
  818. "stealthSound": "",
  819. "armorBreakSound": "",
  820. "fuseSound": "",
  821. "volume": 1.0
  822. },
  823. "special_abilities": [
  824. {
  825. "type": "charge_attack",
  826. "damage": 1,
  827. "range": 150,
  828. "cooldown": 8
  829. },
  830. {
  831. "type": "area_attack",
  832. "damage": 2,
  833. "range": 100,
  834. "cooldown": 12
  835. }
  836. ],
  837. "bossConfig": {
  838. "isBoss": true,
  839. "phases": 1,
  840. "enrageThreshold": 0.3,
  841. "enrageDamageMultiplier": 1.5,
  842. "enrageSpeedMultiplier": 1.3
  843. },
  844. "visual": {
  845. "sprite_path": "Animation/EnemyAni/009",
  846. "scale": 1.0,
  847. "animation_speed": 1.0,
  848. "flip_horizontal": false,
  849. "animations": {
  850. "idle": "idle",
  851. "walk": "walk",
  852. "attack": "attack",
  853. "death": "dead"
  854. },
  855. "weapon_prop": "props/iron_gate"
  856. },
  857. "audio": {
  858. "attack_sound": "data/弹球音效/hammer1.mp3",
  859. "death_sound": "data/弹球音效/boss die.mp3",
  860. "hit_sound": "Null",
  861. "walk_sound": "Null",
  862. "block_sound": "nan",
  863. "stealth_sound": "nan",
  864. "armor_break_sound": "nan",
  865. "fuse_sound": "nan"
  866. },
  867. "boss": {
  868. "is_boss": true,
  869. "phases": 1,
  870. "rage_threshold": 0.3,
  871. "rage_damage_multiplier": 1.5,
  872. "rage_speed_multiplier": 1.3
  873. }
  874. },
  875. {
  876. "id": "boss2_gravedigger",
  877. "name": "BOSS2",
  878. "type": "boss",
  879. "stats": {
  880. "health": 300,
  881. "maxHealth": 9999,
  882. "defense": 0,
  883. "speed": 10.0,
  884. "dropEnergy": 1,
  885. "dropCoins": 2
  886. },
  887. "movement": {
  888. "pattern": "direct",
  889. "speed": 10.0,
  890. "patrolRange": 100,
  891. "rotationSpeed": 180.0,
  892. "moveType": "straight",
  893. "swingAmplitude": 0.0,
  894. "swingFrequency": 0.0,
  895. "speedVariation": 0.1
  896. },
  897. "combat": {
  898. "attackDamage": 2,
  899. "attackRange": 0.0,
  900. "attackSpeed": 1.0,
  901. "canBlock": false,
  902. "blockChance": 0.0,
  903. "blockDamageReduction": 0.5,
  904. "attackCooldown": 4.0,
  905. "attackType": "tombstone_smash",
  906. "attackDelay": 1.0,
  907. "weaponType": "none",
  908. "projectileType": "none",
  909. "projectileSpeed": 0.0,
  910. "causesWallShake": true
  911. },
  912. "visualConfig": {
  913. "spritePath": "Animation/EnemyAni/010",
  914. "scale": 1.0,
  915. "animationSpeed": 1.0,
  916. "flipX": false,
  917. "tint": "#FFFFFF",
  918. "animations": {
  919. "idle": "idle",
  920. "walk": "walk",
  921. "attack": "attack",
  922. "death": "dead"
  923. },
  924. "weaponProp": "props/tombstone"
  925. },
  926. "audioConfig": {
  927. "attackSound": "enemy_attack",
  928. "deathSound": "enemy_death",
  929. "hitSound": "enemy_hit",
  930. "walkSound": "audio/boss2_walk",
  931. "blockSound": "",
  932. "stealthSound": "",
  933. "armorBreakSound": "",
  934. "fuseSound": "",
  935. "volume": 1.0
  936. },
  937. "special_abilities": [
  938. {
  939. "type": "charge_attack",
  940. "damage": 1,
  941. "range": 150,
  942. "cooldown": 8
  943. },
  944. {
  945. "type": "area_attack",
  946. "damage": 2,
  947. "range": 100,
  948. "cooldown": 12
  949. }
  950. ],
  951. "bossConfig": {
  952. "isBoss": true,
  953. "phases": 1,
  954. "enrageThreshold": 0.3,
  955. "enrageDamageMultiplier": 1.5,
  956. "enrageSpeedMultiplier": 1.3
  957. },
  958. "visual": {
  959. "sprite_path": "Animation/EnemyAni/010",
  960. "scale": 1.0,
  961. "animation_speed": 1.0,
  962. "flip_horizontal": false,
  963. "animations": {
  964. "idle": "idle",
  965. "walk": "walk",
  966. "attack": "attack",
  967. "death": "dead"
  968. },
  969. "weapon_prop": "props/tombstone"
  970. },
  971. "audio": {
  972. "attack_sound": "data/弹球音效/hammer1.mp3",
  973. "death_sound": "data/弹球音效/boss die.mp3",
  974. "hit_sound": "Null",
  975. "walk_sound": "Null",
  976. "block_sound": "nan",
  977. "stealth_sound": "nan",
  978. "armor_break_sound": "nan",
  979. "fuse_sound": "nan"
  980. },
  981. "boss": {
  982. "is_boss": true,
  983. "phases": 1,
  984. "rage_threshold": 0.3,
  985. "rage_damage_multiplier": 1.5,
  986. "rage_speed_multiplier": 1.3
  987. }
  988. },
  989. {
  990. "id": "boss3_cyborg",
  991. "name": "BOSS3",
  992. "type": "boss",
  993. "stats": {
  994. "health": 500,
  995. "maxHealth": 9999,
  996. "defense": 0,
  997. "speed": 10.0,
  998. "dropEnergy": 1,
  999. "dropCoins": 2
  1000. },
  1001. "movement": {
  1002. "pattern": "direct",
  1003. "speed": 10.0,
  1004. "patrolRange": 100,
  1005. "rotationSpeed": 180.0,
  1006. "moveType": "straight",
  1007. "swingAmplitude": 0.0,
  1008. "swingFrequency": 0.0,
  1009. "speedVariation": 0.1
  1010. },
  1011. "combat": {
  1012. "attackDamage": 2,
  1013. "attackRange": 0.0,
  1014. "attackSpeed": 1.0,
  1015. "canBlock": false,
  1016. "blockChance": 0.0,
  1017. "blockDamageReduction": 0.5,
  1018. "attackCooldown": 4.0,
  1019. "attackType": "cyber_arm_combo",
  1020. "attackDelay": 1.0,
  1021. "weaponType": "none",
  1022. "projectileType": "none",
  1023. "projectileSpeed": 0.0,
  1024. "causesWallShake": true
  1025. },
  1026. "visualConfig": {
  1027. "spritePath": "Animation/EnemyAni/011",
  1028. "scale": 1.0,
  1029. "animationSpeed": 1.0,
  1030. "flipX": false,
  1031. "tint": "#FFFFFF",
  1032. "animations": {
  1033. "idle": "idle",
  1034. "walk": "walk",
  1035. "attack": "attack",
  1036. "death": "dead"
  1037. },
  1038. "weaponProp": "props/cyber_arm"
  1039. },
  1040. "audioConfig": {
  1041. "attackSound": "enemy_attack",
  1042. "deathSound": "enemy_death",
  1043. "hitSound": "enemy_hit",
  1044. "walkSound": "audio/boss3_walk",
  1045. "blockSound": "",
  1046. "stealthSound": "",
  1047. "armorBreakSound": "",
  1048. "fuseSound": "",
  1049. "volume": 1.0
  1050. },
  1051. "special_abilities": [
  1052. {
  1053. "type": "charge_attack",
  1054. "damage": 1,
  1055. "range": 150,
  1056. "cooldown": 8
  1057. },
  1058. {
  1059. "type": "area_attack",
  1060. "damage": 2,
  1061. "range": 100,
  1062. "cooldown": 12
  1063. }
  1064. ],
  1065. "bossConfig": {
  1066. "isBoss": true,
  1067. "phases": 1,
  1068. "enrageThreshold": 0.3,
  1069. "enrageDamageMultiplier": 1.5,
  1070. "enrageSpeedMultiplier": 1.3
  1071. },
  1072. "visual": {
  1073. "sprite_path": "Animation/EnemyAni/011",
  1074. "scale": 1.0,
  1075. "animation_speed": 1.0,
  1076. "flip_horizontal": false,
  1077. "animations": {
  1078. "idle": "idle",
  1079. "walk": "walk",
  1080. "attack": "attack",
  1081. "death": "dead"
  1082. },
  1083. "weapon_prop": "props/cyber_arm"
  1084. },
  1085. "audio": {
  1086. "attack_sound": "data/弹球音效/hammer1.mp3",
  1087. "death_sound": "data/弹球音效/boss die.mp3",
  1088. "hit_sound": "Null",
  1089. "walk_sound": "Null",
  1090. "block_sound": "nan",
  1091. "stealth_sound": "nan",
  1092. "armor_break_sound": "nan",
  1093. "fuse_sound": "nan"
  1094. },
  1095. "boss": {
  1096. "is_boss": true,
  1097. "phases": 1,
  1098. "rage_threshold": 0.3,
  1099. "rage_damage_multiplier": 1.5,
  1100. "rage_speed_multiplier": 1.3
  1101. }
  1102. }
  1103. ]