|
@@ -1,817 +0,0 @@
|
|
|
-{
|
|
|
- "core:creatureBank" : {
|
|
|
- "types" : {
|
|
|
- "huntingLodge" : {
|
|
|
- "name" : "Hunting Lodge",
|
|
|
- "index" : 11,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 3, "type" : "dendroidGuard" },
|
|
|
- { "amount": 4, "type" : "woodElf" },
|
|
|
- { "amount": 3, "type" : "dendroidGuard" },
|
|
|
- { "amount": 4, "type" : "woodElf" }
|
|
|
- ],
|
|
|
- "combat_value": 100,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "wood" : 15,
|
|
|
- "gold" : 500
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 4, "type" : "dendroidGuard" },
|
|
|
- { "amount": 6, "type" : "woodElf" },
|
|
|
- { "amount": 4, "type" : "dendroidGuard" },
|
|
|
- { "amount": 6, "type" : "woodElf" }
|
|
|
- ],
|
|
|
- "combat_value": 150,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "wood" : 20,
|
|
|
- "gold" : 500
|
|
|
- },
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 5, "type" : "dendroidGuard" },
|
|
|
- { "amount": 8, "type" : "woodElf" },
|
|
|
- { "amount": 5, "type" : "dendroidGuard" },
|
|
|
- { "amount": 8, "type" : "woodElf" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "wood" : 25,
|
|
|
- "gold" : 500
|
|
|
- },
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "dendroidGuard" },
|
|
|
- { "amount": 10, "type" : "woodElf" },
|
|
|
- { "amount": 6, "type" : "dendroidGuard" },
|
|
|
- { "amount": 10, "type" : "woodElf" }
|
|
|
- ],
|
|
|
- "combat_value": 300,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "wood" : 40,
|
|
|
- "gold" : 1000
|
|
|
- },
|
|
|
- "value": 6000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "snowGrotto" :
|
|
|
- {
|
|
|
- "name" : "Snow-covered Grotto",
|
|
|
- "index" : 12,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 5, "type" : "ironGolem" },
|
|
|
- { "amount": 20, "type" : "masterGremlin" },
|
|
|
- { "amount": 5, "type" : "ironGolem" },
|
|
|
- { "amount": 20, "type" : "masterGremlin" }
|
|
|
- ],
|
|
|
- "combat_value": 100,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 15,
|
|
|
- "gold" : 500
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "ironGolem" },
|
|
|
- { "amount": 30, "type" : "masterGremlin" },
|
|
|
- { "amount": 6, "type" : "ironGolem" },
|
|
|
- { "amount": 30, "type" : "masterGremlin" }
|
|
|
- ],
|
|
|
- "combat_value": 150,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 20,
|
|
|
- "gold" : 500
|
|
|
- },
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 7, "type" : "ironGolem" },
|
|
|
- { "amount": 40, "type" : "masterGremlin" },
|
|
|
- { "amount": 7, "type" : "ironGolem" },
|
|
|
- { "amount": 40, "type" : "masterGremlin" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 30,
|
|
|
- "gold" : 500
|
|
|
- },
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 8, "type" : "ironGolem" },
|
|
|
- { "amount": 50, "type" : "masterGremlin" },
|
|
|
- { "amount": 8, "type" : "ironGolem" },
|
|
|
- { "amount": 50, "type" : "masterGremlin" }
|
|
|
- ],
|
|
|
- "combat_value": 300,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 40,
|
|
|
- "gold" : 1000
|
|
|
- },
|
|
|
- "value": 6000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "martialSpiritPalace" :
|
|
|
- {
|
|
|
- "name" : "Palace of Martial Spirit",
|
|
|
- "index" : 13,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 10, "type" : "godWar" },
|
|
|
- { "amount": 10, "type" : "godWar" },
|
|
|
- { "amount": 10, "type" : "godWar" },
|
|
|
- { "amount": 10, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "value": 38000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 15, "type" : "godWar" },
|
|
|
- { "amount": 15, "type" : "godWar" },
|
|
|
- { "amount": 15, "type" : "godWar" },
|
|
|
- { "amount": 15, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "value": 57000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 20, "type" : "godWar" },
|
|
|
- { "amount": 20, "type" : "godWar" },
|
|
|
- { "amount": 20, "type" : "godWar" },
|
|
|
- { "amount": 20, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "value": 75000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 30, "type" : "godWar" },
|
|
|
- { "amount": 30, "type" : "godWar" },
|
|
|
- { "amount": 30, "type" : "godWar" },
|
|
|
- { "amount": 30, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godWar" }
|
|
|
- ],
|
|
|
- "value": 90000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "pacificationCitadel" :
|
|
|
- {
|
|
|
- "name" : "Citadel of Pacification",
|
|
|
- "index" : 14,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 10, "type" : "godPeace" },
|
|
|
- { "amount": 10, "type" : "godPeace" },
|
|
|
- { "amount": 10, "type" : "godPeace" },
|
|
|
- { "amount": 10, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "value": 38000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 15, "type" : "godPeace" },
|
|
|
- { "amount": 15, "type" : "godPeace" },
|
|
|
- { "amount": 15, "type" : "godPeace" },
|
|
|
- { "amount": 15, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "value": 57000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 20, "type" : "godPeace" },
|
|
|
- { "amount": 20, "type" : "godPeace" },
|
|
|
- { "amount": 20, "type" : "godPeace" },
|
|
|
- { "amount": 20, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "value": 75000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 30, "type" : "godPeace" },
|
|
|
- { "amount": 30, "type" : "godPeace" },
|
|
|
- { "amount": 30, "type" : "godPeace" },
|
|
|
- { "amount": 30, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godPeace" }
|
|
|
- ],
|
|
|
- "value": 90000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "magiciansMonastery" :
|
|
|
- {
|
|
|
- "name" : "Monastery of Magicians",
|
|
|
- "index" : 15,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 10, "type" : "godMana" },
|
|
|
- { "amount": 10, "type" : "godMana" },
|
|
|
- { "amount": 10, "type" : "godMana" },
|
|
|
- { "amount": 10, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "value": 38000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 15, "type" : "godMana" },
|
|
|
- { "amount": 15, "type" : "godMana" },
|
|
|
- { "amount": 15, "type" : "godMana" },
|
|
|
- { "amount": 15, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "value": 57000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 20, "type" : "godMana" },
|
|
|
- { "amount": 20, "type" : "godMana" },
|
|
|
- { "amount": 20, "type" : "godMana" },
|
|
|
- { "amount": 20, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "value": 75000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 30, "type" : "godMana" },
|
|
|
- { "amount": 30, "type" : "godMana" },
|
|
|
- { "amount": 30, "type" : "godMana" },
|
|
|
- { "amount": 30, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godMana" }
|
|
|
- ],
|
|
|
- "value": 90000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "legendsLibrary" :
|
|
|
- {
|
|
|
- "name" : "Library of Legends",
|
|
|
- "index" : 16,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 10, "type" : "godLore" },
|
|
|
- { "amount": 10, "type" : "godLore" },
|
|
|
- { "amount": 10, "type" : "godLore" },
|
|
|
- { "amount": 10, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "value": 38000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 15, "type" : "godLore" },
|
|
|
- { "amount": 15, "type" : "godLore" },
|
|
|
- { "amount": 15, "type" : "godLore" },
|
|
|
- { "amount": 15, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "value": 57000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 20, "type" : "godLore" },
|
|
|
- { "amount": 20, "type" : "godLore" },
|
|
|
- { "amount": 20, "type" : "godLore" },
|
|
|
- { "amount": 20, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "value": 75000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 30, "type" : "godLore" },
|
|
|
- { "amount": 30, "type" : "godLore" },
|
|
|
- { "amount": 30, "type" : "godLore" },
|
|
|
- { "amount": 30, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "combat_value": 2000,
|
|
|
- "reward" : {
|
|
|
- "creatures": [
|
|
|
- { "amount": 1, "type" : "godLore" }
|
|
|
- ],
|
|
|
- "value": 90000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "transylvanianTavern" :
|
|
|
- {
|
|
|
- "name" : "Transylvanian Tavern",
|
|
|
- "index" : 17,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 100,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "gold" : 1500
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 3, "type" : "vampireLord" }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 150,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "gold" : 2500
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 5, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "gold" : 3500
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 7, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 250,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "gold" : 5000
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 9, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 5000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "homeofthebat" :
|
|
|
- {
|
|
|
- "name" : "Home of the Bat",
|
|
|
- "index" : 18,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire", "upgrade_chance": 50 },
|
|
|
- { "amount": 2, "type" : "vampire" },
|
|
|
- { "amount": 2, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 100,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 2,
|
|
|
- "sulfur" : 2,
|
|
|
- "crystal" : 2,
|
|
|
- "gems" : 2
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 3, "type" : "vampireLord" }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire", "upgrade_chance": 70 },
|
|
|
- { "amount": 3, "type" : "vampire" },
|
|
|
- { "amount": 3, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 150,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 3,
|
|
|
- "sulfur" : 3,
|
|
|
- "crystal" : 3,
|
|
|
- "gems" : 3
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 5, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire", "upgrade_chance": 80 },
|
|
|
- { "amount": 4, "type" : "vampire" },
|
|
|
- { "amount": 4, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 4,
|
|
|
- "sulfur" : 4,
|
|
|
- "crystal" : 4,
|
|
|
- "gems" : 4
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 7, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire", "upgrade_chance": 50 },
|
|
|
- { "amount": 6, "type" : "vampire" },
|
|
|
- { "amount": 6, "type" : "vampire" }
|
|
|
- ],
|
|
|
- "combat_value": 250,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 5,
|
|
|
- "sulfur" : 5,
|
|
|
- "crystal" : 5,
|
|
|
- "gems" : 5
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 9, "type" : "vampireLord" }
|
|
|
- ],
|
|
|
- "value": 5000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "lostBottle" :
|
|
|
- {
|
|
|
- "name" : "Lost Bottle",
|
|
|
- "index" : 19,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 2, "type" : "genie" },
|
|
|
- { "amount": 2, "type" : "genie" },
|
|
|
- { "amount": 2, "type" : "genie", "upgrade_chance": 50 },
|
|
|
- { "amount": 2, "type" : "genie" },
|
|
|
- { "amount": 2, "type" : "genie" }
|
|
|
- ],
|
|
|
- "combat_value": 100,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 2,
|
|
|
- "sulfur" : 2,
|
|
|
- "crystal" : 2,
|
|
|
- "gems" : 2
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 3, "type" : "genie" }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 3, "type" : "genie" },
|
|
|
- { "amount": 3, "type" : "genie" },
|
|
|
- { "amount": 3, "type" : "genie", "upgrade_chance": 70 },
|
|
|
- { "amount": 3, "type" : "genie" },
|
|
|
- { "amount": 3, "type" : "genie" }
|
|
|
- ],
|
|
|
- "combat_value": 150,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 3,
|
|
|
- "sulfur" : 3,
|
|
|
- "crystal" : 3,
|
|
|
- "gems" : 3
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 5, "type" : "genie" }
|
|
|
- ],
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 4, "type" : "genie" },
|
|
|
- { "amount": 4, "type" : "genie" },
|
|
|
- { "amount": 4, "type" : "genie", "upgrade_chance": 80 },
|
|
|
- { "amount": 4, "type" : "genie" },
|
|
|
- { "amount": 4, "type" : "genie" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 4,
|
|
|
- "sulfur" : 4,
|
|
|
- "crystal" : 4,
|
|
|
- "gems" : 4
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 7, "type" : "genie" }
|
|
|
- ],
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "genie" },
|
|
|
- { "amount": 6, "type" : "genie" },
|
|
|
- { "amount": 6, "type" : "genie", "upgrade_chance": 90 },
|
|
|
- { "amount": 6, "type" : "genie" },
|
|
|
- { "amount": 6, "type" : "genie" }
|
|
|
- ],
|
|
|
- "combat_value": 250,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "mercury" : 5,
|
|
|
- "sulfur" : 5,
|
|
|
- "crystal" : 5,
|
|
|
- "gems" : 5
|
|
|
- },
|
|
|
- "creatures": [
|
|
|
- { "amount": 9, "type" : "genie" }
|
|
|
- ],
|
|
|
- "value": 5000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "grotto" :
|
|
|
- {
|
|
|
- "name" : "Grotto",
|
|
|
- "index" : 20,
|
|
|
- "levels": [
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 3, "type" : "harpy" },
|
|
|
- { "amount": 3, "type" : "beholder" },
|
|
|
- { "amount": 3, "type" : "harpy" },
|
|
|
- { "amount": 3, "type" : "beholder" }
|
|
|
- ],
|
|
|
- "combat_value": 200,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 20,
|
|
|
- "gold" : 1000
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 4, "type" : "harpy" },
|
|
|
- { "amount": 4, "type" : "beholder" },
|
|
|
- { "amount": 4, "type" : "harpy" },
|
|
|
- { "amount": 4, "type" : "beholder" }
|
|
|
- ],
|
|
|
- "combat_value": 300,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 25,
|
|
|
- "gold" : 1000
|
|
|
- },
|
|
|
- "value": 3000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 30,
|
|
|
- "guards": [
|
|
|
- { "amount": 5, "type" : "harpy" },
|
|
|
- { "amount": 5, "type" : "beholder" },
|
|
|
- { "amount": 5, "type" : "harpy" },
|
|
|
- { "amount": 5, "type" : "beholder" }
|
|
|
- ],
|
|
|
- "combat_value": 400,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 30,
|
|
|
- "gold" : 1500
|
|
|
- },
|
|
|
- "value": 4000
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "chance": 10,
|
|
|
- "guards": [
|
|
|
- { "amount": 6, "type" : "harpy" },
|
|
|
- { "amount": 6, "type" : "beholder" },
|
|
|
- { "amount": 6, "type" : "harpy" },
|
|
|
- { "amount": 6, "type" : "beholder" }
|
|
|
- ],
|
|
|
- "combat_value": 500,
|
|
|
- "reward" : {
|
|
|
- "resources":
|
|
|
- {
|
|
|
- "ore" : 35,
|
|
|
- "gold" : 2000
|
|
|
- },
|
|
|
- "value": 5000
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|