generic.json 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073
  1. {
  2. /// These are objects that can not be configured, either due to
  3. /// their hardcoded status or because they don't have any configurable functionality
  4. "prison" : {
  5. "index" :62,
  6. "handler": "prison",
  7. "base" : {
  8. "sounds" : {
  9. "visit" : ["ROGUE"]
  10. }
  11. },
  12. "types" : {
  13. "prison" : { "index" : 0, "aiValue" : 5000 }
  14. }
  15. },
  16. "altarOfSacrifice" : {
  17. "index" :2,
  18. "handler" : "market",
  19. "base" : {
  20. "sounds" : {
  21. "visit" : ["MYSTERY"]
  22. }
  23. },
  24. "types" : {
  25. "object" : {
  26. "index" : 0,
  27. "aiValue" : 100,
  28. "rmg" : {
  29. "zoneLimit" : 1,
  30. "value" : 100,
  31. "rarity" : 20
  32. }
  33. }
  34. }
  35. },
  36. "tradingPost" : {
  37. "index" :221,
  38. "handler" : "market",
  39. "base" : {
  40. "sounds" : {
  41. "ambient" : ["LOOPMARK"],
  42. "visit" : ["STORE"]
  43. }
  44. },
  45. "types" : {
  46. "object" : {
  47. "index" : 0,
  48. "aiValue" : 100,
  49. "rmg" : {
  50. "zoneLimit" : 1,
  51. "value" : 100,
  52. "rarity" : 100
  53. }
  54. }
  55. }
  56. },
  57. "tradingPostDUPLICATE" : {
  58. "index" :99,
  59. "handler" : "market",
  60. "base" : {
  61. "sounds" : {
  62. "ambient" : ["LOOPMARK"],
  63. "visit" : ["STORE"]
  64. }
  65. },
  66. "types" : {
  67. "object" : {
  68. "index" : 0,
  69. "aiValue" : 100,
  70. "rmg" : {
  71. "zoneLimit" : 1,
  72. "value" : 100,
  73. "rarity" : 100
  74. }
  75. }
  76. }
  77. },
  78. "freelancersGuild" : {
  79. "index" :213,
  80. "handler" : "market",
  81. "types" : {
  82. "object" : {
  83. "index" : 0,
  84. "aiValue" : 100,
  85. "rmg" : {
  86. "zoneLimit" : 1,
  87. "value" : 100,
  88. "rarity" : 100
  89. }
  90. }
  91. }
  92. },
  93. "blackMarket" : {
  94. "index" :7,
  95. "handler" : "blackMarket",
  96. "base" : {
  97. "sounds" : {
  98. "ambient" : ["LOOPMARK"],
  99. "visit" : ["MYSTERY"]
  100. }
  101. },
  102. "types" : {
  103. "object" : {
  104. "index" : 0,
  105. "aiValue" : 8000,
  106. "rmg" : {
  107. "value" : 8000,
  108. "rarity" : 20
  109. }
  110. }
  111. }
  112. },
  113. "pandoraBox" : {
  114. "index" :6,
  115. "handler" : "pandora",
  116. "base" : {
  117. "sounds" : {
  118. "visit" : ["MYSTERY"],
  119. "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
  120. }
  121. },
  122. "types" : {
  123. "object" : {
  124. "index" : 0,
  125. "aiValue" : 10000,
  126. "templates" : {
  127. "normal" : { "animation" : "ava0128.def", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  128. },
  129. "rmg" : {
  130. }
  131. }
  132. }
  133. },
  134. "event" : {
  135. "index" :26,
  136. "handler" : "event",
  137. "types" : {
  138. "object" : {
  139. "index" : 0,
  140. "rmg" : {
  141. }
  142. }
  143. }
  144. },
  145. "redwoodObservatory" : {
  146. "index" :58,
  147. "handler" : "observatory",
  148. "base" : {
  149. "sounds" : {
  150. "visit" : ["LIGHTHOUSE"]
  151. }
  152. },
  153. "types" : {
  154. "object" : {
  155. "index" : 0,
  156. "aiValue" : 750,
  157. "templates" :
  158. {
  159. "base" : { "animation" : "avxredw.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "VV", "VA"], "allowedTerrains":["grass", "swamp", "dirt", "sand", "lava", "rough"] },
  160. "snow" : { "animation" : "avxreds0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "VV", "VA"], "allowedTerrains":["snow"] }
  161. },
  162. "rmg" : {
  163. "zoneLimit" : 1,
  164. "value" : 750,
  165. "rarity" : 100
  166. }
  167. }
  168. }
  169. },
  170. "pillarOfFire" : {
  171. "index" :60,
  172. "handler" : "observatory",
  173. "base" : {
  174. "sounds" : {
  175. "ambient" : ["LOOPFIRE"],
  176. "visit" : ["LIGHTHOUSE"]
  177. }
  178. },
  179. "types" : {
  180. "object" : {
  181. "index" : 0,
  182. "aiValue" : 750,
  183. "rmg" : {
  184. "zoneLimit" : 1,
  185. "value" : 750,
  186. "rarity" : 100
  187. }
  188. }
  189. }
  190. },
  191. "coverOfDarkness" : {
  192. "index" :15,
  193. "handler" : "observatory",
  194. "base" : {
  195. "sounds" : {
  196. "visit" : ["LIGHTHOUSE"]
  197. }
  198. },
  199. "types" : {
  200. "object" : {
  201. "index" : 0,
  202. "aiValue" : 100,
  203. "rmg" : {
  204. }
  205. }
  206. }
  207. },
  208. "whirlpool" : {
  209. "index" :111,
  210. "handler" : "whirlpool",
  211. "base" : {
  212. "sounds" : {
  213. "ambient" : ["LOOPWHIRL"],
  214. "visit" : ["DANGER"]
  215. }
  216. },
  217. "types" : {
  218. "object" : {
  219. "index" : 0,
  220. "rmg" : {
  221. }
  222. }
  223. }
  224. },
  225. "subterraneanGate" : {
  226. "index" :103,
  227. "handler" : "subterraneanGate",
  228. "base" : {
  229. "sounds" : {
  230. "ambient" : ["LOOPGATE"],
  231. "visit" : ["CAVEHEAD"]
  232. }
  233. },
  234. "types" : {
  235. "object" : {
  236. "index" : 0 },
  237. "objectWoG" : { "index" : 1 } // WoG object? Present on VCMI Test 2011b
  238. }
  239. },
  240. "refugeeCamp" : {
  241. "index" :78,
  242. "handler" : "dwelling",
  243. "base" : {
  244. "sounds" : {
  245. "ambient" : ["LOOPMERC"],
  246. "visit" : ["MILITARY"]
  247. }
  248. },
  249. "types" : {
  250. "object" : {
  251. "index" : 0,
  252. "aiValue" : 2000,
  253. "rmg" : {
  254. "value" : 5000,
  255. "rarity" : 20
  256. }
  257. }
  258. }
  259. },
  260. "warMachineFactory" : {
  261. "index" :106,
  262. "handler" : "dwelling",
  263. "base" : {
  264. "sounds" : {
  265. "ambient" : ["LOOPFACT"],
  266. "visit" : ["MILITARY"]
  267. }
  268. },
  269. "types" : {
  270. "object" : {
  271. "index" : 0,
  272. "aiValue" : 1500,
  273. "rmg" : {
  274. "zoneLimit" : 1,
  275. "value" : 1500,
  276. "rarity" : 50
  277. }
  278. }
  279. }
  280. },
  281. "shrineOfMagicLevel1" : {//incantation
  282. "index" :88,
  283. "handler" : "shrine",
  284. "base" : {
  285. "sounds" : {
  286. "ambient" : ["LOOPSHRIN"],
  287. "visit" : ["TEMPLE"]
  288. }
  289. },
  290. "types" : {
  291. "object" : {
  292. "index" : 0,
  293. "aiValue" : 500,
  294. "rmg" : {
  295. "value" : 500,
  296. "rarity" : 100
  297. }
  298. }
  299. }
  300. },
  301. "shrineOfMagicLevel2" : {//gesture
  302. "index" :89,
  303. "handler" : "shrine",
  304. "base" : {
  305. "sounds" : {
  306. "ambient" : ["LOOPSHRIN"],
  307. "visit" : ["TEMPLE"]
  308. }
  309. },
  310. "types" : {
  311. "object" : {
  312. "index" : 0,
  313. "aiValue" : 2000,
  314. "rmg" : {
  315. "value" : 2000,
  316. "rarity" : 100
  317. }
  318. }
  319. }
  320. },
  321. "shrineOfMagicLevel3" : {//thinking
  322. "index" :90,
  323. "handler" : "shrine",
  324. "base" : {
  325. "sounds" : {
  326. "ambient" : ["LOOPSHRIN"],
  327. "visit" : ["TEMPLE"]
  328. }
  329. },
  330. "types" : {
  331. "object" : {
  332. "index" : 0,
  333. "aiValue" : 3000,
  334. "rmg" : {
  335. "value" : 3000,
  336. "rarity" : 100
  337. }
  338. },
  339. "object1":{ //WoG?
  340. "index" :1
  341. }
  342. }
  343. },
  344. "eyeOfTheMagi" : {
  345. "index" :27,
  346. "handler" : "magi",
  347. "base" : {
  348. "sounds" : {
  349. "visit" : ["LIGHTHOUSE"]
  350. }
  351. },
  352. "types" : {
  353. "object" : {
  354. "index" : 0,
  355. "aiValue" : 0,
  356. "rmg" : {
  357. }
  358. }
  359. }
  360. },
  361. "hutOfTheMagi" : {
  362. "index" :37,
  363. "handler" : "magi",
  364. "base" : {
  365. "sounds" : {
  366. "visit" : ["LIGHTHOUSE"]
  367. }
  368. },
  369. "types" : {
  370. "object" : {
  371. "index" : 0,
  372. "aiValue" : 750,
  373. "rmg" : {
  374. }
  375. }
  376. }
  377. },
  378. "lighthouse" : {
  379. "index" :42,
  380. "handler" : "lighthouse",
  381. "base" : {
  382. "sounds" : {
  383. "visit" : ["LIGHTHOUSE"]
  384. }
  385. },
  386. "types" : {
  387. "object" : {
  388. "index" : 0,
  389. "aiValue" : 500,
  390. "rmg" : {
  391. }
  392. }
  393. }
  394. },
  395. "obelisk" : {
  396. "index" :57,
  397. "handler" : "obelisk",
  398. "base" : {
  399. "sounds" : {
  400. "visit" : ["MYSTERY"]
  401. }
  402. },
  403. "types" : {
  404. "object" : {
  405. "index" : 0,
  406. "aiValue" : 350,
  407. "rmg" : {
  408. "mapLimit" : 48,
  409. "value" : 3500,
  410. "rarity" : 200
  411. }
  412. }
  413. }
  414. },
  415. "oceanBottle" : {
  416. "index" :59,
  417. "handler" : "sign",
  418. "base" : {
  419. "sounds" : {
  420. "visit" : ["STORE"]
  421. }
  422. },
  423. "types" : {
  424. "object" : {
  425. "index" : 0,
  426. "aiValue" : 0,
  427. "rmg" : {
  428. }
  429. }
  430. }
  431. },
  432. "scholar" : {
  433. "index" :81,
  434. "handler" : "scholar",
  435. "base" : {
  436. "sounds" : {
  437. "visit" : ["GAZEBO"],
  438. "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
  439. }
  440. },
  441. "types" : {
  442. "object" : {
  443. "index" : 0,
  444. "aiValue" : 1500,
  445. "rmg" : {
  446. "value" : 1500,
  447. "rarity" : 100
  448. }
  449. }
  450. }
  451. },
  452. "shipyard" : {
  453. "index" :87,
  454. "handler" : "shipyard",
  455. "base" : {
  456. "sounds" : {
  457. "ambient" : ["LOOPLUMB"],
  458. "visit" : ["STORE"]
  459. }
  460. },
  461. "types" : {
  462. "object" : {
  463. "index" : 0,
  464. "aiValue" : 1000,
  465. "rmg" : {
  466. }
  467. }
  468. }
  469. },
  470. "sign" : {
  471. "index" :91,
  472. "handler" : "sign",
  473. "base" : {
  474. "sounds" : {
  475. "visit" : ["STORE"]
  476. }
  477. },
  478. "types" : {
  479. "object" : {
  480. "index" : 0,
  481. "aiValue" : 0,
  482. "rmg" : {
  483. }
  484. }
  485. }
  486. },
  487. "sirens" : {
  488. "index" :92,
  489. "handler" : "siren",
  490. "base" : {
  491. "sounds" : {
  492. "ambient" : ["LOOPSIRE"],
  493. "visit" : ["DANGER"]
  494. }
  495. },
  496. "types" : {
  497. "object" : {
  498. "index" : 0,
  499. "aiValue" : 100,
  500. "rmg" : {
  501. "mapLimit" : 32,
  502. "value" : 100,
  503. "rarity" : 20
  504. }
  505. }
  506. }
  507. },
  508. "denOfThieves" : {
  509. "index" :97,
  510. "handler" : "denOfThieves",
  511. "base" : {
  512. "sounds" : {
  513. "ambient" : ["LOOPDEN"],
  514. "visit" : ["MYSTERY"]
  515. }
  516. },
  517. "types" : {
  518. "object" : {
  519. "index" : 0,
  520. "aiValue" : 100,
  521. "templates" :
  522. {
  523. "green" : { "animation" : "avxdent.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["grass", "swamp", "dirt"] },
  524. "brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterra"] },
  525. },
  526. "rmg" : {
  527. "value" : 100,
  528. "rarity" : 100,
  529. "zoneLimit" : 1
  530. }
  531. }
  532. }
  533. },
  534. "university" : {
  535. "index" :104,
  536. "handler" : "university",
  537. "base" : {
  538. "sounds" : {
  539. "visit" : ["GAZEBO"]
  540. }
  541. },
  542. "types" : {
  543. "object" : {
  544. "index" : 0,
  545. "aiValue" : 2500,
  546. "rmg" : {
  547. "value" : 2500,
  548. "rarity" : 20
  549. }
  550. }
  551. }
  552. },
  553. "witchHut" : {
  554. "index" :113,
  555. "handler" : "witch",
  556. "base" : {
  557. "sounds" : {
  558. "visit" : ["GAZEBO"]
  559. }
  560. },
  561. "types" : {
  562. "object" : {
  563. "index" : 0,
  564. "aiValue" : 1500,
  565. "rmg" : {
  566. "zoneLimit" : 3,
  567. "value" : 1500,
  568. "rarity" : 80
  569. }
  570. },
  571. "object1" : { //WoG?
  572. "index" : 1
  573. }
  574. }
  575. },
  576. "questGuard" : {
  577. "index" :215,
  578. "handler" : "questGuard",
  579. "base" : {
  580. "sounds" : {
  581. "visit" : ["CAVEHEAD"],
  582. "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
  583. }
  584. },
  585. "types" : {
  586. "object" : {
  587. "index" : 0,
  588. "aiValue" : 10000,
  589. "rmg" : {
  590. }
  591. }
  592. }
  593. },
  594. "magicWell" : {
  595. "index" :49,
  596. "handler" : "magicWell",
  597. "base" : {
  598. "sounds" : {
  599. "visit" : ["FAERIE"]
  600. }
  601. },
  602. "types" : {
  603. "object" : {
  604. "index" : 0,
  605. "aiValue" : 250,
  606. "rmg" : {
  607. "zoneLimit" : 1,
  608. "value" : 250,
  609. "rarity" : 100
  610. }
  611. },
  612. "objectWoG" : { "index" : 1} // WoG object? Present on VCMI_Test 2011b
  613. }
  614. },
  615. /// Random objects
  616. "randomTown" : { "index" :77, "handler": "randomTown", "types" : { "object" : { "index" : 0} } },
  617. "randomHero" : {
  618. "index" :70,
  619. "handler": "randomHero",
  620. "types" : {
  621. "object" : {
  622. "index" : 0,
  623. "templates" : {
  624. "normal" : {
  625. "animation" : "AHRANDOM",
  626. "editorAnimation" : "AHRANDOM",
  627. "visitableFrom" : [
  628. "+++",
  629. "+-+",
  630. "+++"
  631. ],
  632. "mask" : [
  633. "VVV",
  634. "VAV"
  635. ]
  636. }
  637. }
  638. }
  639. }
  640. },
  641. "randomDwelling" : { "index" :216, "handler": "randomDwelling", "types" : { "object" : { "index" : 0} } },
  642. "randomResource" : {
  643. "index" :76,
  644. "handler": "randomResource",
  645. "types" : {
  646. "object" : {
  647. "index" : 0,
  648. "templates" : {
  649. "normal" : { "animation" : "AVTrndm0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  650. }
  651. }
  652. }
  653. },
  654. "randomArtifact" : {
  655. "index" :65,
  656. "handler": "randomArtifact",
  657. "types" : {
  658. "object" : {
  659. "index" : 0,
  660. "templates" : {
  661. "normal" : { "animation" : "AVArand", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  662. }
  663. }
  664. }
  665. },
  666. "randomArtifactTreasure" : {
  667. "index" :66,
  668. "handler": "randomArtifact",
  669. "types" : {
  670. "object" : {
  671. "index" : 0,
  672. "rmg" : {
  673. "value" : 2000,
  674. "rarity" : 150
  675. },
  676. "templates" : {
  677. "normal" : { "animation" : "AVArnd1", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  678. }
  679. }
  680. }
  681. },
  682. "randomArtifactMinor" : {
  683. "index" :67,
  684. "handler": "randomArtifact",
  685. "types" : {
  686. "object" : {
  687. "index" : 0,
  688. "rmg" : {
  689. "value" : 5000,
  690. "rarity" : 150
  691. },
  692. "templates" : {
  693. "normal" : { "animation" : "AVArnd2", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  694. }
  695. }
  696. }
  697. },
  698. "randomArtifactMajor" : {
  699. "index" :68,
  700. "handler": "randomArtifact",
  701. "types" : {
  702. "object" : {
  703. "index" : 0,
  704. "rmg" : {
  705. "value" : 10000,
  706. "rarity" : 150
  707. },
  708. "templates" : {
  709. "normal" : { "animation" : "AVArnd3", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  710. }
  711. }
  712. }
  713. },
  714. "randomArtifactRelic" : {
  715. "index" :69,
  716. "handler": "randomArtifact",
  717. "types" : {
  718. "object" : {
  719. "index" : 0,
  720. "rmg" : {
  721. "value" : 20000,
  722. "rarity" : 150
  723. },
  724. "templates" : {
  725. "normal" : { "animation" : "AVArnd4", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  726. }
  727. }
  728. }
  729. },
  730. "randomMonster" : {
  731. "index" :71,
  732. "handler": "randomMonster",
  733. "types" : {
  734. "object" : {
  735. "index" : 0,
  736. "templates" : {
  737. "normal" : { "animation" : "AVWmrnd0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  738. }
  739. }
  740. }
  741. },
  742. "randomMonsterLevel1" : {
  743. "index" :72,
  744. "handler": "randomMonster",
  745. "types" : {
  746. "object" : {
  747. "index" : 0,
  748. "templates" : {
  749. "normal" : { "animation" : "AVWmon1", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  750. }
  751. }
  752. }
  753. },
  754. "randomMonsterLevel2" : {
  755. "index" :73,
  756. "handler": "randomMonster",
  757. "types" : {
  758. "object" : {
  759. "index" : 0,
  760. "templates" : {
  761. "normal" : { "animation" : "AVWmon2", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  762. }
  763. }
  764. }
  765. },
  766. "randomMonsterLevel3" : {
  767. "index" :74,
  768. "handler": "randomMonster",
  769. "types" : {
  770. "object" : {
  771. "index" : 0,
  772. "templates" : {
  773. "normal" : { "animation" : "AVWmon3", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  774. }
  775. }
  776. }
  777. },
  778. "randomMonsterLevel4" : {
  779. "index" :75,
  780. "handler": "randomMonster",
  781. "types" : {
  782. "object" : {
  783. "index" : 0,
  784. "templates" : {
  785. "normal" : { "animation" : "AVWmon4", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  786. }
  787. }
  788. }
  789. },
  790. "randomMonsterLevel5" : {
  791. "index" :162,
  792. "handler": "randomMonster",
  793. "types" : {
  794. "object" : {
  795. "index" : 0,
  796. "templates" : {
  797. "normal" : { "animation" : "AVWmon5", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  798. }
  799. }
  800. }
  801. },
  802. "randomMonsterLevel6" : {
  803. "index" :163,
  804. "handler": "randomMonster",
  805. "types" : {
  806. "object" : {
  807. "index" : 0,
  808. "templates" : {
  809. "normal" : { "animation" : "AVWmon6", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  810. }
  811. }
  812. }
  813. },
  814. "randomMonsterLevel7" : {
  815. "index" :164,
  816. "handler": "randomMonster",
  817. "types" : {
  818. "object" : {
  819. "index" : 0,
  820. "templates" : {
  821. "normal" : { "animation" : "AVWmon7", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
  822. }
  823. }
  824. }
  825. },
  826. /// Classes without dedicated object
  827. "hillFort" : {
  828. "index" :35,
  829. "handler": "generic",
  830. "base" : {
  831. "sounds" : {
  832. "ambient" : ["LOOPSWAR"],
  833. "visit" : ["MILITARY"]
  834. }
  835. },
  836. "types" : {
  837. "object" : {
  838. "index" : 0,
  839. "aiValue" : 7000,
  840. "rmg" : {
  841. "zoneLimit" : 1,
  842. "value" : 7000,
  843. "rarity" : 20
  844. }
  845. }
  846. }
  847. },
  848. "grail" : {
  849. "index" :36,
  850. "handler": "generic",
  851. "types" : {
  852. "object" : {
  853. "index" : 0,
  854. "aiValue" : 0,
  855. "rmg" : {
  856. }
  857. }
  858. }
  859. },
  860. "tavern" : {
  861. "index" :95,
  862. "handler": "generic",
  863. "base" : {
  864. "sounds" : {
  865. "ambient" : ["LOOPTAV"],
  866. "visit" : ["STORE"]
  867. }
  868. },
  869. "types" : {
  870. "object" : {
  871. "index" : 0,
  872. "aiValue" : 100,
  873. "rmg" : {
  874. "zoneLimit" : 1,
  875. "value" : 100,
  876. "rarity" : 20
  877. }
  878. }
  879. }
  880. },
  881. "sanctuary" : {
  882. "index" :80,
  883. "handler": "generic",
  884. "base" : {
  885. "sounds" : {
  886. "ambient" : ["LOOPSANC"],
  887. "visit" : ["GETPROTECTION"]
  888. }
  889. },
  890. "types" : {
  891. "object" : {
  892. "index" : 0,
  893. "aiValue" : 100,
  894. "rmg" : {
  895. "zoneLimit" : 1,
  896. "value" : 100,
  897. "rarity" : 50
  898. }
  899. }
  900. }
  901. },
  902. /// Passive objects, terrain overlays
  903. "cursedGround" : {
  904. "index" : 21,
  905. "handler": "terrain",
  906. "base" : {
  907. "sounds" : {
  908. "ambient" : ["LOOPCURS"]
  909. }
  910. },
  911. "types" : {
  912. "object" : {
  913. "index" : 0,
  914. "battleground": "cursed_ground"
  915. }
  916. }
  917. },
  918. "magicPlains" : {
  919. "index" : 46,
  920. "handler" : "terrain",
  921. "base" : {
  922. "sounds" : {
  923. "ambient" : ["LOOPMAGI"]
  924. }
  925. },
  926. "types" : {
  927. "object" : {
  928. "index" : 0,
  929. "battleground": "magic_plains"
  930. }
  931. }
  932. },
  933. "cloverField" : {
  934. "index" :222,
  935. "handler": "terrain",
  936. "types" : { "object" : { "index" : 0, "battleground": "clover_field" } }
  937. },
  938. "cursedGroundDUPLICATE" : {
  939. "index" : 223,
  940. "handler" : "terrain",
  941. "types" : {
  942. "object" : {
  943. "index" : 0,
  944. "battleground": "cursed_ground"
  945. }
  946. },
  947. "base" : {
  948. "sounds" : {
  949. "ambient" : ["LOOPCURS"]
  950. }
  951. }
  952. },
  953. "evilFog" : {
  954. "index" :224,
  955. "handler": "terrain",
  956. "types" : { "object" : { "index" : 0, "battleground": "evil_fog" } }
  957. },
  958. "favorableWinds" : {
  959. "index" :225,
  960. "handler": "terrain",
  961. "types" : { "object" : { "index" : 0, "battleground": "ship" } }
  962. },
  963. "fieryFields": {
  964. "index" :226,
  965. "handler": "terrain",
  966. "types" : { "object" : { "index" : 0, "battleground": "fiery_fields" } }
  967. },
  968. "holyGround" : {
  969. "index" :227,
  970. "handler": "terrain",
  971. "types" : { "object" : { "index" : 0, "battleground": "holy_ground" } }
  972. },
  973. "lucidPools" : {
  974. "index" :228,
  975. "handler": "terrain",
  976. "types" : { "object" : { "index" : 0, "battleground": "lucid_pools" } }
  977. },
  978. "magicClouds" : {
  979. "index" :229,
  980. "handler": "terrain",
  981. "types" : { "object" : { "index" : 0, "battleground": "magic_clouds" } }
  982. },
  983. "magicPlainsDUPLICATE" : {
  984. "index" : 230,
  985. "handler": "terrain",
  986. "base" : {
  987. "sounds" : {
  988. "ambient" : ["LOOPMAGI"]
  989. }
  990. },
  991. "types" : {
  992. "object" : {
  993. "index" : 0,
  994. "battleground": "magic_plains"
  995. }
  996. }
  997. },
  998. "rocklands" : {
  999. "index" :231,
  1000. "handler": "terrain",
  1001. "types" : { "object" : { "index" : 0, "battleground": "rocklands" } }
  1002. },
  1003. /// Decorations
  1004. "cactus" : { "index" :116, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1005. "canyon" : { "index" :117, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1006. "crater" : { "index" :118, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1007. "deadVegetation" : { "index" :119, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1008. "flowers" : { "index" :120, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1009. "frozenLake" : { "index" :121, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1010. "hole" : { "index" :124, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1011. "kelp" : { "index" :125, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1012. "lake" : { "index" :126, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1013. "lavaFlow" : { "index" :127, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1014. "lavaLake" : { "index" :128, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1015. "mushrooms" : { "index" :129, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1016. "log" : { "index" :130, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1017. "mandrake" : { "index" :131, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1018. "moss" : { "index" :132, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1019. "mound" : { "index" :133, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1020. "mountain" : { "index" :134, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1021. "oakTrees" : { "index" :135, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1022. "outcropping" : { "index" :136, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1023. "pineTrees" : { "index" :137, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1024. "riverDelta" : { "index" :143, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1025. "rock" : { "index" :147, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1026. "sandDune" : { "index" :148, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1027. "sandPit" : { "index" :149, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1028. "shrub" : { "index" :150, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1029. "skull" : { "index" :151, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1030. "stump" : { "index" :153, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1031. "trees" : { "index" :155, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1032. "volcano" : {
  1033. "index" : 158,
  1034. "handler": "static",
  1035. "base" : {
  1036. "sounds" : {
  1037. "ambient" : ["LOOPVOLC"]
  1038. }
  1039. },
  1040. "types" : {
  1041. "object" : {
  1042. "index" : 0
  1043. }
  1044. }
  1045. },
  1046. "reef" : { "index" :161, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1047. "lakeDUPLICATE" : { "index" :177, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1048. "treesDUPLICATE" : { "index" :199, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1049. "desertHills" : { "index" :206, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1050. "dirtHills" : { "index" :207, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1051. "grassHills" : { "index" :208, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1052. "roughHills" : { "index" :209, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1053. "subterraneanRocks" : { "index" :210, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1054. "swampFoliage" : { "index" :211, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1055. //These are WoG objects? They are not available in H3
  1056. "frozenLakeDUPLICATE" : { "index" :172, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1057. "oakTreesDUPLICATE" : { "index" :186, "handler": "static", "types" : { "object" : { "index" : 0} } },
  1058. "plant" : { "index" :189, "handler": "static", "types" : { "object" : { "index" : 0} } }
  1059. }