dungeon.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. {
  2. "troglodyte" :
  3. {
  4. "index": 70,
  5. "level": 1,
  6. "faction": "dungeon",
  7. "abilities":
  8. {
  9. "blindImmunity" :
  10. {
  11. "type" : "SPELL_IMMUNITY",
  12. "subtype" : "spell.blind"
  13. }
  14. },
  15. "upgrades": ["infernalTroglodyte"],
  16. "hasDoubleWeek": true,
  17. "graphics" :
  18. {
  19. "animation": "CTROGL.DEF"
  20. },
  21. "sound" :
  22. {
  23. "attack": "TROGATTK.wav",
  24. "defend": "TROGDFND.wav",
  25. "killed": "TROGKILL.wav",
  26. "move": "TROGMOVE.wav",
  27. "wince": "TROGWNCE.wav"
  28. }
  29. },
  30. "infernalTroglodyte" :
  31. {
  32. "index": 71,
  33. "level": 1,
  34. "faction": "dungeon",
  35. "abilities":
  36. {
  37. "blindImmunity" :
  38. {
  39. "type" : "SPELL_IMMUNITY",
  40. "subtype" : "spell.blind"
  41. }
  42. },
  43. "graphics" :
  44. {
  45. "animation": "CITROG.DEF"
  46. },
  47. "sound" :
  48. {
  49. "attack": "ITRGATTK.wav",
  50. "defend": "ITRGDFND.wav",
  51. "killed": "ITRGKILL.wav",
  52. "move": "ITRGMOVE.wav",
  53. "wince": "ITRGWNCE.wav"
  54. }
  55. },
  56. "harpy" :
  57. {
  58. "index": 72,
  59. "level": 2,
  60. "faction": "dungeon",
  61. "abilities":
  62. {
  63. "strikeAndReturn" :
  64. {
  65. "type" : "RETURN_AFTER_STRIKE"
  66. }
  67. },
  68. "upgrades": ["harpyHag"],
  69. "hasDoubleWeek": true,
  70. "graphics" :
  71. {
  72. "animation": "CHARPY.DEF"
  73. },
  74. "sound" :
  75. {
  76. "attack": "HARPATTK.wav",
  77. "defend": "HARPDFND.wav",
  78. "killed": "HARPKILL.wav",
  79. "move": "HARPMOVE.wav",
  80. "shoot": "silence",
  81. "wince": "HARPWNCE.wav"
  82. }
  83. },
  84. "harpyHag" :
  85. {
  86. "index": 73,
  87. "level": 2,
  88. "faction": "dungeon",
  89. "abilities":
  90. {
  91. "strikeAndReturn" :
  92. {
  93. "type" : "RETURN_AFTER_STRIKE"
  94. },
  95. "noRetaliation" :
  96. {
  97. "type" : "BLOCKS_RETALIATION"
  98. }
  99. },
  100. "graphics" :
  101. {
  102. "animation": "CHARPH.DEF"
  103. },
  104. "sound" :
  105. {
  106. "attack": "HHAGATTK.wav",
  107. "defend": "HHAGDFND.wav",
  108. "killed": "HHAGKILL.wav",
  109. "move": "HHAGMOVE.wav",
  110. "shoot": "HHAGSHOT.wav",
  111. "wince": "HHAGWNCE.wav"
  112. }
  113. },
  114. "beholder" :
  115. {
  116. "index": 74,
  117. "level": 3,
  118. "faction": "dungeon",
  119. "upgrades": ["evilEye"],
  120. "graphics" :
  121. {
  122. "animation": "CBEHOL.DEF",
  123. "missile" :
  124. {
  125. "projectile": "SMBALX.DEF"
  126. }
  127. },
  128. "sound" :
  129. {
  130. "attack": "BHDRATTK.wav",
  131. "defend": "BHDRDFND.wav",
  132. "killed": "BHDRKILL.wav",
  133. "move": "BHDRMOVE.wav",
  134. "shoot": "BHDRSHOT.wav",
  135. "wince": "BHDRWNCE.wav"
  136. }
  137. },
  138. "evilEye" :
  139. {
  140. "index": 75,
  141. "level": 3,
  142. "faction": "dungeon",
  143. "graphics" :
  144. {
  145. "animation": "CEVEYE.DEF",
  146. "missile" :
  147. {
  148. "projectile": "SMBALX.DEF"
  149. }
  150. },
  151. "sound" :
  152. {
  153. "attack": "EVLIATTK.wav",
  154. "defend": "EVLIDFND.wav",
  155. "killed": "EVLIKILL.wav",
  156. "move": "EVLIMOVE.wav",
  157. "shoot": "EVLISHOT.wav",
  158. "wince": "EVLIWNCE.wav"
  159. }
  160. },
  161. "medusa" :
  162. {
  163. "index": 76,
  164. "level": 4,
  165. "faction": "dungeon",
  166. "abilities":
  167. {
  168. "petrification" :
  169. {
  170. "type" : "SPELL_AFTER_ATTACK",
  171. "subtype" : "spell.stoneGaze",
  172. "val" : 20,
  173. "addInfo" : 2000 // FIXME: replace with range field?
  174. }
  175. },
  176. "upgrades": ["medusaQueen"],
  177. "graphics" :
  178. {
  179. "animation": "CMEDUS.DEF",
  180. "missile" :
  181. {
  182. "projectile": "PMEDUSX.DEF"
  183. }
  184. },
  185. "sound" :
  186. {
  187. "attack": "MEDUATTK.wav",
  188. "defend": "MEDUDFND.wav",
  189. "killed": "MEDUKILL.wav",
  190. "move": "MEDUMOVE.wav",
  191. "shoot": "MEDUSHOT.wav",
  192. "wince": "MEDUWNCE.wav"
  193. }
  194. },
  195. "medusaQueen" :
  196. {
  197. "index": 77,
  198. "level": 4,
  199. "faction": "dungeon",
  200. "abilities":
  201. {
  202. "petrification" :
  203. {
  204. "type" : "SPELL_AFTER_ATTACK",
  205. "subtype" : "spell.stoneGaze",
  206. "val" : 20,
  207. "addInfo" : 2000 // FIXME: replace with range?
  208. }
  209. },
  210. "graphics" :
  211. {
  212. "animation": "CMEDUQ.DEF",
  213. "missile" :
  214. {
  215. "projectile": "PMEDUSX.DEF"
  216. }
  217. },
  218. "sound" :
  219. {
  220. "attack": "MEDQATTK.wav",
  221. "defend": "MEDQDFND.wav",
  222. "killed": "MEDQKILL.wav",
  223. "move": "MEDQMOVE.wav",
  224. "shoot": "MEDQSHOT.wav",
  225. "wince": "MEDQWNCE.wav"
  226. }
  227. },
  228. "minotaur" :
  229. {
  230. "index": 78,
  231. "level": 5,
  232. "faction": "dungeon",
  233. "abilities":
  234. {
  235. "fearless" :
  236. {
  237. "type" : "SELF_MORALE"
  238. }
  239. },
  240. "upgrades": ["minotaurKing"],
  241. "graphics" :
  242. {
  243. "animation": "CMINOT.DEF"
  244. },
  245. "sound" :
  246. {
  247. "attack": "MINOATTK.wav",
  248. "defend": "MINODFND.wav",
  249. "killed": "MINOKILL.wav",
  250. "move": "MINOMOVE.wav",
  251. "wince": "MINOWNCE.wav"
  252. }
  253. },
  254. "minotaurKing" :
  255. {
  256. "index": 79,
  257. "level": 5,
  258. "faction": "dungeon",
  259. "abilities":
  260. {
  261. "fearless" :
  262. {
  263. "type" : "SELF_MORALE"
  264. }
  265. },
  266. "graphics" :
  267. {
  268. "animation": "CMINOK.DEF"
  269. },
  270. "sound" :
  271. {
  272. "attack": "MINKATTK.wav",
  273. "defend": "MINKDFND.wav",
  274. "killed": "MINKKILL.wav",
  275. "move": "MINKMOVE.wav",
  276. "shoot": "MINKSHOT.wav",
  277. "wince": "MINKWNCE.wav"
  278. }
  279. },
  280. "manticore" :
  281. {
  282. "index": 80,
  283. "level": 6,
  284. "faction": "dungeon",
  285. "upgrades": ["scorpicore"],
  286. "graphics" :
  287. {
  288. "animation": "CMCORE.DEF"
  289. },
  290. "sound" :
  291. {
  292. "attack": "MANTATTK.wav",
  293. "defend": "MANTDFND.wav",
  294. "killed": "MANTKILL.wav",
  295. "move": "MANTMOVE.wav",
  296. "shoot": "MANTSHOT.wav",
  297. "wince": "MANTWNCE.wav"
  298. }
  299. },
  300. "scorpicore" :
  301. {
  302. "index": 81,
  303. "level": 6,
  304. "faction": "dungeon",
  305. "abilities":
  306. {
  307. "paralize" :
  308. {
  309. "type" : "SPELL_AFTER_ATTACK",
  310. "subtype" : "spell.paralyze",
  311. "val" : 20
  312. }
  313. },
  314. "graphics" :
  315. {
  316. "animation": "CCMCOR.DEF"
  317. },
  318. "sound" :
  319. {
  320. "attack": "SCRPATTK.wav",
  321. "defend": "SCRPDFND.wav",
  322. "killed": "SCRPKILL.wav",
  323. "move": "SCRPMOVE.wav",
  324. "shoot": "SCRPSHOT.wav",
  325. "wince": "SCRPWNCE.wav"
  326. }
  327. },
  328. "redDragon" :
  329. {
  330. "index": 82,
  331. "level": 7,
  332. "faction": "dungeon",
  333. "abilities":
  334. {
  335. "dragon" :
  336. {
  337. "type" : "DRAGON_NATURE"
  338. },
  339. "fireBreath" :
  340. {
  341. "type" : "TWO_HEX_ATTACK_BREATH"
  342. },
  343. "spellImmunity" :
  344. {
  345. "type" : "LEVEL_SPELL_IMMUNITY",
  346. "val" : 3
  347. }
  348. },
  349. "upgrades": ["blackDragon"],
  350. "graphics" :
  351. {
  352. "animation": "CRDRGN.DEF"
  353. },
  354. "sound" :
  355. {
  356. "attack": "RDDRATTK.wav",
  357. "defend": "RDDRDFND.wav",
  358. "killed": "RDDRKILL.wav",
  359. "move": "RDDRMOVE.wav",
  360. "wince": "RDDRWNCE.wav"
  361. }
  362. },
  363. "blackDragon" :
  364. {
  365. "index": 83,
  366. "level": 7,
  367. "faction": "dungeon",
  368. "abilities":
  369. {
  370. "dragon" :
  371. {
  372. "type" : "DRAGON_NATURE"
  373. },
  374. "fireBreath" :
  375. {
  376. "type" : "TWO_HEX_ATTACK_BREATH"
  377. },
  378. "spellImmunity" :
  379. {
  380. "type" : "LEVEL_SPELL_IMMUNITY",
  381. "val" : 5
  382. },
  383. "hateGiants" :
  384. {
  385. "type" : "HATE",
  386. "subtype" : "creature.giant",
  387. "val" : 50
  388. },
  389. "hateTitans" :
  390. {
  391. "type" : "HATE",
  392. "subtype" : "creature.titan",
  393. "val" : 50
  394. }
  395. },
  396. "graphics" :
  397. {
  398. "animation": "CBDRGN.DEF"
  399. },
  400. "sound" :
  401. {
  402. "attack": "BKDRATTK.wav",
  403. "defend": "BKDRDFND.wav",
  404. "killed": "BKDRKILL.wav",
  405. "move": "BKDRMOVE.wav",
  406. "wince": "BKDRWNCE.wav"
  407. }
  408. }
  409. }