1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-06 23:26:26 +02:00

Dwelling aiValue set: cre.aiValue * growth

This commit is contained in:
Dydzio 2018-08-07 19:47:02 +02:00
parent 41df9d8283
commit 01709bd196

View File

@ -15,6 +15,7 @@
"types" : { "types" : {
"basiliskPit": { "basiliskPit": {
"index": 0, "index": 0,
"aiValue" : 2208,
"creatures": [["basilisk"]], "creatures": [["basilisk"]],
"sounds": { "sounds": {
"ambient": ["LOOPMONS"] "ambient": ["LOOPMONS"]
@ -22,6 +23,7 @@
}, },
"behemothCrag": { "behemothCrag": {
"index": 1, "index": 1,
"aiValue" : 3162,
"creatures": [["behemoth"]], "creatures": [["behemoth"]],
"sounds": { "sounds": {
"ambient": ["LOOPBEHE"] "ambient": ["LOOPBEHE"]
@ -29,6 +31,7 @@
}, },
"pillarOfEyes": { "pillarOfEyes": {
"index": 2, "index": 2,
"aiValue" : 2352,
"creatures": [["beholder"]], "creatures": [["beholder"]],
"sounds": { "sounds": {
"ambient": ["LOOPCAVE"] "ambient": ["LOOPCAVE"]
@ -36,6 +39,7 @@
}, },
"hallOfDarkness": { "hallOfDarkness": {
"index": 3, "index": 3,
"aiValue" : 4174,
"creatures": [["blackKnight"]], "creatures": [["blackKnight"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEAD"] "ambient": ["LOOPDEAD"]
@ -43,6 +47,7 @@
}, },
"dragonVault": { "dragonVault": {
"index": 4, "index": 4,
"aiValue" : 3388,
"creatures": [["boneDragon"]], "creatures": [["boneDragon"]],
"sounds": { "sounds": {
"ambient": ["LOOPDRAG"] "ambient": ["LOOPDRAG"]
@ -50,6 +55,7 @@
}, },
"trainingGrounds": { "trainingGrounds": {
"index": 5, "index": 5,
"aiValue" : 3892,
"creatures": [["cavalier"]], "creatures": [["cavalier"]],
"sounds": { "sounds": {
"ambient": ["LOOPHORS"] "ambient": ["LOOPHORS"]
@ -57,6 +63,7 @@
}, },
"centaurStables": { "centaurStables": {
"index": 6, "index": 6,
"aiValue" : 1400,
"creatures": [["centaur"]], "creatures": [["centaur"]],
"sounds": { "sounds": {
"ambient": ["LOOPHORS"] "ambient": ["LOOPHORS"]
@ -64,6 +71,7 @@
}, },
"airConflux": { "airConflux": {
"index": 7, "index": 7,
"aiValue" : 2136,
"creatures": [["airElemental"]], "creatures": [["airElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPAIR"] "ambient": ["LOOPAIR"]
@ -71,6 +79,7 @@
}, },
"portalOfGlory": { "portalOfGlory": {
"index": 8, "index": 8,
"aiValue" : 5019,
"creatures": [["angel"]], "creatures": [["angel"]],
"sounds": { "sounds": {
"ambient": ["LOOPSANC"] "ambient": ["LOOPSANC"]
@ -78,6 +87,7 @@
}, },
"cyclopsCave": { "cyclopsCave": {
"index": 9, "index": 9,
"aiValue" : 2532,
"creatures": [["cyclop"]], "creatures": [["cyclop"]],
"sounds": { "sounds": {
"ambient": ["LOOPCAVE"] "ambient": ["LOOPCAVE"]
@ -85,6 +95,7 @@
}, },
"forsakenPalace": { "forsakenPalace": {
"index": 10, "index": 10,
"aiValue" : 5101,
"creatures": [["devil"]], "creatures": [["devil"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEVL"] "ambient": ["LOOPDEVL"]
@ -92,6 +103,7 @@
}, },
"serpentFlyHive": { "serpentFlyHive": {
"index": 11, "index": 11,
"aiValue" : 2144,
"creatures": [["serpentFly"]], "creatures": [["serpentFly"]],
"sounds": { "sounds": {
"ambient": ["LOOPLEAR"] "ambient": ["LOOPLEAR"]
@ -99,6 +111,7 @@
}, },
"dwarfCottage": { "dwarfCottage": {
"index": 12, "index": 12,
"aiValue" : 1104,
"creatures": [["dwarf"]], "creatures": [["dwarf"]],
"sounds": { "sounds": {
"ambient": ["LOOPDWAR"] "ambient": ["LOOPDWAR"]
@ -106,6 +119,7 @@
}, },
"earthConflux": { "earthConflux": {
"index": 13, "index": 13,
"aiValue" : 1320,
"creatures": [["earthElemental"]], "creatures": [["earthElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPEART"] "ambient": ["LOOPEART"]
@ -113,6 +127,7 @@
}, },
"fireLake": { "fireLake": {
"index": 14, "index": 14,
"aiValue" : 3340,
"creatures": [["efreet"]], "creatures": [["efreet"]],
"sounds": { "sounds": {
"ambient": ["LOOPVENT"] "ambient": ["LOOPVENT"]
@ -120,6 +135,7 @@
}, },
"homestead": { "homestead": {
"index": 15, "index": 15,
"aiValue" : 1638,
"creatures": [["woodElf"]], "creatures": [["woodElf"]],
"sounds": { "sounds": {
"ambient": ["LOOPELF"] "ambient": ["LOOPELF"]
@ -127,6 +143,7 @@
}, },
"fireConflux": { "fireConflux": {
"index": 16, "index": 16,
"aiValue" : 1725,
"creatures": [["fireElemental"]], "creatures": [["fireElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPFIRE"] "ambient": ["LOOPFIRE"]
@ -134,6 +151,7 @@
}, },
"parapet": { "parapet": {
"index": 17, "index": 17,
"aiValue" : 1485,
"creatures": [["stoneGargoyle"]], "creatures": [["stoneGargoyle"]],
"sounds": { "sounds": {
"ambient": ["LOOPGRIF"] "ambient": ["LOOPGRIF"]
@ -141,6 +159,7 @@
}, },
"altarOfWishes": { "altarOfWishes": {
"index": 18, "index": 18,
"aiValue" : 2652,
"creatures": [["genie"]], "creatures": [["genie"]],
"sounds": { "sounds": {
"ambient": ["LOOPMAGI"] "ambient": ["LOOPMAGI"]
@ -148,6 +167,7 @@
}, },
"wolfPen": { "wolfPen": {
"index": 19, "index": 19,
"aiValue" : 1170,
"creatures": [["goblinWolfRider"]], "creatures": [["goblinWolfRider"]],
"sounds": { "sounds": {
"ambient": ["LOOPWOLF"] "ambient": ["LOOPWOLF"]
@ -155,6 +175,7 @@
}, },
"gnollHut": { "gnollHut": {
"index": 20, "index": 20,
"aiValue" : 672,
"creatures": [["gnoll"]], "creatures": [["gnoll"]],
"sounds": { "sounds": {
"ambient": ["LOOPORC"] "ambient": ["LOOPORC"]
@ -162,6 +183,7 @@
}, },
"goblinBarracks": { "goblinBarracks": {
"index": 21, "index": 21,
"aiValue" : 900,
"creatures": [["goblin"]], "creatures": [["goblin"]],
"sounds": { "sounds": {
"ambient": ["LOOPGOBL"] "ambient": ["LOOPGOBL"]
@ -169,6 +191,7 @@
}, },
"hallOfSins": { "hallOfSins": {
"index": 22, "index": 22,
"aiValue" : 1272,
"creatures": [["gog"]], "creatures": [["gog"]],
"sounds": { "sounds": {
"ambient": ["LOOPVENT"] "ambient": ["LOOPVENT"]
@ -176,6 +199,7 @@
}, },
"gorgonLair": { "gorgonLair": {
"index": 23, "index": 23,
"aiValue" : 2670,
"creatures": [["gorgon"]], "creatures": [["gorgon"]],
"sounds": { "sounds": {
"ambient": ["LOOPBEHE"] "ambient": ["LOOPBEHE"]
@ -183,6 +207,7 @@
}, },
"dragonCliffs": { "dragonCliffs": {
"index": 24, "index": 24,
"aiValue" : 4872,
"creatures": [["greenDragon"]], "creatures": [["greenDragon"]],
"sounds": { "sounds": {
"ambient": ["LOOPDRAG"] "ambient": ["LOOPDRAG"]
@ -190,6 +215,7 @@
}, },
"griffinTower": { "griffinTower": {
"index": 25, "index": 25,
"aiValue" : 2457,
"creatures": [["griffin"]], "creatures": [["griffin"]],
"sounds": { "sounds": {
"ambient": ["LOOPGRIF"] "ambient": ["LOOPGRIF"]
@ -197,6 +223,7 @@
}, },
"harpyLoft": { "harpyLoft": {
"index": 26, "index": 26,
"aiValue" : 1232,
"creatures": [["harpy"]], "creatures": [["harpy"]],
"sounds": { "sounds": {
"ambient": ["LOOPHARP"] "ambient": ["LOOPHARP"]
@ -204,6 +231,7 @@
}, },
"kennels": { "kennels": {
"index": 27, "index": 27,
"aiValue" : 1785,
"creatures": [["hellHound"]], "creatures": [["hellHound"]],
"sounds": { "sounds": {
"ambient": ["LOOPDOG"] "ambient": ["LOOPDOG"]
@ -211,6 +239,7 @@
}, },
"hydraPond": { "hydraPond": {
"index": 28, "index": 28,
"aiValue" : 4120,
"creatures": [["hydra"]], "creatures": [["hydra"]],
"sounds": { "sounds": {
"ambient": ["LOOPHYDR"] "ambient": ["LOOPHYDR"]
@ -218,6 +247,7 @@
}, },
"impCrucible": { "impCrucible": {
"index": 29, "index": 29,
"aiValue" : 750,
"creatures": [["imp"]], "creatures": [["imp"]],
"sounds": { "sounds": {
"ambient": ["LOOPFIRE"] "ambient": ["LOOPFIRE"]
@ -225,6 +255,7 @@
}, },
"lizardDen": { "lizardDen": {
"index": 30, "index": 30,
"aiValue" : 1134,
"creatures": [["lizardman"]], "creatures": [["lizardman"]],
"sounds": { "sounds": {
"ambient": ["LOOPARCH"] "ambient": ["LOOPARCH"]
@ -232,6 +263,7 @@
}, },
"mageTower": { "mageTower": {
"index": 31, "index": 31,
"aiValue" : 2280,
"creatures": [["mage"]], "creatures": [["mage"]],
"sounds": { "sounds": {
"ambient": ["LOOPMAGI"] "ambient": ["LOOPMAGI"]
@ -239,6 +271,7 @@
}, },
"manticoreLair": { "manticoreLair": {
"index": 32, "index": 32,
"aiValue" : 3094,
"creatures": [["manticore"]], "creatures": [["manticore"]],
"sounds": { "sounds": {
"ambient": ["LOOPMANT"] "ambient": ["LOOPMANT"]
@ -246,6 +279,7 @@
}, },
"medusaChapel": { "medusaChapel": {
"index": 33, "index": 33,
"aiValue" : 2068,
"creatures": [["medusa"]], "creatures": [["medusa"]],
"sounds": { "sounds": {
"ambient": ["LOOPMEDU"] "ambient": ["LOOPMEDU"]
@ -253,6 +287,7 @@
}, },
"labyrinth": { "labyrinth": {
"index": 34, "index": 34,
"aiValue" : 2505,
"creatures": [["minotaur"]], "creatures": [["minotaur"]],
"sounds": { "sounds": {
"ambient": ["LOOPANIM"] "ambient": ["LOOPANIM"]
@ -260,6 +295,7 @@
}, },
"monastery": { "monastery": {
"index": 35, "index": 35,
"aiValue" : 1455,
"creatures": [["monk"]], "creatures": [["monk"]],
"sounds": { "sounds": {
"ambient": ["LOOPMONK"] "ambient": ["LOOPMONK"]
@ -267,6 +303,7 @@
}, },
"goldenPavilion": { "goldenPavilion": {
"index": 36, "index": 36,
"aiValue" : 4032,
"creatures": [["naga"]], "creatures": [["naga"]],
"sounds": { "sounds": {
"ambient": ["LOOPNAGA"] "ambient": ["LOOPNAGA"]
@ -274,6 +311,7 @@
}, },
"demonGate": { "demonGate": {
"index": 37, "index": 37,
"aiValue" : 1780,
"creatures": [["demon"]], "creatures": [["demon"]],
"sounds": { "sounds": {
"ambient": ["LOOPCAVE"] "ambient": ["LOOPCAVE"]
@ -281,6 +319,7 @@
}, },
"ogreFort": { "ogreFort": {
"index": 38, "index": 38,
"aiValue" : 1664,
"creatures": [["ogre"]], "creatures": [["ogre"]],
"sounds": { "sounds": {
"ambient": ["LOOPOGRE"] "ambient": ["LOOPOGRE"]
@ -288,6 +327,7 @@
}, },
"orcTower": { "orcTower": {
"index": 39, "index": 39,
"aiValue" : 1344,
"creatures": [["orc"]], "creatures": [["orc"]],
"sounds": { "sounds": {
"ambient": ["LOOPORC"] "ambient": ["LOOPORC"]
@ -295,6 +335,7 @@
}, },
"hellHole": { "hellHole": {
"index": 40, "index": 40,
"aiValue" : 2295,
"creatures": [["pitFiend"]], "creatures": [["pitFiend"]],
"sounds": { "sounds": {
"ambient": ["LOOPFIRE"] "ambient": ["LOOPFIRE"]
@ -302,6 +343,7 @@
}, },
"dragonCave": { "dragonCave": {
"index": 41, "index": 41,
"aiValue" : 4702,
"creatures": [["redDragon"]], "creatures": [["redDragon"]],
"sounds": { "sounds": {
"ambient": ["LOOPDRAG"] "ambient": ["LOOPDRAG"]
@ -309,6 +351,7 @@
}, },
"cliffNest": { "cliffNest": {
"index": 42, "index": 42,
"aiValue" : 3081,
"creatures": [["roc"]], "creatures": [["roc"]],
"sounds": { "sounds": {
"ambient": ["LOOPBIRD"] "ambient": ["LOOPBIRD"]
@ -316,6 +359,7 @@
}, },
"workshop": { "workshop": {
"index": 43, "index": 43,
"aiValue" : 704,
"creatures": [["gremlin"]], "creatures": [["gremlin"]],
"sounds": { "sounds": {
"ambient": ["LOOPGREM"] "ambient": ["LOOPGREM"]
@ -323,6 +367,7 @@
}, },
"cloudTemple": { "cloudTemple": {
"index": 44, "index": 44,
"aiValue" : 3718,
"creatures": [["giant"]], "creatures": [["giant"]],
"sounds": { "sounds": {
"ambient": ["LOOPTITA"] "ambient": ["LOOPTITA"]
@ -330,6 +375,7 @@
}, },
"dendroidArches": { "dendroidArches": {
"index": 45, "index": 45,
"aiValue" : 1551,
"creatures": [["dendroidGuard"]], "creatures": [["dendroidGuard"]],
"sounds": { "sounds": {
"ambient": ["LOOPGARD"] "ambient": ["LOOPGARD"]
@ -337,6 +383,7 @@
}, },
"warren": { "warren": {
"index": 46, "index": 46,
"aiValue" : 826,
"creatures": [["troglodyte"]], "creatures": [["troglodyte"]],
"sounds": { "sounds": {
"ambient": ["LOOPCAVE"] "ambient": ["LOOPCAVE"]
@ -344,6 +391,7 @@
}, },
"waterConflux": { "waterConflux": {
"index": 47, "index": 47,
"aiValue" : 1890,
"creatures": [["waterElemental"]], "creatures": [["waterElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPFOUN"] "ambient": ["LOOPFOUN"]
@ -351,6 +399,7 @@
}, },
"tombOfSouls": { "tombOfSouls": {
"index": 48, "index": 48,
"aiValue" : 1764,
"creatures": [["wight"]], "creatures": [["wight"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEAD"] "ambient": ["LOOPDEAD"]
@ -358,6 +407,7 @@
}, },
"wyvernNest": { "wyvernNest": {
"index": 49, "index": 49,
"aiValue" : 2700,
"creatures": [["wyvern"]], "creatures": [["wyvern"]],
"sounds": { "sounds": {
"ambient": ["LOOPMONS"] "ambient": ["LOOPMONS"]
@ -365,6 +415,7 @@
}, },
"enchantedSpring": { "enchantedSpring": {
"index": 50, "index": 50,
"aiValue" : 2590,
"creatures": [["pegasus"]], "creatures": [["pegasus"]],
"sounds": { "sounds": {
"ambient": ["LOOPPEGA"] "ambient": ["LOOPPEGA"]
@ -372,6 +423,7 @@
}, },
"unicornGladeBig": { "unicornGladeBig": {
"index": 51, "index": 51,
"aiValue" : 3612,
"creatures": [["unicorn"]], "creatures": [["unicorn"]],
"sounds": { "sounds": {
"ambient": ["LOOPUNIC"] "ambient": ["LOOPUNIC"]
@ -379,6 +431,7 @@
}, },
"mausoleum": { "mausoleum": {
"index": 52, "index": 52,
"aiValue" : 2544,
"creatures": [["lich"]], "creatures": [["lich"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEAD"] "ambient": ["LOOPDEAD"]
@ -386,6 +439,7 @@
}, },
"estate": { "estate": {
"index": 53, "index": 53,
"aiValue" : 2220,
"creatures": [["vampire"]], "creatures": [["vampire"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEAD"] "ambient": ["LOOPDEAD"]
@ -393,6 +447,7 @@
}, },
"cursedTemple": { "cursedTemple": {
"index": 54, "index": 54,
"aiValue" : 720,
"creatures": [["skeleton"]], "creatures": [["skeleton"]],
"sounds": { "sounds": {
"ambient": ["LOOPSKEL"] "ambient": ["LOOPSKEL"]
@ -400,6 +455,7 @@
}, },
"graveyard": { "graveyard": {
"index": 55, "index": 55,
"aiValue" : 784,
"creatures": [["walkingDead"]], "creatures": [["walkingDead"]],
"sounds": { "sounds": {
"ambient": ["LOOPDEAD"] "ambient": ["LOOPDEAD"]
@ -407,6 +463,7 @@
}, },
"guardhouse": { "guardhouse": {
"index": 56, "index": 56,
"aiValue" : 1120,
"creatures": [["pikeman"]], "creatures": [["pikeman"]],
"sounds": { "sounds": {
"ambient": ["LOOPPIKE"] "ambient": ["LOOPPIKE"]
@ -414,6 +471,7 @@
}, },
"archersTower": { "archersTower": {
"index": 57, "index": 57,
"aiValue" : 1134,
"creatures": [["archer"]], "creatures": [["archer"]],
"sounds": { "sounds": {
"ambient": ["LOOPARCH"] "ambient": ["LOOPARCH"]
@ -421,46 +479,57 @@
}, },
"barracks": { "barracks": {
"index": 58, "index": 58,
"aiValue" : 1780,
"creatures": [["swordsman"]] "creatures": [["swordsman"]]
}, },
"magicLantern": { "magicLantern": {
"index": 59, "index": 59,
"aiValue" : 1100,
"creatures": [["pixie"]] "creatures": [["pixie"]]
}, },
"altarOfThought": { "altarOfThought": {
"index": 60, "index": 60,
"aiValue" : 3338,
"creatures": [["psychicElemental"]] "creatures": [["psychicElemental"]]
}, },
"pyre": { "pyre": {
"index": 61, "index": 61,
"aiValue" : 9094,
"creatures": [["firebird"]] "creatures": [["firebird"]]
}, },
"frozenCliffs": { "frozenCliffs": {
"index": 62, "index": 62,
"aiValue" : 78845,
"creatures": [["azureDragon"]] "creatures": [["azureDragon"]]
}, },
"crystalCavern": { "crystalCavern": {
"index": 63, "index": 63,
"aiValue" : 39338,
"creatures": [["crystalDragon"]] "creatures": [["crystalDragon"]]
}, },
"magicForest": { "magicForest": {
"index": 64, "index": 64,
"aiValue" : 19580,
"creatures": [["fairieDragon"]] "creatures": [["fairieDragon"]]
}, },
"sulfurousLair": { "sulfurousLair": {
"index": 65, "index": 65,
"aiValue" : 26433,
"creatures": [["rustDragon"]] "creatures": [["rustDragon"]]
}, },
"enchantersHollow": { "enchantersHollow": {
"index": 66, "index": 66,
"aiValue" : 2420,
"creatures": [["enchanter"]] "creatures": [["enchanter"]]
}, },
"treetopTower": { "treetopTower": {
"index": 67, "index": 67,
"aiValue" : 2340,
"creatures": [["sharpshooter"]] "creatures": [["sharpshooter"]]
}, },
"unicornGlade": { "unicornGlade": {
"index": 68, "index": 68,
"aiValue" : 3612,
"creatures": [["unicorn"]], "creatures": [["unicorn"]],
"sounds": { "sounds": {
"ambient": ["LOOPUNIC"] "ambient": ["LOOPUNIC"]
@ -468,6 +537,7 @@
}, },
"altarOfAir": { "altarOfAir": {
"index": 69, "index": 69,
"aiValue" : 2136,
"creatures": [["airElemental"]], "creatures": [["airElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPAIR"] "ambient": ["LOOPAIR"]
@ -475,6 +545,7 @@
}, },
"altarOfEarth": { "altarOfEarth": {
"index": 70, "index": 70,
"aiValue" : 1320,
"creatures": [["earthElemental"]], "creatures": [["earthElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPEART"] "ambient": ["LOOPEART"]
@ -482,6 +553,7 @@
}, },
"altarOfFire": { "altarOfFire": {
"index": 71, "index": 71,
"aiValue" : 1725,
"creatures": [["fireElemental"]], "creatures": [["fireElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPFIRE"] "ambient": ["LOOPFIRE"]
@ -489,6 +561,7 @@
}, },
"altarOfWater": { "altarOfWater": {
"index": 72, "index": 72,
"aiValue" : 1890,
"creatures": [["waterElemental"]], "creatures": [["waterElemental"]],
"sounds": { "sounds": {
"ambient": ["LOOPFOUN"] "ambient": ["LOOPFOUN"]
@ -496,30 +569,37 @@
}, },
"thatchedHut": { "thatchedHut": {
"index": 73, "index": 73,
"aiValue" : 1125,
"creatures": [["halfling"]] "creatures": [["halfling"]]
}, },
"hovel": { "hovel": {
"index": 74, "index": 74,
"aiValue" : 375,
"creatures": [["peasant"]] "creatures": [["peasant"]]
}, },
"boarGlen": { "boarGlen": {
"index": 75, "index": 75,
"aiValue" : 1160,
"creatures": [["boar"]] "creatures": [["boar"]]
}, },
"tombOfCurses": { "tombOfCurses": {
"index": 76, "index": 76,
"aiValue" : 1890,
"creatures": [["mummy"]] "creatures": [["mummy"]]
}, },
"nomadTent": { "nomadTent": {
"index": 77, "index": 77,
"aiValue" : 2415,
"creatures": [["nomad"]] "creatures": [["nomad"]]
}, },
"rogueCavern": { "rogueCavern": {
"index": 78, "index": 78,
"aiValue" : 1080,
"creatures": [["rogue"]] "creatures": [["rogue"]]
}, },
"trollBridge": { "trollBridge": {
"index": 79, "index": 79,
"aiValue" : 3072,
"creatures": [["troll"]] "creatures": [["troll"]]
} }
} }
@ -531,6 +611,7 @@
"types" : { "types" : {
"elementalConflux" : { "elementalConflux" : {
"index" : 0, "index" : 0,
"aiValue" : 7071,
"creatures" : [ // 4 separate "levels" to give them separate growth "creatures" : [ // 4 separate "levels" to give them separate growth
[ "airElemental" ], [ "airElemental" ],
[ "waterElemental" ], [ "waterElemental" ],
@ -546,6 +627,7 @@
}, },
"golemFactory" : { "golemFactory" : {
"index" : 1, "index" : 1,
"aiValue" : 7322,
"creatures" : [ // 4 separate "levels" to give them separate growth "creatures" : [ // 4 separate "levels" to give them separate growth
[ "ironGolem" ], [ "ironGolem" ],
[ "stoneGolem" ], [ "stoneGolem" ],
@ -561,5 +643,5 @@
} }
} }
} }
}, }
} }