necropolis.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. {
  2. "skeleton" :
  3. {
  4. "id": 56,
  5. "level": 1,
  6. "faction": "necropolis",
  7. "upgrades": ["skeletonWarrior"],
  8. "graphics" :
  9. {
  10. "animation": "CSKELE.DEF"
  11. },
  12. "sound" :
  13. {
  14. "attack": "SKELATTK.wav",
  15. "defend": "SKELDFND.wav",
  16. "killed": "SKELKILL.wav",
  17. "move": "SKELMOVE.wav",
  18. "wince": "SKELWNCE.wav"
  19. }
  20. },
  21. "skeletonWarrior" :
  22. {
  23. "id": 57,
  24. "level": 1,
  25. "faction": "necropolis",
  26. "graphics" :
  27. {
  28. "animation": "CWSKEL.DEF"
  29. },
  30. "sound" :
  31. {
  32. "attack": "SKLWATTK.wav",
  33. "defend": "SKLWDFND.wav",
  34. "killed": "SKLWKILL.wav",
  35. "move": "SKLWMOVE.wav",
  36. "wince": "SKLWWNCE.wav"
  37. }
  38. },
  39. "walkingDead" :
  40. {
  41. "id": 58,
  42. "level": 2,
  43. "extraNames": [ "zombie" ], //FIXME: zombie is a name of upgrade but not in HOTRAITS
  44. "faction" : "necropolis",
  45. "upgrades": ["zombieLord"],
  46. "graphics" :
  47. {
  48. "animation": "CZOMBI.DEF"
  49. },
  50. "sound" :
  51. {
  52. "attack": "ZOMBATTK.wav",
  53. "defend": "ZOMBDFND.wav",
  54. "killed": "ZOMBKILL.wav",
  55. "move": "ZOMBMOVE.wav",
  56. "wince": "ZOMBWNCE.wav"
  57. }
  58. },
  59. "zombieLord" : //FIXME: zombie is a correct in-name but not in HOTRAITS.TXT
  60. {
  61. "id": 59,
  62. "level": 2,
  63. "faction": "necropolis",
  64. "graphics" :
  65. {
  66. "animation": "CZOMLO.DEF"
  67. },
  68. "sound" :
  69. {
  70. "attack": "ZMBLATTK.wav",
  71. "defend": "ZMBLDFND.wav",
  72. "killed": "ZMBLKILL.wav",
  73. "move": "ZMBLMOVE.wav",
  74. "wince": "ZMBLWNCE.wav"
  75. }
  76. },
  77. "wight" :
  78. {
  79. "id": 60,
  80. "level": 3,
  81. "faction": "necropolis",
  82. "abilities": [ [ "FULL_HP_REGENERATION", 0, 1, 0 ] ],
  83. "upgrades": ["wraith"],
  84. "hasDoubleWeek": true,
  85. "graphics" :
  86. {
  87. "animation": "CWIGHT.DEF"
  88. },
  89. "sound" :
  90. {
  91. "attack": "WGHTATTK.wav",
  92. "defend": "WGHTDFND.wav",
  93. "killed": "WGHTKILL.wav",
  94. "move": "WGHTMOVE.wav",
  95. "wince": "WGHTWNCE.wav"
  96. }
  97. },
  98. "wraith" :
  99. {
  100. "id": 61,
  101. "level": 3,
  102. "faction": "necropolis",
  103. "abilities": [ [ "FULL_HP_REGENERATION", 0, 1, 0 ],
  104. [ "MANA_DRAIN", 2, 0, 0 ] ],
  105. "graphics" :
  106. {
  107. "animation": "CWRAIT.DEF"
  108. },
  109. "sound" :
  110. {
  111. "attack": "WRTHATTK.wav",
  112. "defend": "WRTHDFND.wav",
  113. "killed": "WRTHKILL.wav",
  114. "move": "WRTHMOVE.wav",
  115. "wince": "WRTHWNCE.wav"
  116. }
  117. },
  118. "vampire" :
  119. {
  120. "id": 62,
  121. "level": 4,
  122. "faction": "necropolis",
  123. "abilities": [ [ "BLOCKS_RETALIATION", 0, 0, 0 ] ],
  124. "upgrades": ["vampireLord"],
  125. "graphics" :
  126. {
  127. "animation": "CVAMP.DEF"
  128. },
  129. "sound" :
  130. {
  131. "attack": "VAMPATTK.wav",
  132. "defend": "VAMPDFND.wav",
  133. "killed": "VAMPKILL.wav",
  134. "move": "VAMPMOVE.wav",
  135. "wince": "VAMPWNCE.wav",
  136. "startMoving": "VAMPEXT1.wav",
  137. "stopMoving": "VAMPEXT2.wav"
  138. }
  139. },
  140. "vampireLord" :
  141. {
  142. "id": 63,
  143. "level": 4,
  144. "faction": "necropolis",
  145. "abilities": [ [ "LIFE_DRAIN", 100, 0, 0 ], //drain 100% of damage dealt
  146. [ "BLOCKS_RETALIATION", 0, 0, 0 ] ],
  147. "graphics" :
  148. {
  149. "animation": "CNOSFE.DEF"
  150. },
  151. "sound" :
  152. {
  153. "attack": "NOSFATTK.wav",
  154. "defend": "NOSFDFND.wav",
  155. "killed": "NOSFKILL.wav",
  156. "move": "NOSFMOVE.wav",
  157. "shoot": "NOSFSHOT.wav",
  158. "wince": "NOSFWNCE.wav",
  159. "ext1": "NOSFEXT1.wav",
  160. "ext2": "NOSFEXT2.wav"
  161. }
  162. },
  163. "lich" :
  164. {
  165. "id": 64,
  166. "level": 5,
  167. "faction": "necropolis",
  168. "abilities": [ [ "SPELL_LIKE_ATTACK", 0, "spell.deathCloud", 0 ] ],
  169. "upgrades": ["powerLich"],
  170. "graphics" :
  171. {
  172. "animation": "CLICH.DEF",
  173. "missile" :
  174. {
  175. "projectile": "PLICH.DEF",
  176. "spinning": false
  177. }
  178. },
  179. "sound" :
  180. {
  181. "attack": "LICHATTK.wav",
  182. "defend": "LICHDFND.wav",
  183. "killed": "LICHKILL.wav",
  184. "move": "LICHMOVE.wav",
  185. "shoot": "LICHSHOT.wav",
  186. "wince": "LICHWNCE.wav",
  187. "ext1": "LICHATK2.wav"
  188. }
  189. },
  190. "powerLich" :
  191. {
  192. "id": 65,
  193. "level": 5,
  194. "faction": "necropolis",
  195. "abilities": [ [ "SPELL_LIKE_ATTACK", 0, "spell.deathCloud", 0 ] ], //power liches
  196. "graphics" :
  197. {
  198. "animation": "CPLICH.DEF",
  199. "missile" :
  200. {
  201. "projectile": "PLICH.DEF",
  202. "spinning": false
  203. }
  204. },
  205. "sound" :
  206. {
  207. "attack": "PLCHATTK.wav",
  208. "defend": "PLCHDFND.wav",
  209. "killed": "PLCHKILL.wav",
  210. "move": "PLCHMOVE.wav",
  211. "shoot": "PLCHSHOT.wav",
  212. "wince": "PLCHWNCE.wav"
  213. }
  214. },
  215. "blackKnight" :
  216. {
  217. "id": 66,
  218. "level": 6,
  219. "faction": "necropolis",
  220. "abilities": [ [ "SPELL_AFTER_ATTACK", 20, "spell.curse", 0 ] ],
  221. "upgrades": ["dreadKnight"],
  222. "graphics" :
  223. {
  224. "animation": "CBKNIG.DEF"
  225. },
  226. "sound" :
  227. {
  228. "attack": "BKNTATTK.wav",
  229. "defend": "BKNTDFND.wav",
  230. "killed": "BKNTKILL.wav",
  231. "move": "BKNTMOVE.wav",
  232. "wince": "BKNTWNCE.wav"
  233. }
  234. },
  235. "dreadKnight" :
  236. {
  237. "id": 67,
  238. "level": 6,
  239. "faction": "necropolis",
  240. "abilities": [ [ "SPELL_AFTER_ATTACK", 20, "spell.curse", 0 ],
  241. [ "DOUBLE_DAMAGE_CHANCE", 20, 0, 0 ] ],
  242. "graphics" :
  243. {
  244. "animation": "CBLORD.DEF"
  245. },
  246. "sound" :
  247. {
  248. "attack": "BLRDATTK.wav",
  249. "defend": "BLRDDFND.wav",
  250. "killed": "BLRDKILL.wav",
  251. "move": "BLRDMOVE.wav",
  252. "wince": "BLRDWNCE.wav"
  253. }
  254. },
  255. "boneDragon" :
  256. {
  257. "id": 68,
  258. "level": 7,
  259. "faction": "necropolis",
  260. "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //bone dragon is a dragon
  261. "upgrades": ["ghostDragon"],
  262. "graphics" :
  263. {
  264. "animation": "CNDRGN.DEF"
  265. },
  266. "sound" :
  267. {
  268. "attack": "BODRATTK.wav",
  269. "defend": "BODRDFND.wav",
  270. "killed": "BODRKILL.wav",
  271. "move": "BODRMOVE.wav",
  272. "wince": "BODRWNCE.wav"
  273. }
  274. },
  275. "ghostDragon" :
  276. {
  277. "id": 69,
  278. "level": 7,
  279. "faction": "necropolis",
  280. "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ], //ghost dragon is a dragon
  281. [ "SPELL_AFTER_ATTACK", 20, "spell.age", 0 ] ],
  282. "graphics" :
  283. {
  284. "animation": "CHDRGN.DEF"
  285. },
  286. "sound" :
  287. {
  288. "attack": "GHDRATTK.wav",
  289. "defend": "GHDRDFND.wav",
  290. "killed": "GHDRKILL.wav",
  291. "move": "GHDRMOVE.wav",
  292. "wince": "GHDRWNCE.wav"
  293. }
  294. }
  295. }