enemies.json 26 KB

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