creatureBanks.json 24 KB

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