creatureBanks.json 25 KB

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