creatureBanks.json 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. {
  2. "creatureBank" : {
  3. "index" :16,
  4. "handler": "bank",
  5. "lastReservedIndex" : 6,
  6. "base" : {
  7. "sounds" : {
  8. "visit" : ["ROGUE"]
  9. }
  10. },
  11. "types" : {
  12. "cyclopsStockpile" :
  13. {
  14. "index" : 0,
  15. "name" : "Cyclops Stockpile",
  16. "aiValue" : 3000,
  17. "sounds" : {
  18. "ambient" : ["LOOPCAVE"]
  19. },
  20. "rmg" : {
  21. "value" : 3000,
  22. "rarity" : 100
  23. },
  24. "levels": [
  25. {
  26. "chance": 30,
  27. "guards": [
  28. { "amount": 4, "type": "cyclop" },
  29. { "amount": 4, "type": "cyclop" },
  30. { "amount": 4, "type": "cyclop", "upgradeChance": 50 },
  31. { "amount": 4, "type": "cyclop" },
  32. { "amount": 4, "type": "cyclop" }
  33. ],
  34. "combat_value": 506,
  35. "reward" : {
  36. "value": 10000,
  37. "resources":
  38. {
  39. "wood" : 4,
  40. "mercury" : 4,
  41. "ore" : 4,
  42. "sulfur" : 4,
  43. "crystal" : 4,
  44. "gems" : 4
  45. }
  46. }
  47. },
  48. {
  49. "chance": 30,
  50. "guards": [
  51. { "amount": 6, "type": "cyclop" },
  52. { "amount": 6, "type": "cyclop" },
  53. { "amount": 6, "type": "cyclop", "upgradeChance": 50 },
  54. { "amount": 6, "type": "cyclop" },
  55. { "amount": 6, "type": "cyclop" }
  56. ],
  57. "combat_value": 760,
  58. "reward" : {
  59. "value": 15000,
  60. "resources":
  61. {
  62. "wood" : 6,
  63. "mercury" : 6,
  64. "ore" : 6,
  65. "sulfur" : 6,
  66. "crystal" : 6,
  67. "gems" : 6
  68. }
  69. }
  70. },
  71. {
  72. "chance": 30,
  73. "guards": [
  74. { "amount": 8, "type": "cyclop" },
  75. { "amount": 8, "type": "cyclop" },
  76. { "amount": 8, "type": "cyclop", "upgradeChance": 50 },
  77. { "amount": 8, "type": "cyclop" },
  78. { "amount": 8, "type": "cyclop" }
  79. ],
  80. "combat_value": 1013,
  81. "reward" : {
  82. "value": 20000,
  83. "resources":
  84. {
  85. "wood" : 8,
  86. "mercury" : 8,
  87. "ore" : 8,
  88. "sulfur" : 8,
  89. "crystal" : 8,
  90. "gems" : 8
  91. }
  92. }
  93. },
  94. {
  95. "chance": 10,
  96. "guards": [
  97. { "amount": 10, "type": "cyclop" },
  98. { "amount": 10, "type": "cyclop" },
  99. { "amount": 10, "type": "cyclop", "upgradeChance": 50 },
  100. { "amount": 10, "type": "cyclop" },
  101. { "amount": 10, "type": "cyclop" }
  102. ],
  103. "combat_value": 1266,
  104. "reward" : {
  105. "value": 25000,
  106. "resources":
  107. {
  108. "wood" : 10,
  109. "mercury" : 10,
  110. "ore" : 10,
  111. "sulfur" : 10,
  112. "crystal" : 10,
  113. "gems" : 10
  114. }
  115. }
  116. }
  117. ]
  118. },
  119. "dwarvenTreasury" : {
  120. "index" : 1,
  121. "resetDuration" : 0,
  122. "name" : "Dwarven Treasury",
  123. "aiValue" : 2000,
  124. "sounds" : {
  125. "ambient" : ["LOOPDWAR"]
  126. },
  127. "rmg" : {
  128. "value" : 2000,
  129. "rarity" : 100
  130. },
  131. "levels": [
  132. {
  133. "chance": 30,
  134. "guards": [
  135. { "amount": 10, "type": "dwarf" },
  136. { "amount": 10, "type": "dwarf" },
  137. { "amount": 10, "type": "dwarf", "upgradeChance": 50 },
  138. { "amount": 10, "type": "dwarf" },
  139. { "amount": 10, "type": "dwarf" }
  140. ],
  141. "combat_value": 194,
  142. "reward" : {
  143. "value": 3500,
  144. "resources":
  145. {
  146. "crystal" : 2,
  147. "gold" : 2500
  148. }
  149. }
  150. },
  151. {
  152. "chance": 30,
  153. "guards": [
  154. { "amount": 15, "type": "dwarf" },
  155. { "amount": 15, "type": "dwarf" },
  156. { "amount": 15, "type": "dwarf", "upgradeChance": 50 },
  157. { "amount": 15, "type": "dwarf" },
  158. { "amount": 15, "type": "dwarf" }
  159. ],
  160. "combat_value": 291,
  161. "reward" : {
  162. "value": 5500,
  163. "resources":
  164. {
  165. "crystal" : 3,
  166. "gold" : 4000
  167. }
  168. }
  169. },
  170. {
  171. "chance": 30,
  172. "guards": [
  173. { "amount": 20, "type": "dwarf" },
  174. { "amount": 20, "type": "dwarf" },
  175. { "amount": 20, "type": "dwarf", "upgradeChance": 50 },
  176. { "amount": 20, "type": "dwarf" },
  177. { "amount": 20, "type": "dwarf" }
  178. ],
  179. "combat_value": 388,
  180. "reward" : {
  181. "value": 7500,
  182. "resources":
  183. {
  184. "crystal" : 5,
  185. "gold" : 5000
  186. }
  187. }
  188. },
  189. {
  190. "chance": 10,
  191. "guards": [
  192. { "amount": 30, "type": "dwarf" },
  193. { "amount": 30, "type": "dwarf" },
  194. { "amount": 30, "type": "dwarf", "upgradeChance": 50 },
  195. { "amount": 30, "type": "dwarf" },
  196. { "amount": 30, "type": "dwarf" }
  197. ],
  198. "combat_value": 582,
  199. "reward" : {
  200. "value": 12500,
  201. "resources":
  202. {
  203. "crystal" : 10,
  204. "gold" : 7500
  205. }
  206. }
  207. }
  208. ]
  209. },
  210. "griffinConservatory" : {
  211. "index" : 2,
  212. "resetDuration" : 0,
  213. "name" : "Griffin Conservatory",
  214. "aiValue" : 9000,
  215. "sounds" : {
  216. "ambient" : ["LOOPGRIF"]
  217. },
  218. "rmg" : {
  219. "value" : 2000,
  220. "rarity" : 100
  221. },
  222. "levels": [
  223. {
  224. "chance": 30,
  225. "guards": [
  226. { "amount": 10, "type": "griffin" },
  227. { "amount": 10, "type": "griffin" },
  228. { "amount": 10, "type": "griffin", "upgradeChance": 50 },
  229. { "amount": 10, "type": "griffin" },
  230. { "amount": 10, "type": "griffin" }
  231. ],
  232. "combat_value": 351,
  233. "reward" : {
  234. "value": 3000,
  235. "creatures": [ { "amount": 1, "type": "angel" } ]
  236. }
  237. },
  238. {
  239. "chance": 30,
  240. "guards": [
  241. { "amount": 20, "type": "griffin" },
  242. { "amount": 20, "type": "griffin" },
  243. { "amount": 20, "type": "griffin", "upgradeChance": 50 },
  244. { "amount": 20, "type": "griffin" },
  245. { "amount": 20, "type": "griffin" }
  246. ],
  247. "combat_value": 702,
  248. "reward" : {
  249. "value": 6000,
  250. "creatures": [ { "amount": 2, "type": "angel" } ]
  251. }
  252. },
  253. {
  254. "chance": 30,
  255. "guards": [
  256. { "amount": 30, "type": "griffin" },
  257. { "amount": 30, "type": "griffin" },
  258. { "amount": 30, "type": "griffin", "upgradeChance": 50 },
  259. { "amount": 30, "type": "griffin" },
  260. { "amount": 30, "type": "griffin" }
  261. ],
  262. "combat_value": 1053,
  263. "reward" : {
  264. "value": 9000,
  265. "creatures": [ { "amount": 3, "type": "angel" } ]
  266. }
  267. },
  268. {
  269. "chance": 10,
  270. "guards": [
  271. { "amount": 40, "type": "griffin" },
  272. { "amount": 40, "type": "griffin" },
  273. { "amount": 40, "type": "griffin", "upgradeChance": 50 },
  274. { "amount": 40, "type": "griffin" },
  275. { "amount": 40, "type": "griffin" }
  276. ],
  277. "combat_value": 1404,
  278. "reward" : {
  279. "value": 12000,
  280. "creatures": [ { "amount": 4, "type": "angel" } ]
  281. }
  282. }
  283. ]
  284. },
  285. "inpCache" : {
  286. "index" : 3,
  287. "resetDuration" : 0,
  288. "name" : "Imp Cache",
  289. "aiValue" : 1500,
  290. "sounds" : {
  291. "ambient" : ["LOOPFIRE"]
  292. },
  293. "rmg" : {
  294. "value" : 5000,
  295. "rarity" : 100
  296. },
  297. "levels": [
  298. {
  299. "chance": 30,
  300. "guards": [
  301. { "amount": 20, "type": "imp" },
  302. { "amount": 20, "type": "imp" },
  303. { "amount": 20, "type": "imp", "upgradeChance": 50 },
  304. { "amount": 20, "type": "imp" },
  305. { "amount": 20, "type": "imp" }
  306. ],
  307. "combat_value": 100,
  308. "reward" : {
  309. "value": 2000,
  310. "resources":
  311. {
  312. "gold" : 1000
  313. }
  314. }
  315. },
  316. {
  317. "chance": 30,
  318. "guards": [
  319. { "amount": 30, "type": "imp" },
  320. { "amount": 30, "type": "imp" },
  321. { "amount": 30, "type": "imp", "upgradeChance": 50 },
  322. { "amount": 30, "type": "imp" },
  323. { "amount": 30, "type": "imp" }
  324. ],
  325. "combat_value": 150,
  326. "reward" : {
  327. "value": 3000,
  328. "resources":
  329. {
  330. "mercury" : 3,
  331. "gold" : 1500
  332. }
  333. }
  334. },
  335. {
  336. "chance": 30,
  337. "guards": [
  338. { "amount": 40, "type": "imp" },
  339. { "amount": 40, "type": "imp" },
  340. { "amount": 40, "type": "imp", "upgradeChance": 50 },
  341. { "amount": 40, "type": "imp" },
  342. { "amount": 40, "type": "imp" }
  343. ],
  344. "combat_value": 200,
  345. "reward" : {
  346. "value": 4000,
  347. "resources":
  348. {
  349. "mercury" : 4,
  350. "gold" : 2000
  351. }
  352. }
  353. },
  354. {
  355. "chance": 10,
  356. "guards": [
  357. { "amount": 60, "type": "imp" },
  358. { "amount": 60, "type": "imp" },
  359. { "amount": 60, "type": "imp", "upgradeChance": 50 },
  360. { "amount": 60, "type": "imp" },
  361. { "amount": 60, "type": "imp" }
  362. ],
  363. "combat_value": 300,
  364. "reward" : {
  365. "value": 6000,
  366. "resources":
  367. {
  368. "mercury" : 6,
  369. "gold" : 3000
  370. }
  371. }
  372. }
  373. ]
  374. },
  375. "medusaStore" : {
  376. "index" : 4,
  377. "resetDuration" : 0,
  378. "name" : "Medusa Stores",
  379. "aiValue" : 1500,
  380. "sounds" : {
  381. "ambient" : ["LOOPMEDU"]
  382. },
  383. "rmg" : {
  384. "value" : 1500,
  385. "rarity" : 100
  386. },
  387. "levels": [
  388. {
  389. "chance": 30,
  390. "guards": [
  391. { "amount": 4, "type": "medusa" },
  392. { "amount": 4, "type": "medusa" },
  393. { "amount": 4, "type": "medusa", "upgradeChance": 50 },
  394. { "amount": 4, "type": "medusa" },
  395. { "amount": 4, "type": "medusa" }
  396. ],
  397. "combat_value": 207,
  398. "reward" : {
  399. "value": 4500,
  400. "resources":
  401. {
  402. "sulfur" : 5,
  403. "gold" : 2000
  404. }
  405. }
  406. },
  407. {
  408. "chance": 30,
  409. "guards": [
  410. { "amount": 6, "type": "medusa" },
  411. { "amount": 6, "type": "medusa" },
  412. { "amount": 6, "type": "medusa", "upgradeChance": 50 },
  413. { "amount": 6, "type": "medusa" },
  414. { "amount": 6, "type": "medusa" }
  415. ],
  416. "combat_value": 310,
  417. "reward" : {
  418. "value": 6000,
  419. "resources":
  420. {
  421. "sulfur" : 6,
  422. "gold" : 3000
  423. }
  424. }
  425. },
  426. {
  427. "chance": 30,
  428. "guards": [
  429. { "amount": 8, "type": "medusa" },
  430. { "amount": 8, "type": "medusa" },
  431. { "amount": 8, "type": "medusa", "upgradeChance": 50 },
  432. { "amount": 8, "type": "medusa" },
  433. { "amount": 8, "type": "medusa" }
  434. ],
  435. "combat_value": 414,
  436. "reward" : {
  437. "value": 8000,
  438. "resources":
  439. {
  440. "sulfur" : 8,
  441. "gold" : 4000
  442. }
  443. }
  444. },
  445. {
  446. "chance": 10,
  447. "guards": [
  448. { "amount": 10, "type": "medusa" },
  449. { "amount": 10, "type": "medusa" },
  450. { "amount": 10, "type": "medusa", "upgradeChance": 50 },
  451. { "amount": 10, "type": "medusa" },
  452. { "amount": 10, "type": "medusa" }
  453. ],
  454. "combat_value": 517,
  455. "reward" : {
  456. "value": 10000,
  457. "resources":
  458. {
  459. "sulfur" : 10,
  460. "gold" : 5000
  461. }
  462. }
  463. }
  464. ]
  465. },
  466. "nagaBank" : {
  467. "index" : 5,
  468. "resetDuration" : 0,
  469. "name" : "Naga Bank",
  470. "aiValue" : 3000,
  471. "sounds" : {
  472. "ambient" : ["LOOPNAGA"]
  473. },
  474. "rmg" : {
  475. "value" : 3000,
  476. "rarity" : 100
  477. },
  478. "levels": [
  479. {
  480. "chance": 30,
  481. "guards": [
  482. { "amount": 2, "type": "naga" },
  483. { "amount": 2, "type": "naga" },
  484. { "amount": 2, "type": "naga", "upgradeChance": 50 },
  485. { "amount": 2, "type": "naga" },
  486. { "amount": 2, "type": "naga" }
  487. ],
  488. "combat_value": 403,
  489. "reward" : {
  490. "value": 8000,
  491. "resources":
  492. {
  493. "gems" : 8,
  494. "gold" : 4000
  495. }
  496. }
  497. },
  498. {
  499. "chance": 30,
  500. "guards": [
  501. { "amount": 3, "type": "naga" },
  502. { "amount": 3, "type": "naga" },
  503. { "amount": 3, "type": "naga", "upgradeChance": 50 },
  504. { "amount": 3, "type": "naga" },
  505. { "amount": 3, "type": "naga" }
  506. ],
  507. "combat_value": 605,
  508. "reward" : {
  509. "value": 12000,
  510. "resources":
  511. {
  512. "gems" : 12,
  513. "gold" : 6000
  514. }
  515. }
  516. },
  517. {
  518. "chance": 30,
  519. "guards": [
  520. { "amount": 4, "type": "naga" },
  521. { "amount": 4, "type": "naga" },
  522. { "amount": 4, "type": "naga", "upgradeChance": 50 },
  523. { "amount": 4, "type": "naga" },
  524. { "amount": 4, "type": "naga" }
  525. ],
  526. "combat_value": 806,
  527. "reward" : {
  528. "value": 16000,
  529. "resources":
  530. {
  531. "gems" : 16,
  532. "gold" : 8000
  533. }
  534. }
  535. },
  536. {
  537. "chance": 10,
  538. "guards": [
  539. { "amount": 6, "type": "naga" },
  540. { "amount": 6, "type": "naga" },
  541. { "amount": 6, "type": "naga", "upgradeChance": 50 },
  542. { "amount": 6, "type": "naga" },
  543. { "amount": 6, "type": "naga" }
  544. ],
  545. "combat_value": 1210,
  546. "reward" : {
  547. "value": 24000,
  548. "resources":
  549. {
  550. "gems" : 24,
  551. "gold" : 12000
  552. }
  553. }
  554. }
  555. ]
  556. },
  557. "dragonFlyHive" : {
  558. "index" : 6,
  559. "resetDuration" : 0,
  560. "name" : "Dragon Fly Hive",
  561. "aiValue" : 9000,
  562. "sounds" : {
  563. "ambient" : ["LOOPLEAR"]
  564. },
  565. "rmg" : {
  566. "value" : 9000,
  567. "rarity" : 100
  568. },
  569. "levels": [
  570. {
  571. "chance": 30,
  572. "guards": [
  573. { "amount": 6, "type": "fireDragonFly" },
  574. { "amount": 6, "type": "fireDragonFly" },
  575. { "amount": 6, "type": "fireDragonFly" },
  576. { "amount": 6, "type": "fireDragonFly" },
  577. { "amount": 6, "type": "fireDragonFly" }
  578. ],
  579. "combat_value": 154,
  580. "reward" : {
  581. "value": 3200,
  582. "creatures": [ { "amount": 4, "type": "wyvern" } ]
  583. }
  584. },
  585. {
  586. "chance": 30,
  587. "guards": [
  588. { "amount": 9, "type": "fireDragonFly" },
  589. { "amount": 9, "type": "fireDragonFly" },
  590. { "amount": 9, "type": "fireDragonFly" },
  591. { "amount": 9, "type": "fireDragonFly" },
  592. { "amount": 9, "type": "fireDragonFly" }
  593. ],
  594. "combat_value": 230,
  595. "reward" : {
  596. "value": 4800,
  597. "creatures": [ { "amount": 6, "type": "wyvern" } ]
  598. }
  599. },
  600. {
  601. "chance": 30,
  602. "guards": [
  603. { "amount": 12, "type": "fireDragonFly" },
  604. { "amount": 12, "type": "fireDragonFly" },
  605. { "amount": 12, "type": "fireDragonFly" },
  606. { "amount": 12, "type": "fireDragonFly" },
  607. { "amount": 12, "type": "fireDragonFly" }
  608. ],
  609. "combat_value": 307,
  610. "reward" : {
  611. "value": 6400,
  612. "creatures": [ { "amount": 8, "type": "wyvern" } ]
  613. }
  614. },
  615. {
  616. "chance": 10,
  617. "guards": [
  618. { "amount": 18, "type": "fireDragonFly" },
  619. { "amount": 18, "type": "fireDragonFly" },
  620. { "amount": 18, "type": "fireDragonFly" },
  621. { "amount": 18, "type": "fireDragonFly" },
  622. { "amount": 18, "type": "fireDragonFly" }
  623. ],
  624. "combat_value": 461,
  625. "reward" : {
  626. "value": 9600,
  627. "creatures": [ { "amount": 12, "type": "wyvern" } ]
  628. }
  629. }
  630. ]
  631. }
  632. }
  633. },
  634. "shipwreck" : {
  635. "index" :85,
  636. "handler": "bank",
  637. "types" : {
  638. "shipwreck" : {
  639. "index" : 0,
  640. "resetDuration" : 0,
  641. "name" : "Shipwreck",
  642. "aiValue" : 2000,
  643. "rmg" : {
  644. "value" : 2000,
  645. "rarity" : 100
  646. },
  647. "levels": [
  648. {
  649. "chance": 30,
  650. "guards": [
  651. { "amount": 2, "type": "wight" },
  652. { "amount": 2, "type": "wight" },
  653. { "amount": 2, "type": "wight" },
  654. { "amount": 2, "type": "wight" },
  655. { "amount": 2, "type": "wight" }
  656. ],
  657. "combat_value": 31,
  658. "reward" : {
  659. "value": 2000,
  660. "resources":
  661. {
  662. "gold" : 2000
  663. }
  664. }
  665. },
  666. {
  667. "chance": 30,
  668. "guards": [
  669. { "amount": 3, "type": "wight" },
  670. { "amount": 3, "type": "wight" },
  671. { "amount": 3, "type": "wight" },
  672. { "amount": 3, "type": "wight" },
  673. { "amount": 3, "type": "wight" }
  674. ],
  675. "combat_value": 46,
  676. "reward" : {
  677. "value": 3000,
  678. "resources":
  679. {
  680. "gold" : 3000
  681. }
  682. }
  683. },
  684. {
  685. "chance": 30,
  686. "guards": [
  687. { "amount": 5, "type": "wight" },
  688. { "amount": 5, "type": "wight" },
  689. { "amount": 5, "type": "wight" },
  690. { "amount": 5, "type": "wight" },
  691. { "amount": 5, "type": "wight" }
  692. ],
  693. "combat_value": 77,
  694. "reward" : {
  695. "value": 5000,
  696. "resources":
  697. {
  698. "gold" : 4000
  699. },
  700. "artifacts": [ { "class" : "TREASURE" } ]
  701. }
  702. },
  703. {
  704. "chance": 10,
  705. "guards": [
  706. { "amount": 10, "type": "wight" },
  707. { "amount": 10, "type": "wight" },
  708. { "amount": 10, "type": "wight" },
  709. { "amount": 10, "type": "wight" },
  710. { "amount": 10, "type": "wight" }
  711. ],
  712. "combat_value": 154,
  713. "reward" : {
  714. "value": 7000,
  715. "resources":
  716. {
  717. "gold" : 5000
  718. },
  719. "artifacts": [ { "class" : "MINOR" } ]
  720. }
  721. }
  722. ]
  723. }
  724. }
  725. },
  726. "derelictShip" : {
  727. "index" :24,
  728. "handler": "bank",
  729. "types" : {
  730. "derelictShip" : {
  731. "index" : 0,
  732. "resetDuration" : 0,
  733. "name" : "Derelict Ship",
  734. "aiValue" : 4000,
  735. "rmg" : {
  736. "value" : 4000,
  737. "rarity" : 20
  738. },
  739. "levels": [
  740. {
  741. "chance": 30,
  742. "guards": [
  743. { "amount": 4, "type": "waterElemental" },
  744. { "amount": 4, "type": "waterElemental" },
  745. { "amount": 4, "type": "waterElemental" },
  746. { "amount": 4, "type": "waterElemental" },
  747. { "amount": 4, "type": "waterElemental" }
  748. ],
  749. "combat_value": 138,
  750. "reward" : {
  751. "value": 3000,
  752. "resources":
  753. {
  754. "gold" : 3000
  755. }
  756. }
  757. },
  758. {
  759. "chance": 30,
  760. "guards": [
  761. { "amount": 6, "type": "waterElemental" },
  762. { "amount": 6, "type": "waterElemental" },
  763. { "amount": 6, "type": "waterElemental" },
  764. { "amount": 6, "type": "waterElemental" },
  765. { "amount": 6, "type": "waterElemental" }
  766. ],
  767. "combat_value": 207,
  768. "reward" : {
  769. "value": 4000,
  770. "resources":
  771. {
  772. "gold" : 3000
  773. },
  774. "artifacts": [ { "class" : "TREASURE" } ]
  775. }
  776. },
  777. {
  778. "chance": 30,
  779. "guards": [
  780. { "amount": 8, "type": "waterElemental" },
  781. { "amount": 8, "type": "waterElemental" },
  782. { "amount": 8, "type": "waterElemental" },
  783. { "amount": 8, "type": "waterElemental" },
  784. { "amount": 8, "type": "waterElemental" }
  785. ],
  786. "combat_value": 276,
  787. "reward" : {
  788. "value": 5000,
  789. "resources":
  790. {
  791. "gold" : 4000
  792. },
  793. "artifacts": [ { "class" : "TREASURE" } ]
  794. }
  795. },
  796. {
  797. "chance": 10,
  798. "guards": [
  799. { "amount": 12, "type": "waterElemental" },
  800. { "amount": 12, "type": "waterElemental" },
  801. { "amount": 12, "type": "waterElemental" },
  802. { "amount": 12, "type": "waterElemental" },
  803. { "amount": 12, "type": "waterElemental" }
  804. ],
  805. "combat_value": 414,
  806. "reward" : {
  807. "value": 8000,
  808. "resources":
  809. {
  810. "gold" : 6000
  811. },
  812. "artifacts": [ { "class" : "MINOR" } ]
  813. }
  814. }
  815. ]
  816. }
  817. }
  818. },
  819. "crypt" : {
  820. "index" :84,
  821. "handler": "bank",
  822. "base" : {
  823. "sounds" : {
  824. "ambient" : ["LOOPDEAD"],
  825. "visit" : ["GRAVEYARD"]
  826. }
  827. },
  828. "types" : {
  829. "crypt" : {
  830. "index" : 0,
  831. "resetDuration" : 0,
  832. "name" : "Crypt",
  833. "aiValue" : 1500,
  834. "rmg" : {
  835. "value" : 1000,
  836. "rarity" : 100
  837. },
  838. "levels": [
  839. {
  840. "chance": 30,
  841. "guards": [
  842. { "amount": 10, "type": "skeleton" },
  843. { "amount": 10, "type": "walkingDead" },
  844. { "amount": 10, "type": "walkingDead" },
  845. { "amount": 10, "type": "skeleton" },
  846. { "amount": 10, "type": "skeleton" }
  847. ],
  848. "combat_value": 75,
  849. "reward" : {
  850. "value": 1500,
  851. "resources":
  852. {
  853. "gold" : 1500
  854. }
  855. }
  856. },
  857. {
  858. "chance": 30,
  859. "guards": [
  860. { "amount": 13, "type": "skeleton" },
  861. { "amount": 10, "type": "walkingDead" },
  862. { "amount": 5, "type": "wight" },
  863. { "amount": 10, "type": "walkingDead" },
  864. { "amount": 12, "type": "skeleton" }
  865. ],
  866. "combat_value": 94,
  867. "reward" : {
  868. "value": 2000,
  869. "resources":
  870. {
  871. "gold" : 2000
  872. }
  873. }
  874. },
  875. {
  876. "chance": 30,
  877. "guards": [
  878. { "amount": 20, "type": "skeleton" },
  879. { "amount": 20, "type": "walkingDead" },
  880. { "amount": 10, "type": "wight" },
  881. { "amount": 5, "type": "vampire" }
  882. ],
  883. "combat_value": 169,
  884. "reward" : {
  885. "value": 3500,
  886. "resources":
  887. {
  888. "gold" : 2500
  889. },
  890. "artifacts": [ { "class" : "TREASURE" } ]
  891. }
  892. },
  893. {
  894. "chance": 10,
  895. "guards": [
  896. { "amount": 20, "type": "skeleton" },
  897. { "amount": 20, "type": "walkingDead" },
  898. { "amount": 10, "type": "wight" },
  899. { "amount": 10, "type": "vampire" }
  900. ],
  901. "combat_value": 225,
  902. "reward" : {
  903. "value": 6000,
  904. "resources":
  905. {
  906. "gold" : 5000
  907. },
  908. "artifacts": [ { "class" : "TREASURE" } ]
  909. }
  910. }
  911. ]
  912. }
  913. }
  914. },
  915. "dragonUtopia" : {
  916. "index" :25,
  917. "handler": "bank",
  918. "base" : {
  919. "sounds" : {
  920. "ambient" : ["LOOPDRAG"],
  921. "visit" : ["DRAGON"]
  922. }
  923. },
  924. "types" : {
  925. "dragonUtopia" : {
  926. "index" : 0,
  927. "resetDuration" : 0,
  928. "name" : "Dragon Utopia",
  929. "aiValue" : 11000,
  930. "rmg" : {
  931. "value" : 10000,
  932. "rarity" : 100
  933. },
  934. "levels": [
  935. {
  936. "chance": 30,
  937. "guards": [
  938. { "amount": 8, "type": "greenDragon" },
  939. { "amount": 5, "type": "redDragon" },
  940. { "amount": 2, "type": "goldDragon" },
  941. { "amount": 1, "type": "blackDragon" }
  942. ],
  943. "combat_value": 769,
  944. "reward" : {
  945. "value": 38000,
  946. "resources":
  947. {
  948. "gold" : 20000
  949. },
  950. "artifacts": [
  951. { "class" : "TREASURE" },
  952. { "class" : "MINOR" },
  953. { "class" : "MAJOR" },
  954. { "class" : "RELIC" }
  955. ]
  956. }
  957. },
  958. {
  959. "chance": 30,
  960. "guards": [
  961. { "amount": 8, "type": "greenDragon" },
  962. { "amount": 6, "type": "redDragon" },
  963. { "amount": 3, "type": "goldDragon" },
  964. { "amount": 2, "type": "blackDragon" }
  965. ],
  966. "combat_value": 209,
  967. "reward" : {
  968. "value": 57000,
  969. "resources":
  970. {
  971. "gold" : 30000
  972. },
  973. "artifacts": [
  974. { "class" : "MINOR" },
  975. { "class" : "MAJOR" },
  976. { "class" : "RELIC" },
  977. { "class" : "RELIC" }
  978. ]
  979. }
  980. },
  981. {
  982. "chance": 30,
  983. "guards": [
  984. { "amount": 8, "type": "greenDragon" },
  985. { "amount": 6, "type": "redDragon" },
  986. { "amount": 4, "type": "goldDragon" },
  987. { "amount": 3, "type": "blackDragon" }
  988. ],
  989. "combat_value": 556,
  990. "reward" : {
  991. "value": 75000,
  992. "resources":
  993. {
  994. "gold" : 40000
  995. },
  996. "artifacts": [
  997. { "class" : "MAJOR" },
  998. { "class" : "RELIC" },
  999. { "class" : "RELIC" },
  1000. { "class" : "RELIC" }
  1001. ]
  1002. }
  1003. },
  1004. {
  1005. "chance": 10,
  1006. "guards": [
  1007. { "amount": 8, "type": "greenDragon" },
  1008. { "amount": 7, "type": "redDragon" },
  1009. { "amount": 6, "type": "goldDragon" },
  1010. { "amount": 5, "type": "blackDragon" }
  1011. ],
  1012. "combat_value": 343,
  1013. "reward" : {
  1014. "value": 90000,
  1015. "resources":
  1016. {
  1017. "gold" : 50000
  1018. },
  1019. "artifacts": [
  1020. { "class" : "RELIC" },
  1021. { "class" : "RELIC" },
  1022. { "class" : "RELIC" },
  1023. { "class" : "RELIC" }
  1024. ]
  1025. }
  1026. }
  1027. ]
  1028. }
  1029. }
  1030. },
  1031. "pyramid" : {
  1032. "index" :63,
  1033. "handler": "bank",
  1034. "base" : {
  1035. "sounds" : {
  1036. "visit" : ["MYSTERY"]
  1037. }
  1038. },
  1039. "types" : {
  1040. "pyramid" : {
  1041. "index" : 0,
  1042. "resetDuration" : 0,
  1043. "name" : "Pyramid",
  1044. "aiValue" : 8000,
  1045. "rmg" : {
  1046. "value" : 5000,
  1047. "rarity" : 20
  1048. },
  1049. "levels": [
  1050. {
  1051. "chance": 100,
  1052. "guards": [
  1053. { "amount": 20, "type": "goldGolem" },
  1054. { "amount": 10, "type": "diamondGolem" },
  1055. { "amount": 20, "type": "goldGolem" },
  1056. { "amount": 10, "type": "diamondGolem" }
  1057. ],
  1058. "combat_value": 786,
  1059. "reward" : {
  1060. "value": 15000,
  1061. "spells" : [ { "level" : 5 } ]
  1062. }
  1063. }
  1064. ]
  1065. }
  1066. }
  1067. }
  1068. }