| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073 |
- {
- /// These are objects that can not be configured, either due to
- /// their hardcoded status or because they don't have any configurable functionality
- "prison" : {
- "index" :62,
- "handler": "prison",
- "base" : {
- "sounds" : {
- "visit" : ["ROGUE"]
- }
- },
- "types" : {
- "prison" : { "index" : 0, "aiValue" : 5000 }
- }
- },
- "altarOfSacrifice" : {
- "index" :2,
- "handler" : "market",
- "base" : {
- "sounds" : {
- "visit" : ["MYSTERY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 20
- }
- }
- }
- },
- "tradingPost" : {
- "index" :221,
- "handler" : "market",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMARK"],
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 100
- }
- }
- }
- },
- "tradingPostDUPLICATE" : {
- "index" :99,
- "handler" : "market",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMARK"],
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 100
- }
- }
- }
- },
- "freelancersGuild" : {
- "index" :213,
- "handler" : "market",
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 100
- }
- }
- }
- },
- "blackMarket" : {
- "index" :7,
- "handler" : "blackMarket",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMARK"],
- "visit" : ["MYSTERY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 8000,
- "rmg" : {
- "value" : 8000,
- "rarity" : 20
- }
- }
- }
- },
- "pandoraBox" : {
- "index" :6,
- "handler" : "pandora",
- "base" : {
- "sounds" : {
- "visit" : ["MYSTERY"],
- "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 10000,
- "templates" : {
- "normal" : { "animation" : "ava0128.def", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- },
- "rmg" : {
- }
- }
- }
- },
- "event" : {
- "index" :26,
- "handler" : "event",
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- }
- }
- }
- },
- "redwoodObservatory" : {
- "index" :58,
- "handler" : "observatory",
- "base" : {
- "sounds" : {
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 750,
- "templates" :
- {
- "base" : { "animation" : "avxredw.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "VV", "VA"], "allowedTerrains":["grass", "swamp", "dirt", "sand", "lava", "rough"] },
- "snow" : { "animation" : "avxreds0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "VV", "VA"], "allowedTerrains":["snow"] }
- },
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 750,
- "rarity" : 100
- }
- }
- }
- },
- "pillarOfFire" : {
- "index" :60,
- "handler" : "observatory",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPFIRE"],
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 750,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 750,
- "rarity" : 100
- }
- }
- }
- },
- "coverOfDarkness" : {
- "index" :15,
- "handler" : "observatory",
- "base" : {
- "sounds" : {
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- }
- }
- }
- },
- "whirlpool" : {
- "index" :111,
- "handler" : "whirlpool",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPWHIRL"],
- "visit" : ["DANGER"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- }
- }
- }
- },
- "subterraneanGate" : {
- "index" :103,
- "handler" : "subterraneanGate",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPGATE"],
- "visit" : ["CAVEHEAD"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0 },
- "objectWoG" : { "index" : 1 } // WoG object? Present on VCMI Test 2011b
- }
- },
- "refugeeCamp" : {
- "index" :78,
- "handler" : "dwelling",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMERC"],
- "visit" : ["MILITARY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 2000,
- "rmg" : {
- "value" : 5000,
- "rarity" : 20
- }
- }
- }
- },
- "warMachineFactory" : {
- "index" :106,
- "handler" : "dwelling",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPFACT"],
- "visit" : ["MILITARY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 1500,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 1500,
- "rarity" : 50
- }
- }
- }
- },
- "shrineOfMagicLevel1" : {//incantation
- "index" :88,
- "handler" : "shrine",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 500,
- "rmg" : {
- "value" : 500,
- "rarity" : 100
- }
- }
- }
- },
- "shrineOfMagicLevel2" : {//gesture
- "index" :89,
- "handler" : "shrine",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 2000,
- "rmg" : {
- "value" : 2000,
- "rarity" : 100
- }
- }
- }
- },
- "shrineOfMagicLevel3" : {//thinking
- "index" :90,
- "handler" : "shrine",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 3000,
- "rmg" : {
- "value" : 3000,
- "rarity" : 100
- }
- },
- "object1":{ //WoG?
- "index" :1
- }
- }
- },
- "eyeOfTheMagi" : {
- "index" :27,
- "handler" : "magi",
- "base" : {
- "sounds" : {
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 0,
- "rmg" : {
- }
- }
- }
- },
- "hutOfTheMagi" : {
- "index" :37,
- "handler" : "magi",
- "base" : {
- "sounds" : {
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 750,
- "rmg" : {
- }
- }
- }
- },
- "lighthouse" : {
- "index" :42,
- "handler" : "lighthouse",
- "base" : {
- "sounds" : {
- "visit" : ["LIGHTHOUSE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 500,
- "rmg" : {
- }
- }
- }
- },
- "obelisk" : {
- "index" :57,
- "handler" : "obelisk",
- "base" : {
- "sounds" : {
- "visit" : ["MYSTERY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 350,
- "rmg" : {
- "mapLimit" : 48,
- "value" : 3500,
- "rarity" : 200
- }
- }
- }
- },
- "oceanBottle" : {
- "index" :59,
- "handler" : "sign",
- "base" : {
- "sounds" : {
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 0,
- "rmg" : {
- }
- }
- }
- },
- "scholar" : {
- "index" :81,
- "handler" : "scholar",
- "base" : {
- "sounds" : {
- "visit" : ["GAZEBO"],
- "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 1500,
- "rmg" : {
- "value" : 1500,
- "rarity" : 100
- }
- }
- }
- },
- "shipyard" : {
- "index" :87,
- "handler" : "shipyard",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPLUMB"],
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 1000,
- "rmg" : {
- }
- }
- }
- },
- "sign" : {
- "index" :91,
- "handler" : "sign",
- "base" : {
- "sounds" : {
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 0,
- "rmg" : {
- }
- }
- }
- },
- "sirens" : {
- "index" :92,
- "handler" : "siren",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSIRE"],
- "visit" : ["DANGER"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "mapLimit" : 32,
- "value" : 100,
- "rarity" : 20
- }
- }
- }
- },
- "denOfThieves" : {
- "index" :97,
- "handler" : "denOfThieves",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPDEN"],
- "visit" : ["MYSTERY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "templates" :
- {
- "green" : { "animation" : "avxdent.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["grass", "swamp", "dirt"] },
- "brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterra"] },
- },
- "rmg" : {
- "value" : 100,
- "rarity" : 100,
- "zoneLimit" : 1
- }
- }
- }
- },
- "university" : {
- "index" :104,
- "handler" : "university",
- "base" : {
- "sounds" : {
- "visit" : ["GAZEBO"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 2500,
- "rmg" : {
- "value" : 2500,
- "rarity" : 20
- }
- }
- }
- },
- "witchHut" : {
- "index" :113,
- "handler" : "witch",
- "base" : {
- "sounds" : {
- "visit" : ["GAZEBO"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 1500,
- "rmg" : {
- "zoneLimit" : 3,
- "value" : 1500,
- "rarity" : 80
- }
- },
- "object1" : { //WoG?
- "index" : 1
- }
- }
- },
- "questGuard" : {
- "index" :215,
- "handler" : "questGuard",
- "base" : {
- "sounds" : {
- "visit" : ["CAVEHEAD"],
- "removal" : [ "PICKUP01", "PICKUP02", "PICKUP03", "PICKUP04", "PICKUP05", "PICKUP06", "PICKUP07" ]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 10000,
- "rmg" : {
- }
- }
- }
- },
- "magicWell" : {
- "index" :49,
- "handler" : "magicWell",
- "base" : {
- "sounds" : {
- "visit" : ["FAERIE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 250,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 250,
- "rarity" : 100
- }
- },
- "objectWoG" : { "index" : 1} // WoG object? Present on VCMI_Test 2011b
- }
- },
- /// Random objects
- "randomTown" : { "index" :77, "handler": "randomTown", "types" : { "object" : { "index" : 0} } },
- "randomHero" : {
- "index" :70,
- "handler": "randomHero",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : {
- "animation" : "AHRANDOM",
- "editorAnimation" : "AHRANDOM",
- "visitableFrom" : [
- "+++",
- "+-+",
- "+++"
- ],
- "mask" : [
- "VVV",
- "VAV"
- ]
- }
- }
- }
- }
- },
- "randomDwelling" : { "index" :216, "handler": "randomDwelling", "types" : { "object" : { "index" : 0} } },
- "randomResource" : {
- "index" :76,
- "handler": "randomResource",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVTrndm0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomArtifact" : {
- "index" :65,
- "handler": "randomArtifact",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVArand", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomArtifactTreasure" : {
- "index" :66,
- "handler": "randomArtifact",
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- "value" : 2000,
- "rarity" : 150
- },
- "templates" : {
- "normal" : { "animation" : "AVArnd1", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomArtifactMinor" : {
- "index" :67,
- "handler": "randomArtifact",
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- "value" : 5000,
- "rarity" : 150
- },
- "templates" : {
- "normal" : { "animation" : "AVArnd2", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomArtifactMajor" : {
- "index" :68,
- "handler": "randomArtifact",
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- "value" : 10000,
- "rarity" : 150
- },
- "templates" : {
- "normal" : { "animation" : "AVArnd3", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomArtifactRelic" : {
- "index" :69,
- "handler": "randomArtifact",
- "types" : {
- "object" : {
- "index" : 0,
- "rmg" : {
- "value" : 20000,
- "rarity" : 150
- },
- "templates" : {
- "normal" : { "animation" : "AVArnd4", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonster" : {
- "index" :71,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmrnd0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel1" : {
- "index" :72,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon1", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel2" : {
- "index" :73,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon2", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel3" : {
- "index" :74,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon3", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel4" : {
- "index" :75,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon4", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel5" : {
- "index" :162,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon5", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel6" : {
- "index" :163,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon6", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- "randomMonsterLevel7" : {
- "index" :164,
- "handler": "randomMonster",
- "types" : {
- "object" : {
- "index" : 0,
- "templates" : {
- "normal" : { "animation" : "AVWmon7", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
- }
- }
- }
- },
- /// Classes without dedicated object
- "hillFort" : {
- "index" :35,
- "handler": "generic",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSWAR"],
- "visit" : ["MILITARY"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 7000,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 7000,
- "rarity" : 20
- }
- }
- }
- },
- "grail" : {
- "index" :36,
- "handler": "generic",
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 0,
- "rmg" : {
- }
- }
- }
- },
- "tavern" : {
- "index" :95,
- "handler": "generic",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPTAV"],
- "visit" : ["STORE"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 20
- }
- }
- }
- },
- "sanctuary" : {
- "index" :80,
- "handler": "generic",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSANC"],
- "visit" : ["GETPROTECTION"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "aiValue" : 100,
- "rmg" : {
- "zoneLimit" : 1,
- "value" : 100,
- "rarity" : 50
- }
- }
- }
- },
- /// Passive objects, terrain overlays
- "cursedGround" : {
- "index" : 21,
- "handler": "terrain",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPCURS"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "battleground": "cursed_ground"
- }
- }
- },
- "magicPlains" : {
- "index" : 46,
- "handler" : "terrain",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMAGI"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "battleground": "magic_plains"
- }
- }
- },
- "cloverField" : {
- "index" :222,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "clover_field" } }
- },
- "cursedGroundDUPLICATE" : {
- "index" : 223,
- "handler" : "terrain",
- "types" : {
- "object" : {
- "index" : 0,
- "battleground": "cursed_ground"
- }
- },
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPCURS"]
- }
- }
- },
- "evilFog" : {
- "index" :224,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "evil_fog" } }
- },
- "favorableWinds" : {
- "index" :225,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "ship" } }
- },
- "fieryFields": {
- "index" :226,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "fiery_fields" } }
- },
- "holyGround" : {
- "index" :227,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "holy_ground" } }
- },
- "lucidPools" : {
- "index" :228,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "lucid_pools" } }
- },
- "magicClouds" : {
- "index" :229,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "magic_clouds" } }
- },
- "magicPlainsDUPLICATE" : {
- "index" : 230,
- "handler": "terrain",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPMAGI"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0,
- "battleground": "magic_plains"
- }
- }
- },
- "rocklands" : {
- "index" :231,
- "handler": "terrain",
- "types" : { "object" : { "index" : 0, "battleground": "rocklands" } }
- },
- /// Decorations
- "cactus" : { "index" :116, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "canyon" : { "index" :117, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "crater" : { "index" :118, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "deadVegetation" : { "index" :119, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "flowers" : { "index" :120, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "frozenLake" : { "index" :121, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "hole" : { "index" :124, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "kelp" : { "index" :125, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "lake" : { "index" :126, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "lavaFlow" : { "index" :127, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "lavaLake" : { "index" :128, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "mushrooms" : { "index" :129, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "log" : { "index" :130, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "mandrake" : { "index" :131, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "moss" : { "index" :132, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "mound" : { "index" :133, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "mountain" : { "index" :134, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "oakTrees" : { "index" :135, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "outcropping" : { "index" :136, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "pineTrees" : { "index" :137, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "riverDelta" : { "index" :143, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "rock" : { "index" :147, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "sandDune" : { "index" :148, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "sandPit" : { "index" :149, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "shrub" : { "index" :150, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "skull" : { "index" :151, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "stump" : { "index" :153, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "trees" : { "index" :155, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "volcano" : {
- "index" : 158,
- "handler": "static",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPVOLC"]
- }
- },
- "types" : {
- "object" : {
- "index" : 0
- }
- }
- },
- "reef" : { "index" :161, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "lakeDUPLICATE" : { "index" :177, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "treesDUPLICATE" : { "index" :199, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "desertHills" : { "index" :206, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "dirtHills" : { "index" :207, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "grassHills" : { "index" :208, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "roughHills" : { "index" :209, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "subterraneanRocks" : { "index" :210, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "swampFoliage" : { "index" :211, "handler": "static", "types" : { "object" : { "index" : 0} } },
- //These are WoG objects? They are not available in H3
- "frozenLakeDUPLICATE" : { "index" :172, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "oakTreesDUPLICATE" : { "index" :186, "handler": "static", "types" : { "object" : { "index" : 0} } },
- "plant" : { "index" :189, "handler": "static", "types" : { "object" : { "index" : 0} } }
- }
|